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/15432036?noj=FRM15432036-15DC" width="1" height="1"></div>

Sumoball.swf

This is the info page for
Flash #47245

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


Text
0

0

please support us by visiting

press any key to continue

press any key to continue

(c) ZuiGe 2008

Sumoball

READY

SUMO DEATHMATCH

player 0

1

2

3

2-6 balls on arena
max 2 human

1min time limit

drop someone = 2p
fall down = -1p

get most points to win

W

A

S

D

P

= PAUSE

M

= MUSIC

N

= SOUND

Q

= QUALITY

I

J

K

L

1 = EASIEST
2 = NORMAL
3 = DIFFICULT

x

= RESTART
MATCH

support us by visiting:

0

0

0

0

0

0

0:00.00

RESUME GAME

MAIN MENU

RESTART GAME

[press enter]

ActionScript [AS1/AS2]

Frame 1
function newContextMenu() { var _local2 = new ContextMenu(); _local2.hideBuiltInItems(); var _local3 = new ContextMenuItem("ZuiGe's flash game development studios", gotoSite1); _local2.customItems.push(_local3); _root.menu = _local2; } function gotoSite1() { getURL ("http://zuige.net", "_blank"); } stop(); NewgroundsAPI.connectMovie(2890); var gamemode = 1; var currSong = 0; var bgMusic = new Sound(this); var musicvolume = 80; var dragging = false; newContextMenu();
Frame 2
_root.createEmptyMovieClip("sound", _root.getNextHighestDepth()); _root.createEmptyMovieClip("musics", _root.getNextHighestDepth()); gotoAndStop (3); onEnterFrame = undefined;
Frame 3
stop(); if (sounds == undefined) { var sounds = new Sound(sound); sounds.setVolume(100); } if (music == undefined) { var music = new Sound(musics); music.setVolume(25); music.attachSound("song"); music.start(0, 999); } onKeyDown = function () { gotoAndStop (4); onKeyDown = undefined; onMouseDown = undefined; }; onMouseDown = function () { onMouseUp = function () { gotoAndStop (4); onKeyDown = undefined; onMouseDown = undefined; onMouseUp = undefined; }; }; Key.addListener(this); var affs = new Array(6); var colors = new Array("red", "blue", "green", "yellow", "pink", "purple"); var modes = new Array(undefined, false, false, false, true, true, true); var diffs = new Array(6); var ctrls = new Array(6); var players = 0; var games = new Array("SUMO DEATHMATCH", "SUMO SURVIVAL"); var maxplayers = new Array(3, 3); var gamescenes = new Array("sumogame", "sumogame"); var gameexp = new Array("2-6 balls on arena \n max 3 human \n \n 1min time limit \n \n drop someone = 2p \n fall down = -1p \n \n get the most points to win", "2-6 balls on arena \n max 3 human \n \n arena shrinks \n \n last player on arena wins"); var respawn = true; var frames = new Array(1, 1, 1, 1, 1, 1);
Frame 4
function playgame() { _root.frames = new Array(_root.player1.modex._currentframe, _root.player2.modex._currentframe, _root.player3.modex._currentframe, _root.player4.modex._currentframe, _root.player5.modex._currentframe, _root.player6.modex._currentframe); if ((players >= 2) && (gamescenes[gamemode] == "sumogame")) { if (games[gamemode] == "SUMO SURVIVAL") { _root.respawn = false; } if (games[gamemode] == "SUMO DEATHMATCH") { _root.respawn = true; } gotoAndStop (7); } onEnterFrame = undefined; onKeyDown = undefined; } stop(); onKeyDown = function () { key = Key.getCode(); if (key == 13) { playgame(); } }; Key.addListener(this); k = 1; while (k <= 6) { _root["player" + k].playertxt.text = "player " + k; _root["player" + k].gotoAndStop(k); _root["player" + k].modex.k = k; _root["player" + k].modex.gotoAndStop(frames[k - 1]); _root["player" + k].modex.onRelease = function () { if (this._currentframe < (_root.maxplayers[_root.gamemode] + 4)) { this.gotoAndStop(this._currentframe + 1); } else { this.gotoAndStop(1); } if (this._currentframe == 5) { _root.ctrls[this.k - 1] = 1; t = 1; while (t <= 6) { if ((_root["player" + t].modex._currentframe == 5) && (t != this.k)) { if (this._currentframe < (_root.maxplayers[_root.gamemode] + 4)) { this.gotoAndStop(this._currentframe + 1); } else { this.gotoAndStop(1); } break; } t++; } } if (this._currentframe == 6) { _root.ctrls[this.k - 1] = 2; t = 1; while (t <= 6) { if ((_root["player" + t].modex._currentframe == 6) && (t != this.k)) { if (this._currentframe < (_root.maxplayers[_root.gamemode] + 4)) { this.gotoAndStop(this._currentframe + 1); } else { this.gotoAndStop(1); } break; } t++; } } if (this._currentframe == 7) { _root.ctrls[this.k - 1] = 3; t = 1; while (t <= 6) { if ((_root["player" + t].modex._currentframe == 7) && (t != this.k)) { if (this._currentframe < (_root.maxplayers[_root.gamemode] + 4)) { this.gotoAndStop(this._currentframe + 1); } else { this.gotoAndStop(1); } break; } t++; } } if ((this._currentframe < 5) && (this._currentframe > 1)) { _root.diffs[this.k - 1] = this._currentframe - 2; } else { _root.diffs[this.k - 1] = undefined; } _root.affs[this.k - 1] = _root.modes[this._currentframe - 1]; _root.players = 0; r = 0; while (r < 6) { if (_root.affs[r] != undefined) { _root.players++; } r++; } }; k++; } modeswtc.txt.txt.text = games[gamemode]; gametuto.text = gameexp[gamemode]; modeswtc.onRelease = function () { gamemode++; if (gamemode >= games.length) { gamemode = 0; } _root.gametuto.text = gameexp[gamemode]; this.txt.txt.text = games[gamemode]; }; playbtn.onRelease = function () { playgame(); }; onKeyDown = function () { key = Key.getCode(); if (key == 77) { if (musicplaying != undefined) { musicplaying = undefined; music.attachSound("song"); music.start(mspot, 999); mspot = 0; } else { musicplaying = false; mspot = music.position / 1000; music.stop(); } } if (key == 13) { playgame(); } if (key == 78) { if (sfx != undefined) { sfx = undefined; } else { sfx = false; } } if (key == 81) { if (_root._quality == "HIGH") { _root._quality = "LOW"; } else if (_root._quality == "LOW") { _root._quality = "MEDIUM"; } else if (_root._quality == "MEDIUM") { _root._quality = "HIGH"; } } }; Key.addListener(this);
Frame 6
play();
Frame 7
function oneSec() { fps = oSec; oSec = 0; } function addMsec() { if (clockrun == true) { if (spedUp == false) { if (msecs > 2.38095238095238) { msecs = msecs - 2.38095238095238; } else { msecs = 99; if (secs > 0) { secs--; } else { secs = 59; mins--; } } } else if (msecs > 8.69565217391304) { msecs = msecs - 8.69565217391304; } else { msecs = 99; if (secs > 0) { secs--; } else { secs = 59; mins--; } } } } function Pause(countdown) { if (countdown == false) { if (_root.started == false) { if (_root.Paused2 == true) { _root.Paused2 = false; _root.countdown.play(); _root.cover._visible = false; pausemenu._visible = false; _root.sounds.start(spos / 1000, 0); } else { _root.Paused2 = true; _root.countdown.stop(); _root.cover._visible = true; pausemenu._visible = true; spos = _root.sounds.position; _root.sounds.stop(); } } else if (_root.Paused == true) { _root.arena.fill.play(); _root.Paused = false; if (respawn == true) { clockrun = true; } cover._visible = false; pausemenu._visible = false; _root.sounds.start(spos / 1000, 0); } else { _root.Paused = true; _root.arena.fill.stop(); if (respawn == true) { clockrun = false; } cover._visible = true; pausemenu._visible = true; spos = _root.sounds.position; _root.sounds.stop(); } } else if (countdown == true) { _root.arena.fill.play(); _root.Paused = false; clearInterval(countDown); clockrun = true; started = true; } cover.swapDepths(_root.getNextHighestDepth()); pausemenu.swapDepths(_root.getNextHighestDepth()); } function addBall(color, human, ctrls, diff) { ballNum++; _root.attachMovie(color + "ball", "ball" + ballNum, 500 + ballNum); xSpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.cos((spotAngle * Math.PI) / 180)); ySpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.sin((spotAngle * Math.PI) / 180)); _root["ball" + ballNum].spotAngle = _root.spotAngle; _root[color + "score"]._y = 10; _root[color + "score"]._x = -50 + (52 * ballNum); _root.spotAngle = _root.spotAngle + (360 / _root.players); _root["ball" + ballNum]._x = arena._x + xSpot; _root["ball" + ballNum]._y = arena._y + ySpot; _root["ball" + ballNum].xspeed = 0; _root["ball" + ballNum].yspeed = 0; _root["ball" + ballNum].mass = 1; _root["ball" + ballNum].score = 0; _root["ball" + ballNum].lastTouch = 0; _root["ball" + ballNum].invinsibility = false; _root["ball" + ballNum].collisiontime = 0; _root["ball" + ballNum].num = ballNum; _root["ball" + ballNum].ballcolor = color; _root["ball" + ballNum].falling = false; if (human == true) { _root["ball" + ballNum].onEnterFrame = humanControl; _root.humanNum++; _root["ball" + ballNum].humanNum = ctrls; _root["ball" + ballNum].identifier._visible = true; _root["ball" + ballNum].identifier.playernum.text = ctrls; _root["ball" + ballNum].identifier._alpha = 400; _root["ball" + ballNum].identifier.onEnterFrame = function () { if (this._alpha > 0) { this._alpha = this._alpha - 5; } }; } else { _root["ball" + ballNum].onEnterFrame = cpuControl; _root["ball" + ballNum].diff = diff; _root["ball" + ballNum].ditime = 0; _root["ball" + ballNum].identifier._visible = false; } } function humanControl() { if (_root.Paused == false) { this.balldist = Math.sqrt(Math.pow(this._y - arena._y, 2) + Math.pow(this._x - arena._x, 2)); this.speed = Math.abs(this.xspeed) + Math.abs(this.yspeed); if ((this.balldist <= (_root.arena._width / 2)) && (this.falling == false)) { this.falling = false; this.reducer = this._xscale / 50; if (this.humanNum == 1) { if (Key.isDown(controls1[0])) { this.yspeed = this.yspeed - 0.22; } if (Key.isDown(controls1[1])) { this.yspeed = this.yspeed + 0.22; } if (Key.isDown(controls1[2])) { this.xspeed = this.xspeed - 0.22; } if (Key.isDown(controls1[3])) { this.xspeed = this.xspeed + 0.22; } } if (this.humanNum == 2) { if (Key.isDown(controls2[0])) { this.yspeed = this.yspeed - 0.22; } if (Key.isDown(controls2[1])) { this.yspeed = this.yspeed + 0.22; } if (Key.isDown(controls2[2])) { this.xspeed = this.xspeed - 0.22; } if (Key.isDown(controls2[3])) { this.xspeed = this.xspeed + 0.22; } } if (this.humanNum == 3) { if (Key.isDown(controls3[0])) { this.yspeed = this.yspeed - 0.2; } if (Key.isDown(controls3[1])) { this.yspeed = this.yspeed + 0.2; } if (Key.isDown(controls3[2])) { this.xspeed = this.xspeed - 0.2; } if (Key.isDown(controls3[3])) { this.xspeed = this.xspeed + 0.2; } } } else { this.falling = true; this.invinsibility = true; this.xspeed = this.xspeed - (this.xspeed / 10); this.yspeed = this.yspeed - (this.yspeed / 10); if (this._xscale > 2) { this._xscale = this._xscale - this.reducer; this._yscale = this._yscale - this.reducer; } else if (_root.respawn == true) { _root.scores[this.lastTouch - 1] = _root.scores[this.lastTouch - 1] + 2; _root.scores[this.num - 1]--; this.falling = false; this.ball._alpha = 0; this._xscale = 100; this._yscale = 100; if (swap == players) { g = 1; while (g <= _root.players) { _root["ball" + g].spotAngle = _root["ball" + g].spotAngle + (360 / _root.players); g++; } swap = 0; } else { swap++; } this.xSpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.cos((this.spotAngle * Math.PI) / 180)); this.ySpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.sin((this.spotAngle * Math.PI) / 180)); _root.tester._x = _root.arena._x + this.xSpot; _root.tester._y = _root.arena._y + this.ySpot; t = 1; while (t < players) { if (_root["ball" + t].hitTest(_root.tester._x, _root.tester._y, 2)) { this.spotAngle2 = this.spotAngle + (360 / _root.players); this.xSpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.cos((this.spotAngle2 * Math.PI) / 180)); this.ySpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.sin((this.spotAngle2 * Math.PI) / 180)); } t++; } this._x = _root.arena._x + this.xSpot; this._y = _root.arena._y + this.ySpot; this.xspeed = 0; this.yspeed = 0; this.identifier._alpha = 300; this.ball.onEnterFrame = function () { if (this._alpha < 100) { this._alpha = this._alpha + 10; } else { this.onEnterFrame = undefined; this._parent.invinsibility = false; } }; } else { _root.playersOnArena--; this._alpha = 0; this.onEnterFrame = undefined; } } this.collisiontime--; if (_root.finished != true) { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; } } } function cpuControl() { if (_root.Paused == false) { this.balldist = Math.sqrt(Math.pow(this._y - arena._y, 2) + Math.pow(this._x - arena._x, 2)); this.speed = Math.abs(this.xspeed) + Math.abs(this.yspeed); this.z = 1; while (this.z <= _root.players) { if ((_root["ball" + this.z] != this) && (_root["ball" + this.z].falling == false)) { this.aDist = Math.sqrt(Math.pow(_root["ball" + this.z]._y - this._y, 2) + Math.pow(_root["ball" + this.z]._x - this._x, 2)); if ((this.aDist < this.bDist) || (bDist == undefined)) { this.nearestBall = _root["ball" + this.z]; this.bDist = this.aDist; } } this.z++; } if ((this.balldist <= (_root.arena._width / 2)) && (this.falling == false)) { this.falling = false; this.reducer = this._xscale / 50; if (((this.balldist < (((_root.arena._width / 2) / 4) * 2.5)) && (this.speed > 4)) && (this.nearestBall.falling == false)) { this.Target = this.nearestBall; } else { this.Target = _root.arena; } if (this.speed > 3) { this.angle = (Math.atan2(this._y - this.Target._y, this._x - this.Target._x) * 180) / Math.PI; } else if (this.speed <= 3) { if (this.gainSpeed <= 0) { this.angle = (Math.atan2(this._y - this.Target._y, this._x - this.Target._x) * 180) / Math.PI; this.gainSpeed = 40; if (this.Target == this.nearestBall) { this.angle = this.angle * -1; } } else { this.gainSpeed--; } } if (this.ditime <= 0) { this.dissarray = 10 - (Math.random() * 20); this.ditime = 60; } else { this.ditime--; } this.toSpeedx = _root.maxspeed * (-Math.cos(((this.angle + this.dissarray) * Math.PI) / 180)); this.toSpeedy = _root.maxspeed * (-Math.sin(((this.angle + this.dissarray) * Math.PI) / 180)); if (respawn == true) { if (spedUp == false) { spd = 0.15; } else { spd = 0.6; } } else if (spedUp == false) { spd = 0.2; } else { spd = 0.8; } if (this.diff == 0) { spd = spd * 0.6; } else if (this.diff == 1) { spd = spd * 0.8; } else { spd = spd; } trace(this.diff); if (this.xspeed < this.toSpeedx) { this.xspeed = this.xspeed + spd; } else if (this.xspeed > this.toSpeedx) { this.xspeed = this.xspeed - spd; } if (this.yspeed < this.toSpeedy) { this.yspeed = this.yspeed + spd; } else if (this.xspeed > this.toSpeedy) { this.yspeed = this.yspeed - spd; } } else { this.falling = true; this.invinsibility = true; this.xspeed = this.xspeed - (this.xspeed / 10); this.yspeed = this.yspeed - (this.yspeed / 10); if (this._xscale > 2) { this._xscale = this._xscale - this.reducer; this._yscale = this._yscale - this.reducer; } else if (_root.respawn == true) { this.falling = false; this.ball._alpha = 0; _root.scores[this.lastTouch - 1] = _root.scores[this.lastTouch - 1] + 2; _root.scores[this.num - 1]--; this._xscale = 100; this._yscale = 100; if (swap == players) { g = 1; while (g <= _root.players) { _root["ball" + g].spotAngle = _root["ball" + g].spotAngle + (360 / _root.players); g++; } swap = 0; } else { swap++; } if (_root.respawn != true) { modemultiplier = 2.5; } else { modemultiplier = 3; } this.xSpot = (((_root.arena._width / 2) / 4) * modemultiplier) * (-Math.cos((this.spotAngle * Math.PI) / 180)); this.ySpot = (((_root.arena._width / 2) / 4) * modemultiplier) * (-Math.sin((this.spotAngle * Math.PI) / 180)); _root.tester._x = _root.arena._x + this.xSpot; _root.tester._y = _root.arena._y + this.ySpot; t = 1; while (t < _root.players) { if (_root["ball" + t].hitTest(_root.tester._x, _root.tester._y, 2)) { this.spotAngle2 = this.spotAngle + (360 / _root.players); this.xSpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.cos((this.spotAngle2 * Math.PI) / 180)); this.ySpot = (((_root.arena._width / 2) / 4) * 3) * (-Math.sin((this.spotAngle2 * Math.PI) / 180)); } t++; } this._x = _root.arena._x + this.xSpot; this._y = _root.arena._y + this.ySpot; this.xspeed = 0; this.yspeed = 0; this.ball.onEnterFrame = function () { if (this._alpha < 100) { this._alpha = this._alpha + 10; } else { this.onEnterFrame = undefined; this._parent.invinsibility = false; } }; } else { _root.playersOnArena--; this._alpha = 0; this.onEnterFrame = undefined; } } this.collisiontime--; if (_root.finished != true) { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; } } } function resetAll() { r = 1; while (r <= players) { _root["ball" + r].removeMovieClip(); r++; } i = 200; while (i <= 400) { _root["line" + i]._visible = false; i++; } cover.removeMovieClip(); wintext.removeMovieClip(); pressentericon.removeMovieClip(); countdown.removeMovieClip(); pausemenu.removeMovieClip(); clearInterval(gotoMenu); clearInterval(reduceSize); clearInterval(fpscounter); onEnterFrame = undefined; _root.sounds.stop(); } function menu() { resetAll(); gotoAndStop (4); } function restart() { resetAll(); gotoAndPlay (6); } function addPowerUp() { sdist = Math.random() * (_root.arena._width / 2); sangle = Math.random() * 360; xS = 320 + (sdist * (-Math.cos((sangle * Math.PI) / 180))); yS = 240 + (sdist * (-Math.sin((sangle * Math.PI) / 180))); powerupform = "supersize"; powerup = attachMovie(powerupform, [powerupform + _root.getNextHighestDepth()], _root.getNextHighestDepth()); powerup._x = xS; powerup._y = yS; } function endGame() { _root.finished = true; w = 1; while (w <= players) { if (_root.scores[w - 1] == _root.bscore) { _root.winner = "draw"; } else if ((_root.scores[w - 1] > _root.bscore) || (_root.bscore == undefined)) { _root.bscore = _root.scores[w - 1]; _root.winner = _root["ball" + w].ballcolor; } w++; } winsound = new Sound(); winsound.attachSound(winner + "wins"); winsound.start(0, 1); cover._visible = true; cover.swapDepths(_root.getNextHighestDepth()); wintext.swapDepths(_root.getNextHighestDepth()); pressentericon.swapDepths(_root.getNextHighestDepth()); wintext.gotoAndStop(_root.winner); wintext._visible = true; gotoMenu = setInterval(menu, 3000); } function superSize(ball) { ball.mass = ball.mass * 2; ball._xscale = ball._xscale + 50; ball._yscale = ball._yscale + 50; } function manageBounce(ball1, ball2) { dx = ball1._x - ball2._x; dy = ball1._y - ball2._y; distance = Math.sqrt((dx * dx) + (dy * dy)); collisionision_angle = Math.atan2(dy, dx); _root.sounds.attachSound("zang"); _root.sounds.start(0.04, 0); sparks = attachMovie("sparks", "sparks" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); sparks._x = ball1._x - (Math.cos(collisionision_angle) * (distance / 2)); sparks._y = ball1._y - (Math.sin(collisionision_angle) * (distance / 2)); if (_root.spedUp == false) { sparks._xscale = (sparks._yscale = ((Math.abs(ball1.yspeed - ball2.yspeed) + Math.abs(ball1.xspeed - ball2.xspeed)) / 12) * 200); } else { sparks._xscale = (sparks._yscale = ((Math.abs(ball1.yspeed - ball2.yspeed) + Math.abs(ball1.xspeed - ball2.xspeed)) / 12) * 100); } if (sfx != false) { if (_root.spedUp == false) { _root.sounds.setVolume(((Math.abs(ball1.yspeed - ball2.yspeed) + Math.abs(ball1.xspeed - ball2.xspeed)) / 12) * 200); } else { _root.sounds.setVolume(((Math.abs(ball1.yspeed - ball2.yspeed) + Math.abs(ball1.xspeed - ball2.xspeed)) / 12) * 100); } } else { _root.sounds.setVolume(0); } magnitude_1 = Math.sqrt((ball1.xspeed * ball1.xspeed) + (ball1.yspeed * ball1.yspeed)); magnitude_2 = Math.sqrt((ball2.xspeed * ball2.xspeed) + (ball2.yspeed * ball2.yspeed)); if (_root.respawn == false) { magnitude_1 = (magnitude_1 / 8) * 7; magnitude_2 = (magnitude_2 / 8) * 7; } direction_1 = Math.atan2(ball1.yspeed, ball1.xspeed); direction_2 = Math.atan2(ball2.yspeed, ball2.xspeed); new_xspeed_1 = magnitude_1 * Math.cos(direction_1 - collisionision_angle); new_yspeed_1 = magnitude_1 * Math.sin(direction_1 - collisionision_angle); new_xspeed_2 = magnitude_2 * Math.cos(direction_2 - collisionision_angle); new_yspeed_2 = magnitude_2 * Math.sin(direction_2 - collisionision_angle); final_xspeed_1 = (((ball1.mass - ball2.mass) * new_xspeed_1) + ((ball2.mass + ball2.mass) * new_xspeed_2)) / (ball1.mass + ball2.mass); final_xspeed_2 = (((ball1.mass + ball1.mass) * new_xspeed_1) + ((ball2.mass - ball1.mass) * new_xspeed_2)) / (ball1.mass + ball2.mass); final_yspeed_1 = new_yspeed_1; final_yspeed_2 = new_yspeed_2; if (_root.spedUp == false) { ball1.xspeed = 1.1 * ((Math.cos(collisionision_angle) * final_xspeed_1) + (Math.cos(collisionision_angle + (Math.PI/2)) * final_yspeed_1)); ball1.yspeed = 1.1 * ((Math.sin(collisionision_angle) * final_xspeed_1) + (Math.sin(collisionision_angle + (Math.PI/2)) * final_yspeed_1)); ball2.xspeed = 1.1 * ((Math.cos(collisionision_angle) * final_xspeed_2) + (Math.cos(collisionision_angle + (Math.PI/2)) * final_yspeed_2)); ball2.yspeed = 1.1 * ((Math.sin(collisionision_angle) * final_xspeed_2) + (Math.sin(collisionision_angle + (Math.PI/2)) * final_yspeed_2)); } else { ball1.xspeed = 1.7 * ((Math.cos(collisionision_angle) * final_xspeed_1) + (Math.cos(collisionision_angle + (Math.PI/2)) * final_yspeed_1)); ball1.yspeed = 1.7 * ((Math.sin(collisionision_angle) * final_xspeed_1) + (Math.sin(collisionision_angle + (Math.PI/2)) * final_yspeed_1)); ball2.xspeed = 1.7 * ((Math.cos(collisionision_angle) * final_xspeed_2) + (Math.cos(collisionision_angle + (Math.PI/2)) * final_yspeed_2)); ball2.yspeed = 1.7 * ((Math.sin(collisionision_angle) * final_xspeed_2) + (Math.sin(collisionision_angle + (Math.PI/2)) * final_yspeed_2)); } line = ((ball1._width / 2) + (ball2._width / 2)) - 2.5; ball1._x = ball1._x + ((Math.cos(collisionision_angle) * (line - distance)) / 2); ball1._y = ball1._y + ((Math.sin(collisionision_angle) * (line - distance)) / 2); ball2._x = ball2._x + ((Math.cos(collisionision_angle) * (-(line - distance))) / 2); ball2._y = ball2._y + ((Math.sin(collisionision_angle) * (-(line - distance))) / 2); ball1.lastTouch = ball2.num; ball2.lastTouch = ball1.num; } stop(); var ballNum = 0; var controls1 = new Array(38, 40, 37, 39); var controls2 = new Array(87, 83, 65, 68); var controls3 = new Array(73, 75, 74, 76); var spotAngle = 90; var humanNum = 0; var Paused = true; var maxspeed = 6; var clockrun = false; var swap = 0; var colors = new Array("red", "blue", "green", "yellow", "pink", "purple"); var playersOnArena = players; var scores = new Array(); p = 0; while (p < players) { scores[p] = 0; p++; } arena.fill.gotoAndPlay(1 + ((Math.floor(Math.random() * 8) + 1) * 250)); arena.fill.stop(); var bscore = undefined; var mins = 0; var secs = 0; var spedUp = false; var msecs = 0; var oSec = 0; var fps = 30; var linedepths = 200; var finished = false; var redder = 0.2; var started = false; if (sfx != false) { _root.sounds.attachSound("321"); _root.sounds.start(0, 0); _root.sounds.setVolume(100); } onKeyDown = function () { key = Key.getCode(); if ((key == 80) || (key == 27)) { Pause(false); } if (key == 77) { if (musicplaying != undefined) { musicplaying = undefined; music.attachSound("song"); music.start(mspot, 999); mspot = 0; } else { musicplaying = false; mspot = music.position / 1000; music.stop(); } } if (key == 78) { if (sfx != undefined) { sfx = undefined; } else { sfx = false; } } if (key == 13) { restart(); } if (key == 81) { if (_root._quality == "HIGH") { _root._quality = "LOW"; } else if (_root._quality == "LOW") { _root._quality = "MEDIUM"; } else if (_root._quality == "MEDIUM") { _root._quality = "HIGH"; } } }; if (respawn == true) { fpscounter = setInterval(oneSec, 1000); mins = 1; secs = 0; } else { timetxt._visible = false; } wintext._visible = false; cover._visible = false; redscore._visible = false; bluescore._visible = false; greenscore._visible = false; yellowscore._visible = false; pinkscore._visible = false; purplescore._visible = false; pausemenu._visible = false; pressentericon._visible = false; a = 0; while (a < 6) { if (affs[a] != undefined) { addBall(colors[a], affs[a], ctrls[a], diffs[a]); } a++; } onEnterFrame = function () { if (playersOnArena <= 1) { _root.finished = true; w = 1; while (w <= players) { if (_root["ball" + w].falling != true) { _root.winner = _root["ball" + w].ballcolor; break; } _root.winner = "draw"; w++; } if (sfx != false) { sounds.attachSound(winner + "wins"); sounds.start(0, 0); sounds.setVolume(100); } cover._visible = true; cover.swapDepths(_root.getNextHighestDepth()); wintext.swapDepths(_root.getNextHighestDepth()); wintext.gotoAndStop(_root.winner); wintext._visible = true; gotoMenu = setInterval(menu, 3000); onEnterFrame = undefined; } spedUp = true; pressentericon._visible = true; i = 1; while (i <= 6) { if (_root["ball" + i].onEnterFrame == humanControl) { spedUp = false; pressentericon._visible = false; } i++; } if (((respawn != true) && (_root.Paused == false)) && (_root.arena._width > 100)) { if (spedUp != true) { _root.arena._width = _root.arena._width - _root.redder; _root.arena._height = _root.arena._height - _root.redder; } else { _root.arena._width = _root.arena._width - (_root.redder * 4); _root.arena._height = _root.arena._height - (_root.redder * 4); _root.arena.fill.gotoAndPlay(_root.arena.fill._currentframe + 3); } } if (presstimer > 0) { pressability = false; presstimer--; } else { pressability = true; } if (run == true) { startstop.text = "stop"; } else { startstop.text = "start"; } addMsec(); oSec++; g = 1; while (g <= players) { if (respawn == true) { _root[_root["ball" + g].ballcolor + "score"]._visible = true; _root[_root["ball" + g].ballcolor + "score"].text = scores[g - 1]; } g++; } x = 1; while (x < players) { y = x + 1; while (y <= players) { if ((_root["ball" + x].collisiontime <= 0) && (_root["ball" + y].collisiontime <= 0)) { if ((_root["ball" + x].falling == false) && (_root["ball" + y].falling == false)) { if (spedUp == false) { distance_x = Math.abs((_root["ball" + x]._x + _root["ball" + x].xspeed) - (_root["ball" + y]._x + _root["ball" + y].xspeed)); distance_y = Math.abs((_root["ball" + x]._y + _root["ball" + x].yspeed) - (_root["ball" + y]._y + _root["ball" + y].yspeed)); distance = Math.sqrt((distance_x * distance_x) + (distance_y * distance_y)); line = ((_root["ball" + x]._width / 2) + (_root["ball" + y]._width / 2)) - 5; if (((distance < line) && (_root["ball" + x].invinsibility == false)) && (_root["ball" + y].invinsibility == false)) { _root["ball" + x].collision = 1; _root["ball" + y].collision = 1; _root["ball" + x].collisiontime = 2; _root["ball" + y].collisiontime = 2; manageBounce(_root["ball" + x], _root["ball" + y]); } else if (distance >= line) { _root["ball" + x].collision = 0; _root["ball" + y].collision = 0; } } else { i = 4; while (i > 0) { distance_x = Math.abs((_root["ball" + x]._x + (_root["ball" + x].xspeed / i)) - (_root["ball" + y]._x + (_root["ball" + y].xspeed / i))); distance_y = Math.abs((_root["ball" + x]._y + (_root["ball" + x].yspeed / i)) - (_root["ball" + y]._y + (_root["ball" + y].yspeed / i))); distance = Math.sqrt((distance_x * distance_x) + (distance_y * distance_y)); line = ((_root["ball" + x]._width / 2) + (_root["ball" + y]._width / 2)) - 5; if (((distance < line) && (_root["ball" + x].invinsibility == false)) && (_root["ball" + y].invinsibility == false)) { _root["ball" + x].collision = 1; _root["ball" + y].collision = 1; _root["ball" + x].collisiontime = 2; _root["ball" + y].collisiontime = 2; manageBounce(_root["ball" + x], _root["ball" + y]); } else if (distance >= line) { _root["ball" + x].collision = 0; _root["ball" + y].collision = 0; } i--; } } } } y++; } x++; } i = 1; while (i <= players) { if ((((_root["ball" + i] != undefined) && (_root.started == true)) && (_root["ball" + i].falling != true)) && (_root.Paused == false)) { line = _root.attachMovie("line", "line" + linedepths, linedepths); line._x = _root["ball" + i]._x; line._y = _root["ball" + i]._y; line.onEnterFrame = function () { if (_root.Paused == false) { if (this.gr._alpha > 0) { this.gr._alpha = this.gr._alpha - 5; this.gr._xscale = this.gr._xscale - 3; this.gr._yscale = this.gr._yscale - 3; } else { this.removeMovieClip(); } } }; if (linedepths < 400) { linedepths++; } else { linedepths = 200; } } i++; } if ((((mins <= 0) && (secs <= 0)) && (msecs <= 8.69565217391304)) && (respawn == true)) { msecs = 0; secs = 0; mins = 0; endGame(); onEnterFrame = undefined; clockrun = false; } if (msecs < 10) { mtext = "0" + Math.floor(msecs); } else { mtext = Math.floor(msecs); } if (secs < 10) { stext = "0" + secs; } else { stext = secs; } timetxt.text = (((mins + ":") + stext) + ".") + mtext; }; Key.addListener(this); pausemenu.resumebtn.onRelease = function () { Pause(false); }; pausemenu.menubtn.onRelease = function () { menu(); }; pausemenu.restartbtn.onRelease = function () { restart(); };
Symbol 40 MovieClip [line] Frame 1
stop();
Symbol 42 MovieClip [sparks] Frame 10
this.removeMovieClip();
Symbol 60 MovieClip Frame 40
stop();
Symbol 74 Button
on (press) { tellTarget (_root) { nextFrame(); }; }
Symbol 75 Button
on (press) { gotoAndStop ("end"); _root.play(); }
Instance of Symbol 50 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (load) { _root.stop(); PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndStop("lastframe"); } } onClipEvent (enterFrame) { PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndPlay("loaded"); } }
Symbol 76 MovieClip Frame 101
play();
Symbol 76 MovieClip Frame 165
stop();
Symbol 82 Button
on (release) { NewgroundsAPI.loadNewgrounds(); }
Symbol 88 Button
on (release) { NewgroundsAPI.loadNewgrounds(); }
Symbol 90 MovieClip Frame 1
function startAd(ngad_url) { trace("opening " + ngad_url); System.security.allowDomain("70.87.128.99"); System.security.allowInsecureDomain("70.87.128.99"); System.security.allowDomain("ads.shizmoo.com"); System.security.allowInsecureDomain("ads.shizmoo.com"); System.security.allowDomain("www.cpmstar.com"); System.security.allowInsecureDomain("www.cpmstar.com"); System.security.allowDomain("server.cpmstar.com"); System.security.allowInsecureDomain("server.cpmstar.com"); var ngads_redirect = new XML(); ngads_redirect.ignoreWhite = true; ngads_redirect.onLoad = function (success) { trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!"); if (success) { ng_ad.loadMovie(ngads_redirect.toString(), "GET"); } }; ngads_redirect.load(ngad_url); } if (NewgroundsAPI.getAdURL()) { startAd(NewgroundsAPI.getAdURL()); } NewgroundsAPI.onAdsApproved = function (ad_url) { startAd(ad_url); }; stop();
Symbol 197 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI { static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format; function NewgroundsAPI () { } static function connectMovie(id) { if (!id) { SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)"); } else if (!tracker_id) { SendMessage("Connecting to API gateway..."); tracker_id = id; host = _url.split("/")[2].toLowerCase(); if (host.length < 1) { host = "localhost"; } var _local2 = new Object(); SendEvent(MOVIE_VIEWS); } } static function setMovieVersion(movie_version) { if (!movie_version) { SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)"); } else { version = movie_version; } } static function debugMode() { debug = true; } static function addCustomEvent(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else if (!stat_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else { custom_events[stat_name] = CUSTOM_STATS + stat_id; SendMessage("Created custom event: " + stat_name); } } static function addCustomLink(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else if (!stat_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else { custom_links[stat_name] = CUSTOM_STATS + stat_id; SendMessage((("Created custom link " + stat_id) + ": ") + stat_name); } } static function loadMySite() { SendLink(AUTHOR_SITE); } static function loadNewgrounds(special) { if (special) { var _local1 = {page:special}; } SendLink(NEWGROUNDS, _local1); } static function logCustomEvent(event_name) { if (!event_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)"); } else if (!custom_events[event_name]) { SendError("Attempted to log undefined custom event: " + event_name); } else { SendEvent(custom_events[event_name]); } } static function loadCustomLink(link_name) { if (!link_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)"); } else if (!custom_links[link_name]) { SendError("Attempted to open undefined custom link: " + link_name); } else { SendLink(custom_links[link_name]); } } static function getAdURL() { return(movie_options.ad_url); } static function getMovieURL() { if (movie_options.movie_url) { return(movie_options.movie_url); } return("Newgrounds.com"); } static function getNewVersionURL() { return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION); } static function SendEvent(id) { SendStat(id, false); } static function SendLink(id, extra) { SendStat(id, true, extra); } static function ReadGatewayData(params) { for (var _local2 in params) { params[_local2] = unescape(params[_local2]); movie_options[_local2] = params[_local2]; } if (params.settings_loaded) { SendMessage("You have successfully connected to the Newgrounds API gateway!"); SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'"); if (movie_options.message) { SendMessage(movie_options.message); } if (movie_options.ad_url) { SendMessage("Your movie has been approved to run Flash Ads"); onAdsApproved(movie_options.ad_url); } if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) { SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!"); onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL()); } if (movie_options.deny_host) { SendMessage("You have blocked 'localHost' in your API settings."); SendMessage("If you wish to test your movie you will need to remove this block."); onDenyHost(host, getMovieURL(), getNewVersionURL()); } if (movie_options.request_portal_url == 1) { var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url); var _local3 = new XML(); _local3.ignoreWhite = true; _local3.load(_local4); } } else if (!movie_options.settings_loaded) { SendError("Could not establish connection to the API gateway."); } } static function SendStat(stat_id, open_in_browser, extra) { if (!tracker_id) { SendError("API calls cannot be made without a valid movie id."); SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?"); } else { var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id; for (var _local9 in extra) { _local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9])); } trace(_local7); if (debug) { _local7 = _local7 + "&debug=1"; } if (open_in_browser) { getURL (_local7, "_blank"); } else { var _local10 = new XML(); _local10.ignoreWhite = true; _local10.onLoad = function (success) { var _local6 = new Object(); var _local3 = 0; while (_local3 < this.firstChild.childNodes.length) { var _local4 = this.firstChild.childNodes[_local3]; var _local5 = _local4.nodeName; var _local2 = _local4.attributes.value; if (_local2 == Number(_local2)) { _local2 = Number(_local2); } _local6[_local5] = _local2; _local3++; } NewgroundsAPI.ReadGatewayData(_local6); }; _local10.load(_local7); } } } static function SendError(msg) { trace("[NEWGROUNDS API ERROR] :: " + msg); } static function SendMessage(msg) { trace("[NEWGROUNDS API] :: " + msg); } static function InitTextFormats() { if (!error_format) { error_format = new TextFormat(); error_format.font = "Arial Black"; error_format.size = 48; error_format.color = 16711680 /* 0xFF0000 */; } if (!header_format) { header_format = new TextFormat(); header_format.font = "Arial Black"; header_format.size = 24; header_format.color = 16777215 /* 0xFFFFFF */; } if (!normal_format) { normal_format = new TextFormat(); normal_format.font = "Arial"; normal_format.bold = true; normal_format.size = 12; normal_format.color = 16777215 /* 0xFFFFFF */; } if (!link_format) { link_format = new TextFormat(); link_format.color = 16776960 /* 0xFFFF00 */; link_format.underline = true; } } static function onNewVersionAvailable(version, movie_url, redirect_url) { InitTextFormats(); var _local2 = new Object(); _local2.x = Stage.width / 2; _local2.y = Stage.height / 2; _root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth()); _root.NGAPI_new_version_overlay.lineStyle(1, 0, 100); _root.NGAPI_new_version_overlay.beginFill(0, 70); _root.NGAPI_new_version_overlay.moveTo(-10, -10); _root.NGAPI_new_version_overlay.lineTo(-10, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, -10); _root.NGAPI_new_version_overlay.lineTo(-10, -10); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.lineStyle(10, 0, 100); _root.NGAPI_new_version_overlay.beginFill(51); _root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000); _root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100); _root.NGAPI_new_version_overlay.exit.beginFill(0, 50); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94); _root.NGAPI_new_version_overlay.exit.onMouseUp = function () { if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) { _root.NGAPI_new_version_overlay.removeMovieClip(); } }; var _local3 = (("Version " + version) + " is now available at:") + newline; var _local5 = _local3.length; _local3 = _local3 + movie_url; var _local4 = _local3.length; _root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = "New Version Available!"; _root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format); _root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40); _root.NGAPI_new_version_overlay.message.text = _local3; _root.NGAPI_new_version_overlay.message.multiline = true; _root.NGAPI_new_version_overlay.message.wordWrap = true; _root.NGAPI_new_version_overlay.message.html = true; _root.NGAPI_new_version_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format); } static function onDenyHost(hostname, movie_url, redirect_url) { InitTextFormats(); _root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var _local2 = ("This movie has not been approved for use on " + hostname) + "."; _local2 = _local2 + "\r\rFor an aproved copy, please visit:\r"; var _local4 = _local2.length; _local2 = _local2 + movie_url; var _local3 = _local2.length; _root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200); _root.NGAPI_deny_host_overlay.error.text = "ERROR!"; _root.NGAPI_deny_host_overlay.error.setTextFormat(error_format); _root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200); _root.NGAPI_deny_host_overlay.message.text = _local2; _root.NGAPI_deny_host_overlay.message.multiline = true; _root.NGAPI_deny_host_overlay.message.wordWrap = true; _root.NGAPI_deny_host_overlay.message.html = true; _root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format); } static function isInstalled() { return(true); } static function onAdsApproved(ad_url) { } static var movie_options = new Object(); static var custom_events = new Object(); static var custom_links = new Object(); static var MOVIE_VIEWS = 1; static var AUTHOR_SITE = 2; static var NEWGROUNDS = 3; static var NEW_VERSION = 4; static var CUSTOM_STATS = 50; static var GATEWAY_URL = "http://www.ngads.com/gateway.php"; }
Symbol 116 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 126
_root.Pause(true);
Symbol 167 MovieClip Frame 165
stop();
Symbol 185 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"playbtn"Frame 4Symbol 103 MovieClip
"modeswtc"Frame 4Symbol 106 MovieClip
"player1"Frame 4Symbol 122 MovieClip
"player4"Frame 4Symbol 122 MovieClip
"player3"Frame 4Symbol 122 MovieClip
"player6"Frame 4Symbol 122 MovieClip
"player2"Frame 4Symbol 122 MovieClip
"player5"Frame 4Symbol 122 MovieClip
"gametuto"Frame 4Symbol 123 EditableText
"arena"Frame 7Symbol 153 MovieClip
"countdown"Frame 7Symbol 167 MovieClip
"tester"Frame 7Symbol 169 MovieClip
"redscore"Frame 7Symbol 170 EditableText
"bluescore"Frame 7Symbol 171 EditableText
"greenscore"Frame 7Symbol 172 EditableText
"yellowscore"Frame 7Symbol 173 EditableText
"pinkscore"Frame 7Symbol 174 EditableText
"purplescore"Frame 7Symbol 175 EditableText
"cover"Frame 7Symbol 177 MovieClip
"wintext"Frame 7Symbol 185 MovieClip
"timetxt"Frame 7Symbol 187 EditableText
"pausemenu"Frame 7Symbol 194 MovieClip
"pressentericon"Frame 7Symbol 196 MovieClip
"playernum"Symbol 16 MovieClip Frame 1Symbol 15 EditableText
"ball"Symbol 17 MovieClip [greenball] Frame 1Symbol 12 MovieClip
"identifier"Symbol 17 MovieClip [greenball] Frame 1Symbol 16 MovieClip
"ball"Symbol 20 MovieClip [redball] Frame 1Symbol 19 MovieClip
"identifier"Symbol 20 MovieClip [redball] Frame 1Symbol 16 MovieClip
"ball"Symbol 23 MovieClip [blueball] Frame 1Symbol 22 MovieClip
"identifier"Symbol 23 MovieClip [blueball] Frame 1Symbol 16 MovieClip
"ball"Symbol 26 MovieClip [yellowball] Frame 1Symbol 25 MovieClip
"identifier"Symbol 26 MovieClip [yellowball] Frame 1Symbol 16 MovieClip
"ball"Symbol 29 MovieClip [purpleball] Frame 1Symbol 28 MovieClip
"identifier"Symbol 29 MovieClip [purpleball] Frame 1Symbol 16 MovieClip
"ball"Symbol 32 MovieClip [pinkball] Frame 1Symbol 31 MovieClip
"identifier"Symbol 32 MovieClip [pinkball] Frame 1Symbol 16 MovieClip
"pnum"Symbol 35 MovieClip [pbar] Frame 1Symbol 34 EditableText
"gr"Symbol 40 MovieClip [line] Frame 1Symbol 39 MovieClip
"ng_ad"Symbol 90 MovieClip Frame 1Symbol 89 MovieClip
"txt"Symbol 105 MovieClip Frame 1Symbol 104 EditableText
"txt"Symbol 106 MovieClip Frame 1Symbol 105 MovieClip
"ball"Symbol 122 MovieClip Frame 1Symbol 19 MovieClip
"playertxt"Symbol 122 MovieClip Frame 1Symbol 108 EditableText
"modex"Symbol 122 MovieClip Frame 1Symbol 116 MovieClip
"ball"Symbol 122 MovieClip Frame 2Symbol 22 MovieClip
"ball"Symbol 122 MovieClip Frame 3Symbol 12 MovieClip
"ball"Symbol 122 MovieClip Frame 4Symbol 25 MovieClip
"ball"Symbol 122 MovieClip Frame 5Symbol 31 MovieClip
"ball"Symbol 122 MovieClip Frame 6Symbol 28 MovieClip
"fill"Symbol 153 MovieClip Frame 1Symbol 151 MovieClip
"resumebtn"Symbol 194 MovieClip Frame 1Symbol 189 MovieClip
"menubtn"Symbol 194 MovieClip Frame 1Symbol 191 MovieClip
"restartbtn"Symbol 194 MovieClip Frame 1Symbol 193 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "zang"
ExportAssets (56)Timeline Frame 1Symbol 2 as "yellowwins"
ExportAssets (56)Timeline Frame 1Symbol 3 as "redwins"
ExportAssets (56)Timeline Frame 1Symbol 4 as "purplewins"
ExportAssets (56)Timeline Frame 1Symbol 5 as "pinkwins"
ExportAssets (56)Timeline Frame 1Symbol 6 as "greenwins"
ExportAssets (56)Timeline Frame 1Symbol 7 as "drawwins"
ExportAssets (56)Timeline Frame 1Symbol 8 as "bluewins"
ExportAssets (56)Timeline Frame 1Symbol 9 as "321"
ExportAssets (56)Timeline Frame 1Symbol 10 as "song"
ExportAssets (56)Timeline Frame 1Symbol 17 as "greenball"
ExportAssets (56)Timeline Frame 1Symbol 20 as "redball"
ExportAssets (56)Timeline Frame 1Symbol 23 as "blueball"
ExportAssets (56)Timeline Frame 1Symbol 26 as "yellowball"
ExportAssets (56)Timeline Frame 1Symbol 29 as "purpleball"
ExportAssets (56)Timeline Frame 1Symbol 32 as "pinkball"
ExportAssets (56)Timeline Frame 1Symbol 35 as "pbar"
ExportAssets (56)Timeline Frame 1Symbol 37 as "supersize"
ExportAssets (56)Timeline Frame 1Symbol 40 as "line"
ExportAssets (56)Timeline Frame 1Symbol 42 as "sparks"
ExportAssets (56)Timeline Frame 1Symbol 197 as "__Packages.NewgroundsAPI"

Labels

"loading"Symbol 76 MovieClip Frame 1
"loaded"Symbol 76 MovieClip Frame 101
"lastframe"Symbol 76 MovieClip Frame 165
"end"Symbol 76 MovieClip Frame 166
"draw"Symbol 185 MovieClip Frame 1
"red"Symbol 185 MovieClip Frame 2
"blue"Symbol 185 MovieClip Frame 3
"green"Symbol 185 MovieClip Frame 4
"yellow"Symbol 185 MovieClip Frame 5
"pink"Symbol 185 MovieClip Frame 6
"purple"Symbol 185 MovieClip Frame 7




http://swfchan.com/10/47245/info.shtml
Created: 2/5 -2019 06:23:47 Last modified: 2/5 -2019 06:23:47 Server time: 15/05 -2024 17:53:05