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

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

347492082.swf

This is the info page for
Flash #13393

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


Text
PLAY!

PLAY!

100%  Complete!

The

Follower

2

Challenge

Challenge

Challenge

Challenge

Challenge

Challenge

Challenge

Challenge

Challenge

Challenge

Instructions

Instructions

Instructions

Instructions

Instructions

Instructions

Instructions

Instructions

Instructions

Instructions

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Survival Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Follow Mode

Music off

Music on

2 Player

2 Player

2 Player

2 Player

2 Player

2 Player

2 Player

2 Player

2 Player

2 Player

Play More Games

100

0

Ouch!, try again?

Menu

Level 1

Very Nice

Level 2

100

0

Level 2

Level 3

100

0

Level 3

Level 4

100

0

Level 5

100

0

Level 6

100

0

Level 7

100

0

Level 8

100

0

Level 9

100

0

Level 10

100

0

You Won!!

Congratulations, you are a challenge master

Try the other modes now!

3

2

1

GO

O No, You've been
destroyed

Name

Your Score

Submit

Score

Name

Click Here to Play

Player 2

Player 1

Player
1 Score

Player
2 Score

Player 1's turn

Final Score

Player1

Player2

Times Up!

Instructions

Challenge:

A classic challenge, collect the green circles, do not
touch the purple squares. Follower follows mouse.
Also, do not touch the outer redish ring. your health will
go down. If your health equals 0, you start again

Survival:

A massive amount of green balls fall from the sky.
Can you get a high score? Collect the green balls
try not to hit the squares. Follower follows mouse.

Follow:

You are the Follower! Follow the mouse and see
how hard it is to be the follower. Touch the mouse that
is there to get points. Control with arrow keys.

2 player:

2 player following! second player follows the mouse
player 1 controls. Then it switches. Player 2 controls
with arrows, player 1 with WASD keys. Touch the mouse
to get points.

ActionScript [AS1/AS2]

Frame 1
countDown = function () { displayTime1--; if (displayTime1 == 0) { gotoAndStop (64); } }; timer = setInterval(countDown, 1000); countDown = function () { displayTime2--; if (displayTime2 == 0) { gotoAndStop (66); } }; timer = setInterval(countDown, 1000); countDown = function () { displayTime3--; if (displayTime3 == 0) { gotoAndStop (69); } }; timer = setInterval(countDown, 1000); function doSomething() { } function doSomething2() { getURL ("http://www.Maxgames.com", _blank); } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned2 = new ContextMenuItem("Visit MaxGames.com", doSomething2); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU; stop();
Frame 2
stop();
Instance of Symbol 99 MovieClip in Frame 2
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Frame 3
stop(); score = 0; health = 100;
Instance of Symbol 103 MovieClip "mousef" in Frame 3
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 4) { _root.gotoAndPlay(5); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 115 MovieClip "ball1" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball2" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball4" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball3" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(4); } }
Frame 4
stop();
Frame 5
stop();
Frame 6
stop(); score = 4;
Instance of Symbol 103 MovieClip "mousef" in Frame 6
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 8) { _root.gotoAndPlay(8); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(7); } }
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(7); } }
Instance of Symbol 115 MovieClip "ball5" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball7" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball6" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball8" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(7); } }
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(7); } }
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(7); } }
Frame 7
stop();
Frame 8
stop();
Frame 9
stop(); score = 8;
Instance of Symbol 103 MovieClip "mousef" in Frame 9
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 14) { _root.gotoAndPlay(11); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(10); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 115 MovieClip "ball13" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball14" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball11" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball10" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball16" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball17" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Frame 10
stop();
Frame 11
stop();
Frame 12
stop(); score = 14;
Instance of Symbol 103 MovieClip "mousef" in Frame 12
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 22) { _root.gotoAndPlay(14); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > 305) { _y = 74.3; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _x = (_x + 10); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _x = (_x + 10); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _x = (_x + 10); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _x = (_x + 10); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(13); } } onClipEvent (enterFrame) { _x = (_x + 10); if (_x > 420) { _x = 110; } }
Instance of Symbol 115 MovieClip "ball18" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball22" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball24" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball25" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball20" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball19" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball23" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball21" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Frame 13
stop();
Frame 14
stop();
Frame 15
stop(); score = 22;
Instance of Symbol 103 MovieClip "mousef" in Frame 15
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 30) { _root.gotoAndPlay(17); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(16); } } onClipEvent (enterFrame) { _x = (_x + 15); if (_x > 420) { _x = 110; } }
Instance of Symbol 115 MovieClip "ball22" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball23" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball24" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball25" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball26" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball27" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball28" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball29" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Frame 16
stop();
Frame 17
stop();
Frame 18
stop(); score = 30;
Instance of Symbol 103 MovieClip "mousef" in Frame 18
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 40) { _root.gotoAndPlay(20); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } } onClipEvent (enterFrame) { _x = (_x + 20); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } } onClipEvent (enterFrame) { _x = (_x + 20); if (_x > 420) { _x = 110; } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } } onClipEvent (enterFrame) { _x = (_x - 20); if (_x < 70) { _x = 306.3; } }
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(19); } } onClipEvent (enterFrame) { _x = (_x - 20); if (_x < 70) { _x = 306.3; } }
Instance of Symbol 115 MovieClip "ball33" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball34" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball35" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball36" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball37" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball38" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball40" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball41" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball43" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball44" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Frame 19
stop();
Frame 20
stop();
Frame 21
stop(); score = 40;
Instance of Symbol 103 MovieClip "mousef" in Frame 21
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 45) { _root.gotoAndPlay(23); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } } onClipEvent (enterFrame) { _x = (_x + 15); _y = (_y - 15); } onClipEvent (enterFrame) { if (_y < 76) { _x = 64; _y = 207.9; } }
Instance of Symbol 115 MovieClip "ball46" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball47" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 115 MovieClip "ball48" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 115 MovieClip "ball49" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball50" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(22); } }
Frame 22
stop();
Frame 23
stop();
Frame 24
stop(); score = 45;
Instance of Symbol 103 MovieClip "mousef" in Frame 24
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 55) { _root.gotoAndPlay(26); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 115 MovieClip "ball51" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball52" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball55" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball53" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball54" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 115 MovieClip "ball56" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball57" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball58" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(25); } }
Instance of Symbol 115 MovieClip "ball59" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball60" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Frame 25
stop();
Frame 26
stop();
Frame 27
stop(); score = 55;
Instance of Symbol 103 MovieClip "mousef" in Frame 27
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 65) { _root.gotoAndPlay(29); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 115 MovieClip "ball61" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball62" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball63" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 115 MovieClip "ball64" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball65" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball66" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball67" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Instance of Symbol 115 MovieClip "ball68" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball69" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball70" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(28); } }
Frame 28
stop();
Frame 29
stop();
Frame 30
stop(); score = 65;
Instance of Symbol 103 MovieClip "mousef" in Frame 30
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 70) { _root.gotoAndPlay(32); } if (this.hitTest(_level0.wall)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall2)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall3)) { _level0.health = _level0.health - 1; } if (this.hitTest(_level0.wall4)) { _level0.health = _level0.health - 1; } } onClipEvent (enterFrame) { if (_root.health == 0) { _root.gotoAndPlay(4); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 115 MovieClip "ball71" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } } onClipEvent (enterFrame) { _x = (_x - 20); if (_x < 101) { _x = 166.4; } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 115 MovieClip "ball72" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball73" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball74" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 115 MovieClip "ball75" in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { this.gotoAndStop(2); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { _root.gotoAndPlay(31); } }
Frame 31
stop();
Frame 32
stop();
Instance of Symbol 103 MovieClip "mousef" in Frame 33
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; }
Instance of Symbol 103 MovieClip "mousef" in Frame 40
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; }
Instance of Symbol 103 MovieClip "mousef" in Frame 47
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; }
Instance of Symbol 103 MovieClip "mousef" in Frame 58
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } onClipEvent (enterFrame) { if (_root.score == 100) { _root.gotoAndStop(18); } }
Frame 59
_root.ballsDuplicated = 0; onEnterFrame = function () { duplicateMovieClip (_root.ball, "ball" + _root.ballsDuplicated, _root.ballsDuplicated); if (_root.ballsDuplicated > 100) { _root.ballsDuplicated = 0; } }; score = 0; stop();
Instance of Symbol 103 MovieClip "mousef" in Frame 59
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 4); _root.xMove = Math.round(_root.xChange / 4); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; }
Instance of Symbol 115 MovieClip "ball" in Frame 59
onClipEvent (load) { _root.ballsDuplicated = _root.ballsDuplicated + 1; _x = random(Stage.width); _y = (-_height); } onClipEvent (enterFrame) { _y = (_y + 10); if (_y > (Stage.height + _height)) { removeMovieClip(this); } } onClipEvent (enterFrame) { if (this.hitTest(_level0.mousef)) { _level0.score = _level0.score + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_parent.mousef)) { gotoAndStop (2); } }
Instance of Symbol 117 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.mousef)) { _root.gotoAndStop(60); } } onClipEvent (load) { _root.squareesDuplicated = _root.squareesDuplicated + 1; _x = random(Stage.width); _y = (-_height); } onClipEvent (enterFrame) { _y = (_y + 25); if (_y > (Stage.height + _height)) { removeMovieClip(this); } } onClipEvent (enterFrame) { if (_y > 550) { _x = random(Stage.width); _y = (-_height); } }
Instance of Symbol 117 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.mousef)) { _root.gotoAndStop(60); } } onClipEvent (load) { _root.squareesDuplicated = _root.squareesDuplicated + 1; _x = random(Stage.width); _y = (-_height); } onClipEvent (enterFrame) { _y = (_y + 30); if (_y > (Stage.height + _height)) { removeMovieClip(this); } } onClipEvent (enterFrame) { if (_y > 550) { _x = random(Stage.width); _y = (-_height); } }
Instance of Symbol 117 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.mousef)) { _root.gotoAndStop(60); } } onClipEvent (load) { _root.squareesDuplicated = _root.squareesDuplicated + 1; _x = random(Stage.width); _y = (-_height); } onClipEvent (enterFrame) { _y = (_y + 40); if (_y > (Stage.height + _height)) { removeMovieClip(this); } } onClipEvent (enterFrame) { if (_y > 550) { _x = random(Stage.width); _y = (-_height); } }
Instance of Symbol 117 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.mousef)) { _root.gotoAndStop(60); } } onClipEvent (load) { _root.squareesDuplicated = _root.squareesDuplicated + 1; _x = random(Stage.width); _y = (-_height); } onClipEvent (enterFrame) { _y = (_y + 30); if (_y > (Stage.height + _height)) { removeMovieClip(this); } } onClipEvent (enterFrame) { if (_y > 550) { _x = random(Stage.width); _y = (-_height); } }
Frame 60
stop(); Name = new Array("Name Here");
Frame 61
stop();
Frame 62
p1score = 0; p2score = 0; displayTime = 30; stop();
Frame 63
p1score = 0; p2score = 0; displayTime1 = 30; stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 63
onClipEvent (load) { moveSpeed = 13; } onClipEvent (enterFrame) { if (Key.isDown(68) and (this._x < (550 - this._width))) { this._x = this._x + moveSpeed; } else if (Key.isDown(65) and (this._x > (0 + this._width))) { this._x = this._x - moveSpeed; } if (Key.isDown(83) and (this._y < (400 - this._height))) { this._y = this._y + moveSpeed; } else if (Key.isDown(87) and (this._y > (0 + this._height))) { this._y = this._y - moveSpeed; } }
Instance of Symbol 199 MovieClip "follower" in Frame 63
onClipEvent (enterFrame) { _y = (_y + (acelerar * Math.sin(_rotation / 57.3))); _x = (_x + (acelerar * Math.cos(_rotation / 57.3))); acelerar = acelerar * 0.8; } onClipEvent (enterFrame) { if (Key.isDown(38)) { acelerar = 20; } else { acelerar = 0; } } onClipEvent (enterFrame) { if (Key.isDown(40)) { acelerar = -20; } } onClipEvent (enterFrame) { if (Key.isDown(37)) { _rotation = (_rotation - 20); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 20); } } onClipEvent (enterFrame) { if (this.hitTest(_level0.mouse)) { _level0.p2score = _level0.p2score + 1; } }
Frame 64
p1score = 0; displayTime = 30; stop();
Frame 65
stop(); p1score = 0; displayTime2 = 30; stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 65
onClipEvent (load) { moveSpeed = 13; } onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < (550 - this._width))) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) and (this._x > (0 + this._width))) { this._x = this._x - moveSpeed; } if (Key.isDown(40) and (this._y < (400 - this._height))) { this._y = this._y + moveSpeed; } else if (Key.isDown(38) and (this._y > (0 + this._height))) { this._y = this._y - moveSpeed; } }
Instance of Symbol 199 MovieClip "follower" in Frame 65
onClipEvent (enterFrame) { _y = (_y + (acelerar * Math.sin(_rotation / 57.3))); _x = (_x + (acelerar * Math.cos(_rotation / 57.3))); acelerar = acelerar * 0.8; } onClipEvent (enterFrame) { if (Key.isDown(87)) { acelerar = 20; } else { acelerar = 0; } } onClipEvent (enterFrame) { if (Key.isDown(83)) { acelerar = -20; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _rotation = (_rotation - 20); } } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 20); } } onClipEvent (enterFrame) { if (this.hitTest(_level0.mouse)) { _level0.p1score = _level0.p1score + 1; } }
Frame 66
stop();
Frame 67
stop();
Frame 68
function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 540; height = 380; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 10) + 13; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; fscore = 0; displayTime3 = 30; stop();
Instance of Symbol 197 MovieClip "mouseq" in Frame 68
onClipEvent (enterFrame) { move(); }
Instance of Symbol 199 MovieClip "follower" in Frame 68
onClipEvent (enterFrame) { _y = (_y + (acelerar * Math.sin(_rotation / 57.3))); _x = (_x + (acelerar * Math.cos(_rotation / 57.3))); acelerar = acelerar * 0.8; } onClipEvent (enterFrame) { if (Key.isDown(38)) { acelerar = 20; } else { acelerar = 0; } } onClipEvent (enterFrame) { if (Key.isDown(40)) { acelerar = -20; } } onClipEvent (enterFrame) { if (Key.isDown(37)) { _rotation = (_rotation - 20); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 20); } } onClipEvent (enterFrame) { if (this.hitTest(_level0.mouseq)) { _level0.fscore = _level0.fscore + 1; } }
Frame 69
stop(); Name1 = new Array("Name Here");
Frame 70
stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 609; __top10_send__.kid = "UHKONI"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } };
Frame 71
stop();
Frame 72
stop();
Frame 73
stop();
Frame 74
stop();
Frame 172
_root.gotoAndPlay("menu");
Symbol 10 Button
on (release) { getURL ("http://www.maxgames.com/", "_blank"); }
Symbol 15 Button
on (release) { _root.gotoAndPlay("intro"); }
Symbol 19 MovieClip Frame 1
stopAllSounds(); _root.stop();
Symbol 19 MovieClip Frame 3
lBytes = _root.getBytesLoaded(); tBytes = _root.getBytesTotal(); percentLoaded = Math.floor((lBytes / tBytes) * 100); loader.bar._xscale = percentLoaded; loader.percent.text = ((percentLoaded + "% of ") + Math.floor(tBytes / 1024)) + "K loaded."; if ((lBytes >= tBytes) && (tBytes > 0)) { if (count >= 2) { gotoAndStop ("main"); } else { count++; gotoAndPlay ("preload"); } } else { gotoAndPlay ("preload"); }
Symbol 19 MovieClip Frame 4
stop();
Symbol 22 MovieClip Frame 5
stop();
Symbol 24 MovieClip Frame 10
stop();
Symbol 27 MovieClip Frame 15
stop();
Symbol 40 Button
on (press) { _root.gotoAndStop(3); }
Symbol 41 MovieClip Frame 24
stop();
Symbol 52 Button
on (press) { _root.gotoAndStop(71); }
Symbol 53 MovieClip Frame 39
stop();
Symbol 64 Button
on (press) { _root.gotoAndPlay(33); }
Symbol 65 MovieClip Frame 28
stop();
Symbol 76 Button
on (press) { _root.gotoAndStop(67); }
Symbol 77 MovieClip Frame 30
stop();
Symbol 80 Button
on (release) { gotoAndStop (2); }
Symbol 83 Button
on (press) { gotoAndStop (1); }
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stopAllSounds(); stop();
Symbol 95 Button
on (press) { _root.gotoAndPlay(62); }
Symbol 96 MovieClip Frame 35
stop();
Symbol 98 Button
on (release) { getURL ("http://www.maxgames.com/", "_blank"); }
Symbol 101 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 122 Button
on (press) { gotoAndStop (2); }
Symbol 124 Button
on (press) { gotoAndStop (3); }
Symbol 127 Button
on (press) { gotoAndPlay (6); }
Symbol 131 Button
on (press) { gotoAndStop (6); }
Symbol 133 Button
on (press) { gotoAndStop (9); }
Symbol 138 Button
on (press) { gotoAndStop (9); }
Symbol 140 Button
on (press) { gotoAndStop (12); }
Symbol 144 Button
on (press) { gotoAndStop (15); }
Symbol 148 Button
on (press) { gotoAndStop (18); }
Symbol 152 Button
on (press) { gotoAndStop (21); }
Symbol 156 Button
on (press) { gotoAndStop (24); }
Symbol 160 Button
on (press) { gotoAndStop (27); }
Symbol 165 Button
on (press) { gotoAndPlay (30); }
Symbol 182 Button
on (release, keyPress "<Enter>") { player = SharedObject.getLocal("player_profile"); i = 1; while (i < 6) { if (player.data["score" + i] == undefined) { player.data["score" + i] = 0; player.flush(); } if (player.data["name" + i] == undefined) { player.data["name" + i] = ""; player.flush(); } i++; } i = 1; while (i < 6) { if (_root.score >= player.data["score" + i]) { n = 6; while (n > i) { player.data["score" + n] = player.data["score" + (n - 1)]; player.data["name" + n] = player.data["name" + (n - 1)]; player.flush(); n--; } player.data["score" + i] = score; player.data["name" + i] = name; player.flush(); break; } i++; } i = 1; while (i < 6) { _root["score" + i] = player.data["score" + i]; _root["name" + i] = player.data["name" + i]; i++; } _root.gotoAndStop("done"); }
Symbol 206 Button
on (release) { gotoAndPlay (63); }
Symbol 217 Button
on (release) { gotoAndPlay (65); }
Symbol 229 Button
on (release) { gotoAndPlay (68); }
Symbol 240 Button
on (press) { gotoAndPlay (72); }
Symbol 243 Button
on (press) { gotoAndPlay (73); }
Symbol 246 Button
on (press) { _root.gotoAndPlay(_root._currentframe - 1); }
Symbol 249 Button
on (press) { gotoAndPlay (74); }
Symbol 255 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 258 MovieClip Frame 29
stop();
Symbol 272 MovieClip Frame 14
stop();

Library Items

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

Instance Names

"mousef"Frame 3Symbol 103 MovieClip
"wall2"Frame 3Symbol 105 MovieClip
"wall"Frame 3Symbol 107 MovieClip
"wall4"Frame 3Symbol 109 MovieClip
"wall3"Frame 3Symbol 111 MovieClip
"health"Frame 3Symbol 112 EditableText
"score"Frame 3Symbol 113 EditableText
"ball1"Frame 3Symbol 115 MovieClip
"ball2"Frame 3Symbol 115 MovieClip
"ball4"Frame 3Symbol 115 MovieClip
"ball3"Frame 3Symbol 115 MovieClip
"mousef"Frame 6Symbol 103 MovieClip
"wall2"Frame 6Symbol 105 MovieClip
"wall"Frame 6Symbol 107 MovieClip
"wall4"Frame 6Symbol 109 MovieClip
"wall3"Frame 6Symbol 111 MovieClip
"health"Frame 6Symbol 128 EditableText
"score"Frame 6Symbol 129 EditableText
"ball5"Frame 6Symbol 115 MovieClip
"ball7"Frame 6Symbol 115 MovieClip
"ball6"Frame 6Symbol 115 MovieClip
"ball8"Frame 6Symbol 115 MovieClip
"mousef"Frame 9Symbol 103 MovieClip
"wall2"Frame 9Symbol 105 MovieClip
"wall"Frame 9Symbol 107 MovieClip
"wall4"Frame 9Symbol 109 MovieClip
"wall3"Frame 9Symbol 111 MovieClip
"health"Frame 9Symbol 134 EditableText
"score"Frame 9Symbol 135 EditableText
"ball13"Frame 9Symbol 115 MovieClip
"ball14"Frame 9Symbol 115 MovieClip
"ball11"Frame 9Symbol 115 MovieClip
"ball10"Frame 9Symbol 115 MovieClip
"ball16"Frame 9Symbol 115 MovieClip
"ball17"Frame 9Symbol 115 MovieClip
"mousef"Frame 12Symbol 103 MovieClip
"wall2"Frame 12Symbol 105 MovieClip
"wall"Frame 12Symbol 107 MovieClip
"wall4"Frame 12Symbol 109 MovieClip
"wall3"Frame 12Symbol 111 MovieClip
"health"Frame 12Symbol 141 EditableText
"score"Frame 12Symbol 142 EditableText
"ball18"Frame 12Symbol 115 MovieClip
"ball22"Frame 12Symbol 115 MovieClip
"ball24"Frame 12Symbol 115 MovieClip
"ball25"Frame 12Symbol 115 MovieClip
"ball20"Frame 12Symbol 115 MovieClip
"ball19"Frame 12Symbol 115 MovieClip
"ball23"Frame 12Symbol 115 MovieClip
"ball21"Frame 12Symbol 115 MovieClip
"mousef"Frame 15Symbol 103 MovieClip
"wall2"Frame 15Symbol 105 MovieClip
"wall"Frame 15Symbol 107 MovieClip
"wall4"Frame 15Symbol 109 MovieClip
"wall3"Frame 15Symbol 111 MovieClip
"health"Frame 15Symbol 145 EditableText
"score"Frame 15Symbol 146 EditableText
"ball22"Frame 15Symbol 115 MovieClip
"ball23"Frame 15Symbol 115 MovieClip
"ball24"Frame 15Symbol 115 MovieClip
"ball25"Frame 15Symbol 115 MovieClip
"ball26"Frame 15Symbol 115 MovieClip
"ball27"Frame 15Symbol 115 MovieClip
"ball28"Frame 15Symbol 115 MovieClip
"ball29"Frame 15Symbol 115 MovieClip
"mousef"Frame 18Symbol 103 MovieClip
"wall2"Frame 18Symbol 105 MovieClip
"wall"Frame 18Symbol 107 MovieClip
"wall4"Frame 18Symbol 109 MovieClip
"wall3"Frame 18Symbol 111 MovieClip
"health"Frame 18Symbol 149 EditableText
"score"Frame 18Symbol 150 EditableText
"ball33"Frame 18Symbol 115 MovieClip
"ball34"Frame 18Symbol 115 MovieClip
"ball35"Frame 18Symbol 115 MovieClip
"ball36"Frame 18Symbol 115 MovieClip
"ball37"Frame 18Symbol 115 MovieClip
"ball38"Frame 18Symbol 115 MovieClip
"ball40"Frame 18Symbol 115 MovieClip
"ball41"Frame 18Symbol 115 MovieClip
"ball43"Frame 18Symbol 115 MovieClip
"ball44"Frame 18Symbol 115 MovieClip
"mousef"Frame 21Symbol 103 MovieClip
"wall2"Frame 21Symbol 105 MovieClip
"wall"Frame 21Symbol 107 MovieClip
"wall4"Frame 21Symbol 109 MovieClip
"wall3"Frame 21Symbol 111 MovieClip
"health"Frame 21Symbol 153 EditableText
"score"Frame 21Symbol 154 EditableText
"ball46"Frame 21Symbol 115 MovieClip
"ball47"Frame 21Symbol 115 MovieClip
"ball48"Frame 21Symbol 115 MovieClip
"ball49"Frame 21Symbol 115 MovieClip
"ball50"Frame 21Symbol 115 MovieClip
"mousef"Frame 24Symbol 103 MovieClip
"wall2"Frame 24Symbol 105 MovieClip
"wall"Frame 24Symbol 107 MovieClip
"wall4"Frame 24Symbol 109 MovieClip
"wall3"Frame 24Symbol 111 MovieClip
"health"Frame 24Symbol 157 EditableText
"score"Frame 24Symbol 158 EditableText
"ball51"Frame 24Symbol 115 MovieClip
"ball52"Frame 24Symbol 115 MovieClip
"ball55"Frame 24Symbol 115 MovieClip
"ball53"Frame 24Symbol 115 MovieClip
"ball54"Frame 24Symbol 115 MovieClip
"ball56"Frame 24Symbol 115 MovieClip
"ball57"Frame 24Symbol 115 MovieClip
"ball58"Frame 24Symbol 115 MovieClip
"ball59"Frame 24Symbol 115 MovieClip
"ball60"Frame 24Symbol 115 MovieClip
"mousef"Frame 27Symbol 103 MovieClip
"wall2"Frame 27Symbol 105 MovieClip
"wall"Frame 27Symbol 107 MovieClip
"wall4"Frame 27Symbol 109 MovieClip
"wall3"Frame 27Symbol 111 MovieClip
"health"Frame 27Symbol 161 EditableText
"score"Frame 27Symbol 162 EditableText
"ball61"Frame 27Symbol 115 MovieClip
"ball62"Frame 27Symbol 115 MovieClip
"ball63"Frame 27Symbol 115 MovieClip
"ball64"Frame 27Symbol 115 MovieClip
"ball65"Frame 27Symbol 115 MovieClip
"ball66"Frame 27Symbol 115 MovieClip
"ball67"Frame 27Symbol 115 MovieClip
"ball68"Frame 27Symbol 115 MovieClip
"ball69"Frame 27Symbol 115 MovieClip
"ball70"Frame 27Symbol 115 MovieClip
"mousef"Frame 30Symbol 103 MovieClip
"wall2"Frame 30Symbol 105 MovieClip
"wall"Frame 30Symbol 107 MovieClip
"wall4"Frame 30Symbol 109 MovieClip
"wall3"Frame 30Symbol 111 MovieClip
"health"Frame 30Symbol 166 EditableText
"score"Frame 30Symbol 167 EditableText
"ball71"Frame 30Symbol 115 MovieClip
"ball72"Frame 30Symbol 115 MovieClip
"ball73"Frame 30Symbol 115 MovieClip
"ball74"Frame 30Symbol 115 MovieClip
"ball75"Frame 30Symbol 115 MovieClip
"mousef"Frame 33Symbol 103 MovieClip
"mousef"Frame 40Symbol 103 MovieClip
"mousef"Frame 47Symbol 103 MovieClip
"mousef"Frame 58Symbol 103 MovieClip
"mousef"Frame 59Symbol 103 MovieClip
"score"Frame 59Symbol 175 EditableText
"ball"Frame 59Symbol 115 MovieClip
"mouse"Frame 62Symbol 197 MovieClip
"follower"Frame 62Symbol 199 MovieClip
"p1score"Frame 62Symbol 201 EditableText
"p2score"Frame 62Symbol 202 EditableText
"mouse"Frame 63Symbol 197 MovieClip
"follower"Frame 63Symbol 199 MovieClip
"p1score"Frame 63Symbol 211 EditableText
"p2score"Frame 63Symbol 212 EditableText
"mouse"Frame 64Symbol 197 MovieClip
"follower"Frame 64Symbol 199 MovieClip
"p1score"Frame 64Symbol 214 EditableText
"p2score"Frame 64Symbol 215 EditableText
"mouse"Frame 65Symbol 197 MovieClip
"follower"Frame 65Symbol 199 MovieClip
"p1score"Frame 65Symbol 219 EditableText
"p2score"Frame 65Symbol 220 EditableText
"p1score"Frame 66Symbol 222 EditableText
"p2score"Frame 66Symbol 223 EditableText
"mouseq"Frame 67Symbol 197 MovieClip
"follower"Frame 67Symbol 199 MovieClip
"mouseq"Frame 68Symbol 197 MovieClip
"follower"Frame 68Symbol 199 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 4 MovieClip
"percent"Symbol 8 MovieClip Frame 1Symbol 7 EditableText
"loader"Symbol 19 MovieClip Frame 1Symbol 8 MovieClip
"percent"Symbol 19 MovieClip Frame 4Symbol 18 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"menu"Frame 2
"done"Frame 61
"intro"Frame 75
"preload"Symbol 19 MovieClip Frame 2
"main"Symbol 19 MovieClip Frame 4

Dynamic Text Variables

healthSymbol 112 EditableText"100"
scoreSymbol 113 EditableText"0"
healthSymbol 128 EditableText"100"
scoreSymbol 129 EditableText"0"
healthSymbol 134 EditableText"100"
scoreSymbol 135 EditableText"0"
healthSymbol 141 EditableText"100"
scoreSymbol 142 EditableText"0"
healthSymbol 145 EditableText"100"
scoreSymbol 146 EditableText"0"
healthSymbol 149 EditableText"100"
scoreSymbol 150 EditableText"0"
healthSymbol 153 EditableText"100"
scoreSymbol 154 EditableText"0"
healthSymbol 157 EditableText"100"
scoreSymbol 158 EditableText"0"
healthSymbol 161 EditableText"100"
scoreSymbol 162 EditableText"0"
healthSymbol 166 EditableText"100"
scoreSymbol 167 EditableText"0"
scoreSymbol 175 EditableText""
scoreSymbol 176 EditableText""
nameSymbol 179 EditableText""
name1Symbol 184 EditableText""
name2Symbol 185 EditableText""
name3Symbol 186 EditableText""
name4Symbol 187 EditableText""
name5Symbol 188 EditableText""
score1Symbol 189 EditableText""
score2Symbol 190 EditableText""
score3Symbol 191 EditableText""
score4Symbol 192 EditableText""
score5Symbol 193 EditableText""
p1scoreSymbol 201 EditableText""
p2scoreSymbol 202 EditableText""
p1scoreSymbol 211 EditableText""
p2scoreSymbol 212 EditableText""
displayTime1Symbol 213 EditableText""
p1scoreSymbol 214 EditableText""
p2scoreSymbol 215 EditableText""
p1scoreSymbol 219 EditableText""
p2scoreSymbol 220 EditableText""
displayTime2Symbol 221 EditableText""
p1scoreSymbol 222 EditableText""
p2scoreSymbol 223 EditableText""
fscoreSymbol 227 EditableText""
displayTime3Symbol 228 EditableText""
fscoreSymbol 230 EditableText""
displayTime3Symbol 231 EditableText""
fscoreSymbol 233 EditableText""




http://swfchan.com/3/13393/info.shtml
Created: 4/6 -2019 20:44:13 Last modified: 4/6 -2019 20:44:13 Server time: 03/05 -2024 06:10:36