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

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

Ultimate Ping.swf

This is the info page for
Flash #23096

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


Text
p

r

e

s

n

t

This game cannot be run from this server.
This game is a copyright of Ultimate Arcade, Inc.
www.ultimatearcade.com

Loading...

11%

play

play

ultimate ping

Copyright © 2005 UltimateArcade.com - All Rights Reserved

ULTIMATEARCADE.COM

ULTIMATEARCADE.COM

back

score

score

0

level

0

game

http://www.ultimatearcade.com/flash_games/ua/tetris/

l  e  v  e  l   1

l  e  v  e  l   2

l  e  v  e  l   3

l  e  v  e  l   4

l  e  v  e  l   5

l  e  v  e  l   6

l  e  v  e  l   7

l  e  v  e  l   8

l  e  v  e  l   9

l  e  v  e  l  10

PLAY AGAIN

PLAY AGAIN

G A M E   O V E R

submit

ActionScript [AS1/AS2]

Frame 1
Mouse.show(); fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); stop();
Frame 2
stop();
Frame 3
current_bytes = this.getBytesLoaded(); tot_bytes = this.getBytesTotal(); percent = int((current_bytes / tot_bytes) * 100) + "% "; if (current_bytes >= tot_bytes) { gotoAndPlay (10); }
Frame 4
this.gotoAndPlay("loader");
Frame 15
gotoAndPlay (26);
Frame 17
gotoAndPlay (49);
Frame 26
Mouse.show();
Frame 32
r = Number(r) + 1; duplicateMovieClip ("thing", "thing" add r, r); setProperty("thing" add r, _x , (Math.random() * 3000) + 1);
Frame 33
gotoAndPlay (32);
Frame 35
Mouse.show();
Frame 48
stop();
Frame 49
Mouse.hide(); paused = 0; blah = 0; gamespeed = 3; tellTarget ("/the_ballp") { stop(); }; setProperty("/the_ballp", _visible , 0); setProperty("/the_balls", _visible , 0); gamespeedp = 3; ballalpha = 100; setProperty("/the_ball", _alpha , ballalpha); xspeed = "1"; yspeed = "1"; xstep = xspeed; ystep = yspeed; sc = 0; lev = 1; xspeedp = "1"; yspeedp = "1"; xstepp = xspeedp; ystepp = yspeedp; twoballs = 0; gone = 0; btwo = "1"; bone = "1"; xspeeds = "1"; yspeeds = "1"; xsteps = xspeeds; ysteps = yspeeds; gamespeeds = 3; l2d = 0; l3d = 0; l4d = 0; l5d = 0; l6d = 0; l7d = 0; l8d = 0; l9d = 0; l10d = 0; startDrag ("/mousetrack", true);
Instance of Symbol 155 MovieClip "cross hairs" in Frame 49
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = getProperty("_level0", _xmouse); _y = getProperty("_level0", _ymouse); }
Frame 50
if (7 < Number(lev)) { BallXs = getProperty("/the_balls", _x); if (Number(blah) == 0) { blah = 1; gamespeeds = gamespeed * 0.75; } tellTarget ("/the_balls") { play(); }; if ((Number(BallXs) < 330) and (Number(-10) < Number(BallXs))) { setProperty("/the_balls", _visible , 1); twoballs = 2; loopcounts = 1; setProperty("/the_balls", _visible , true); while (Number(loopcounts) < Number(gamespeeds)) { baty = getProperty("/mousetrack", _y); if (174 < Number(baty)) { baty = 174; } if (Number(baty) < 27) { baty = 27; } setProperty("/bats", _y , baty); BallXs = getProperty("/the_balls", _x); BallYs = getProperty("/the_balls", _y); dx1s = ballxs - 15; dy1s = ballys - baty; collision1s = false; collision2s = false; dx2s = 298 - ballxs; dy2s = ballys - baty; if (((0 < Number(dx1s)) and (Number(dx1s) < 10)) and ((Number(-24) < Number(dy1s)) and (Number(dy1s) < 25))) { collision1s = true; tellTarget ("/sound") { gotoAndPlay (3); }; sc = Number(sc) + 5; } if (((0 < Number(dx2s)) and (Number(dx2s) < 17)) and ((Number(-24) < Number(dy2s)) and (Number(dy2s) < 25))) { tellTarget ("/sound") { gotoAndPlay (3); }; collision2s = true; sc = Number(sc) + 5; } if ((Number(Ballxs) >= 310) or (Number(collision2s) == Number(true))) { if (Number(collision2s) == Number(false)) { bthree = 0; twoballs = 1; if (Number(twoballs) == 0) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } else if ((((Number(twoballs) == 2) and (Number(btwo) == 0)) and (Number(bone) == 0)) and (Number(bthree) == 0)) { gotoAndStop (53); } } else { xsteps = -xspeeds; } } if ((10 >= Number(Ballxs)) or (Number(collision1s) == Number(true))) { if (Number(collision1s) == Number(false)) { bthree = 0; twoballs = 1; gone = Number(gone) + 1; if (Number(twoballs) == 0) { gotoAndStop (53); } else if ((Number(twoballs) == 1) and (Number(btwo) == 0)) { gotoAndStop (53); } else if ((((Number(twoballs) == 2) and (Number(btwo) == 0)) and (Number(bone) == 0)) and (Number(bthree) == 0)) { gotoAndStop (53); } } else { xsteps = xspeeds; gamespeeds = Number(gamespeeds) + 1; } } randoms = random(10); oddbounces = false; if (Number(randoms) == 5) { oddbounces = true; } setProperty("/the_balls", _x , Number(BallXs) + Number(xsteps)); if (Number(Ballys) >= 190) { ysteps = -yspeeds; if (Number(oddbouncep) == Number(true)) { if (Number(xsteps) == Number(xspeeds)) { xsteps = -xspeeds; } else { xsteps = xspeeds; } } tellTarget ("/sound") { gotoAndPlay (2); }; } if (10 >= Number(Ballys)) { ysteps = yspeeds; if (Number(oddbounces) == Number(true)) { if (Number(xsteps) == Number(xspeeds)) { xsteps = -xspeeds; } else { xsteps = xspeeds; } } tellTarget ("/sound") { gotoAndPlay (2); }; } setProperty("/the_balls", _y , Number(BallYs) + Number(ysteps)); loopcounts = Number(loopcounts) + 1; } if (Number(gamespeedp) >= 14) { gamespeeds = 14; setProperty("/the_balls", _alpha , ballalpha); ballalpha = ballalpha - 0.1; } x1 = x2; x2 = x3; x3 = x4; x4 = x5; y1 = y2; y2 = y3; y3 = y4; y4 = y5; x5 = getProperty("/the_ball", _x); y5 = getProperty("/the_ball", _y); x55 = (Number(x5) + Number(x4)) / 2; y55 = (Number(y5) + Number(y4)) / 2; x44 = (Number(x4) + Number(x3)) / 2; y44 = (Number(y4) + Number(y3)) / 2; x33 = (Number(x3) + Number(x2)) / 2; y33 = (Number(y3) + Number(y2)) / 2; setProperty("/ball1", _x , x55); setProperty("/ball1", _y , y55); setProperty("/ball11", _x , x4); setProperty("/ball11", _y , y4); setProperty("/ball22", _x , x3); setProperty("/ball22", _y , y3); setProperty("/ball33", _x , x2); setProperty("/ball33", _y , y2); setProperty("/ball2", _x , x44); setProperty("/ball2", _y , y44); setProperty("/ball3", _x , x33); setProperty("/ball3", _y , y33); } else { tellTarget ("/the_balls") { gotoAndStop (30); }; } } if (3 < Number(lev)) { BallXp = getProperty("/the_ballp", _x); tellTarget ("/the_ballp") { play(); }; if ((Number(BallXp) < 330) and (Number(-10) < Number(BallXp))) { if (Number(twoballs) == 0) { twoballs = 1; gamespeedp = gamespeed * 0.6; } setProperty("/the_ballp", _visible , 1); loopcountp = 1; setProperty("/the_ballp", _visible , true); while (Number(loopcountp) < Number(gamespeedp)) { baty = getProperty("/mousetrack", _y); if (174 < Number(baty)) { baty = 174; } if (Number(baty) < 27) { baty = 27; } setProperty("/bats", _y , baty); BallXp = getProperty("/the_ballp", _x); BallYp = getProperty("/the_ballp", _y); dx1p = ballxp - 15; dy1p = ballyp - baty; collision1p = false; collision2p = false; dx2p = 298 - ballxp; dy2p = ballyp - baty; if (((0 < Number(dx1p)) and (Number(dx1p) < 10)) and ((Number(-24) < Number(dy1p)) and (Number(dy1p) < 25))) { collision1p = true; tellTarget ("/sound") { gotoAndPlay (3); }; sc = Number(sc) + 5; } if (((0 < Number(dx2p)) and (Number(dx2p) < 10)) and ((Number(-24) < Number(dy2p)) and (Number(dy2p) < 25))) { tellTarget ("/sound") { gotoAndPlay (3); }; collision2p = true; sc = Number(sc) + 5; } if ((Number(Ballxp) >= 310) or (Number(collision2p) == Number(true))) { if (Number(collision2p) == Number(false)) { btwo = "0"; if (Number(twoballs) == 0) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } } else { xstepp = -xspeedp; } } if ((10 >= Number(Ballxp)) or (Number(collision1p) == Number(true))) { if (Number(collision1p) == Number(false)) { btwo = "0"; gone = Number(gone) + 1; if (Number(twoballs) == 0) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } } else { xstepp = xspeedp; gamespeedp = Number(gamespeedp) + 1; } } randomp = random(10); oddbouncep = false; if (Number(randomp) == 5) { oddbouncep = true; } setProperty("/the_ballp", _x , Number(BallXp) + Number(xstepp)); if (Number(Ballyp) >= 190) { ystepp = -yspeedp; if (Number(oddbouncep) == Number(true)) { if (Number(xstepp) == Number(xspeedp)) { xstepp = -xspeedp; } else { xstepp = xspeedp; } } tellTarget ("/sound") { gotoAndPlay (2); }; } if (10 >= Number(Ballyp)) { ystepp = yspeedp; if (Number(oddbouncep) == Number(true)) { if (Number(xstep) == Number(xspeed)) { xstepp = -xspeedp; } else { xstepp = xspeedp; } } tellTarget ("/sound") { gotoAndPlay (2); }; } setProperty("/the_ballp", _y , Number(BallYp) + Number(ystepp)); loopcountp = Number(loopcountp) + 1; } if (Number(gamespeedp) >= 14) { gamespeedp = 14; setProperty("/the_ballp", _alpha , ballalpha); ballalpha = ballalpha - 0.1; } x1 = x2; x2 = x3; x3 = x4; x4 = x5; y1 = y2; y2 = y3; y3 = y4; y4 = y5; x5 = getProperty("/the_ball", _x); y5 = getProperty("/the_ball", _y); x55 = (Number(x5) + Number(x4)) / 2; y55 = (Number(y5) + Number(y4)) / 2; x44 = (Number(x4) + Number(x3)) / 2; y44 = (Number(y4) + Number(y3)) / 2; x33 = (Number(x3) + Number(x2)) / 2; y33 = (Number(y3) + Number(y2)) / 2; setProperty("/ball1", _x , x55); setProperty("/ball1", _y , y55); setProperty("/ball11", _x , x4); setProperty("/ball11", _y , y4); setProperty("/ball22", _x , x3); setProperty("/ball22", _y , y3); setProperty("/ball33", _x , x2); setProperty("/ball33", _y , y2); setProperty("/ball2", _x , x44); setProperty("/ball2", _y , y44); setProperty("/ball3", _x , x33); setProperty("/ball3", _y , y33); } else { tellTarget ("/the_ballp") { gotoAndStop (30); }; } } BallX = getProperty("/the_ball", _x); if ((Number(BallX) < 330) and (Number(-10) < Number(BallX))) { loopcount = 1; setProperty("/the_ball", _visible , true); while (Number(loopcount) < Number(gamespeed)) { baty = getProperty("/mousetrack", _y); if (174 < Number(baty)) { baty = 174; } if (Number(baty) < 27) { baty = 27; } setProperty("/bats", _y , baty); BallX = getProperty("/the_ball", _x); BallY = getProperty("/the_ball", _y); dx1 = ballx - 15; dy1 = bally - baty; collision1 = false; collision2 = false; dx2 = 298 - ballx; dy2 = bally - baty; if (((0 < Number(dx1)) and (Number(dx1) < 10)) and ((Number(-24) < Number(dy1)) and (Number(dy1) < 25))) { collision1 = true; tellTarget ("/sound") { gotoAndPlay (3); }; sc = Number(sc) + 5; } if (((0 < Number(dx2)) and (Number(dx2) < 10)) and ((Number(-24) < Number(dy2)) and (Number(dy2) < 25))) { tellTarget ("/sound") { gotoAndPlay (3); }; collision2 = true; sc = Number(sc) + 5; } if ((Number(Ballx) >= 310) or (Number(collision2) == Number(true))) { if (Number(collision2) == Number(false)) { bone = "0"; gone = Number(gone) + 1; if (Number(twoballs) == 0) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } } else { xstep = -xspeed; } } if ((10 >= Number(Ballx)) or (Number(collision1) == Number(true))) { if (Number(collision1) == Number(false)) { bone = "0"; gone = Number(gone) + 1; if (Number(twoballs) == 0) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) { gotoAndStop (53); } } else { xstep = xspeed; gamespeed = Number(gamespeed) + 1; } } random = random(10); oddbounce = false; if (Number(random) == 5) { oddbounce = true; } setProperty("/the_ball", _x , Number(BallX) + Number(xstep)); if (Number(Bally) >= 190) { ystep = -yspeed; if (Number(oddbounce) == Number(true)) { if (Number(xstep) == Number(xspeed)) { xstep = -xspeed; } else { xstep = xspeed; } } tellTarget ("/sound") { gotoAndPlay (2); }; } if (10 >= Number(Bally)) { ystep = yspeed; if (Number(oddbounce) == Number(true)) { if (Number(xstep) == Number(xspeed)) { xstep = -xspeed; } else { xstep = xspeed; } } tellTarget ("/sound") { gotoAndPlay (2); }; } setProperty("/the_ball", _y , Number(BallY) + Number(ystep)); loopcount = Number(loopcount) + 1; } if (Number(gamespeed) >= 14) { gamespeed = 14; setProperty("/the_ball", _alpha , ballalpha); ballalpha = ballalpha - 0.1; } x1 = x2; x2 = x3; x3 = x4; x4 = x5; y1 = y2; y2 = y3; y3 = y4; y4 = y5; x5 = getProperty("/the_ball", _x); y5 = getProperty("/the_ball", _y); x55 = (Number(x5) + Number(x4)) / 2; y55 = (Number(y5) + Number(y4)) / 2; x44 = (Number(x4) + Number(x3)) / 2; y44 = (Number(y4) + Number(y3)) / 2; x33 = (Number(x3) + Number(x2)) / 2; y33 = (Number(y3) + Number(y2)) / 2; setProperty("/ball1", _x , x55); setProperty("/ball1", _y , y55); setProperty("/ball11", _x , x4); setProperty("/ball11", _y , y4); setProperty("/ball22", _x , x3); setProperty("/ball22", _y , y3); setProperty("/ball33", _x , x2); setProperty("/ball33", _y , y2); setProperty("/ball2", _x , x44); setProperty("/ball2", _y , y44); setProperty("/ball3", _x , x33); setProperty("/ball3", _y , y33); } startDrag ("/mousetrack", true);
Frame 51
x1 = x2; x2 = x3; x3 = x4; x4 = x5; y1 = y2; y2 = y3; y3 = y4; y4 = y5; x5 = getProperty("/the_ball", _x); y5 = getProperty("/the_ball", _y); x55 = (Number(x5) + Number(x4)) / 2; y55 = (Number(y5) + Number(y4)) / 2; x44 = (Number(x4) + Number(x3)) / 2; y44 = (Number(y4) + Number(y3)) / 2; x33 = (Number(x3) + Number(x2)) / 2; y33 = (Number(y3) + Number(y2)) / 2; setProperty("/ball1", _x , x55); setProperty("/ball1", _y , y55); setProperty("/ball11", _x , x4); setProperty("/ball11", _y , y4); setProperty("/ball22", _x , x3); setProperty("/ball22", _y , y3); setProperty("/ball33", _x , x2); setProperty("/ball33", _y , y2); setProperty("/ball2", _x , x44); setProperty("/ball2", _y , y44); setProperty("/ball3", _x , x33); setProperty("/ball3", _y , y33); if (Number(sc) == 30) { lev = 2; tellTarget ("/the_ball") { gotoAndStop (2); }; if (Number(l2d) == 0) { l2d = 1; tellTarget ("/levels") { gotoAndPlay (2); }; } tellTarget ("/ball33") { gotoAndStop (2); }; tellTarget ("/ball22") { gotoAndStop (2); }; tellTarget ("/ball11") { gotoAndStop (2); }; tellTarget ("/ball11") { gotoAndStop (2); }; tellTarget ("/ball3") { gotoAndStop (2); }; tellTarget ("/ball2") { gotoAndStop (2); }; tellTarget ("/ball1") { gotoAndStop (2); }; } if ((Number(sc) >= 60) and (Number(sc) < 80)) { lev = 3; if (Number(l3d) == 0) { l3d = 1; tellTarget ("/levels") { gotoAndPlay (37); }; } tellTarget ("/the_ball") { gotoAndStop (3); }; tellTarget ("/ball33") { gotoAndStop (3); }; tellTarget ("/ball22") { gotoAndStop (3); }; tellTarget ("/ball11") { gotoAndStop (3); }; tellTarget ("/ball11") { gotoAndStop (3); }; tellTarget ("/ball3") { gotoAndStop (3); }; tellTarget ("/ball2") { gotoAndStop (3); }; tellTarget ("/ball1") { gotoAndStop (3); }; } if ((Number(sc) >= 100) and (Number(sc) < 115)) { if (Number(l4d) == 0) { l4d = 1; tellTarget ("/levels") { gotoAndPlay (75); }; } lev = 4; tellTarget ("/the_ball") { gotoAndStop (4); }; tellTarget ("/ball33") { gotoAndStop (4); }; tellTarget ("/ball22") { gotoAndStop (4); }; tellTarget ("/ball11") { gotoAndStop (4); }; tellTarget ("/ball11") { gotoAndStop (4); }; tellTarget ("/ball3") { gotoAndStop (4); }; tellTarget ("/ball2") { gotoAndStop (4); }; tellTarget ("/ball1") { gotoAndStop (4); }; } if ((Number(sc) >= 130) and (Number(sc) < 145)) { if (Number(l5d) == 0) { l5d = 1; tellTarget ("/levels") { gotoAndPlay (125); }; } lev = 5; tellTarget ("/the_ball") { gotoAndStop (20); }; tellTarget ("/ball33") { gotoAndStop (25); }; tellTarget ("/ball22") { gotoAndStop (23); }; tellTarget ("/ball11") { gotoAndStop (22); }; tellTarget ("/ball3") { gotoAndStop (26); }; tellTarget ("/ball2") { gotoAndStop (24); }; tellTarget ("/ball1") { gotoAndStop (21); }; } if ((Number(sc) >= 160) and (Number(sc) < 180)) { if (Number(l6d) == 0) { l6d = 1; tellTarget ("/levels") { gotoAndPlay (175); }; } lev = 6; tellTarget ("/the_ball") { gotoAndStop (6); }; tellTarget ("/ball33") { gotoAndStop (6); }; tellTarget ("/ball22") { gotoAndStop (6); }; tellTarget ("/ball11") { gotoAndStop (6); }; tellTarget ("/ball11") { gotoAndStop (6); }; tellTarget ("/ball3") { gotoAndStop (6); }; tellTarget ("/ball2") { gotoAndStop (6); }; tellTarget ("/ball1") { gotoAndStop (6); }; } if ((Number(sc) >= 200) and (Number(sc) < 220)) { if (Number(l7d) == 0) { l7d = 1; tellTarget ("/levels") { gotoAndPlay (210); }; } lev = 7; tellTarget ("/the_ball") { gotoAndStop (7); }; tellTarget ("/ball33") { gotoAndStop (7); }; tellTarget ("/ball22") { gotoAndStop (7); }; tellTarget ("/ball11") { gotoAndStop (7); }; tellTarget ("/ball11") { gotoAndStop (7); }; tellTarget ("/ball3") { gotoAndStop (7); }; tellTarget ("/ball2") { gotoAndStop (7); }; tellTarget ("/ball1") { gotoAndStop (7); }; } if ((Number(sc) >= 230) and (Number(sc) < 240)) { if (Number(l8d) == 0) { l8d = 1; tellTarget ("/levels") { gotoAndPlay (275); }; } lev = 8; tellTarget ("/the_ball") { gotoAndStop (8); }; tellTarget ("/ball33") { gotoAndStop (8); }; tellTarget ("/ball22") { gotoAndStop (8); }; tellTarget ("/ball11") { gotoAndStop (8); }; tellTarget ("/ball11") { gotoAndStop (8); }; tellTarget ("/ball3") { gotoAndStop (8); }; tellTarget ("/ball2") { gotoAndStop (8); }; tellTarget ("/ball1") { gotoAndStop (8); }; } if ((Number(sc) >= 260) and (Number(sc) < 280)) { if (Number(l9d) == 0) { l9d = 1; tellTarget ("/levels") { gotoAndPlay (310); }; } lev = 9; tellTarget ("/the_ball") { gotoAndStop (9); }; tellTarget ("/ball33") { gotoAndStop (9); }; tellTarget ("/ball22") { gotoAndStop (9); }; tellTarget ("/ball11") { gotoAndStop (9); }; tellTarget ("/ball11") { gotoAndStop (9); }; tellTarget ("/ball3") { gotoAndStop (9); }; tellTarget ("/ball2") { gotoAndStop (9); }; tellTarget ("/ball1") { gotoAndStop (9); }; } if ((300 < Number(sc)) and (Number(sc) < 320)) { if (Number(l10d) == 0) { l10d = 1; tellTarget ("/levels") { gotoAndPlay (375); }; } lev = 10; tellTarget ("/the_ball") { gotoAndStop (10); }; tellTarget ("/ball33") { gotoAndStop (10); }; tellTarget ("/ball22") { gotoAndStop (10); }; tellTarget ("/ball11") { gotoAndStop (10); }; tellTarget ("/ball11") { gotoAndStop (10); }; tellTarget ("/ball3") { gotoAndStop (10); }; tellTarget ("/ball2") { gotoAndStop (10); }; tellTarget ("/ball1") { gotoAndStop (10); }; } gotoAndPlay (50);
Frame 53
h1 = highplayer1; h2 = highplayer2; h3 = highplayer3; h4 = highplayer4; h5 = highplayer5; h6 = highplayer6; h7 = highplayer7; h8 = highplayer8; h9 = highplayer9; h10 = highplayer10; scor1 = highscore1; scor2 = highscore2; scor3 = highscore3; scor4 = highscore4; scor5 = highscore5; scor6 = highscore6; scor7 = highscore7; scor8 = highscore8; scor9 = highscore9; scor10 = highscore10; if (Number(highscore10) < Number(sc)) { gotoAndPlay (59); } else { gotoAndStop (55); }
Frame 55
stop();
Frame 59
Mouse.show(); stop();
Frame 60
if (false) { }
Symbol 22 MovieClip Frame 112
_root.gotoAndPlay(3);
Symbol 26 Button
on (release) { getURL ("http://www.ultimatearcade.com", "_top"); }
Symbol 28 MovieClip Frame 20
stop();
Symbol 52 Button
on (release) { unloadMovieNum (25); gotoAndPlay (49); removeMovieClip("thing"); }
Symbol 68 MovieClip Frame 83
removeMovieClip(""); stop();
Symbol 72 Button
on (release) { getURL ("http://www.ultimatearcade.com", "_blank"); }
Symbol 73 Button
on (release) { gotoAndPlay (26); }
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 93 MovieClip Frame 3
stop();
Symbol 93 MovieClip Frame 4
stop();
Symbol 93 MovieClip Frame 5
stop();
Symbol 93 MovieClip Frame 6
stop();
Symbol 93 MovieClip Frame 7
stop();
Symbol 93 MovieClip Frame 8
stop();
Symbol 93 MovieClip Frame 9
stop();
Symbol 93 MovieClip Frame 10
stop();
Symbol 93 MovieClip Frame 11
stop();
Symbol 93 MovieClip Frame 12
stop();
Symbol 93 MovieClip Frame 13
stop();
Symbol 93 MovieClip Frame 20
stop();
Symbol 93 MovieClip Frame 21
stop();
Symbol 93 MovieClip Frame 22
stop();
Symbol 93 MovieClip Frame 23
stop();
Symbol 93 MovieClip Frame 24
stop();
Symbol 93 MovieClip Frame 25
stop();
Symbol 93 MovieClip Frame 26
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
gotoAndStop (1);
Symbol 108 MovieClip Frame 3
gotoAndStop (1);
Symbol 112 MovieClip Frame 60
gotoAndPlay (1);
Symbol 129 MovieClip Frame 16
gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 3
stop();
Symbol 141 MovieClip Frame 5
stop();
Symbol 152 MovieClip Frame 1
play();
Symbol 152 MovieClip Frame 2
stop();
Symbol 153 Button
on (keyPress "p") { if (Number(paused) == 0) { stop(); paused = 1; } else if (Number(paused) == 1) { paused = 0; play(); } }
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
play();
Symbol 167 MovieClip Frame 35
stop();
Symbol 167 MovieClip Frame 70
stop();
Symbol 167 MovieClip Frame 109
stop();
Symbol 167 MovieClip Frame 159
stop();
Symbol 167 MovieClip Frame 209
stop();
Symbol 167 MovieClip Frame 259
stop();
Symbol 167 MovieClip Frame 309
stop();
Symbol 167 MovieClip Frame 359
stop();
Symbol 167 MovieClip Frame 409
stop();
Symbol 173 Button
on (release) { gotoAndPlay (49); }
Symbol 178 Button
on (release) { getURL ("http://www.ultimatearcade.com/downloads/", "_blank"); }
Symbol 182 Button
on (release) { getURL ("http://www.ultimatearcade.com/", "_blank"); }
Symbol 184 MovieClip Frame 70
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 70
stop();
Symbol 188 Button
on (press) { if (Number(highscore1) < Number(sc)) { highscore1 = sc; highscore2 = scor1; highscore3 = scor2; highscore4 = scor3; highscore5 = scor4; highscore6 = scor5; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer1 = name; highplayer2 = h1; highplayer3 = h2; highplayer4 = h3; highplayer5 = h4; highplayer6 = h5; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore2) < Number(sc)) and (Number(highscore1) >= Number(sc))) { highscore2 = sc; highscore3 = scor2; highscore4 = scor3; highscore5 = scor4; highscore6 = scor5; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer2 = name; highplayer3 = h2; highplayer4 = h3; highplayer5 = h4; highplayer6 = h5; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore3) < Number(sc)) and (Number(highscore2) >= Number(sc))) { highscore3 = sc; highscore4 = scor3; highscore5 = scor4; highscore6 = scor5; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer3 = name; highplayer4 = h3; highplayer5 = h4; highplayer6 = h5; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore4) < Number(sc)) and (Number(highscore3) >= Number(sc))) { highscore4 = sc; highscore5 = scor4; highscore6 = scor5; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer4 = name; highplayer5 = h4; highplayer6 = h5; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore5) < Number(sc)) and (Number(highscore4) >= Number(sc))) { highscore5 = sc; highscore6 = scor5; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer5 = name; highplayer6 = h5; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore6) < Number(sc)) and (Number(highscore5) >= Number(sc))) { highscore6 = sc; highscore7 = scor6; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer6 = name; highplayer7 = h6; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore7) < Number(sc)) and (Number(highscore6) >= Number(sc))) { highscore7 = sc; highscore8 = scor7; highscore9 = scor8; highscore10 = scor9; highplayer7 = name; highplayer8 = h7; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore8) < Number(sc)) and (Number(highscore7) >= Number(sc))) { highscore8 = sc; highscore9 = scor8; highscore10 = scor9; highplayer8 = name; highplayer9 = h8; highplayer10 = h9; } else if ((Number(highscore9) < Number(sc)) and (Number(highscore8) >= Number(sc))) { highscore9 = sc; highscore10 = scor9; highplayer9 = name; highplayer10 = h9; } else if ((Number(highscore10) < Number(sc)) and (Number(highscore9) >= Number(sc))) { highscore10 = sc; highplayer10 = name; } } on (release) { loadVariables ("http://www.uicity.com/cgidir/ping.cgi", "", "POST"); nextFrame(); }
Symbol 193 MovieClip Frame 1
bubblecount = 2;
Instance of Symbol 192 MovieClip "BigBubble" in Symbol 193 MovieClip Frame 1
onClipEvent (load) { yspeed = random(5) + 3; setProperty(this, _y , random(425)); setProperty(this, _x , random(50) + 50); xspeed = random(3); if (random(2) eq 1) { xspeed = -xspeed; } } onClipEvent (enterFrame) { setProperty(this, _y , this._y - yspeed); if (-25 >= this._y) { setProperty(this, _y , 425); setProperty(this, _x , random(50) + 50); yspeed = random(5) + 3; scale = 5 + random(20); setProperty(this, _width , scale); setProperty(this, _height , scale); xspeed = random(3); if (random(2) eq 1) { xspeed = -xspeed; } } setProperty(this, _x , this._x + xspeed); if ((100 < this._x) or (this._x < 50)) { xspeed = -xspeed; } }
Symbol 193 MovieClip Frame 2
do { duplicateMovieClip (BigBubble, "bubble_" + bubblecount, bubblecount); bubblecount = bubblecount + 1; } while (14 >= bubblecount);
Symbol 193 MovieClip Frame 3
stop();

Library Items

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

Instance Names

"thing"Frame 32Symbol 68 MovieClip
"mousetrack"Frame 49Symbol 77 MovieClip
"ball1"Frame 49Symbol 93 MovieClip
"ball2"Frame 49Symbol 93 MovieClip
"ball3"Frame 49Symbol 93 MovieClip
"ball11"Frame 49Symbol 93 MovieClip
"ball22"Frame 49Symbol 93 MovieClip
"ball33"Frame 49Symbol 93 MovieClip
"the_ball"Frame 49Symbol 93 MovieClip
"sound"Frame 49Symbol 108 MovieClip
"the_ballp"Frame 49Symbol 112 MovieClip
"the_balls"Frame 49Symbol 129 MovieClip
"bats"Frame 49Symbol 138 MovieClip
"soundfx"Frame 49Symbol 141 MovieClip
"cross hairs"Frame 49Symbol 155 MovieClip
"mousetrack"Frame 50Symbol 77 MovieClip
"levels"Frame 50Symbol 167 MovieClip
"mousetrack"Frame 59Symbol 77 MovieClip
"c1"Frame 59Symbol 187 MovieClip
"c2"Frame 59Symbol 187 MovieClip
"c3"Frame 59Symbol 187 MovieClip
"c4"Frame 59Symbol 187 MovieClip
"c5"Frame 59Symbol 187 MovieClip
"c6"Frame 59Symbol 187 MovieClip
"mousetrack"Frame 60Symbol 77 MovieClip
"BigBubble"Symbol 193 MovieClip Frame 1Symbol 192 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
Tag 0x0FF (255)Timeline Frame 11 bytes "."

Labels

"stolen"Frame 2
"loader"Frame 3
"viewscores"Frame 32
"over"Frame 53
"end"Frame 55
"highscore"Frame 59
"beep1"Symbol 141 MovieClip Frame 2
"beep2"Symbol 141 MovieClip Frame 4
"yell"Symbol 141 MovieClip Frame 6

Dynamic Text Variables

percentSymbol 46 EditableText"11%"
scSymbol 145 EditableText"0"
levSymbol 147 EditableText"0"
gameSymbol 149 EditableText"game"
nextSymbol 150 EditableText"http://www.ultimatearcade.com/flash_games/ua/tetris/"




http://swfchan.com/5/23096/info.shtml
Created: 26/5 -2019 12:07:24 Last modified: 26/5 -2019 12:07:24 Server time: 10/05 -2024 07:45:50