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

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

Namnum Valleyball Championship.swf

This is the info page for
Flash #11077

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


Text
Choose 1 or 2 players

VS

Player 1

Player 2

Com

?

NAMNUM

VOLLEYBALL

championship

II

Want More?

Each numnum has to push the ball away from it's side
of the field. Everytime the ball lands on one side, the
otherone gets 1 point. First one to have 10 wins.

Make sure you hit the ball with the Namnum's front
side (otherwise the ball will go backwards).

Jumping will make the hit stronger,  so use it carefully).

PowerUps:
W- Wind factor, (Make the ball slower- when it goes on your direction.
S- Speed up your Namnum.
P- Double the strength of your Namnum's hit.

Choose Difficulty

EASY

IMPOSSIBLE

HARD

BACK

CHICKEN!!!

S

C

Z

up

Right

left

GET READY

S

P

W

PLAY AGAIN

ActionScript [AS1/AS2]

Frame 1
start = 1; s = 1; nlp = 0; nrp = 0; stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
bspeed = 15; if ((s < 2) and (s >= 0)) { ball.onEnterFrame = function () { with (ball) { _y = _y + bspeed; if (ball.hittest(floor)) { s = 9; } if (ball.hittest(rightn)) { s = 2; } } }; } if ((s < 3) and (s > 1)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bspeed; _y = _y - bspeed; if (ball.hittest(roof)) { s = 3; } } }; } if ((s < 4) and (s > 2)) { ball.onEnterFrame = function () { with (ball) { _y = _y + bspeed; _x = _x - bspeed; if (ball.hittest(leftwall)) { s = 4; } if (ball.hittest(leftn)) { s = 5; } } }; } if ((s < 5) and (s > 3)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bspeed; _y = _y + bspeed; if (ball.hittest(leftn)) { s = 5; } if (ball.hittest(rightn)) { s = 2; } if (ball.hittest(rightwall)) { s = 3; } } }; } if ((s < 6) and (s > 4)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bspeed; _y = _y - bspeed; if (ball.hittest(roof)) { s = 4; } } }; } if ((s < 7) and (s > 5)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bspeed; _y = _y - bspeed; } }; } if ((s < 8) and (s > 6)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bspeed; _y = _y - bspeed; } }; } if ((s < 9) and (s > 7)) { nrp = nrp + 1; s = 1; } if ((s < 10) and (s > 8)) { nlp = nlp + 1; s = 1; gotoAndPlay (16); } start = 1; s = 1; nlp = 0; nrp = 0;
Frame 16
t = false; if (nlp >= 10) { gotoAndPlay (76); } if (nrp >= 10) { gotoAndPlay (77); } if ((nlp < 10) and (nrp < 10)) { pur = random(15) + 1; if (pur < 2) { gotoAndPlay (47); } if ((pur < 3) and (pur > 1)) { gotoAndPlay (40); } if ((pur < 4) and (pur > 2)) { gotoAndPlay (42); } } nlspeed = 10; nrspeed = 10; xl = 0; xr = 0;
Frame 17
t = false;
Frame 31
if (start > 1) { gotoAndPlay (34); } if (start < 2) { gotoAndPlay (32); }
Frame 32
if ((s < 2) and (s >= 0)) { ball.onEnterFrame = function () { with (ball) { bxspeed = 10; byspeed = 10; _y = _y + byspeed; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; s = 2; } if (_x > nr) { s = 6; } } } }; } if ((s < 3) and (s > 1)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -2) { s = 3; } if (ball.hittest(roof)) { s = 3; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 4) and (s > 2)) { ball.onEnterFrame = function () { with (ball) { _y = _y + byspeed; _x = _x - bxspeed; if (_x < -2) { s = 4; } if (ball.hittest(leftwall)) { s = 4; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } } if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(upnet)) { s = 2; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 5) and (s > 3)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y + byspeed; if (_x > 572) { s = 3; } if (ball.hittest(upnet)) { s = 5; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 6) and (s > 4)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (ball.hittest(roof)) { s = 4; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(downnet)) { s = 8; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; s = 5; } if (_x < nl) { s = 7; } } } }; } if ((s < 7) and (s > 5)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (_x > 572) { s = 2; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 2; } if (ball.hittest(roof)) { s = 4; } } }; } if ((s < 8) and (s > 6)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -1) { s = 3; } if (_x < -2) { s = 5; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(leftwall)) { s = 5; } if (ball.hittest(roof)) { s = 3; } } }; } if ((s < 9) and (s > 7)) { nrp = nrp + 1; start = 1; s = 1; gotoAndPlay (16); } if ((s < 10) and (s > 8)) { s = 1; start = 2; nlp = nlp + 1; gotoAndPlay (16); } leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 33
gotoAndPlay (32);
Frame 34
if ((s < 2) and (s >= 0)) { ball.onEnterFrame = function () { with (ball) { bxspeed = 10; byspeed = 10; _y = _y + byspeed; if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; s = 5; } if (_x < nl) { s = 7; } } } }; } if ((s < 3) and (s > 1)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -2) { s = 3; } if (ball.hittest(roof)) { s = 3; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 4) and (s > 2)) { ball.onEnterFrame = function () { with (ball) { _y = _y + byspeed; _x = _x - bxspeed; if (_x < -2) { s = 4; } if (ball.hittest(leftwall)) { s = 4; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } if (_x >= nl) { if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(upnet)) { s = 2; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 5) and (s > 3)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y + byspeed; if (_x > 572) { s = 3; } if (ball.hittest(upnet)) { s = 5; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; if (Key.isDown(83)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 6) and (s > 4)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (ball.hittest(roof)) { s = 4; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(downnet)) { s = 8; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { bxspeed = (random(10) + 10) + xr; byspeed = (random(10) + 10) + xr; s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x >= nl) { bxspeed = (random(10) + 10) + xl; byspeed = (random(10) + 10) + xl; s = 5; } if (_x < nl) { s = 7; } } } }; } if ((s < 7) and (s > 5)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (_x > 572) { s = 2; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 2; } if (ball.hittest(roof)) { s = 4; } } }; } if ((s < 8) and (s > 6)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -1) { s = 3; } if (_x < -2) { s = 5; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(leftwall)) { s = 5; } if (ball.hittest(roof)) { s = 3; } } }; } if ((s < 9) and (s > 7)) { start = 1; nrp = nrp + 1; s = 1; gotoAndPlay (16); } if ((s < 10) and (s > 8)) { s = 1; nlp = nlp + 1; gotoAndPlay (16); } leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 35
gotoAndPlay (34);
Frame 38
speed.onEnterFrame = function () { with (speed) { if (speed.hittest(rightn)) { nrspeed = 20; pur = 15; t = true; } } }; speed2.onEnterFrame = function () { with (speed2) { if (speed2.hittest(leftn)) { nlspeed = 20; pur = 15; t = true; } } }; nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 39
if (t) { gotoAndPlay (17); } else { gotoAndPlay (38); }
Frame 40
power.onEnterFrame = function () { with (power) { if (power.hittest(rightn)) { xr = 10; pur = 15; t = true; } } }; power2.onEnterFrame = function () { with (power2) { if (power2.hittest(leftn)) { xl = 10; pur = 15; t = true; } } }; nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 41
if (t) { gotoAndPlay (17); } else { gotoAndPlay (40); }
Frame 42
help.onEnterFrame = function () { with (help) { if (help.hittest(rightn)) { xl = -5; pur = 15; t = true; } } }; help2.onEnterFrame = function () { with (help2) { if (help2.hittest(leftn)) { xr = -5; pur = 15; t = true; } } }; nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 43
if (t) { gotoAndPlay (17); } else { gotoAndPlay (42); }
Frame 47
speed.onEnterFrame = function () { with (speed) { if (speed.hittest(rightn)) { nrspeed = 20; pur = 15; t = true; } } }; speed2.onEnterFrame = function () { with (speed2) { if (speed2.hittest(leftn)) { nlspeed = 20; pur = 15; t = true; } } }; nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (Key.isDown(90)) { _x = _x - nlspeed; nl = _x; if (_x <= 20) { _x = 20; nl = _x; } } if (Key.isDown(67)) { _x = _x + nlspeed; nl = _x; if (_x >= 262) { _x = 262; nl = _x; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 48
if (t) { gotoAndPlay (17); } else { gotoAndPlay (47); }
Frame 54
start = 1; ok = true; s = 1; nlp = 0; nrp = 0;
Frame 55
reco = 0; if (nlp >= 10) { gotoAndPlay (76); } if (nrp >= 10) { gotoAndPlay (77); }
Frame 69
ok = true; if (start < 2) { gotoAndPlay (70); } if (start > 1) { gotoAndPlay (72); }
Frame 70
if ((s < 2) and (s >= 0)) { ball.onEnterFrame = function () { with (ball) { bxspeed = 10; byspeed = 10; _y = _y + byspeed; bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } } }; } if ((s < 3) and (s > 1)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -2) { s = 3; } bp = _x; if (ball.hittest(roof)) { s = 3; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 4) and (s > 2)) { ball.onEnterFrame = function () { with (ball) { _y = _y + byspeed; _x = _x - bxspeed; if (_x < -2) { s = 4; } bp = _x; if (ball.hittest(leftwall)) { s = 4; } if (ball.hittest(rightn)) { if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(upnet)) { s = 2; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 5) and (s > 3)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y + byspeed; if (_x > 572) { s = 3; } bp = _x; if (ball.hittest(upnet)) { s = 5; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (Key.isDown(38)) { bxspeed = bxspeed + 10; byspeed = byspeed + 15; } if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; if (ball.hittest(downnet)) { s = 8; } } } }; } if ((s < 6) and (s > 4)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } bp = _x; if (ball.hittest(roof)) { s = 4; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(downnet)) { s = 8; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rightn)) { if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } } }; } if ((s < 7) and (s > 5)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (_x > 572) { s = 2; } bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 2; } if (ball.hittest(roof)) { s = 4; } } }; } if ((s < 8) and (s > 6)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -1) { s = 3; } if (_x < -2) { s = 5; } if (_x < 0) { s = 5; } if (_x > 570) { s = 2; } bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(leftwall)) { s = 5; } if (ball.hittest(roof)) { s = 3; } } }; } if ((s < 9) and (s > 7)) { nrp = nrp + 1; start = 1; s = 1; gotoAndPlay (55); } if ((s < 10) and (s > 8)) { s = 1; start = 2; nlp = nlp + 1; gotoAndPlay (55); } nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (((bp >= 20) and (bp <= 262)) and ok) { _x = bp; nl = _x; } if (!ok) { _x = bp - 20; if (bp >= 242) { _x = 262; reco = reco + 1; } if (bp < 20) { _x = 20; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 71
fail = random(difi) + 1; if (fail < 2) { ok = false; } if (reco > 10) { ok = true; reco = 0; } gotoAndPlay (70);
Frame 72
if ((s < 2) and (s >= 0)) { ball.onEnterFrame = function () { with (ball) { bxspeed = 10; byspeed = 10; _y = _y + byspeed; bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x <= nr) { s = 5; } if (_x > nr) { s = 7; } } } }; } if ((s < 3) and (s > 1)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -2) { s = 3; } bp = _x; if (ball.hittest(roof)) { s = 3; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 4) and (s > 2)) { ball.onEnterFrame = function () { with (ball) { _y = _y + byspeed; _x = _x - bxspeed; if (_x < -2) { s = 4; } bp = _x; if (ball.hittest(leftwall)) { s = 4; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(upnet)) { s = 2; } if (ball.hittest(downnet)) { s = 9; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 5) and (s > 3)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y + byspeed; if (_x > 572) { s = 3; } bp = _x; if (ball.hittest(upnet)) { s = 5; } if (ball.hittest(downnet)) { s = 8; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } } }; } if ((s < 6) and (s > 4)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } bp = _x; if (ball.hittest(roof)) { s = 4; } if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(downnet)) { s = 8; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 3; } if (ball.hittest(rightn)) { bxspeed = random(10) + 10; byspeed = random(10) + 10; if (_x <= nr) { s = 2; } if (_x > nr) { s = 6; } } if (ball.hittest(leftn)) { bxspeed = (random(10) + 10) + cx; byspeed = (random(10) + 10) + cx; if (_x >= nl) { s = 5; } if (_x < nl) { s = 7; } } } }; } if ((s < 7) and (s > 5)) { ball.onEnterFrame = function () { with (ball) { _x = _x + bxspeed; _y = _y - byspeed; if (_y < -1) { s = 4; } if (_x > 572) { s = 2; } bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(rightwall)) { s = 2; } if (ball.hittest(roof)) { s = 4; } } }; } if ((s < 8) and (s > 6)) { ball.onEnterFrame = function () { with (ball) { _x = _x - bxspeed; _y = _y - byspeed; if (_y < -1) { s = 3; } if (_x < -2) { s = 5; } bp = _x; if (ball.hittest(rfloor)) { s = 9; } if (ball.hittest(lfloor)) { s = 8; } if (ball.hittest(leftwall)) { s = 5; } if (ball.hittest(roof)) { s = 3; } } }; } if ((s < 9) and (s > 7)) { nrp = nrp + 1; start = 1; s = 1; gotoAndPlay (55); } if ((s < 10) and (s > 8)) { s = 1; start = 2; nlp = nlp + 1; gotoAndPlay (55); } nlspeed = 10; leftn.onEnterFrame = function () { with (leftn) { if (((bp >= 20) and (bp <= 262)) and ok) { _x = bp; nl = _x; } if (!ok) { _x = bp - 20; if (bp < 20) { _x = 20; } if (bp >= 242) { _x = 262; } } } }; nrspeed = 10; rightn.onEnterFrame = function () { with (rightn) { if (Key.isDown(37)) { _x = _x - nrspeed; nr = _x; if (_x <= 310) { _x = 310; nr = _x; } } if (Key.isDown(39)) { _x = _x + nrspeed; nr = _x; if (_x >= 552) { _x = 552; nr = _x; } } } };
Frame 73
fail = random(difi) + 1; if (fail < 2) { ok = false; } if (reco > 10) { ok = true; reco = 0; } gotoAndPlay (72);
Frame 76
stop();
Frame 77
stop();
Symbol 11 Button
on (release) { gotoAndPlay (5); }
Symbol 16 Button
on (release) { gotoAndPlay (3); }
Symbol 21 Button
on (release) { gotoAndPlay (2); }
Symbol 31 Button
on (release) { getURL ("http://www.geocities.com/yosihol/", "_blank"); }
Symbol 34 Button
on (release) { gotoAndPlay (4); }
Symbol 47 Button
on (release) { difi = 150; cx = 5; gotoAndPlay (54); }
Symbol 48 Button
on (release) { difi = 450; cx = 8; gotoAndPlay (54); }
Symbol 49 Button
on (release) { difi = 600; cx = 13; gotoAndPlay (54); }
Symbol 54 Button
on (release) { gotoAndPlay (1); }
Symbol 97 Button
on (keyPress "s") { gotoAndPlay (31); }
Symbol 116 MovieClip Frame 29
gotoAndPlay (1);
Symbol 116 MovieClip Frame 45
gotoAndPlay (1);
Symbol 118 Button
on (keyPress "<Up>") { gotoAndPlay (31); }
Symbol 138 MovieClip Frame 29
gotoAndPlay (1);
Symbol 177 Button
on (keyPress "<Up>") { gotoAndPlay (31); }
Symbol 184 Button
on (keyPress "<Up>") { gotoAndPlay (31); }
Symbol 187 MovieClip Frame 38
stop();
Symbol 189 Button
on (keyPress "s") { gotoAndPlay (31); }
Symbol 214 Button
on (release) { gotoAndPlay (1); }
Symbol 217 Button
on (keyPress "<Up>") { gotoAndPlay (31); }
Symbol 219 Button
on (keyPress "<Up>") { gotoAndPlay (31); }
Symbol 222 Button
on (keyPress "s") { gotoAndPlay (31); }

Library Items

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

Instance Names

"rfloor"Frame 4Symbol 56 MovieClip
"lfloor"Frame 4Symbol 56 MovieClip
"leftwall"Frame 4Symbol 59 MovieClip
"rightwall"Frame 4Symbol 61 MovieClip
"roof"Frame 4Symbol 63 MovieClip
"upnet"Frame 16Symbol 89 MovieClip
"downnet"Frame 16Symbol 91 MovieClip
"leftn"Frame 32Symbol 116 MovieClip
"rightn"Frame 32Symbol 138 MovieClip
"ball"Frame 32Symbol 143 MovieClip
"speed2"Frame 38Symbol 151 MovieClip
"speed"Frame 38Symbol 151 MovieClip
"power2"Frame 40Symbol 157 MovieClip
"power"Frame 40Symbol 157 MovieClip
"help2"Frame 42Symbol 162 MovieClip
"help"Frame 42Symbol 162 MovieClip
"speed2"Frame 47Symbol 151 MovieClip
"speed"Frame 47Symbol 151 MovieClip
"leftn"Frame 70Symbol 116 MovieClip
"rightn"Frame 70Symbol 138 MovieClip
"ball"Frame 70Symbol 143 MovieClip
"rfloor"Frame 76Symbol 56 MovieClip

Dynamic Text Variables

nlpSymbol 64 EditableText""
nrpSymbol 65 EditableText""
nlpSymbol 81 EditableText""
nrpSymbol 82 EditableText""




http://swfchan.com/3/11077/info.shtml
Created: 7/6 -2019 17:38:23 Last modified: 7/6 -2019 17:38:23 Server time: 16/05 -2024 13:58:29