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

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

Pank Football.swf

This is the info page for
Flash #24164

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


Text
---
Speed-Player :

:

ActionScript [AS1/AS2]

Frame 1
startDrag ("/player", true, "15", "15", "535", "550"); gotoAndPlay (2); sph = "1.2"; sp = "0.3";
Frame 2
setProperty("geg2", _x , "170"); setProperty("geg5", _x , "370"); tellTarget ("/ball") { gotoAndPlay ("bou"); }; tellTarget ("/ball/bouncer") { gotoAndPlay ("start"); }; play();
Frame 15
xgeg9 = getProperty("/geg9", _x); ygeg9 = getProperty("/geg9", _y); if (xgeg9 < xball) { if ("430" < xball) { setProperty("/geg9", _x , xgeg9 + sp); } else { setProperty("/geg9", _x , xgeg9); } } if (xball < xgeg9) { if ("430" < xball) { setProperty("/geg9", _x , xgeg9 - sph); } else { setProperty("/geg9", _x , xgeg9); } } if (ygeg9 < yball) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg9", _y , ygeg9 + sph); } else { setProperty("/geg9", _y , ygeg9); } } if (yball < ygeg9) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg9", _y , ygeg9 - sp); } else { setProperty("/geg9", _y , ygeg9); } } delta9 = xball - xgeg9; deltay9 = yball - ygeg9; if (((delta9 < "5") and ((-"5") < delta9)) and ((deltay9 < "5") and ((-"5") < deltay9))) { tellTarget ("/ball") { Set("/ball:stepx", -"4"); Set("/ball:stepy", random("5")); }; tellTarget ("/ball/bouncer") { gotoAndPlay ("hoch"); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg10 = getProperty("/geg10", _x); ygeg10 = getProperty("/geg10", _y); xs = xgeg10; ys = ygeg10; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg10") { gotoAndStop(/:richtung); }; if (xgeg10 < xball) { setProperty("/geg10", _x , (xgeg10 + sph) + "0.3"); } if (xball < xgeg10) { setProperty("/geg10", _x , (xgeg10 - sph) - "1"); } if (ygeg10 < yball) { setProperty("/geg10", _y , (ygeg10 + sph) + "0.5"); } if (yball < ygeg10) { setProperty("/geg10", _y , (ygeg10 - sph) - "0.7"); } delta10 = xball - xgeg10; deltay10 = yball - ygeg10; if (((delta10 < "5") and ((-"5") < delta10)) and ((deltay10 < "5") and ((-"5") < deltay10))) { if (ygeg10 >= "250") { Set("/ball:stepx", random("4")); Set("/ball:stepy", -"4"); } if ("130" >= ygeg10) { Set("/ball:stepx", random("4")); Set("/ball:stepy", "4"); } if (("130" < ygeg10) and (ygeg10 < "250")) { Set("/ball:stepx", "4"); Set("/ball:stepy", random("4")); } tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg10", _x); yalt = getProperty("/geg10", _y); if (((xalt - xs) < "1") and ((-"1") < (xalt - xs))) { tellTarget ("/geg10/ani") { stop(); }; } else { tellTarget ("/geg10/ani") { play(); }; } xalt = getProperty("/geg10", _x); yalt = getProperty("/geg10", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg10/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg10/ani") { play(); Set("/geg10/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg10/ani") { play(); Set("/geg10/ani:s", "0"); }; } } xgeg7 = getProperty("/geg7", _x); ygeg7 = getProperty("/geg7", _y); xs = xgeg7; ys = ygeg7; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg7") { gotoAndStop(/:richtung); }; if (xgeg7 < xball) { if ("250" < xball) { setProperty("/geg7", _x , xgeg7 + sph); } else { setProperty("/geg7", _x , xgeg7); } } if (xball < xgeg7) { if ("250" < xball) { setProperty("/geg7", _x , xgeg7 - sph); } else { setProperty("/geg7", _x , xgeg7); } } if (ygeg7 < yball) { if ("200" < yball) { setProperty("/geg7", _y , ygeg7 + sph); } else { setProperty("/geg7", _y , ygeg7); } } if (yball < ygeg7) { if ("250" < yball) { setProperty("/geg7", _y , ygeg7 - sph); } else { setProperty("/geg7", _y , ygeg7); } } delta7 = xball - xgeg7; deltay7 = yball - ygeg7; if (((delta7 < "5") and ((-"5") < delta7)) and ((deltay7 < "5") and ((-"5") < deltay7))) { tellTarget ("/ball") { if (xgeg7 >= "300") { Set("/ball:stepx", -"3"); Set("/ball:stepy", -"5"); } else { Set("/ball:stepx", "4"); Set("/ball:stepy", random("5")); } }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg7", _x); yalt = getProperty("/geg7", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg7/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg7/ani") { play(); Set("/geg7/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg7/ani") { play(); Set("/geg7/ani:s", "0"); }; } } xgeg6 = getProperty("/geg6", _x); ygeg6 = getProperty("/geg6", _y); xs = xgeg6; ys = ygeg6; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg6") { gotoAndStop(/:richtung); }; if (xgeg6 < xball) { if ("250" < xball) { setProperty("/geg6", _x , xgeg6 + sph); } else { setProperty("/geg6", _x , xgeg6); } } else { setProperty("/geg6", _x , xgeg6 - sph); } if (xball < xgeg6) { if ("250" < xball) { setProperty("/geg6", _x , xgeg6 - sph); } else { setProperty("/geg6", _x , xgeg6); } } if (ygeg6 < yball) { if ((yball < "150") and ("25" < yball)) { setProperty("/geg6", _y , ygeg6 + sph); } else { setProperty("/geg6", _y , ygeg6); } } else { setProperty("/geg6", _y , ygeg6 - sph); } delta6 = xball - xgeg6; deltay6 = yball - ygeg6; if (((delta6 < "5") and ((-"5") < delta6)) and ((deltay6 < "5") and ((-"5") < deltay6))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("6")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg6", _x); yalt = getProperty("/geg6", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg6/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg6/ani") { play(); Set("/geg6/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg6/ani") { play(); Set("/geg6/ani:s", "0"); }; } } xgeg5 = getProperty("/geg5", _x); ygeg5 = getProperty("/geg5", _y); xs = xgeg5; ys = ygeg5; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg5") { gotoAndStop(/:richtung); }; if (xgeg5 < xball) { if (("240" < xball) and (xball < "550")) { setProperty("/geg5", _x , xgeg5 + sph); } else { setProperty("/geg5", _x , xgeg5); } } if (xball < xgeg5) { if ((xball < "550") and ("240" < xball)) { setProperty("/geg5", _x , xgeg5 - sph); } else { setProperty("/geg5", _x , xgeg5); } } if (ygeg5 < yball) { if ((yball < "240") and ("130" < yball)) { setProperty("/geg5", _y , ygeg5 + sph); } else { setProperty("/geg2", _y , ygeg5); } } if (yball < ygeg5) { if ((yball < "240") and ("130" < yball)) { setProperty("/geg5", _y , ygeg5 - sph); } else { setProperty("/geg2", _y , ygeg5); } } delta5 = xball - xgeg5; deltay5 = yball - ygeg5; if (((delta5 < "6") and ((-"6") < delta5)) and ((deltay5 < "6") and ((-"6") < deltay5))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); rand = random("5"); Set("/ball:stepy", "2" - rand); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg5", _x); yalt = getProperty("/geg5", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg5/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg5/ani") { play(); Set("/geg5/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg5/ani") { play(); Set("/geg5/ani:s", "0"); }; } } xgeg3 = getProperty("/geg3", _x); ygeg3 = getProperty("/geg3", _y); xs = xgeg3; ys = ygeg3; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg3") { gotoAndStop(/:richtung); }; if (xgeg3 < xball) { if (xball < "270") { setProperty("/geg3", _x , xgeg3 + sph); } else { setProperty("/geg3", _x , xgeg3); } } if (xball < xgeg3) { if (xball < "270") { setProperty("/geg3", _x , xgeg3 - sph); } else { setProperty("/geg3", _x , xgeg3); } } if (ygeg3 < yball) { if ("200" < yball) { setProperty("/geg3", _y , ygeg3 + sph); } else { setProperty("/geg3", _y , ygeg3); } } if (yball < ygeg3) { if ("250" < yball) { setProperty("/geg3", _y , ygeg3 - sph); } else { setProperty("/geg3", _y , ygeg3); } } delta3 = xball - xgeg3; deltay3 = yball - ygeg3; if (((delta3 < "5") and ((-"5") < delta3)) and ((deltay3 < "5") and ((-"5") < deltay3))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random(-"7")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg3", _x); yalt = getProperty("/geg3", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg3/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg3/ani") { play(); Set("/geg3/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg3/ani") { play(); Set("/geg3/ani:s", "0"); }; } } xgeg2 = getProperty("/geg2", _x); ygeg2 = getProperty("/geg2", _y); xs = xgeg2; ys = ygeg2; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg2") { gotoAndStop(/:richtung); }; if (xgeg2 < xball) { if (xball < "270") { setProperty("/geg2", _x , xgeg2 + sp); } else { setProperty("/geg2", _x , xgeg2); } } if (xball < xgeg2) { if (xball < "270") { setProperty("/geg2", _x , xgeg2 - sp); } else { setProperty("/geg2", _x , xgeg2); } } if (ygeg2 < yball) { if ((yball < "270") and ("120" < yball)) { setProperty("/geg2", _y , ygeg2 + sph); } else { setProperty("/geg2", _y , ygeg2); } } if (yball < ygeg2) { if ((yball < "270") and ("120" < yball)) { setProperty("/geg2", _y , ygeg2 - sp); } else { setProperty("/geg2", _y , ygeg2); } } delta2 = xball - xgeg2; deltay2 = yball - ygeg2; if (((delta2 < "5") and ((-"5") < delta2)) and ((deltay2 < "5") and ((-"5") < deltay2))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); if (ygeg2 >= "200") { Set("/ball:stepy", random(-"4")); } if (ygeg2 < "200") { Set("/ball:stepy", random("4")); } }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg2", _x); yalt = getProperty("/geg2", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg2/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg2/ani") { play(); Set("/geg2/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg2/ani") { play(); Set("/geg2/ani:s", "0"); }; } } xgeg = getProperty("/geg", _x); ygeg = getProperty("/geg", _y); xs = xgeg; ys = ygeg; xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/geg") { gotoAndStop(/:richtung); }; if (xgeg < xball) { if (xball < "270") { setProperty("/geg", _x , xgeg + sph); } else { setProperty("/geg", _x , xgeg); } } else { setProperty("/geg", _x , xgeg - sph); } if (ygeg < yball) { if ((yball < "150") and ("25" < yball)) { setProperty("/geg", _y , ygeg + sph); } else { setProperty("/geg", _y , ygeg); } } else { setProperty("/geg", _y , ygeg - sph); } delta = xball - xgeg; deltay = yball - ygeg; if (((delta < "9") and ((-"9") < delta)) and ((deltay < "9") and ((-"9") < deltay))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("8")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xalt = getProperty("/geg", _x); yalt = getProperty("/geg", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/geg/ani") { gotoAndStop (1); }; } else { tellTarget ("/geg/ani") { play(); Set("/geg/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/geg/ani") { play(); Set("/geg/ani:s", "0"); }; } } xgeg4 = getProperty("/geg4", _x); ygeg4 = getProperty("/geg4", _y); if (xgeg4 < xball) { if (xball < "120") { setProperty("/geg4", _x , xgeg4 + sph); } else { setProperty("/geg4", _x , xgeg4); } } if (xball < xgeg4) { if (xball < "120") { setProperty("/geg4", _x , xgeg4 - sph); } else { setProperty("/geg4", _x , xgeg4); } } if (ygeg4 < yball) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg4", _y , ygeg4 + sph); } else { setProperty("/geg4", _y , ygeg4); } } if (yball < ygeg4) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg4", _y , ygeg4 - sp); } else { setProperty("/geg4", _y , ygeg4); } } delta4 = xball - xgeg4; deltay4 = yball - ygeg4; if (((delta4 < "6") and ((-"6") < delta4)) and ((deltay4 < "6") and ((-"6") < deltay4))) { tellTarget ("/ball") { Set("/ball:stepx", "4"); Set("/ball:stepy", random("5")); }; tellTarget ("/ball/bouncer") { gotoAndPlay ("hoch"); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xball = getProperty("/ball", _x); yball = getProperty("/ball", _y); if (("23" >= xball) and (("125" < yball) and (yball < "270"))) { tellTarget ("/ball") { gotoAndStop (2); Set("/ball:stepx", "0"); Set("/ball:stepy", "0"); }; gotoAndPlay (27); } if ((xball >= "520") and (("125" < yball) and (yball < "270"))) { tellTarget ("/ball") { gotoAndStop (2); Set("/ball:stepx", "0"); Set("/ball:stepy", "0"); }; gotoAndPlay (37); } play(); xs = getProperty("/player", _x); ys = getProperty("/player", _y); xb = xball; yb = yball; dx = xb - xs; dy = yb - ys; if ((xball >= xs) and (ys >= yball)) { richtung = "ro"; dy = dy * (-"1"); if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "o"; } } if ((xball >= xs) and (yball >= ys)) { richtung = "ru"; if (("2" * dy) < dx) { richtung = "r"; } if (("2" * dx) < dy) { richtung = "u"; } } if ((xs >= xball) and (ys >= yball)) { richtung = "lo"; if (dx < ("2" * dy)) { richtung = "l"; } if (dy < ("2" * dx)) { richtung = "o"; } } if ((xball < xs) and (ys < yball)) { dx = dx * (-"1"); richtung = "lu"; if (("2" * dy) < dx) { richtung = "l"; } if (("2" * dx) < dy) { richtung = "u"; } } tellTarget ("/player") { gotoAndStop(/:richtung); };
Frame 16
xgeg9 = getProperty("/geg9", _x); ygeg9 = getProperty("/geg9", _y); if (xgeg9 < xball) { if ("430" < xball) { setProperty("/geg9", _x , xgeg9 + sp); } else { setProperty("/geg9", _x , xgeg9); } } if (xball < xgeg9) { if ("430" < xball) { setProperty("/geg9", _x , xgeg9 - sph); } else { setProperty("/geg9", _x , xgeg9); } } if (ygeg9 < yball) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg9", _y , ygeg9 + sph); } else { setProperty("/geg9", _y , ygeg9); } } if (yball < ygeg9) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg9", _y , ygeg9 - sp); } else { setProperty("/geg9", _y , ygeg9); } } delta9 = xball - xgeg9; deltay9 = yball - ygeg9; if (((delta9 < "5") and ((-"5") < delta9)) and ((deltay9 < "5") and ((-"5") < deltay9))) { tellTarget ("/ball") { Set("/ball:stepx", -"4"); Set("/ball:stepy", random("5")); }; tellTarget ("/ball/bouncer") { gotoAndPlay ("hoch"); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg10 = getProperty("/geg10", _x); ygeg10 = getProperty("/geg10", _y); if (xgeg10 < xball) { setProperty("/geg10", _x , (xgeg10 + sph) + "0.3"); } if (xball < xgeg10) { setProperty("/geg10", _x , (xgeg10 - sph) - "1"); } if (ygeg10 < yball) { setProperty("/geg10", _y , (ygeg10 + sph) + "0.5"); } if (yball < ygeg10) { setProperty("/geg10", _y , (ygeg10 - sph) - "0.7"); } delta10 = xball - xgeg10; deltay10 = yball - ygeg10; if (((delta10 < "5") and ((-"5") < delta10)) and ((deltay10 < "5") and ((-"5") < deltay10))) { if (ygeg10 >= "250") { Set("/ball:stepx", random("4")); Set("/ball:stepy", -"4"); } if ("130" >= ygeg10) { Set("/ball:stepx", random("4")); Set("/ball:stepy", "4"); } if (("130" < ygeg10) and (ygeg10 < "250")) { Set("/ball:stepx", "4"); Set("/ball:stepy", random("4")); } tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg7 = getProperty("/geg7", _x); ygeg7 = getProperty("/geg7", _y); if (xgeg7 < xball) { if ("250" < xball) { setProperty("/geg7", _x , xgeg7 + sph); } else { setProperty("/geg7", _x , xgeg7); } } if (xball < xgeg7) { if ("250" < xball) { setProperty("/geg7", _x , xgeg7 - sph); } else { setProperty("/geg7", _x , xgeg7); } } if (ygeg7 < yball) { if ("200" < yball) { setProperty("/geg7", _y , ygeg7 + sph); } else { setProperty("/geg7", _y , ygeg7); } } if (yball < ygeg7) { if ("250" < yball) { setProperty("/geg7", _y , ygeg7 - sph); } else { setProperty("/geg7", _y , ygeg7); } } delta7 = xball - xgeg7; deltay7 = yball - ygeg7; if (((delta7 < "5") and ((-"5") < delta7)) and ((deltay7 < "5") and ((-"5") < deltay7))) { tellTarget ("/ball") { if (xgeg7 >= "300") { Set("/ball:stepx", -"3"); Set("/ball:stepy", -"5"); } else { Set("/ball:stepx", "4"); Set("/ball:stepy", random("5")); } }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg6 = getProperty("/geg6", _x); ygeg6 = getProperty("/geg6", _y); if (xgeg6 < xball) { if ("250" < xball) { setProperty("/geg6", _x , xgeg6 + sph); } else { setProperty("/geg6", _x , xgeg6); } } else { setProperty("/geg6", _x , xgeg6 - sph); } if (xball < xgeg6) { if ("250" < xball) { setProperty("/geg6", _x , xgeg6 - sph); } else { setProperty("/geg6", _x , xgeg6); } } if (ygeg6 < yball) { if ((yball < "150") and ("25" < yball)) { setProperty("/geg6", _y , ygeg6 + sph); } else { setProperty("/geg6", _y , ygeg6); } } else { setProperty("/geg6", _y , ygeg6 - sph); } delta6 = xball - xgeg6; deltay6 = yball - ygeg6; if (((delta6 < "5") and ((-"5") < delta6)) and ((deltay6 < "5") and ((-"5") < deltay6))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("6")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg5 = getProperty("/geg5", _x); ygeg5 = getProperty("/geg5", _y); if (xgeg5 < xball) { if (("240" < xball) and (xball < "550")) { setProperty("/geg5", _x , xgeg5 + sph); } else { setProperty("/geg5", _x , xgeg5); } } if (xball < xgeg5) { if ((xball < "550") and ("240" < xball)) { setProperty("/geg5", _x , xgeg5 - sph); } else { setProperty("/geg5", _x , xgeg5); } } if (ygeg5 < yball) { if ((yball < "240") and ("130" < yball)) { setProperty("/geg5", _y , ygeg5 + sph); } else { setProperty("/geg2", _y , ygeg5); } } if (yball < ygeg5) { if ((yball < "240") and ("130" < yball)) { setProperty("/geg5", _y , ygeg5 - sph); } else { setProperty("/geg2", _y , ygeg5); } } delta5 = xball - xgeg5; deltay5 = yball - ygeg5; if (((delta5 < "6") and ((-"6") < delta5)) and ((deltay5 < "6") and ((-"6") < deltay5))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); rand = random("5"); Set("/ball:stepy", "2" - rand); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg3 = getProperty("/geg3", _x); ygeg3 = getProperty("/geg3", _y); if (xgeg3 < xball) { if (xball < "270") { setProperty("/geg3", _x , xgeg3 + sph); } else { setProperty("/geg3", _x , xgeg3); } } if (xball < xgeg3) { if (xball < "270") { setProperty("/geg3", _x , xgeg3 - sph); } else { setProperty("/geg3", _x , xgeg3); } } if (ygeg3 < yball) { if ("200" < yball) { setProperty("/geg3", _y , ygeg3 + sph); } else { setProperty("/geg3", _y , ygeg3); } } if (yball < ygeg3) { if ("250" < yball) { setProperty("/geg3", _y , ygeg3 - sph); } else { setProperty("/geg3", _y , ygeg3); } } delta3 = xball - xgeg3; deltay3 = yball - ygeg3; if (((delta3 < "5") and ((-"5") < delta3)) and ((deltay3 < "5") and ((-"5") < deltay3))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random(-"7")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg2 = getProperty("/geg2", _x); ygeg2 = getProperty("/geg2", _y); if (xgeg2 < xball) { if (xball < "270") { setProperty("/geg2", _x , xgeg2 + sp); } else { setProperty("/geg2", _x , xgeg2); } } if (xball < xgeg2) { if (xball < "270") { setProperty("/geg2", _x , xgeg2 - sp); } else { setProperty("/geg2", _x , xgeg2); } } if (ygeg2 < yball) { if ((yball < "270") and ("120" < yball)) { setProperty("/geg2", _y , ygeg2 + sph); } else { setProperty("/geg2", _y , ygeg2); } } if (yball < ygeg2) { if ((yball < "270") and ("120" < yball)) { setProperty("/geg2", _y , ygeg2 - sp); } else { setProperty("/geg2", _y , ygeg2); } } delta2 = xball - xgeg2; deltay2 = yball - ygeg2; if (((delta2 < "5") and ((-"5") < delta2)) and ((deltay2 < "5") and ((-"5") < deltay2))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); if (ygeg2 >= "200") { Set("/ball:stepy", random(-"4")); } if (ygeg2 < "200") { Set("/ball:stepy", random("4")); } }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg = getProperty("/geg", _x); ygeg = getProperty("/geg", _y); if (xgeg < xball) { if (xball < "270") { setProperty("/geg", _x , xgeg + sph); } else { setProperty("/geg", _x , xgeg); } } else { setProperty("/geg", _x , xgeg - sph); } if (ygeg < yball) { if ((yball < "150") and ("25" < yball)) { setProperty("/geg", _y , ygeg + sph); } else { setProperty("/geg", _y , ygeg); } } else { setProperty("/geg", _y , ygeg - sph); } delta = xball - xgeg; deltay = yball - ygeg; if (((delta < "9") and ((-"9") < delta)) and ((deltay < "9") and ((-"9") < deltay))) { tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("8")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } xgeg4 = getProperty("/geg4", _x); ygeg4 = getProperty("/geg4", _y); if (xgeg4 < xball) { if (xball < "120") { setProperty("/geg4", _x , xgeg4 + sph); } else { setProperty("/geg4", _x , xgeg4); } } if (xball < xgeg4) { if (xball < "120") { setProperty("/geg4", _x , xgeg4 - sph); } else { setProperty("/geg4", _x , xgeg4); } } if (ygeg4 < yball) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg4", _y , ygeg4 + sph); } else { setProperty("/geg4", _y , ygeg4); } } if (yball < ygeg4) { if ((yball < "250") and ("150" < yball)) { setProperty("/geg4", _y , ygeg4 - sp); } else { setProperty("/geg4", _y , ygeg4); } } delta4 = xball - xgeg4; deltay4 = yball - ygeg4; if (((delta4 < "6") and ((-"6") < delta4)) and ((deltay4 < "6") and ((-"6") < deltay4))) { tellTarget ("/ball") { Set("/ball:stepx", "4"); Set("/ball:stepy", random("5")); }; tellTarget ("/sou") { gotoAndPlay (2); }; } prevFrame(); xalt = getProperty("/player", _x); yalt = getProperty("/player", _y); if (((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) and ((yalt - ys) < "0.2")) and ((-"0.2") < (yalt - ys))) { tellTarget ("/player/ani") { gotoAndStop (1); }; } else { tellTarget ("/player/ani") { play(); Set("/player/ani:s", "1"); }; if ((((xalt - xs) < "0.2") and ((-"0.2") < (xalt - xs))) or (((yalt - ys) < "0.2") and ((-"0.2") < (yalt - ys)))) { tellTarget ("/player/ani") { play(); Set("/player/ani:s", "0"); }; } }
Frame 27
setProperty("/ball", _x , "0"); tellTarget ("/scores") { gotoAndPlay ("toor"); }
Frame 31
setProperty("/ball", _y , "200"); setProperty("/ball", _x , "275"); setProperty("/geg5", _x , "260"); setProperty("/geg5", _y , "200"); gotoAndPlay (15); tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("3") + "2"); gotoAndPlay ("spiel"); }; tellTarget ("/sou") { gotoAndPlay (2); }
Frame 36
gotoAndPlay (15); tellTarget ("/ball") { Set("/ball:stepx", /ball:high); Set("/ball:stepy", random("3") + "2"); gotoAndPlay ("spiel"); }; tellTarget ("/sou") { gotoAndPlay (2); }
Frame 37
setProperty("/ball", _x , "550"); tellTarget ("/scores") { gotoAndPlay ("tooor"); }
Frame 41
setProperty("/ball", _y , "200"); setProperty("/ball", _x , "275"); gotoAndPlay (15); tellTarget ("/ball") { Set("/ball:stepx", /ball:high * (-"1")); Set("/ball:stepy", random("3") + "2"); gotoAndPlay ("spiel"); }; tellTarget ("/sou") { gotoAndPlay (2); }
Frame 47
gotoAndPlay (15);
Frame 48
tellTarget ("/ball") { Set("/ball:stepx", "0"); Set("/ball:stepy", "0"); }; stop();
Frame 53
stop(); re = /scores:scorer; li = /scores:scorel;
Symbol 5 MovieClip Frame 1
stop(); scorel = "0"; scorer = "0"; stop(); scorel = "0"; scorer = "0";
Symbol 5 MovieClip Frame 2
scorel = scorel + "1"; nextFrame();
Symbol 5 MovieClip Frame 3
stop();
Symbol 5 MovieClip Frame 4
scorer = scorer + "1"; nextFrame();
Symbol 5 MovieClip Frame 5
stop();
Symbol 13 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 1
gotoAndPlay(random("7") + "2"); s = "1";
Symbol 27 MovieClip Frame 6
s = "1";
Symbol 27 MovieClip Frame 17
if (s == "1") { gotoAndPlay (6); } else { gotoAndPlay (24); }
Symbol 27 MovieClip Frame 30
if (s == "1") { gotoAndPlay (6); } else { gotoAndPlay (24); }
Symbol 28 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 12
if (s == "1") { gotoAndPlay (1); } else { gotoAndPlay (26); }
Symbol 49 MovieClip Frame 32
if (s == "1") { gotoAndPlay (1); } else { gotoAndPlay (26); }
Symbol 50 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 1
counter = "90";
Symbol 55 MovieClip Frame 2
counter = counter - "1"; if ("0" >= counter) { stop(); tellTarget ("/") { gotoAndStop ("fin"); }; }
Symbol 55 MovieClip Frame 13
gotoAndPlay (2);
Symbol 58 Button
on (release) { sph = sph - "1"; sp = sp - "1"; if (sph < "2") { sph = "2"; } if (sp < "1") { sp = "1"; } }
Symbol 60 Button
on (press) { sph = sph + "1"; sp = sp + "1"; if ("8" < sph) { sph = "8"; } if ("6" < sp) { sp = "6"; } }
Symbol 66 Button
on (press) { Set("/ball:high", /ball:high - "1"); Set("/ball:low", /ball:low - "1"); if (/ball:high < "2") { Set("/ball:high", "2"); } if (/ball:low < "2") { Set("/ball:low", "2"); } }
Symbol 67 Button
on (press) { Set("/ball:high", /ball:high + "1"); Set("/ball:low", /ball:low + "1"); if ("12" < /ball:high) { Set("/ball:high", "12"); } if ("10" < /ball:low) { Set("/ball:low", "10"); } }
Symbol 70 Button
on (release) { stopAllSounds(); gotoAndPlay (1); Set("/count:counter", "90"); Set("/scores:scorel", "0"); Set("/scores:scorer", "0"); tellTarget ("/count") { play(); } }
Symbol 74 MovieClip Frame 1
if (foul >= "20") { tellTarget ("/") { gotoAndStop ("start"); }; gotoAndPlay (37); } foul = "1"; play();
Symbol 74 MovieClip Frame 36
gotoAndPlay (1);
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 2
play(); Set("/sou/fou:foul", /sou/fou:foul + "1");
Symbol 86 MovieClip Frame 1
stop();
Symbol 88 Button
on (press) { tellTarget ("bouncer") { gotoAndPlay ("hoch"); }; stepx = stepx * "3"; stepy = stepy * "3"; }
Symbol 90 Button
on (rollOver) { play(); stepy = low; stepx = -low; } on (press) { stop(); } on (release) { play(); }
Symbol 92 Button
on (rollOver) { play(); stepy = low; stepx = low; } on (press) { stop(); } on (release) { play(); }
Symbol 94 Button
on (rollOver) { play(); stepy = high; stepx = "0"; } on (press) { stop(); } on (release) { play(); }
Symbol 96 Button
on (rollOver) { play(); stepy = "0"; stepx = -high; } on (press) { stop(); } on (release) { play(); }
Symbol 98 Button
on (rollOver) { play(); stepy = -low; stepx = -low; } on (press) { stop(); } on (release) { play(); }
Symbol 100 Button
on (rollOver) { play(); stepy = -high; stepx = "0"; } on (press) { stop(); } on (release) { play(); }
Symbol 102 Button
on (rollOver) { play(); stepy = -low; stepx = low; } on (press) { stop(); } on (release) { play(); }
Symbol 104 Button
on (rollOver) { play(); stepy = "0"; stepx = high; } on (press) { stop(); } on (release) { play(); }
Symbol 105 MovieClip Frame 1
play();
Symbol 105 MovieClip Frame 20
gotoAndPlay (1);
Symbol 105 MovieClip Frame 21
play();
Symbol 105 MovieClip Frame 40
gotoAndPlay (1);
Symbol 106 MovieClip Frame 1
stop(); high = "4.8"; low = "3";
Symbol 106 MovieClip Frame 2
xball = getProperty("/ball", _x); yball = getProperty("/ball", _y); setProperty("/ball", _y , yball + stepy); setProperty("/ball", _x , xball + stepx); if ("23" >= xball) { stepx = high; } if (xball >= "520") { stepx = -high; } if ("25" >= yball) { stepy = high; } if (yball >= "377") { stepy = -high; } play();
Symbol 106 MovieClip Frame 3
stepx = stepx * "0.95"; stepy = stepy * "0.95"; xball = getProperty("/ball", _x); yball = getProperty("/ball", _y); setProperty("/ball", _y , yball + stepy); setProperty("/ball", _x , xball + stepx); if ("23" >= xball) { stepx = high; setProperty("/ball", _x , "23"); } if (xball >= "520") { stepx = -high; setProperty("/ball", _x , "520"); } if ("25" >= yball) { stepy = high; setProperty("/ball", _y , "25"); } if (yball >= "377") { stepy = -high; setProperty("/ball", _y , "377"); } gotoAndPlay (2);
Symbol 111 Button
on (release) { gotoAndPlay (1); Set("/count:counter", "90"); Set("/scores:scorel", "0"); Set("/scores:scorer", "0"); tellTarget ("/count") { play(); } } on (press) { stopAllSounds(); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 54
Symbol 3 EditableTextUses:2Used by:5
Symbol 4 EditableTextUses:2Used by:5
Symbol 5 MovieClipUses:3 4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:13 28 36 50 105 106
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:12 27
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:8 10 11Used by:13
Symbol 13 MovieClipUses:7 12Used by:Timeline
Symbol 14 GraphicUsed by:27
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:27
Symbol 17 GraphicUsed by:27
Symbol 18 GraphicUsed by:27
Symbol 19 GraphicUsed by:27
Symbol 20 GraphicUsed by:27
Symbol 21 GraphicUsed by:27
Symbol 22 GraphicUsed by:27
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:27
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 MovieClipUses:14 16 10 17 18 19 20 21 22 24 26Used by:28
Symbol 28 MovieClipUses:7 27Used by:Timeline
Symbol 29 GraphicUsed by:35
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:35
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:35 49
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:29 31 33 34Used by:36
Symbol 36 MovieClipUses:7 35Used by:Timeline
Symbol 37 GraphicUsed by:49
Symbol 38 GraphicUsed by:49
Symbol 39 GraphicUsed by:49
Symbol 40 GraphicUsed by:49
Symbol 41 GraphicUsed by:49
Symbol 42 GraphicUsed by:49
Symbol 43 GraphicUsed by:49
Symbol 44 GraphicUsed by:49
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:37 33 38 39 40 41 42 43 44 46 48Used by:50
Symbol 50 MovieClipUses:7 49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 EditableTextUses:2Used by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:58 66
Symbol 57 GraphicUsed by:58 60 66 67
Symbol 58 ButtonUses:56 57Used by:Timeline
Symbol 59 GraphicUsed by:60 67
Symbol 60 ButtonUses:59 57Used by:Timeline
Symbol 61 FontUsed by:63
Symbol 62 TextUsed by:Timeline
Symbol 63 TextUses:61Used by:Timeline
Symbol 64 FontUsed by:65 77
Symbol 65 EditableTextUses:64Used by:Timeline
Symbol 66 ButtonUses:56 57Used by:Timeline
Symbol 67 ButtonUses:59 57Used by:Timeline
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:68 69Used by:Timeline
Symbol 71 GraphicUsed by:76
Symbol 72 GraphicUsed by:74
Symbol 73 SoundUsed by:74  Timeline
Symbol 74 MovieClipUses:72 73Used by:76
Symbol 75 SoundUsed by:76 90 92 94 96 98 100 102 104
Symbol 76 MovieClipUses:71 74 75Used by:Timeline
Symbol 77 EditableTextUses:64Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:78Used by:Timeline
Symbol 80 SoundUsed by:Timeline
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:86
Symbol 83 GraphicUsed by:86
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:86
Symbol 86 MovieClipUses:82 83 85Used by:105 106
Symbol 87 GraphicUsed by:88
Symbol 88 ButtonUses:87Used by:106
Symbol 89 GraphicUsed by:90
Symbol 90 ButtonUses:89 75Used by:106
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:91 75Used by:106
Symbol 93 GraphicUsed by:94
Symbol 94 ButtonUses:93 75Used by:106
Symbol 95 GraphicUsed by:96
Symbol 96 ButtonUses:95 75Used by:106
Symbol 97 GraphicUsed by:98
Symbol 98 ButtonUses:97 75Used by:106
Symbol 99 GraphicUsed by:100
Symbol 100 ButtonUses:99 75Used by:106
Symbol 101 GraphicUsed by:102
Symbol 102 ButtonUses:101 75Used by:106
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:103 75Used by:106
Symbol 105 MovieClipUses:7 86Used by:106
Symbol 106 MovieClipUses:7 86 88 90 92 94 96 98 100 102 104 105Used by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111
Symbol 111 ButtonUses:109 110Used by:Timeline
Symbol 112 FontUsed by:113 114 115
Symbol 113 EditableTextUses:112Used by:Timeline
Symbol 114 EditableTextUses:112Used by:Timeline
Symbol 115 TextUses:112Used by:Timeline
Symbol 116 GraphicUsed by:Timeline

Instance Names

"scores"Frame 1Symbol 5 MovieClip
"geg4"Frame 1Symbol 13 MovieClip
"geg"Frame 1Symbol 28 MovieClip
"geg2"Frame 1Symbol 28 MovieClip
"geg3"Frame 1Symbol 28 MovieClip
"geg5"Frame 1Symbol 28 MovieClip
"geg6"Frame 1Symbol 28 MovieClip
"geg7"Frame 1Symbol 28 MovieClip
"geg10"Frame 1Symbol 28 MovieClip
"geg9"Frame 1Symbol 36 MovieClip
"player"Frame 1Symbol 50 MovieClip
"count"Frame 1Symbol 55 MovieClip
"sou"Frame 1Symbol 76 MovieClip
"ball"Frame 2Symbol 106 MovieClip
"ani"Symbol 28 MovieClip Frame 1Symbol 27 MovieClip
"ani"Symbol 50 MovieClip Frame 1Symbol 49 MovieClip
"fou"Symbol 76 MovieClip Frame 1Symbol 74 MovieClip
"bouncer"Symbol 106 MovieClip Frame 2Symbol 105 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"start"Frame 2
"spiel"Frame 15
"game"Frame 16
"toor"Frame 27
"abschlag gegner"Frame 31
"tooor"Frame 37
"abschlag selber"Frame 41
"foul"Frame 48
"fin"Frame 53
"tooor"Symbol 5 MovieClip Frame 2
"toor"Symbol 5 MovieClip Frame 4
"start"Symbol 27 MovieClip Frame 6
"seite"Symbol 27 MovieClip Frame 24
"r"Symbol 28 MovieClip Frame 1
"ru"Symbol 28 MovieClip Frame 2
"u"Symbol 28 MovieClip Frame 3
"lu"Symbol 28 MovieClip Frame 4
"l"Symbol 28 MovieClip Frame 5
"lo"Symbol 28 MovieClip Frame 6
"o"Symbol 28 MovieClip Frame 7
"ro"Symbol 28 MovieClip Frame 8
"seite"Symbol 49 MovieClip Frame 26
"r"Symbol 50 MovieClip Frame 1
"ru"Symbol 50 MovieClip Frame 2
"u"Symbol 50 MovieClip Frame 3
"lu"Symbol 50 MovieClip Frame 4
"l"Symbol 50 MovieClip Frame 5
"lo"Symbol 50 MovieClip Frame 6
"o"Symbol 50 MovieClip Frame 7
"ro"Symbol 50 MovieClip Frame 8
"start"Symbol 74 MovieClip Frame 1
"foul"Symbol 74 MovieClip Frame 37
"sound"Symbol 76 MovieClip Frame 2
"start"Symbol 105 MovieClip Frame 1
"hoch"Symbol 105 MovieClip Frame 21
"stop"Symbol 106 MovieClip Frame 1
"bou"Symbol 106 MovieClip Frame 2

Dynamic Text Variables

scorelSymbol 3 EditableText""
scorerSymbol 4 EditableText""
counterSymbol 54 EditableText""
spSymbol 65 EditableText""
sphSymbol 77 EditableText""
liSymbol 113 EditableText""
reSymbol 114 EditableText""




http://swfchan.com/5/24164/info.shtml
Created: 25/5 -2019 11:13:23 Last modified: 25/5 -2019 11:13:23 Server time: 13/05 -2024 09:53:17