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

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

295347349.swf

This is the info page for
Flash #11196

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


Text
0%

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

Click Left Mouse Button to return to Menu

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

/

ActionScript [AS1/AS2]

Frame 2
l = _root.getBytesLoaded(); t = _root.getBytesTotal(); if (l < t) { _root.gotoAndPlay(1); loader.loadBar._xscale = (l / t) * 100; loader.loadTe = Math.round((l / t) * 100) add "%"; }
Frame 4
_root.arJX = new Array(); _root.arJX = [345, 50, 60, 50, 50, 10, 690, 370, 70, 50, 10, 10, 90, 50, 290, 50, 50, 50, 410, 50, 50, 50]; _root.arJY = new Array(); _root.arJY = [435, 440, 435, 440, 35, 370, 70, 120, 30, 90, 50, 350, 30, 430, 30, 335, 230, 40, 350, 70, 340, 320]; _root.arTS = [16, 19, 17, 14, 21, 18, 16, 18, 23, 19, 16, 15, 18, 22, 18, 16, 13, 14, 17, 13, 17, 18]; _root.arC = ["QG2B", "P8TY", "6TUL", "B1FK", "JF9D", "BS3D", "6Y2R"]; if (!_root.menuMusic) { _root.menuMusic = new Sound(); _root.menuMusic.attachSound("menuMusic"); _root.menuMusic.start(); _root.menuMusic.onSoundComplete = function () { _root.menuMusic.start(); }; } stop();
Frame 6
tf = "_root.code"; Selection.setFocus(tf); _root.code_txt.onChanged = function () { soun = new Sound(); soun.attachSound("type"); _root.inCode = ""; soun.start(); };
Frame 9
stop();
Instance of Symbol 224 MovieClip in Frame 9
onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }
Frame 25
if (((((_root.map_name - 1) % 3) == 0) && (_root.map_name != 1)) && (_root.winn != 113)) { _root.gotoAndStop("getCode"); _root.winn = 112; } _root.win.attachMovie("m" + _root.map_name, "map", 1); _root.ball._x = _root.arJX[_root.map_name - 1]; _root.ball._y = _root.arJY[_root.map_name - 1]; _root.TotalScores = arTS[_root.map_name - 1]; _root.winn = 0; if (_root.health != 0) { if (helth == undefined) { helth = 0; } helth = Math.max(_root.health, helth); _root.health = 0; } pot = 0; sch = 0; scores = 0; vis = 0; j = 1; k = 0; p = 0; i = 0; e = 20; o = 0; l = 0; r = 0; l1 = 0; r1 = 0; h = _root.ball._height / 2; w = _root.ball.width / 2; imax = 0; if (_root.sounds == true) { _root.sounds = false; _root.gameMusic = new Sound(); _root.gameMusic.attachSound("gameMusic"); _root.gameMusic.start(); _root.gameMusic.onSoundComplete = function () { _root.gameMusic.start(); }; }
Frame 26
if (_root.test) { setVars(); _root.test = false; } _root.score_text = scores; _root.helth_text = helth; _root.sled.duplicateMovieClip("sled" add j, j); setProperty("sled" add j, _y , _root.ball._y); setProperty("sled" add j, _x , _root.ball._x); j++; if (p == 0) { if ((_root.ball._y + h) < _root.down._y) { _root.ball._y = _root.ball._y + i; i++; imax = i; if (((_root.ball._y + i) + h) > _root.down._y) { _root.ball._y = _root.down._y - h; } if (sch == 1) { _root.ball._y = vis - h; sch = 0; } } else { if (imax <= 7) { i = 0; p = 1; pot = 1; _root.ball._y = _root.down._y - h; } i = i * -1; _root.ball._y = _root.ball._y + i; i = i + 7; p = 1; pot = 1; } } if ((p == 1) && (Key.isDown(38))) { o = 1; } if ((o == 1) && (e > 0)) { e = e - 1; _root.ball._y = _root.ball._y - e; } else { e = 15; p = 0; o = 0; } if (p == 1) { i = 0; } if (Key.isDown(37)) { l1 = 1; } else { l1 = 0; } if (l1 == 1) { if (l < 6) { l = l + 0.5; _root.ball._x = _root.ball._x - l; } else { l = 6; _root.ball._x = _root.ball._x - l; } _root.ball.line._rotation = _root.ball.line._rotation - (l * 7); } if (l1 == 0) { if (l > 0) { l = l - 0.5; _root.ball._x = _root.ball._x - l; } _root.ball.line._rotation = _root.ball.line._rotation - (l * 7); } if (Key.isDown(39)) { r1 = 1; } else { r1 = 0; } if (r1 == 1) { if (r < 6) { r = r + 0.5; _root.ball._x = _root.ball._x + r; } else { r = 6; _root.ball._x = _root.ball._x + r; } _root.ball.line._rotation = _root.ball.line._rotation + (r * 7); } if (r1 == 0) { if (r > 0) { r = r - 0.5; _root.ball._x = _root.ball._x + r; } _root.ball.line._rotation = _root.ball.line._rotation + (r * 7); } if (scores == TotalScores) { this.win.map.gotoAndStop(2); } if (_root.helth == 0) { stopAllSounds(); _root.gotoAndPlay("gameover"); } if (_root.winn == 144) { _root.gotoAndPlay("win"); }
Frame 27
gotoAndPlay(_currentframe - 1);
Frame 41
stop();
Instance of Symbol 224 MovieClip in Frame 41
onClipEvent (keyDown) { _root.gotoAndStop(4); } onClipEvent (keyUp) { _root.gotoAndStop(4); } onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }
Frame 44
play();
Frame 55
stop();
Instance of Symbol 224 MovieClip in Frame 55
onClipEvent (keyDown) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (keyUp) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (mouseDown) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (mouseUp) { stopAllSounds(); _root.gotoAndStop(4); }
Frame 56
_root.code = _root.arC[((_root.map_name - 1) / 3) - 1];
Symbol 48 MovieClip Frame 11
gotoAndPlay (1);
Symbol 48 MovieClip Frame 31
play();
Symbol 48 MovieClip Frame 35
_root.scores = _root.scores + 1; stop();
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br1 == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br1 == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 75 MovieClip Frame 10
gotoAndPlay (1);
Symbol 75 MovieClip Frame 31
play();
Symbol 75 MovieClip Frame 36
_root.helth = _root.helth + 1; stop();
Symbol 84 MovieClip [m4] Frame 1
stop();
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 25 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 25 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 25 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 25 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 22 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 52 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.lx = 332; this.rx = 585; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 75 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 7 MovieClip in Symbol 84 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 84 MovieClip [m4] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 84 MovieClip [m4] Frame 2
onClipEvent (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 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= v.xMin) && (_root.ball._x <= v.xMax)) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.ball._y = v.yMin - _root.h; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 3; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 3; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 93 MovieClip [m2] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 52 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 430; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 91 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 350; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 7 MovieClip in Symbol 93 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 93 MovieClip [m2] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 93 MovieClip [m2] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 101 MovieClip [m5] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 22 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 22 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 365; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 98 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 98 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 85; this.rx = 585; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 5 MovieClip in Symbol 101 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Symbol 101 MovieClip [m5] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 101 MovieClip [m5] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Instance of Symbol 9 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 107 MovieClip [m6] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 52 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 270; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 104 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 550; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 98 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 205; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 98 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 480; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 9 MovieClip in Symbol 107 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Symbol 107 MovieClip [m6] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 107 MovieClip [m6] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 110 MovieClip [m7] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 280; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 560; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 91 MovieClip in Symbol 110 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 100; this.rx = 370; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Symbol 110 MovieClip [m7] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 110 MovieClip [m7] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 113 MovieClip [m8] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 22 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 52 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 95; this.rx = 665; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 98 MovieClip in Symbol 113 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Symbol 113 MovieClip [m8] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 113 MovieClip [m8] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 116 MovieClip [m9] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 22 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 22 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 22 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 22 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 91 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 180; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 180; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 205; this.rx = 400; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 116 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 480; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Symbol 116 MovieClip [m9] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 116 MovieClip [m9] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 119 MovieClip [m10] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 91 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 91 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 91 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 22 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 98 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 98 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 98 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 340; this.rx = 600; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 98 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 300; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Symbol 119 MovieClip [m10] Frame 2
stop();
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 119 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 122 MovieClip [m11] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 25 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 52 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 590; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 22 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 91 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Symbol 122 MovieClip [m11] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 122 MovieClip [m11] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 122 MovieClip [m11] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 124 MovieClip [m12] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 25 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 25 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 91 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 400; this.righ = true; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 250; this.rx = 400; this.righ = true; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 98 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 98 MovieClip in Symbol 124 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 565; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Symbol 124 MovieClip [m12] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 124 MovieClip [m12] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 124 MovieClip [m12] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 127 MovieClip [m13] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 75 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 91 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 240; this.rx = 560; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 127 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Symbol 127 MovieClip [m13] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 127 MovieClip [m13] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 130 MovieClip [m14] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 91 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 265; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 340; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 165; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 98 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 98 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 98 MovieClip in Symbol 130 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 440; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Symbol 130 MovieClip [m14] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 130 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 130 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Instance of Symbol 9 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br2 == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br2 == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 135 MovieClip [m15] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 104 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 380; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 22 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 22 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 52 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 330; this.rx = 430; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 133 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 380; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br2 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br2 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 165; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 165; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 205; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 290; _root.ball._y = 30; } }
Symbol 135 MovieClip [m15] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 135 MovieClip [m15] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 141 MovieClip [m16] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 104 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 580; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 52 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 230; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 139 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 98 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 685; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 98 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 485; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 98 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 200; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 98 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 245; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 98 MovieClip in Symbol 141 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Symbol 141 MovieClip [m16] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 141 MovieClip [m16] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 141 MovieClip [m16] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 145 MovieClip [m17] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 104 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 500; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 52 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 550; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 139 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 139 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; r = 0; l = 0; } }
Instance of Symbol 22 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 22 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 98 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 98 MovieClip in Symbol 145 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Symbol 145 MovieClip [m17] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 145 MovieClip [m17] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 145 MovieClip [m17] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 148 MovieClip [m18] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 240; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 440; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 405; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 98 MovieClip in Symbol 148 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Symbol 148 MovieClip [m18] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 148 MovieClip [m18] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 152 MovieClip [m19] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 75 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 139 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 139 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 22 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 260; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 360; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 98 MovieClip in Symbol 152 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Symbol 152 MovieClip [m19] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 152 MovieClip [m19] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 152 MovieClip [m19] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 155 MovieClip [m20] Frame 1
stop();
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 75 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 22 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 22 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 98 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 245; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 425; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 98 MovieClip in Symbol 155 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 380; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Symbol 155 MovieClip [m20] Frame 2
stop();
Instance of Symbol 9 MovieClip in Symbol 155 MovieClip [m20] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 155 MovieClip [m20] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 158 MovieClip [m21] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 104 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 420; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 52 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 330; this.rx = 470; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 139 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 22 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 22 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 22 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 91 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 150; this.rx = 270; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 190; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 158 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 565; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Symbol 158 MovieClip [m21] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 158 MovieClip [m21] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 161 MovieClip [m22] Frame 1
stop();
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 75 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 104 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 350; this.rx = 510; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 52 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 560; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 22 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 22 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 22 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 91 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 98 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 98 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 98 MovieClip in Symbol 161 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Symbol 161 MovieClip [m22] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 161 MovieClip [m22] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.winn = 144; } }
Symbol 164 MovieClip [m1] Frame 1
stop();
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.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 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 164 MovieClip [m1] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 168 MovieClip [m3] Frame 1
stop();
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 7 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 9 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 48 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 22 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 22 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 25 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 22 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 22 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 25 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 52 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 470; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 91 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (load) { this.lx = 92; this.rx = 302; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 5 MovieClip in Symbol 168 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Symbol 168 MovieClip [m3] Frame 2
stop();
Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 168 MovieClip [m3] Frame 2
onClipEvent (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 Button
on (release) { sound_btn.play(); }
Symbol 191 Button
on (release) { gotoAndStop ("entercode"); }
Symbol 196 Button
on (release) { gotoAndStop ("howToPlay"); }
Symbol 201 Button
on (release) { getURL ("http://www.gametop.com/?WT.mc_id=FlashBallTroubles", "_blank"); }
Symbol 206 Button
on (release) { _root.map_name = 1; _root.health = 5; stopAllSounds(); gotoAndPlay ("start"); }
Symbol 213 Button
on (release) { i = 0; while (i < _root.arC.length) { if (_root.code.toUpperCase() == _root.arC[i]) { _root.map_name = ((i + 1) * 3) + 1; _root.winn = 113; stopAllSounds(); _root.health = 5; _root.gotoAndPlay("start"); } i++; } _root.inCode = "incorrect code!"; _root.code = ""; tf = "_root.code"; Selection.setFocus(tf); } on (keyPress "<Enter>") { i = 0; while (i < _root.arC.length) { if (_root.code.toUpperCase() == _root.arC[i]) { _root.map_name = ((i + 1) * 3) + 1; _root.winn = 113; stopAllSounds(); _root.health = 5; _root.gotoAndPlay("start"); } i++; } _root.inCode = "incorrect code!"; _root.code = ""; tf = "_root.code"; Selection.setFocus(tf); }
Symbol 216 Button
on (release) { gotoAndStop (4); }
Symbol 231 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 8
removeMovieClip(this);
Symbol 247 Button
on (release) { _root.winn = 113; _root.health = 5; _root.gotoAndPlay(25); } on (keyPress "<Enter>") { _root.winn = 113; _root.health = 5; _root.gotoAndPlay(25); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 179 MovieClip
"sound_btn"Frame 4Symbol 184 MovieClip
"code_txt"Frame 6Symbol 218 EditableText
"down"Frame 25Symbol 226 MovieClip
"win"Frame 25Symbol 227 MovieClip
"ball"Frame 25Symbol 231 MovieClip
"sled"Frame 25Symbol 234 MovieClip
"perehodilkan"Symbol 84 MovieClip [m4] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 93 MovieClip [m2] Frame 2Symbol 78 MovieClip
"killer_mc"Symbol 98 MovieClip Frame 1Symbol 97 MovieClip
"perehodilkan"Symbol 101 MovieClip [m5] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 107 MovieClip [m6] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 110 MovieClip [m7] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 113 MovieClip [m8] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 116 MovieClip [m9] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 119 MovieClip [m10] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 122 MovieClip [m11] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 124 MovieClip [m12] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 127 MovieClip [m13] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 130 MovieClip [m14] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 135 MovieClip [m15] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 141 MovieClip [m16] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 145 MovieClip [m17] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 148 MovieClip [m18] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 152 MovieClip [m19] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 155 MovieClip [m20] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 158 MovieClip [m21] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 161 MovieClip [m22] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 164 MovieClip [m1] Frame 2Symbol 78 MovieClip
"perehodilkan"Symbol 168 MovieClip [m3] Frame 2Symbol 78 MovieClip
"loadBar"Symbol 179 MovieClip Frame 1Symbol 176 MovieClip
"line"Symbol 231 MovieClip Frame 1Symbol 230 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "type"
ExportAssets (56)Timeline Frame 1Symbol 2 as "gameMusic"
ExportAssets (56)Timeline Frame 1Symbol 3 as "menuMusic"
ExportAssets (56)Timeline Frame 1Symbol 84 as "m4"
ExportAssets (56)Timeline Frame 1Symbol 93 as "m2"
ExportAssets (56)Timeline Frame 1Symbol 101 as "m5"
ExportAssets (56)Timeline Frame 1Symbol 107 as "m6"
ExportAssets (56)Timeline Frame 1Symbol 110 as "m7"
ExportAssets (56)Timeline Frame 1Symbol 113 as "m8"
ExportAssets (56)Timeline Frame 1Symbol 116 as "m9"
ExportAssets (56)Timeline Frame 1Symbol 119 as "m10"
ExportAssets (56)Timeline Frame 1Symbol 122 as "m11"
ExportAssets (56)Timeline Frame 1Symbol 124 as "m12"
ExportAssets (56)Timeline Frame 1Symbol 127 as "m13"
ExportAssets (56)Timeline Frame 1Symbol 130 as "m14"
ExportAssets (56)Timeline Frame 1Symbol 135 as "m15"
ExportAssets (56)Timeline Frame 1Symbol 141 as "m16"
ExportAssets (56)Timeline Frame 1Symbol 145 as "m17"
ExportAssets (56)Timeline Frame 1Symbol 148 as "m18"
ExportAssets (56)Timeline Frame 1Symbol 152 as "m19"
ExportAssets (56)Timeline Frame 1Symbol 155 as "m20"
ExportAssets (56)Timeline Frame 1Symbol 158 as "m21"
ExportAssets (56)Timeline Frame 1Symbol 161 as "m22"
ExportAssets (56)Timeline Frame 1Symbol 164 as "m1"
ExportAssets (56)Timeline Frame 1Symbol 168 as "m3"
ExportAssets (56)Timeline Frame 1Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 6Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 6Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 217 as "___font"
ExportAssets (56)Timeline Frame 28Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 29Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 30Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 31Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 32Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 33Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 34Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 35Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 36Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 37Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 38Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 39Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 40Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 41Symbol 172 as "gameOver"
ExportAssets (56)Timeline Frame 56Symbol 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

loadTeSymbol 178 EditableText"0%"
codeSymbol 218 EditableText""
inCodeSymbol 219 EditableText""
score_textSymbol 238 EditableText""
helth_textSymbol 239 EditableText""
TotalScoresSymbol 240 EditableText""
codeSymbol 248 EditableText""




http://swfchan.com/3/11196/info.shtml
Created: 7/6 -2019 14:35:40 Last modified: 7/6 -2019 14:35:40 Server time: 05/05 -2024 00:58:51