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

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

893129600.swf

This is the info page for
Flash #12525

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


Text
LOADING

MOUSEBREAKER PRODUCT

c 2003 ALL RIGHTS RESERVED

a mousebreaker product

2003 all rights reserved

Terms and conditions of use of this game

Terms and conditions of use of this game

Football Volley Challenge!

mousebreaker

Football Volley Challenge!

Football Volley Challenge!

Football Volley Challenge!

Football Volley Challenge!

mousebreaker

mousebreaker

mousebreaker

mousebreaker

Instructions
You have five shots to beat the keeper with a volley. Timing is all important!
Press the space bar early to kick the ball to the left or press it late to shoot to the right. The height of the ball when you kick it determines the elevation of the shot.

Scoring
1000 points and another "free" shot if you score
500 points if you force the keeper into a save
200 points if you hit the post or bar
100 points if you actually make contact with the ball!
NB - POINTS ARE HALVED IF THE BALL BOUNCES before you kick it.

move man

KICK

Play?

view scores

mousebreaker

mousebreaker

mousebreaker

control

0

Score:

Balls:

0

Score:

Balls:

0

Score:

Balls:

0

Score:

Balls:

0

Score:

Balls:

PLay this game and submit points for your favourite team at playforyourclub.com

PLay this game and submit points for your favourite team at playforyourclub.com

PLay this game and submit points for your favourite team at playforyourclub.com

PLay this game and submit points for your favourite team at playforyourclub.com

PLay this game and submit points for your favourite team at playforyourclub.com

Football Volley Challenge!

mousebreaker

Football Volley Challenge!

Football Volley Challenge!

Football Volley Challenge!

Football Volley Challenge!

mousebreaker

mousebreaker

mousebreaker

mousebreaker

PLay more great free games at www.mousebreaker.com

PLay more great free games at www.mousebreaker.com

PLay more great free games at www.mousebreaker.com

PLay more great free games at www.mousebreaker.com

PLay more great free games at www.mousebreaker.com

0

Score:

GAME OVER!

Play again?

GAME OVER!

GAME OVER!

GAME OVER!

GAME OVER!

0

Score:

0

Score:

0

Score:

0

Score:

Terms and conditions of use of this game

Terms and conditions of use of this game

ActionScript [AS1/AS2]

Frame 3
function convert_col_to_number(team_in) { if (team_in == "red") { rcol = 1; } if (team_in == "white") { rcol = 2; } if (team_in == "blue") { rcol = 3; } if (team_in == "black") { rcol = 4; } if (team_in == "yellow") { rcol = 5; } if (team_in == "green") { rcol = 6; } if (team_in == "claret") { rcol = 7; } if (team_in == "skyblue") { rcol = 8; } if (team_in == "orange") { rcol = 9; } if (team_in == "rovers") { rcol = 10; } return(rcol); } team = new Array(); picked = new Array(); pos = new Array(); v = new Array(); rating = new Array(); teams = 32; round = 0; colour = new Array(); shorts = new Array(); socks = new Array(); socks_top = new Array(); stripe1 = new Array(); sleeves = new Array(); collar = new Array(); games = teams / 2; maxgames = games; selected = false; myteamid = 9; i = 1; while (i <= teams) { picked[i] = false; pos[i] = 0; this["shirt" + i].gotoandstop(2); i++; } colour[1] = "red"; colour[2] = "black"; colour[3] = "white"; colour[4] = "blue"; colour[5] = "blue"; colour[6] = "skyblue"; colour[7] = "blue"; colour[8] = "white"; colour[9] = "red"; colour[10] = "red"; colour[11] = "orange"; colour[12] = "red"; colour[13] = "claret"; colour[14] = "rovers"; colour[15] = "red"; colour[16] = "white"; colour[17] = "blue"; colour[18] = "red"; colour[19] = "blue"; colour[20] = "blue"; colour[21] = "yellow"; colour[22] = "blue"; colour[23] = "white"; colour[24] = "claret"; colour[25] = "red"; colour[26] = "red"; colour[27] = "blue"; colour[28] = "white"; colour[29] = "yellow"; colour[30] = "red"; colour[31] = "red"; colour[32] = "blue"; i = 1; while (i <= teams) { collar[i] = colour[i]; stripe1[i] = colour[i]; sleeves[i] = colour[i]; i++; } i = 1; while (i <= teams) { collar[i] = colour[i]; stripe1[i] = colour[i]; sleeves[i] = colour[i]; i++; } stripe1[2] = "white"; stripe1[10] = "white"; stripe1[14] = "rovers"; stripe1[15] = "white"; stripe1[16] = "blue"; stripe1[30] = "white"; stripe1[31] = "white"; sleeves[14] = "rovers"; sleeves[1] = "white"; sleeves[2] = "white"; sleeves[21] = "green"; sleeves[13] = "blue"; sleeves[24] = "blue"; sleeves[11] = "black"; sleeves[29] = "black"; collar[14] = "blue"; collar[1] = "white"; collar[4] = "white"; collar[7] = "white"; collar[5] = "white"; collar[3] = "blue"; collar[13] = "blue"; collar[17] = "white"; collar[32] = "white"; team[1] = "Arsenal "; team[2] = "Newcastle "; team[3] = "Bolton "; team[4] = "Leicester "; team[5] = "Chelsea "; team[6] = "Man City "; team[7] = "Everton "; team[8] = "Leeds "; team[9] = "Liverpool "; team[10] = "Sunderland "; team[11] = "Wolves "; team[12] = "Man Utd "; team[13] = "Aston Villa "; team[14] = "Blackburn "; team[15] = "Southampton "; team[16] = "West Brom "; rating[1] = 10; rating[2] = 8; rating[3] = 5; rating[4] = 6; rating[5] = 8; rating[6] = 7; rating[7] = 7; rating[8] = 7; rating[9] = 8; rating[10] = 5; rating[11] = 6; rating[12] = 9; rating[13] = 1; rating[14] = 7; rating[15] = 7; rating[16] = 5; team[17] = "Glsg Rangers"; team[18] = "Charlton "; team[19] = "Cardiff "; team[20] = "Ipswich "; team[21] = "Norwich "; team[22] = "Portsmouth "; team[23] = "Tottenham "; team[24] = "West Ham "; team[25] = "Forest "; team[26] = "Middlesbro "; team[27] = "Birmingham "; team[28] = "Fulham "; team[29] = "Watford "; team[30] = "Stoke "; team[31] = "Sheff Utd "; team[32] = "Millwall "; rating[17] = 10; rating[18] = 6; rating[19] = 3; rating[20] = 5; rating[21] = 5; rating[22] = 6; rating[23] = 5; rating[24] = 6; rating[25] = 6; rating[26] = 6; rating[27] = 6; rating[28] = 5; rating[29] = 3; rating[30] = 2; rating[31] = 6; rating[32] = 4; i = 1; while (i <= teams) { shorts[i] = collar[i]; socks[i] = collar[i]; socks_top[i] = collar[i]; i++; } shorts[12] = "white"; shorts[11] = "black"; shorts[6] = "white"; shorts[4] = "white"; shorts[20] = "white"; shorts[22] = "white"; shorts[18] = "white"; shorts[21] = "green"; shorts[5] = "blue"; socks[5] = "blue"; socks[32] = "blue"; socks[23] = "white"; shorts[23] = "blue"; socks[25] = "red"; collar[25] = "white"; shorts[25] = "white"; socks[26] = "red"; collar[26] = "white"; shorts[26] = "white"; shorts[27] = "white"; shorts[30] = "white"; socks_top[30] = "white"; shorts[31] = "white"; socks_top[31] = "white"; socks[17] = "blue"; shorts[17] = "white"; socks_top[17] = "red"; shorts[24] = "blue"; socks_top[24] = "claret"; shorts[13] = "blue"; socks_top[13] = "claret"; socks[7] = "blue"; shorts[7] = "white"; socks_top[7] = "white"; socks[8] = "white"; collar[8] = "blue"; shorts[8] = "white"; shorts[15] = "black"; shorts[28] = "black"; shorts[29] = "black"; socks_top[19] = "white"; socks_top[2] = "white"; socks[10] = "white"; shorts[10] = "black"; stop();
Frame 4
duplicateMovieClip ("owen", "man", 1); man._x = 450; man._y = 300; attempts = 5; score = 0;
Instance of Symbol 89 MovieClip "keane" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(39)) { _level0.man._x = _level0.man._x + 5; if (_level0.man._x > 500) { _level0.man._x = 500; } } if (Key.isDown(37)) { _level0.man._x = _level0.man._x - 5; if (_level0.man._x < 50) { _level0.man._x = 50; } } if (Key.isDown(32)) { if (!_level0.kicked) { _level0.man.gotoandplay("kick"); _level0.kicked = true; } } }
Instance of Symbol 162 MovieClip "owen" in Frame 4
onClipEvent (load) { function convert_col_to_hex(team_in) { if (team_in == "red") { rcol = 16711680 /* 0xFF0000 */; } if (team_in == "white") { rcol = 16777215 /* 0xFFFFFF */; } if (team_in == "blue") { rcol = 255; } if (team_in == "black") { rcol = 0; } if (team_in == "yellow") { rcol = 16776960 /* 0xFFFF00 */; } if (team_in == "green") { rcol = 65280; rcol = 4692578 /* 0x479A62 */; } if (team_in == "claret") { rcol = 13382604 /* 0xCC33CC */; } if (team_in == "skyblue") { rcol = 52479; } if (team_in == "orange") { rcol = 16750848 /* 0xFF9900 */; } if (team_in == "rovers") { rcol = 16777215 /* 0xFFFFFF */; } return(rcol); } trace("socks = " + _level0.socks[_level0.myteamid]); trace("shirt = " + _level0.colour[_level0.myteamid]); trace("stripe1 = " + _level0.stripe1[_level0.myteamid]); myColor = new Color(this.socks); myColor.setRGB(convert_col_to_hex(_level0.socks[_level0.myteamid])); myColor1 = new Color(this.shorts); myColor1.setRGB(convert_col_to_hex(_level0.shorts[_level0.myteamid])); myColor2 = new Color(this.shirt); myColor2.setRGB(convert_col_to_hex(_level0.colour[_level0.myteamid])); myColor3 = new Color(this.cuffs); myColor3.setRGB(convert_col_to_hex(_level0.socks_top[_level0.myteamid])); myColor4 = new Color(this.stripes); myColor4.setRGB(convert_col_to_hex(_level0.stripe1[_level0.myteamid])); }
Frame 5
man.gotoandstop(1); status = 0; bounce = 0; bounced = 1; bounceyball = 0; cchecked = false; end = 0; dy = 0; ybit = 8; lpost = 135; rpost = 430; barpos = 50; barh = 105; posttolerance = 13; bwidth = 10; rightcorner = 0; leftcorner = 0; corner = 0; topnet = 0; hitbar = false; rposthit = false; lposthit = false; checked = false; innet = false; dive = false; _level0.kicked = false; _level0.checked = false;
Frame 7
x = 0; y = 0; z = 0; velocity = random(5) + 18; angle = random(5) + 35; bwidth = 12; hitkeeper = 0; t = 0; cangle = Math.cos((Math.PI/180) * angle); sangle = Math.sin((Math.PI/180) * angle); booted = false; checked = false; sc = 0; stopAllSounds();
Frame 8
function saved_check() { hitkeeper = 0; if (keeps.hittest(ball._x, ball._y, true)) { hitkeeper = 1; } if (keeps.hittest(ball._x - bwidth, ball._y - bwidth, true)) { hitkeeper = 1; } if (keeps.hittest(ball._x + bwidth, ball._y - bwidth, true)) { hitkeeper = 1; } if (keeps.hittest(ball._x, ball._y - bwidth, true)) { hitkeeper = 1; } if (keeps.hittest(ball._x - bwidth, ball._y, true)) { hitkeeper = 1; } if (keeps.hittest(ball._x + bwidth, ball._y, true)) { hitkeeper = 1; } if (hitkeeper == 0) { trace("not hit keeper bill"); } else { trace("borft keeper"); } trace("dbx = " + dbx); if ((dbx > 1) and (xball < 170)) { leftcorner = 1; rightcorner = 0; corner = 1; trace("left corner"); } if ((dbx < 1) and (xball > 400)) { rightcorner = 1; leftcorner = 0; corner = 1; trace("right corner"); } if (z > 75) { trace("top net set to 1 when z = " + z); topnet = 1; znet = z; } } t = t + 0.06; if (booted == 0) { yball = 300; xball = 0 + (y * 10); y = ((cangle * velocity) * t) + bounce; z = ((sangle * velocity) * t) - ((5 * t) * t); z = z * 10; if (z < 0) { trace("bounce"); t = 0; bounce = y; bounced = 2; bounceyball = yball - 200; velocity = velocity * 0.7; z = 0; } yscale = 20 + ((80 * yball) / 325); } else if (innet == false) { xball = xball - dbx; yball = yball - ybit; z = z + (dby / 13); yscale = 20 + ((80 * yball) / 325); if ((yball < 160) and (checked == false)) { saved_check(); checked = true; trace("xball = " + xball); trace("z = " + z); if (hitkeeper == 0) { trace("lpost " + Math.abs(xball - lpost)); trace("rpost " + Math.abs(xball - rpost)); trace("bar " + (barpos - ball._y)); if ((Math.abs(xball - rpost) < posttolerance) and (z < barh)) { rposthit = true; trace("post--r"); ybit = -ybit; dbx = -10; score = score + (200 / bounced); crink.gotoandplay(2); } if ((Math.abs(xball - lpost) < posttolerance) and (z < barh)) { lposthit = true; trace("post--l"); ybit = -ybit; dbx = 10; score = score + (200 / bounced); crink.gotoandplay(2); } if ((((z >= (barh - 15)) and (z <= barh)) and (xball > lpost)) and (xball < rpost)) { if (lposthit or rposthit) { hitbar = false; } else { hitbar = true; trace("bar !!!!"); ybit = ybit; dbx = dbx; dby = 10; score = score + (200 / bounced); crink.gotoandplay(2); } } if ((((((xball > lpost) and (xball < rpost)) and (z < barh)) and (rposthit == false)) and (lposthit == false)) and (hitbar == false)) { lposthit = false; rposthit = false; hitbar = false; innet = true; trace("GOOOOOOOOOAAAAAAAALLLLLLLLLL"); } } else { score = score + (400 / bounced); if (divedirn == "left") { ybit = -ybit; dbx = 10; dby = -dby; } else { ybit = -ybit; dbx = -10; dby = -dby; } } } } else { xball = xball - dbx; yball = yball - 6; z = z + (dby / 12); yscale = 20 + ((80 * yball) / 325); if (rightcorner == 1) { trace("RIGHTCORNER"); dbx = 10; rightcorner = 0; } if (leftcorner == 1) { trace("leftCORNER********"); dbx = -10; leftcorner = 0; } if (topnet == 1) { trace("top of the net !"); z = znet - 20; } if (yball < 150) { end = 1; score = score + (5000 / bounced); sc = 1; _level0.goalnet.gotoandplay("goal"); _level0.cheery.gotoandplay(2); } } if (yball < 0) { end = 1; } if (hitbar) { if (z > 200) { end = 1; } } if ((lposthit or rposthit) or (hitkeeper == 1)) { if (yball > 200) { end = 1; } } if (yball < 130) { shadow._visible = false; } else { shadow._visible = true; } if (innet == false) { setProperty("/ball", _y , yball - z); setProperty("/ball", _x , xball); setProperty("/ball", _xscale , yscale * 0.8); setProperty("/ball", _yscale , yscale * 0.8); ball2._visible = false; ball._visible = true; } else { setProperty("/ball2", _y , yball - z); setProperty("/ball2", _x , xball); setProperty("/ball2", _xscale , yscale); setProperty("/ball2", _yscale , yscale); ball._visible = false; ball2._visible = true; } setProperty("/shadow", _y , yball); setProperty("/shadow", _x , xball); setProperty("/shadow", _xscale , yscale); setProperty("/shadow", _yscale , yscale);
Frame 9
if (((_level0.kicked == true) and (cchecked == false)) and man.finished) { cchecked = true; dbx = (man._x + 15) - xball; dby = z; diag = int(dbx); trace((("BANG!" + z) + " ") + dbx); if ((z < 40) and (Math.abs(dbx) < 30)) { booted = true; innet = false; score = score + (100 / bounced); shotsnd.gotoandPlay(2); } } dby = z; if ((booted == true) and (dive == false)) { dive = true; destination = xball - (18 * dbx); divedirn = "up"; if (random(10) < 7) { if ((destination > 310) and (destination < 500)) { divedirn = "right"; keeps.gotoandplay("dive_right"); } if ((destination < 250) and (destination > 50)) { divedirn = "left"; keeps.gotoandplay("dive_left"); } if (divedirn == "up") { keeps.gotoandplay("dive_up"); } } } if (t > 7) { end = 1; } if ((end == 0) and (xball < 600)) { gotoAndPlay (8); }
Frame 33
if (sc == 0) { attempts--; } if (attempts > 0) { gotoAndPlay (5); }
Frame 42
gotoAndStop (64);
Frame 64
man._x = -450; man._y = -300; stop();
Symbol 9 MovieClip Frame 7
gotoAndPlay (1);
Symbol 12 MovieClip Frame 32
gotoAndPlay (1);
Symbol 17 MovieClip Frame 1
doneLoading = 0; stop();
Instance of Symbol 14 MovieClip "bkgd" in Symbol 17 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.doneLoading == 0) { total = _parent._parent.getBytesTotal(); isloaded = _parent._parent.getBytesLoaded(); p = 100 * (isLoaded / total); _parent.bytes = ((int(isloaded / 1000) add " KB of ") add int(total / 1000)) add " KB"; _parent.percent = int(p) add "% LOADED"; _parent.bar._xscale = p; if (Number(p) > Number(95)) { _parent._parent.gotoAndPlay(Number(2)); _parent.gotoAndStop("off"); _parent.doneLoading = 1; } else { _parent._parent.gotoAndPlay(Number(1)); } } }
Instance of Symbol 14 MovieClip "bar" in Symbol 17 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.doneLoading == 0) { total = _parent._parent.getBytesTotal(); isloaded = _parent._parent.getBytesLoaded(); p = 100 * (isLoaded / total); _parent.bytes = ((int(isloaded / 1000) add " KB of ") add int(total / 1000)) add " KB"; _parent.percent = int(p) add "% LOADED"; _parent.bar._xscale = p; if (Number(p) > Number(95)) { _parent._parent.gotoAndPlay(Number(2)); _parent.gotoAndStop("off"); _parent.doneLoading = 1; } else { _parent._parent.gotoAndPlay(Number(1)); } } }
Symbol 24 Button
on (release) { getURL ("http://www.mousebreaker.com/index.php?page=downloadagreement", "_blank"); }
Symbol 39 Button
on (release) { getURL ("http://www.mousebreaker.com/index.php?cdgtid=volley", "_self"); }
Symbol 52 Button
on (release) { play(); }
Symbol 54 Button
on (keyPress "~") { gotoAndStop (64); }
Symbol 66 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 20
gotoAndPlay (1);
Symbol 79 MovieClip Frame 90
gotoAndPlay (1);
Symbol 79 MovieClip Frame 141
gotoAndPlay (1);
Symbol 79 MovieClip Frame 167
gotoAndPlay (1);
Symbol 79 MovieClip Frame 221
gotoAndPlay (1);
Symbol 79 MovieClip Frame 273
gotoAndPlay (1);
Symbol 79 MovieClip Frame 296
gotoAndPlay (1);
Symbol 79 MovieClip Frame 319
gotoAndPlay (1);
Symbol 83 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 11
stop();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 11
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 11
stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 11
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 11
stop();
Symbol 162 MovieClip Frame 1
this.socks.gotoandstop(1); this.shirt.gotoandstop(1); this.shorts.gotoandstop(1); this.cuffs.gotoandstop(1); finished = false; this.stripes.gotoandstop(1); stop();
Symbol 162 MovieClip Frame 2
this.socks.gotoandplay(2); this.shirt.gotoandplay(2); this.cuffs.gotoandplay(2); this.shorts.gotoandplay(2); this.stripes.gotoandplay(2);
Symbol 162 MovieClip Frame 7
finished = true;
Symbol 162 MovieClip Frame 11
this.socks.gotoandstop(11); this.cuffs.gotoandstop(11); this.shirt.gotoandstop(11); this.shorts.gotoandstop(11); this.stripes.gotoandstop(11);
Symbol 162 MovieClip Frame 35
stop();
Symbol 208 Button
on (release) { gotoAndStop (3); }
Symbol 214 Button
on (release) { getURL ("http://www.mousebreaker.com/index.php?cdgtid=volley_pfyc", "_self"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 FontUsed by:4 5 6 15 16 21 22 88 223 224
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 TextUses:3Used by:Timeline
Symbol 6 TextUses:3Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:10 11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:17
Symbol 15 EditableTextUses:3Used by:17
Symbol 16 EditableTextUses:3Used by:17
Symbol 17 MovieClipUses:14 15 16Used by:Timeline
Symbol 18 FontUsed by:19 20 29 30 31 32 33 34 35 36 37 38 40 41 42 53 55 61 62 63 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 209 210 211 212 213 215 216 217 218 219 220 221 222
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 EditableTextUses:18Used by:Timeline
Symbol 21 EditableTextUses:3Used by:Timeline
Symbol 22 EditableTextUses:3Used by:Timeline
Symbol 23 GraphicUsed by:24 39 214
Symbol 24 ButtonUses:23Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 EditableTextUses:18Used by:Timeline
Symbol 30 EditableTextUses:18Used by:Timeline
Symbol 31 EditableTextUses:18Used by:Timeline
Symbol 32 EditableTextUses:18Used by:Timeline
Symbol 33 EditableTextUses:18Used by:Timeline
Symbol 34 EditableTextUses:18Used by:Timeline
Symbol 35 EditableTextUses:18Used by:Timeline
Symbol 36 EditableTextUses:18Used by:Timeline
Symbol 37 EditableTextUses:18Used by:Timeline
Symbol 38 EditableTextUses:18Used by:Timeline
Symbol 39 ButtonUses:23Used by:Timeline
Symbol 40 EditableTextUses:18Used by:Timeline
Symbol 41 EditableTextUses:18Used by:Timeline
Symbol 42 EditableTextUses:18Used by:Timeline
Symbol 43 GraphicUsed by:46
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:46
Symbol 46 MovieClipUses:43 45Used by:Timeline
Symbol 47 GraphicUsed by:52 54 208
Symbol 48 GraphicUsed by:52 54 208
Symbol 49 GraphicUsed by:52 54 208
Symbol 50 GraphicUsed by:52 54 208
Symbol 51 GraphicUsed by:52 54 208
Symbol 52 ButtonUses:47 48 49 50 51Used by:Timeline
Symbol 53 EditableTextUses:18Used by:Timeline
Symbol 54 ButtonUses:47 48 49 50 51Used by:Timeline
Symbol 55 EditableTextUses:18Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 EditableTextUses:18Used by:Timeline
Symbol 62 EditableTextUses:18Used by:Timeline
Symbol 63 EditableTextUses:18Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:79
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:79
Symbol 75 GraphicUsed by:76 79
Symbol 76 MovieClipUses:75Used by:79
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:79
Symbol 79 MovieClipUses:72 74 76 75 78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 SoundUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 SoundUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 SoundUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 EditableTextUses:3Used by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:162
Symbol 91 GraphicUsed by:102
Symbol 92 GraphicUsed by:102
Symbol 93 GraphicUsed by:102
Symbol 94 GraphicUsed by:102
Symbol 95 GraphicUsed by:102
Symbol 96 GraphicUsed by:102
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:91 92 93 94 95 96 97 98 99 100 101Used by:162
Symbol 103 GraphicUsed by:114
Symbol 104 GraphicUsed by:114
Symbol 105 GraphicUsed by:114
Symbol 106 GraphicUsed by:114
Symbol 107 GraphicUsed by:114
Symbol 108 GraphicUsed by:114
Symbol 109 GraphicUsed by:114
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:114
Symbol 112 GraphicUsed by:114
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:103 104 105 106 107 108 109 110 111 112 113Used by:162
Symbol 115 GraphicUsed by:126
Symbol 116 GraphicUsed by:126
Symbol 117 GraphicUsed by:126
Symbol 118 GraphicUsed by:126
Symbol 119 GraphicUsed by:126
Symbol 120 GraphicUsed by:126
Symbol 121 GraphicUsed by:126
Symbol 122 GraphicUsed by:126
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:115 116 117 118 119 120 121 122 123 124 125Used by:162
Symbol 127 GraphicUsed by:138
Symbol 128 GraphicUsed by:138
Symbol 129 GraphicUsed by:138
Symbol 130 GraphicUsed by:138
Symbol 131 GraphicUsed by:138
Symbol 132 GraphicUsed by:138
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:127 128 129 130 131 132 133 134 135 136 137Used by:162
Symbol 139 GraphicUsed by:150
Symbol 140 GraphicUsed by:150
Symbol 141 GraphicUsed by:150
Symbol 142 GraphicUsed by:150
Symbol 143 GraphicUsed by:150
Symbol 144 GraphicUsed by:150
Symbol 145 GraphicUsed by:150
Symbol 146 GraphicUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:139 140 141 142 143 144 145 146 147 148 149Used by:162
Symbol 151 GraphicUsed by:162
Symbol 152 GraphicUsed by:162
Symbol 153 GraphicUsed by:162
Symbol 154 GraphicUsed by:162
Symbol 155 GraphicUsed by:162
Symbol 156 GraphicUsed by:162
Symbol 157 GraphicUsed by:162
Symbol 158 GraphicUsed by:162
Symbol 159 GraphicUsed by:162
Symbol 160 GraphicUsed by:162
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:90 102 114 126 138 150 151 152 153 154 155 156 157 158 159 160 161Used by:Timeline
Symbol 163 EditableTextUses:18Used by:Timeline
Symbol 164 EditableTextUses:18Used by:Timeline
Symbol 165 EditableTextUses:18Used by:Timeline
Symbol 166 EditableTextUses:18Used by:Timeline
Symbol 167 EditableTextUses:18Used by:Timeline
Symbol 168 EditableTextUses:18Used by:Timeline
Symbol 169 EditableTextUses:18Used by:Timeline
Symbol 170 EditableTextUses:18Used by:Timeline
Symbol 171 EditableTextUses:18Used by:Timeline
Symbol 172 EditableTextUses:18Used by:Timeline
Symbol 173 EditableTextUses:18Used by:Timeline
Symbol 174 EditableTextUses:18Used by:Timeline
Symbol 175 EditableTextUses:18Used by:Timeline
Symbol 176 EditableTextUses:18Used by:Timeline
Symbol 177 EditableTextUses:18Used by:Timeline
Symbol 178 EditableTextUses:18Used by:Timeline
Symbol 179 EditableTextUses:18Used by:Timeline
Symbol 180 EditableTextUses:18Used by:Timeline
Symbol 181 EditableTextUses:18Used by:Timeline
Symbol 182 EditableTextUses:18Used by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 EditableTextUses:18Used by:Timeline
Symbol 186 EditableTextUses:18Used by:Timeline
Symbol 187 EditableTextUses:18Used by:Timeline
Symbol 188 EditableTextUses:18Used by:Timeline
Symbol 189 EditableTextUses:18Used by:Timeline
Symbol 190 EditableTextUses:18Used by:Timeline
Symbol 191 EditableTextUses:18Used by:Timeline
Symbol 192 EditableTextUses:18Used by:Timeline
Symbol 193 EditableTextUses:18Used by:Timeline
Symbol 194 EditableTextUses:18Used by:Timeline
Symbol 195 EditableTextUses:18Used by:Timeline
Symbol 196 EditableTextUses:18Used by:Timeline
Symbol 197 EditableTextUses:18Used by:Timeline
Symbol 198 EditableTextUses:18Used by:Timeline
Symbol 199 EditableTextUses:18Used by:Timeline
Symbol 200 EditableTextUses:18Used by:Timeline
Symbol 201 EditableTextUses:18Used by:Timeline
Symbol 202 EditableTextUses:18Used by:Timeline
Symbol 203 EditableTextUses:18Used by:Timeline
Symbol 204 EditableTextUses:18Used by:Timeline
Symbol 205 EditableTextUses:18Used by:Timeline
Symbol 206 EditableTextUses:18Used by:Timeline
Symbol 207 EditableTextUses:18Used by:Timeline
Symbol 208 ButtonUses:47 48 49 50 51Used by:Timeline
Symbol 209 EditableTextUses:18Used by:Timeline
Symbol 210 EditableTextUses:18Used by:Timeline
Symbol 211 EditableTextUses:18Used by:Timeline
Symbol 212 EditableTextUses:18Used by:Timeline
Symbol 213 EditableTextUses:18Used by:Timeline
Symbol 214 ButtonUses:23Used by:Timeline
Symbol 215 EditableTextUses:18Used by:Timeline
Symbol 216 EditableTextUses:18Used by:Timeline
Symbol 217 EditableTextUses:18Used by:Timeline
Symbol 218 EditableTextUses:18Used by:Timeline
Symbol 219 EditableTextUses:18Used by:Timeline
Symbol 220 EditableTextUses:18Used by:Timeline
Symbol 221 EditableTextUses:18Used by:Timeline
Symbol 222 EditableTextUses:18Used by:Timeline
Symbol 223 EditableTextUses:3Used by:Timeline
Symbol 224 EditableTextUses:3Used by:Timeline

Instance Names

"pitch"Frame 4Symbol 57 MovieClip
"goalnet"Frame 4Symbol 66 MovieClip
"ball2"Frame 4Symbol 46 MovieClip
"goaloverlay"Frame 4Symbol 69 MovieClip
"keeps"Frame 4Symbol 79 MovieClip
"shadow"Frame 4Symbol 81 MovieClip
"ball"Frame 4Symbol 46 MovieClip
"crink"Frame 4Symbol 83 MovieClip
"shotsnd"Frame 4Symbol 85 MovieClip
"cheery"Frame 4Symbol 87 MovieClip
"keane"Frame 4Symbol 89 MovieClip
"owen"Frame 4Symbol 162 MovieClip
"bkgd"Symbol 17 MovieClip Frame 1Symbol 14 MovieClip
"bar"Symbol 17 MovieClip Frame 1Symbol 14 MovieClip
"socks"Symbol 162 MovieClip Frame 1Symbol 102 MovieClip
"shorts"Symbol 162 MovieClip Frame 1Symbol 114 MovieClip
"cuffs"Symbol 162 MovieClip Frame 1Symbol 126 MovieClip
"shirt"Symbol 162 MovieClip Frame 1Symbol 138 MovieClip
"stripes"Symbol 162 MovieClip Frame 1Symbol 150 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"loop"Frame 8
"on"Symbol 17 MovieClip Frame 1
"off"Symbol 17 MovieClip Frame 2
"goal"Symbol 66 MovieClip Frame 5
"dive_left"Symbol 79 MovieClip Frame 50
"dive_right"Symbol 79 MovieClip Frame 100
"dive_up"Symbol 79 MovieClip Frame 150
"dive_right_low"Symbol 79 MovieClip Frame 181
"dive_left_low"Symbol 79 MovieClip Frame 233
"dive_up_right"Symbol 79 MovieClip Frame 277
"dive_up_left"Symbol 79 MovieClip Frame 302
"kick"Symbol 162 MovieClip Frame 2

Dynamic Text Variables

percentSymbol 15 EditableText""
bytesSymbol 16 EditableText""
scoreSymbol 163 EditableText"0"
attemptsSymbol 164 EditableText""
scoreSymbol 167 EditableText"0"
attemptsSymbol 168 EditableText""
scoreSymbol 171 EditableText"0"
attemptsSymbol 172 EditableText""
scoreSymbol 175 EditableText"0"
attemptsSymbol 176 EditableText""
scoreSymbol 179 EditableText"0"
attemptsSymbol 180 EditableText""
scoreSymbol 205 EditableText"0"
scoreSymbol 215 EditableText"0"
scoreSymbol 217 EditableText"0"
scoreSymbol 219 EditableText"0"
scoreSymbol 221 EditableText"0"




http://swfchan.com/3/12525/info.shtml
Created: 5/6 -2019 21:50:27 Last modified: 5/6 -2019 21:50:27 Server time: 24/04 -2024 11:59:12