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

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

Distopix - cool online game where you avoid falling boxes.swf

This is the info page for
Flash #90669

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


Text
<p align="left"><font face="Subway Ticker" size="50" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>Distopix</b></font></p>

loading

<p align="left"></p>

<p align="left"><font face="Subway Ticker" size="30" color="#ffffff" letterSpacing="0.000000" kerning="1">%</font></p>

loading.

<p align="left"></p>

<p align="left"><font face="Subway Ticker" size="30" color="#ffffff" letterSpacing="0.000000" kerning="1">%</font></p>

loading..

<p align="left"></p>

<p align="left"><font face="Subway Ticker" size="30" color="#ffffff" letterSpacing="0.000000" kerning="1">%</font></p>

loading...

<p align="left"></p>

<p align="left"><font face="Subway Ticker" size="30" color="#ffffff" letterSpacing="0.000000" kerning="1">%</font></p>

OFF

OFF

OFF

ON

ON

> start

> start

> start

<p align="left"><font face="calibri" size="10" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://incompetech.com/" target = "_blank">music from: incompetech.com</a></font></p>

v1.3k

Thanks for playing!
This is an experimental game.
Please, leave your feedback on the comments.

Health:

Time:

Score:

Time:

Score:

Health:

<p align="left"></p>

<p align="left"></p>

Dodge!

BOSS TIME!

Time:
Lives:
Final Score:

Main Menu

Main Menu

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

(x150 bonus)

GAME OVER

CONGRATULATIONS

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

ActionScript [AS1/AS2]

Frame 1
var gfx = 0; var jch = 1; var mutedd = 0; function deadClick() { } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var brnotice = new ContextMenuItem(" .. Distopix ..", deadClick); var hqa = new ContextMenuItem("- HCOOH -", deadClick); hqa.separatorBefore = true; myMenu.customItems.push(brnotice, hqa); _root.menu = myMenu;
Instance of Symbol 29 MovieClip in Frame 1
onClipEvent (load) { total = _parent.getBytesTotal(); _root.stop(); } onClipEvent (enterFrame) { loaded = _parent.getBytesLoaded(); _root.pct = Math.floor((loaded / total) * 100); if (_root.pct == 100) { _root.gotoAndPlay(2); } }
Frame 2
stop(); jch = 0; _root.kongregateServices.connect();
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.mutedd == 1) { tellTarget ("../music") { stopAllSounds(); }; } }
Frame 3
var lives = 5; var pongl = 2; var redch = 1; var greench = 1; var elapsedTime = 0; var timee = 0; var timeround = 0; _root.startTime = getTimer(); var timing = 1; var score = 0; var wonnn = 1;
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) { gotoAndPlay(_root.lives); }
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) { gotoAndPlay(_root.lives); }
Frame 35
stop();
Instance of Symbol 67 MovieClip in Frame 35
onClipEvent (enterFrame) { gotoAndPlay(_root.lives); }
Instance of Symbol 67 MovieClip in Frame 35
onClipEvent (enterFrame) { gotoAndPlay(_root.lives); }
Instance of Symbol 105 MovieClip in Frame 35
onClipEvent (enterFrame) { if (_root.lives == 0) { _root.gotoAndStop("over"); } if (_root.pongl == 0) { _root.gotoAndStop("over"); } }
Frame 36
if (_root.lives == 0) { score = score; } else if (timeround >= 110) { score = score + (150 * lives); } else { score = ((score + (150 * lives)) + 3300) - (30 * timeround); } _root.kongregateServices.connect(); _root.kongregateScores.setMode("Lives"); _root.kongregateScores.submit(lives); _root.kongregateScores.setMode("Score"); _root.kongregateScores.submit(score); _root.kongregateScores.setMode("High Time"); _root.kongregateScores.submit(timeround); if (_root.lives == 0) { } else { _root.kongregateStats.submit("Lower Time", timeround); _root.kongregateStats.submit("Won", wonnn); } stop();
Instance of Symbol 121 MovieClip in Frame 36
onClipEvent (enterFrame) { if (_root.lives >= 0) { gotoAndStop (2); } else { gotoAndStop (1); } }
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 14 MovieClip Frame 4
gotoAndPlay (3);
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = random(415) + 5; this._y = random(400) - 400; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if ((this._y >= 339) && (_root.jch == 1)) { this._x = random(415) + 5; this._y = random(200) - 200; speed = 3; } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Symbol 37 Button
on (release) { tellTarget ("../music") { stopAllSounds(); }; } on (release) { nextFrame(); _root.mutedd = 1; }
Symbol 41 Button
on (release) { tellTarget ("../music") { nextFrame(); }; } on (release) { prevFrame(); _root.mutedd = 0; }
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 2
stop(); gotoAndStop (1);
Symbol 44 MovieClip Frame 3
stop(); gotoAndPlay (1);
Symbol 52 Button
on (release) { gotoAndPlay ("play"); }
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 3
stop();
Symbol 67 MovieClip Frame 4
stop();
Symbol 67 MovieClip Frame 5
stop();
Symbol 69 MovieClip Frame 1
if (_root.timing == 1) { _root.elapsedTime = getTimer() - _root.startTime; _root.timee = _root.elapsedTime / 1000; _root.timeround = Math.round(_root.elapsedTime / 1000); }
Symbol 84 MovieClip Frame 2
gotoAndPlay (1);
Symbol 84 MovieClip Frame 4
gotoAndPlay (3);
Symbol 96 MovieClip Frame 2
gotoAndPlay (1);
Symbol 96 MovieClip Frame 4
gotoAndPlay (3);
Instance of Symbol 84 MovieClip "hero" in Symbol 99 MovieClip Frame 1
onClipEvent (load) { speed = 1; maxmove = 100; dir = "right"; this._x = xvar; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { speed = speed * 0.7; this._x = this._x + speed; xvar = this._x; if ((speed > -1) && (speed < 1)) { speed = 0; } if (_alpha < 100) { _alpha = (_alpha + 1.5); } if (_alpha > 100) { _alpha = 100; } if (this._x > 23) { if (Key.isDown(37) or Key.isDown(38)) { if (speed > (-maxmove)) { speed--; speed--; speed--; } dir = "left"; } } if (this._x < 274) { if (Key.isDown(39) or Key.isDown(40)) { if (speed < maxmove) { speed++; speed++; speed++; } dir = "right"; } } }
Instance of Symbol 14 MovieClip "red" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redu" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redtt" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redio" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redy" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redj" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redd" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if ((_root.redch == 1) && (_root.grach == 1)) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redx" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 14 MovieClip "redq" in Symbol 99 MovieClip Frame 2
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; _root.score = _root.score + 5; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } else { this._x = 500; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.redch == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 88 MovieClip "ger" in Symbol 99 MovieClip Frame 6
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; _root.score = _root.score + 7; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 88 MovieClip "gerio" in Symbol 99 MovieClip Frame 6
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; _root.score = _root.score + 7; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 88 MovieClip "gerw" in Symbol 99 MovieClip Frame 6
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; _root.score = _root.score + 7; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 88 MovieClip "geru" in Symbol 99 MovieClip Frame 6
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; _root.score = _root.score + 7; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Instance of Symbol 88 MovieClip "gerk" in Symbol 99 MovieClip Frame 6
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speed; if (this._y >= 230) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; _root.score = _root.score + 7; } } if (_root.dist == 0) { if (this.hitbox.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } if (_root.dist == 1) { if (this.hitboxd.hitTest(_parent.hero) && (_parent.hero._alpha == 100)) { if (_root.greench == 1) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 4; } _root.lives = _root.lives - 1; _parent.hero._alpha = 10; } } }
Symbol 99 MovieClip Frame 12
stop();
Instance of Symbol 91 MovieClip "yer" in Symbol 99 MovieClip Frame 12
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; } onClipEvent (enterFrame) { this._y = this._y + speed; this._x = this._x + speed2; if (speed2 == 0) { speed2 = random(4) - 2; } if (this._y >= 230) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; _root.score = _root.score + 7; } }
Instance of Symbol 91 MovieClip "yer" in Symbol 99 MovieClip Frame 12
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; } onClipEvent (enterFrame) { this._y = this._y + speed; this._x = this._x + speed2; if (speed2 == 0) { speed2 = random(4) - 2; } if (this._y >= 230) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; } }
Instance of Symbol 91 MovieClip "yer" in Symbol 99 MovieClip Frame 12
onClipEvent (load) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; } onClipEvent (enterFrame) { this._y = this._y + speed; this._x = this._x + speed2; if (speed2 == 0) { speed2 = random(4) - 2; } if (this._y >= 230) { this._x = random(325) + 5; this._y = random(200) - 200; speed = 3; speed2 = random(4) - 2; } }
Symbol 99 MovieClip Frame 121
_root.pongl = 2;
Symbol 99 MovieClip Frame 137
stop();
Instance of Symbol 98 MovieClip "ball" in Symbol 99 MovieClip Frame 137
onClipEvent (load) { this._x = random(70) + 92; this._y = -115; speedx = random(8) - 4; speedy = 8; varx = 1.2; vary = 1.1; if (_root.gfx == 1) { gotoAndPlay (3); } } onClipEvent (enterFrame) { this._y = this._y + speedy; this._x = this._x + speedx; varx = random(12) + 100; vary = random(12) + 100; if ((this._x >= 325) && (speedx >= 0)) { speedx = speedx * -1; } if ((this._x <= 0) && (speedx <= 0)) { speedx = speedx * -1; } if (this._y >= 230) { this._x = 162; this._y = -115; speedx = 3; speedy = 5; _root.lives = _root.lives - 1; } if (this._y <= -460) { this._x = random(70) + 92; this._y = -115; speedx = random(8) - 4; speedy = 5; _root.pongl = _root.pongl - 1; _root.score = _root.score + 200; } if (this.hitTest(_parent.hero.hitarea) && (speedy > 0)) { speedy = (speedy * -1) + 0.2; ballrotation = (this._x - (_parent.hero._x + 20)) / 5; speedx = speedx + ballrotation; } if (this.hitTest(_parent.enemy) && (speedy < 0)) { speedy = (speedy * -1) + 0.2; ballrotation = (this._x - (_parent.enemy._x + 20)) / 10; speedx = speedx + ballrotation; } }
Instance of Symbol 96 MovieClip "enemy" in Symbol 99 MovieClip Frame 137
onClipEvent (enterFrame) { if (_parent.ball._x > (this._x - 25)) { if (((_parent.ball._x - this._x) - 25) > 3) { this._x = this._x + 3; } if (((_parent.ball._x - this._x) - 25) > 2) { this._x = this._x + 2; } if (((_parent.ball._x - this._x) - 25) > 1) { this._x = this._x + 1; } } if (_parent.ball._x < this._x) { if ((this._x - _parent.ball._x) > 3) { this._x = this._x - 3; } if ((this._x - _parent.ball._x) > 2) { this._x = this._x - 2; } if ((this._x - _parent.ball._x) > 1) { this._x = this._x - 1; } } }
Symbol 102 MovieClip Frame 1
_root.redch = 1; _root.greench = 1; _root.grach = 1;
Instance of Symbol 99 MovieClip "thegame" in Symbol 102 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 102 MovieClip Frame 91
thegame.gotoAndStop("red"); _root.dist = 0;
Symbol 102 MovieClip Frame 1001
thegame.gotoAndStop("green"); _root.grach = 0;
Symbol 102 MovieClip Frame 1082
_root.dist = 1;
Symbol 102 MovieClip Frame 1358
_root.dist = 0;
Symbol 102 MovieClip Frame 1808
_root.dist = 1;
Symbol 102 MovieClip Frame 1825
_root.dist = 0;
Symbol 102 MovieClip Frame 1880
_root.dist = 1;
Symbol 102 MovieClip Frame 1892
_root.dist = 0;
Symbol 102 MovieClip Frame 2122
_root.redch = 0; _root.greench = 0; _root.yellowch = 0;
Symbol 102 MovieClip Frame 2275
thegame.gotoAndPlay("pong");
Symbol 102 MovieClip Frame 3339
gotoAndPlay ("bossp");
Symbol 112 Button
on (release) { gotoAndStop ("mainmm"); tellTarget ("music") { stopAllSounds(); gotoAndPlay (2); }; }
Symbol 122 Button
on (press) { _root.gotoAndStop("mainmm"); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 FontUsed by:4 16 20 23 26
Symbol 4 EditableTextUses:3Used by:5  Timeline
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7 15 45 52 99
Symbol 7 MovieClipUses:6Used by:14
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:14
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:14
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClipUses:7 9 11 13Used by:15 99
Symbol 15 MovieClipUses:6 14Used by:Timeline
Symbol 16 TextUses:3Used by:29
Symbol 17 FontUsed by:18 19 21 22 24 25 27 28
Symbol 18 EditableTextUses:17Used by:29
Symbol 19 EditableTextUses:17Used by:29
Symbol 20 TextUses:3Used by:29
Symbol 21 EditableTextUses:17Used by:29
Symbol 22 EditableTextUses:17Used by:29
Symbol 23 TextUses:3Used by:29
Symbol 24 EditableTextUses:17Used by:29
Symbol 25 EditableTextUses:17Used by:29
Symbol 26 TextUses:3Used by:29
Symbol 27 EditableTextUses:17Used by:29
Symbol 28 EditableTextUses:17Used by:29
Symbol 29 MovieClipUses:16 18 19 20 21 22 23 24 25 26 27 28Used by:Timeline
Symbol 30 GraphicUsed by:37 41
Symbol 31 FontUsed by:32 34 36 38 39
Symbol 32 TextUses:31Used by:37
Symbol 33 GraphicUsed by:37 41
Symbol 34 TextUses:31Used by:37
Symbol 35 GraphicUsed by:37
Symbol 36 TextUses:31Used by:37
Symbol 37 ButtonUses:30 32 33 34 35 36Used by:42
Symbol 38 TextUses:31Used by:41
Symbol 39 TextUses:31Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:30 38 33 39 40Used by:42
Symbol 42 MovieClipUses:37 41Used by:Timeline
Symbol 43 SoundUsed by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 MovieClipUses:6Used by:Timeline
Symbol 46 FontUsed by:47
Symbol 47 TextUses:46Used by:52
Symbol 48 FontUsed by:49
Symbol 49 TextUses:48Used by:52
Symbol 50 FontUsed by:51 117
Symbol 51 TextUses:50Used by:52
Symbol 52 ButtonUses:47 49 6 51Used by:Timeline
Symbol 53 FontUsed by:54
Symbol 54 EditableTextUses:53Used by:Timeline
Symbol 55 FontUsed by:56
Symbol 56 TextUses:55Used by:Timeline
Symbol 57 FontUsed by:58
Symbol 58 TextUses:57Used by:Timeline
Symbol 59 FontUsed by:60 61 62 63 64 65 68 70 72 74 93 94 100 101
Symbol 60 TextUses:59Used by:Timeline
Symbol 61 TextUses:59Used by:Timeline
Symbol 62 TextUses:59Used by:Timeline
Symbol 63 TextUses:59Used by:Timeline
Symbol 64 TextUses:59Used by:Timeline
Symbol 65 TextUses:59Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 EditableTextUses:59Used by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 EditableTextUses:59Used by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 EditableTextUses:59Used by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 EditableTextUses:59Used by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:99
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:84
Symbol 80 BitmapUsed by:81 95
Symbol 81 GraphicUses:80Used by:84
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84 96
Symbol 84 MovieClipUses:79 81 83Used by:99
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:86 87Used by:99
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:99
Symbol 92 GraphicUsed by:99
Symbol 93 EditableTextUses:59Used by:99
Symbol 94 EditableTextUses:59Used by:99
Symbol 95 GraphicUses:80Used by:96
Symbol 96 MovieClipUses:95 83Used by:99
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99
Symbol 99 MovieClipUses:77 84 6 14 88 91 92 93 94 96 98Used by:102
Symbol 100 TextUses:59Used by:102
Symbol 101 TextUses:59Used by:102
Symbol 102 MovieClipUses:99 100 101Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 FontUsed by:108 109 110
Symbol 108 TextUses:107Used by:Timeline
Symbol 109 TextUses:107Used by:112 122
Symbol 110 TextUses:107Used by:112 122
Symbol 111 GraphicUsed by:112 122
Symbol 112 ButtonUses:109 110 111Used by:Timeline
Symbol 113 FontUsed by:114 115 116 123 124 125
Symbol 114 EditableTextUses:113Used by:Timeline
Symbol 115 EditableTextUses:113Used by:Timeline
Symbol 116 EditableTextUses:113Used by:Timeline
Symbol 117 TextUses:50Used by:Timeline
Symbol 118 FontUsed by:119 120
Symbol 119 TextUses:118Used by:121  Timeline
Symbol 120 TextUses:118Used by:121
Symbol 121 MovieClipUses:119 120Used by:Timeline
Symbol 122 ButtonUses:109 110 111Used by:Timeline
Symbol 123 EditableTextUses:113Used by:Timeline
Symbol 124 EditableTextUses:113Used by:Timeline
Symbol 125 EditableTextUses:113Used by:Timeline

Instance Names

"music"Frame 2Symbol 44 MovieClip
"hitbox"Symbol 14 MovieClip Frame 1Symbol 7 MovieClip
"hitboxd"Symbol 14 MovieClip Frame 1Symbol 9 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"red"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"hitarea"Symbol 84 MovieClip Frame 1Symbol 79 MovieClip
"hitboxd"Symbol 88 MovieClip Frame 1Symbol 86 MovieClip
"hitbox"Symbol 88 MovieClip Frame 1Symbol 86 MovieClip
"hero"Symbol 99 MovieClip Frame 1Symbol 84 MovieClip
"red"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redu"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redtt"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redio"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redy"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redj"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redd"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redx"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"redq"Symbol 99 MovieClip Frame 2Symbol 14 MovieClip
"ger"Symbol 99 MovieClip Frame 6Symbol 88 MovieClip
"gerio"Symbol 99 MovieClip Frame 6Symbol 88 MovieClip
"gerw"Symbol 99 MovieClip Frame 6Symbol 88 MovieClip
"geru"Symbol 99 MovieClip Frame 6Symbol 88 MovieClip
"gerk"Symbol 99 MovieClip Frame 6Symbol 88 MovieClip
"yer"Symbol 99 MovieClip Frame 12Symbol 91 MovieClip
"yer"Symbol 99 MovieClip Frame 12Symbol 91 MovieClip
"yer"Symbol 99 MovieClip Frame 12Symbol 91 MovieClip
"ball"Symbol 99 MovieClip Frame 137Symbol 98 MovieClip
"enemy"Symbol 99 MovieClip Frame 137Symbol 96 MovieClip
"thegame"Symbol 102 MovieClip Frame 1Symbol 99 MovieClip

Special Tags

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

Labels

"mainmm"Frame 2
"over"Frame 36
"start"Symbol 99 MovieClip Frame 1
"red"Symbol 99 MovieClip Frame 2
"green"Symbol 99 MovieClip Frame 6
"yellow"Symbol 99 MovieClip Frame 12
"stop"Symbol 99 MovieClip Frame 86
"pong"Symbol 99 MovieClip Frame 87
"pg"Symbol 102 MovieClip Frame 2275
"bossp"Symbol 102 MovieClip Frame 2276

Dynamic Text Variables

_root.pctSymbol 18 EditableText"<p align="left"></p>"
_root.pctSymbol 21 EditableText"<p align="left"></p>"
_root.pctSymbol 24 EditableText"<p align="left"></p>"
_root.pctSymbol 27 EditableText"<p align="left"></p>"
_root.timeroundSymbol 68 EditableText""
_root.scoreSymbol 70 EditableText""
_root.timeroundSymbol 72 EditableText""
_root.scoreSymbol 74 EditableText""
_root.livesSymbol 93 EditableText"<p align="left"></p>"
_root.ponglSymbol 94 EditableText"<p align="left"></p>"
_root.timeroundSymbol 114 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.livesSymbol 115 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.scoreSymbol 116 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.timeroundSymbol 123 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.livesSymbol 124 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.scoreSymbol 125 EditableText"<p align="right"><font face="Silkscreen_29pt_st" size="29" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"




http://swfchan.com/19/90669/info.shtml
Created: 28/3 -2019 07:21:13 Last modified: 28/3 -2019 07:21:13 Server time: 05/05 -2024 09:20:12