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

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

Game1.swf

This is the info page for
Flash #240602

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


Text
Sorry, it appears that you do not
have a Flash 4 compatable plugin

Loading...

- 1 Player
- 2 Players
- Instructions

Back

Instructions

Player 1

Player 2

Slide Left

Slide Left

Slide Right

Slide Right

Power Swat

Power Swat

Game Objective

Score the most points before
the time runs out.  Power
Swatting the Power Ball will
increase it's speed and
energy.  If the Power Ball is
energized enough it will
become an unstopable Laser
Ball.  In addition, the Multi-
Warp will cause the Power
Ball  to duplicate!

Power Ball

Laser Ball

Multi-Warp

Ready

0

0

Player 1 Score

Player 2 Score

MULTIBALL!!!!!!

MULTIBALL!!!!!!

Set

GO

MESSAGE

New Game
Quit

Time:

000

0

0

MESSAGE

ActionScript [AS1/AS2]

Frame 3
flash4 = "yes";
Frame 5
if (flash4 eq "yes") { gotoAndPlay (11); }
Frame 12
ifFrameLoaded (28) { gotoAndStop (15); }
Frame 14
gotoAndPlay (11);
Frame 15
stop();
Frame 20
stop();
Frame 22
gotoAndPlay (21);
Frame 23
tellTarget ("/Controller") { gotoAndPlay ("bootup"); }; gotoAndPlay (21);
Frame 24
gotoAndPlay (11);
Frame 26
gotoAndPlay (25);
Frame 27
tellTarget ("/Controller") { gotoAndPlay ("bootup"); }; gotoAndPlay (25);
Frame 28
gotoAndPlay (11);
Symbol 9 Button
on (release, keyPress "1") { stopAllSounds(); gotoAndPlay (25); }
Symbol 10 Button
on (release, keyPress "2") { stopAllSounds(); gotoAndPlay (21); }
Symbol 11 Button
on (release, keyPress "i") { gotoAndPlay (20); }
Symbol 15 Button
on (release, keyPress "b") { gotoAndStop (17); }
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 5
xAccel = "1";
Symbol 43 MovieClip Frame 7
xAccel = "5";
Symbol 43 MovieClip Frame 8
tellTarget ("../Controller") { firepower = "2.5"; }
Symbol 43 MovieClip Frame 10
xAccel = "2";
Symbol 43 MovieClip Frame 12
tellTarget ("../Controller") { firepower = "2"; }
Symbol 43 MovieClip Frame 14
xAccel = "1"; gotoAndStop (1);
Symbol 43 MovieClip Frame 18
gotoAndStop (1);
Symbol 43 MovieClip Frame 22
gotoAndStop (1);
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
Set("../totalscore", "0"); multiball = "0";
Symbol 59 MovieClip Frame 5
stop();
Symbol 59 MovieClip Frame 6
stop();
Symbol 59 MovieClip Frame 7
gotoAndStop (1);
Symbol 59 MovieClip Frame 36
stop();
Symbol 65 Button
on (keyPress "<Down>") { Bmove = "0"; tellTarget ("/bpad") { gotoAndPlay ("flap"); } } on (keyPress "<Left>") { Bmove = -"10"; tellTarget ("/bpad") { gotoAndPlay ("left"); } } on (keyPress "<Right>") { Bmove = "10"; tellTarget ("/bpad") { gotoAndPlay ("right"); } }
Symbol 66 Button
on (keyPress "x") { Tmove = "0"; tellTarget ("/tpad") { gotoAndPlay ("flap"); } } on (keyPress "z") { Tmove = -"10"; tellTarget ("/tpad") { gotoAndPlay ("left"); } } on (keyPress "c") { Tmove = "10"; tellTarget ("/tpad") { gotoAndPlay ("right"); } }
Symbol 68 Button
on (release, keyPress "<Enter>") { tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2); }
Symbol 69 Button
on (release, keyPress "q") { tellTarget ("../") { gotoAndPlay ("reset"); } }
Symbol 71 MovieClip Frame 1
firepower = "2"; stopAllSounds(); tscore = "9999"; bscore = "9999";
Symbol 71 MovieClip Frame 2
totalscore = "0"; multiball = "0"; xStep = random("5") + "6"; yStep = random("5") + "3"; xModifier = random("10"); yModifier = random("10"); if ("5" < xModifier) { xStep = xStep - (xStep * "2"); } if ("5" < yModifier) { yStep = yStep - (yStep * "2"); } if ("999" < tscore) { gotoAndStop (48); } if ("999" < bscore) { gotoAndStop (48); } setProperty("/bpad", _y , "321"); setProperty("/tpad", _y , "25"); setProperty("/Ball", _y , "175"); setProperty("/Ball", _x , "150"); setProperty("/Ball2", _y , "1750"); setProperty("/Ball2", _x , "1500"); firepower = "2"; tellTarget ("sound") { play(); }
Symbol 71 MovieClip Frame 42
BpadTop = getProperty("/bpad", _y) - "10"; BpadBot = getProperty("/bpad", _y) + "10"; BallX = getProperty("/Ball", _x); BallY = getProperty("/Ball", _y); setProperty("/Ball", _x , BallX + int(xStep)); setProperty("/Ball", _y , BallY + int(yStep)); BpadX = getProperty("/bpad", _x); if (multiball == "1") { BallX2 = getProperty("/Ball2", _x); BallY2 = getProperty("/Ball2", _y); setProperty("/Ball2", _x , BallX2 + int(xStep2)); setProperty("/Ball2", _y , BallY2 + int(yStep2)); } if (BpadX < "39") { Bmove = "0"; BpadX = "40"; } if ("256" < BpadX) { Bmove = "0"; BpadX = "255"; } setProperty("/bpad", _x , BpadX + Bmove); BpadLeft = getProperty("/bpad", _x) - "50"; BpadRight = getProperty("/bpad", _x) + "50"; TpadTop = getProperty("/tpad", _y) - "10"; TpadBot = getProperty("/tpad", _y) + "10"; TpadX = getProperty("/tpad", _x); if (TpadX < "39") { Tmove = "0"; TpadX = "40"; } if ("256" < TpadX) { Tmove = "0"; TpadX = "255"; } setProperty("/tpad", _x , TpadX + Tmove); TpadLeft = getProperty("/tpad", _x) - "50"; TpadRight = getProperty("/tpad", _x) + "50";
Symbol 71 MovieClip Frame 43
if (getProperty("/Ball", _y) < "10") { bscore = bscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep = yStep - (yStep * "2"); xStep = int(xStep - ("0.15" * xAccel)); gotoAndPlay (2); } ys2 = yStep - (yStep * "2"); if ("340" < getProperty("/Ball", _y)) { tscore = tscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep = yStep - (yStep * "2"); xStep = int(xStep - ("0.15" * xAccel)); gotoAndPlay (2); } if (("290" < getProperty("/Ball", _x)) or (getProperty("/Ball", _x) < "10")) { xStep = xStep - (xStep * "2"); yStep = int(yStep - ("0.15" * yAccel)); } if (("20" < yStep) or ("20" < ys2)) { tellTarget ("/Ball") { gotoAndPlay ("flame"); }; } else if (("13" < yStep) or ("13" < ys2)) { tellTarget ("/Ball") { gotoAndPlay ("warm"); }; } else { tellTarget ("/Ball") { gotoAndPlay ("ball"); }; } if ((BpadTop < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < BpadBot)) { if ((BpadLeft < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < BpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep = yStep - (yStep * firepower); xStep = int(xStep - ("0.15" * xAccel)); setProperty("/Ball", _y , BpadTop - "1"); } } if ((TpadTop < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < TpadBot)) { if ((TpadLeft < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < TpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep = yStep - (yStep * firepower); xStep = int(xStep - ("0.15" * xAccel)); setProperty("/Ball", _y , TpadBot + "1"); } } if ("2" < totalscore) { tellTarget ("/multi") { gotoAndStop ("on"); }; if (("130" < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < "170")) { if (("155" < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < "195")) { totalscore = "0"; multiball = "1"; tellTarget ("sound") { gotoAndPlay ("multiball"); }; xStep2 = random("5") + "6"; yStep2 = random("5") + "3"; xModifier2 = random("10"); yModifier2 = random("10"); if ("5" < xModifier2) { xStep2 = xStep2 - (xStep * "2"); } if ("5" < yModifier2) { yStep2 = yStep2 - (yStep2 * "2"); } setProperty("/Ball2", _y , "175"); setProperty("/Ball2", _x , "150"); } } } else { tellTarget ("/multi") { gotoAndStop ("off"); }; } if (multiball == "1") { totalscore = "0"; if (getProperty("/Ball2", _y) < "10") { bscore = bscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep2 = yStep2 - (yStep2 * "2"); xStep2 = int(xStep2 - ("0.15" * xAccel)); gotoAndPlay (2); } ys22 = yStep2 - (yStep2 * "2"); if ("340" < getProperty("/Ball2", _y)) { tscore = tscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep2 = yStep2 - (yStep2 * "2"); xStep2 = int(xStep2 - ("0.15" * xAccel)); gotoAndPlay (2); } if (("290" < getProperty("/Ball2", _x)) or (getProperty("/Ball2", _x) < "10")) { xStep2 = xStep2 - (xStep2 * "2"); yStep2 = int(yStep2 - ("0.15" * yAccel)); } if (("20" < yStep2) or ("20" < ys22)) { tellTarget ("/Ball2") { gotoAndPlay ("flame"); }; } else if (("13" < yStep2) or ("13" < ys22)) { tellTarget ("/Ball2") { gotoAndPlay ("warm"); }; } else { tellTarget ("/Ball2") { gotoAndPlay ("ball"); }; } if ((BpadTop < getProperty("/Ball2", _y)) and (getProperty("/Ball2", _y) < BpadBot)) { if ((BpadLeft < getProperty("/Ball2", _x)) and (getProperty("/Ball2", _x) < BpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep2 = yStep2 - (yStep2 * firepower); xStep2 = int(xStep2 - ("0.15" * xAccel)); setProperty("/Ball2", _y , BpadTop - "1"); } } if ((TpadTop < getProperty("/Ball2", _y)) and (getProperty("/Ball2", _y) < TpadBot)) { if ((TpadLeft < getProperty("/Ball2", _x)) and (getProperty("/Ball2", _x) < TpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep2 = yStep2 - (yStep2 * firepower); xStep2 = int(xStep2 - ("0.15" * xAccel)); setProperty("/Ball2", _y , TpadBot + "1"); } } } gotoAndPlay (42);
Symbol 71 MovieClip Frame 48
if (tscore == "9999") { tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2); } if (bscore < tscore) { message = "Player 1 Wins!"; } else if (tscore < bscore) { message = "Player 2 Wins!"; } else { message = "Tie Game!"; } stopAllSounds();
Symbol 71 MovieClip Frame 49
stop();
Symbol 71 MovieClip Frame 50
tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2);
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 5
stop();
Symbol 73 MovieClip Frame 13
gotoAndPlay (8);
Symbol 76 MovieClip Frame 1
counter = "120"; stop();
Symbol 76 MovieClip Frame 2
if (counter == "0") { tellTarget ("../Controller") { gotoAndPlay ("newgame"); }; gotoAndStop (1); } counter = counter - "1"; play();
Symbol 76 MovieClip Frame 24
gotoAndPlay (2);
Symbol 77 MovieClip Frame 1
stop(); stop();
Symbol 77 MovieClip Frame 5
stop();
Symbol 81 Button
on (keyPress "<Down>") { Bmove = "0"; tellTarget ("/bpad") { gotoAndPlay ("flap"); } } on (keyPress "<Left>") { Bmove = -"10"; tellTarget ("/bpad") { gotoAndPlay ("left"); } } on (keyPress "<Right>") { Bmove = "10"; tellTarget ("/bpad") { gotoAndPlay ("right"); } }
Symbol 83 Button
on (release, keyPress "<Enter>") { tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2); }
Symbol 84 Button
on (release, keyPress "q") { tellTarget ("../") { gotoAndPlay ("reset"); } }
Symbol 85 MovieClip Frame 1
firepower = "2"; tscore = "9999"; bscore = "9999"; stopAllSounds();
Symbol 85 MovieClip Frame 2
totalscore = "0"; multiball = "0"; xStep = random("5") + "6"; yStep = random("5") + "3"; xModifier = random("10"); yModifier = random("10"); if ("5" < xModifier) { xStep = xStep - (xStep * "2"); } if ("5" < yModifier) { yStep = yStep - (yStep * "2"); } if ("999" < tscore) { gotoAndStop (48); } if ("999" < bscore) { gotoAndStop (48); } setProperty("/bpad", _y , "321"); setProperty("/tpad", _y , "25"); setProperty("/Ball", _y , "175"); setProperty("/Ball", _x , "150"); setProperty("/Ball2", _y , "1750"); setProperty("/Ball2", _x , "1500"); firepower = "2"; tellTarget ("sound") { play(); }
Symbol 85 MovieClip Frame 42
if (multiball == "1") { if (Ball2Y < BallY) { if (BallX2 < TpadLeft2) { Tmove = -"10"; xAccel = -"3"; } else if (TpadRight2 < BallX2) { Tmove = "10"; xAccel = "3"; } else if (BallY < Ball2Y) { swing = "0"; swing = random("60"); if (swing == "15") { Tmove = "0"; xAccel = "0"; tellTarget ("/tpad") { gotoAndPlay ("flap"); }; } } } else if (BallX < TpadLeft2) { Tmove = -"10"; xAccel = -"3"; tellTarget ("/tpad") { }; } else if (TpadRight2 < BallX) { Tmove = "10"; xAccel = "3"; } else { swing = "0"; swing = random("50"); if (swing == "15") { Tmove = "0"; xAccel = "0"; tellTarget ("/tpad") { gotoAndPlay ("flap"); }; } } } else if (BallX < TpadLeft2) { Tmove = -"10"; xAccel = -"3"; } else if (TpadRight2 < BallX) { Tmove = "10"; xAccel = "3"; tellTarget ("/tpad") { }; } else { swing = "0"; swing = random("30"); if (swing == "15") { Tmove = "0"; xAccel = "0"; tellTarget ("/tpad") { gotoAndPlay ("flap"); }; } } BpadTop = getProperty("/bpad", _y) - "10"; BpadBot = getProperty("/bpad", _y) + "10"; BallX = getProperty("/Ball", _x); BallY = getProperty("/Ball", _y); setProperty("/Ball", _x , BallX + int(xStep)); setProperty("/Ball", _y , BallY + int(yStep)); BpadX = getProperty("/bpad", _x); if (multiball == "1") { BallX2 = getProperty("/Ball2", _x); BallY2 = getProperty("/Ball2", _y); setProperty("/Ball2", _x , BallX2 + int(xStep2)); setProperty("/Ball2", _y , BallY2 + int(yStep2)); } if (BpadX < "39") { Bmove = "0"; BpadX = "40"; } if ("256" < BpadX) { Bmove = "0"; BpadX = "255"; } setProperty("/bpad", _x , BpadX + Bmove); BpadLeft = getProperty("/bpad", _x) - "50"; BpadRight = getProperty("/bpad", _x) + "50"; TpadTop = getProperty("/tpad", _y) - "10"; TpadBot = getProperty("/tpad", _y) + "10"; TpadX = getProperty("/tpad", _x); if (TpadX < "39") { Tmove = "0"; TpadX = "40"; } if ("256" < TpadX) { Tmove = "0"; TpadX = "255"; } setProperty("/tpad", _x , TpadX + Tmove); TpadLeft = getProperty("/tpad", _x) - "50"; TpadRight = getProperty("/tpad", _x) + "50"; TpadLeft2 = getProperty("/tpad", _x) - "35"; TpadRight2 = getProperty("/tpad", _x) + "35";
Symbol 85 MovieClip Frame 43
if (getProperty("/Ball", _y) < "10") { bscore = bscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep = yStep - (yStep * "2"); xStep = int(xStep - ("0.15" * xAccel)); gotoAndPlay (2); } ys2 = yStep - (yStep * "2"); if ("340" < getProperty("/Ball", _y)) { tscore = tscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep = yStep - (yStep * "2"); xStep = int(xStep - ("0.15" * xAccel)); gotoAndPlay (2); } if (("290" < getProperty("/Ball", _x)) or (getProperty("/Ball", _x) < "10")) { xStep = xStep - (xStep * "2"); yStep = int(yStep - ("0.15" * yAccel)); } if (("20" < yStep) or ("20" < ys2)) { tellTarget ("/Ball") { gotoAndPlay ("flame"); }; } else if (("13" < yStep) or ("13" < ys2)) { tellTarget ("/Ball") { gotoAndPlay ("warm"); }; } else { tellTarget ("/Ball") { gotoAndPlay ("ball"); }; } if ((BpadTop < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < BpadBot)) { if ((BpadLeft < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < BpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep = yStep - (yStep * firepower); xStep = int(xStep - ("0.15" * xAccel)); setProperty("/Ball", _y , BpadTop - "1"); } } if ((TpadTop < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < TpadBot)) { if ((TpadLeft < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < TpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep = yStep - (yStep * firepower); xStep = int(xStep - ("0.15" * xAccel)); setProperty("/Ball", _y , TpadBot + "1"); } } if ("6" < totalscore) { tellTarget ("/multi") { gotoAndStop ("on"); }; if (("130" < getProperty("/Ball", _x)) and (getProperty("/Ball", _x) < "170")) { if (("155" < getProperty("/Ball", _y)) and (getProperty("/Ball", _y) < "195")) { totalscore = "0"; multiball = "1"; tellTarget ("sound") { gotoAndPlay ("multiball"); }; xStep2 = random("5") + "6"; yStep2 = random("5") + "3"; xModifier2 = random("10"); yModifier2 = random("10"); if ("5" < xModifier2) { xStep2 = xStep2 - (xStep * "2"); } if ("5" < yModifier2) { yStep2 = yStep2 - (yStep2 * "2"); } setProperty("/Ball2", _y , "175"); setProperty("/Ball2", _x , "150"); } } } else { tellTarget ("/multi") { gotoAndStop ("off"); }; } if (multiball == "1") { totalscore = "0"; if (getProperty("/Ball2", _y) < "10") { bscore = bscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep2 = yStep2 - (yStep2 * "2"); xStep2 = int(xStep2 - ("0.15" * xAccel)); gotoAndPlay (2); } ys22 = yStep2 - (yStep2 * "2"); if ("340" < getProperty("/Ball2", _y)) { tscore = tscore + "1"; totalscore = "0"; multiball = "0"; tellTarget ("sound") { gotoAndPlay ("score"); }; yStep2 = yStep2 - (yStep2 * "2"); xStep2 = int(xStep2 - ("0.15" * xAccel)); gotoAndPlay (2); } if (("290" < getProperty("/Ball2", _x)) or (getProperty("/Ball2", _x) < "10")) { xStep2 = xStep2 - (xStep2 * "2"); yStep2 = int(yStep2 - ("0.15" * yAccel)); } if (("20" < yStep2) or ("20" < ys22)) { tellTarget ("/Ball2") { gotoAndPlay ("flame"); }; } else if (("13" < yStep2) or ("13" < ys22)) { tellTarget ("/Ball2") { gotoAndPlay ("warm"); }; } else { tellTarget ("/Ball2") { gotoAndPlay ("ball"); }; } if ((BpadTop < getProperty("/Ball2", _y)) and (getProperty("/Ball2", _y) < BpadBot)) { if ((BpadLeft < getProperty("/Ball2", _x)) and (getProperty("/Ball2", _x) < BpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep2 = yStep2 - (yStep2 * firepower); xStep2 = int(xStep2 - ("0.15" * xAccel)); setProperty("/Ball2", _y , BpadTop - "1"); } } if ((TpadTop < getProperty("/Ball2", _y)) and (getProperty("/Ball2", _y) < TpadBot)) { if ((TpadLeft < getProperty("/Ball2", _x)) and (getProperty("/Ball2", _x) < TpadRight)) { totalscore = totalscore + "1"; tellTarget ("sound") { gotoAndPlay ("clunk"); }; yStep2 = yStep2 - (yStep2 * firepower); xStep2 = int(xStep2 - ("0.15" * xAccel)); setProperty("/Ball2", _y , TpadBot + "1"); } } } gotoAndPlay (42);
Symbol 85 MovieClip Frame 48
if (tscore == "9999") { tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2); } if (bscore < tscore) { message = "You Lose!"; } else if (tscore < bscore) { message = "You Win!"; } else { message = "Tie Game!"; } stopAllSounds();
Symbol 85 MovieClip Frame 49
stop();
Symbol 85 MovieClip Frame 50
tscore = "0"; bscore = "0"; tellTarget ("../clock") { play(); }; gotoAndPlay (2);

Library Items

Symbol 1 FontUsed by:2 21 22 23 24 25 26 28 33 34 35
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 BitmapUsed by:4 13
Symbol 4 GraphicUses:3Used by:Timeline
Symbol 5 FontUsed by:6 7 14 16 44 61 62 67 70 82
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 TextUses:5Used by:Timeline
Symbol 8 GraphicUsed by:9 10 11 15
Symbol 9 ButtonUses:8Used by:Timeline
Symbol 10 ButtonUses:8Used by:Timeline
Symbol 11 ButtonUses:8Used by:Timeline
Symbol 12 SoundUsed by:Timeline
Symbol 13 GraphicUses:3Used by:Timeline
Symbol 14 TextUses:5Used by:Timeline
Symbol 15 ButtonUses:8Used by:Timeline
Symbol 16 TextUses:5Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 FontUsed by:19 20 27
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 EditableTextUses:18Used by:Timeline
Symbol 21 EditableTextUses:1Used by:Timeline
Symbol 22 EditableTextUses:1Used by:Timeline
Symbol 23 EditableTextUses:1Used by:Timeline
Symbol 24 EditableTextUses:1Used by:Timeline
Symbol 25 EditableTextUses:1Used by:Timeline
Symbol 26 EditableTextUses:1Used by:Timeline
Symbol 27 EditableTextUses:18Used by:Timeline
Symbol 28 EditableTextUses:1Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:77  Timeline
Symbol 31 GraphicUsed by:73  Timeline
Symbol 32 GraphicUsed by:73  Timeline
Symbol 33 EditableTextUses:1Used by:Timeline
Symbol 34 EditableTextUses:1Used by:Timeline
Symbol 35 EditableTextUses:1Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:43
Symbol 39 GraphicUsed by:43
Symbol 40 GraphicUsed by:41 43
Symbol 41 MovieClipUses:40Used by:43
Symbol 42 SoundUsed by:43
Symbol 43 MovieClipUses:38 39 41 42 40Used by:Timeline
Symbol 44 TextUses:5Used by:71 85
Symbol 45 FontUsed by:46 47 48 49 74 75 79 80
Symbol 46 EditableTextUses:45Used by:71
Symbol 47 EditableTextUses:45Used by:71
Symbol 48 TextUses:45Used by:71 85
Symbol 49 TextUses:45Used by:71 85
Symbol 50 GraphicUsed by:59
Symbol 51 GraphicUsed by:59
Symbol 52 SoundUsed by:59 71 85
Symbol 53 GraphicUsed by:59
Symbol 54 SoundUsed by:59
Symbol 55 FontUsed by:56 57
Symbol 56 TextUses:55Used by:59
Symbol 57 TextUses:55Used by:59
Symbol 58 SoundUsed by:59
Symbol 59 MovieClipUses:50 51 52 53 54 56 57 58Used by:71 85
Symbol 60 SoundUsed by:71 85
Symbol 61 TextUses:5Used by:71 85
Symbol 62 TextUses:5Used by:71 85
Symbol 63 SoundUsed by:71 85
Symbol 64 GraphicUsed by:65 66 68 69 81 83 84
Symbol 65 ButtonUses:64Used by:71
Symbol 66 ButtonUses:64Used by:71
Symbol 67 EditableTextUses:5Used by:71
Symbol 68 ButtonUses:64Used by:71
Symbol 69 ButtonUses:64Used by:71
Symbol 70 TextUses:5Used by:71 85
Symbol 71 MovieClipUses:44 46 47 48 49 59 60 61 62 63 65 66 67 68 69 70 52Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:31 72 32Used by:Timeline
Symbol 74 TextUses:45Used by:76
Symbol 75 EditableTextUses:45Used by:76
Symbol 76 MovieClipUses:74 75Used by:Timeline
Symbol 77 MovieClipUses:30Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 EditableTextUses:45Used by:85
Symbol 80 EditableTextUses:45Used by:85
Symbol 81 ButtonUses:64Used by:85
Symbol 82 EditableTextUses:5Used by:85
Symbol 83 ButtonUses:64Used by:85
Symbol 84 ButtonUses:64Used by:85
Symbol 85 MovieClipUses:44 79 80 48 49 59 60 61 62 63 81 82 83 84 70 52Used by:Timeline

Instance Names

"bpad"Frame 21Symbol 43 MovieClip
"Controller"Frame 21Symbol 71 MovieClip
"Ball"Frame 21Symbol 73 MovieClip
"clock"Frame 21Symbol 76 MovieClip
"Ball2"Frame 21Symbol 73 MovieClip
"tpad"Frame 21Symbol 43 MovieClip
"multi"Frame 21Symbol 77 MovieClip
"bpad"Frame 25Symbol 43 MovieClip
"Controller"Frame 25Symbol 85 MovieClip
"Ball"Frame 25Symbol 73 MovieClip
"clock"Frame 25Symbol 76 MovieClip
"Ball2"Frame 25Symbol 73 MovieClip
"tpad"Frame 25Symbol 43 MovieClip
"multi"Frame 25Symbol 77 MovieClip
"sound"Symbol 71 MovieClip Frame 2Symbol 59 MovieClip
"sound"Symbol 85 MovieClip Frame 2Symbol 59 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"instructions"Frame 20
"bootup"Frame 23
"reset2"Frame 24
"boot"Frame 27
"reset"Frame 28
"flat"Symbol 43 MovieClip Frame 1
"flap"Symbol 43 MovieClip Frame 5
"left"Symbol 43 MovieClip Frame 15
"right"Symbol 43 MovieClip Frame 19
"score"Symbol 59 MovieClip Frame 2
"clunk"Symbol 59 MovieClip Frame 6
"multiball"Symbol 59 MovieClip Frame 8
"gameloop"Symbol 71 MovieClip Frame 42
"newgame"Symbol 71 MovieClip Frame 48
"bootup"Symbol 71 MovieClip Frame 50
"ball"Symbol 73 MovieClip Frame 1
"warm"Symbol 73 MovieClip Frame 5
"flame"Symbol 73 MovieClip Frame 8
"off"Symbol 77 MovieClip Frame 1
"on"Symbol 77 MovieClip Frame 5
"gameloop"Symbol 85 MovieClip Frame 42
"newgame"Symbol 85 MovieClip Frame 48
"bootup"Symbol 85 MovieClip Frame 50

Dynamic Text Variables

bscoreSymbol 46 EditableText"0"
tscoreSymbol 47 EditableText"0"
messageSymbol 67 EditableText"MESSAGE"
counterSymbol 75 EditableText"000"
bscoreSymbol 79 EditableText"0"
tscoreSymbol 80 EditableText"0"
messageSymbol 82 EditableText"MESSAGE"




http://swfchan.com/49/240602/info.shtml
Created: 28/4 -2021 02:39:51 Last modified: 28/4 -2021 02:39:51 Server time: 01/05 -2024 19:57:26