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

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

Ponged! demo.swf

This is the info page for
Flash #55748

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


Text
Choose your game:

Original Pong.

Hockey Pong

PONG'ed!

Wall Pong

Bumper Pong

Inverse Pong

Ballerman Pong

Back

Original Pong

Easy

Medium

Hard

0

0

0

0

0

0

You win. :)

Replay?

You lose. :(

Hockey Pong

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

Inverse Pong

Easy

Medium

Hard

0

0

0

0

0

0

Easy

Medium

Hard

0

0

0

0

0

0

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndStop (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndStop (7); } };
Instance of Symbol 3 MovieClip [square] "pongblock" in Frame 3
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); } onClipEvent (enterFrame) { if (_root.leftscore == 1) { gotoAndPlay (5); } } onClipEvent (enterFrame) { if (_root.rightscore == 11) { gotoAndPlay (6); } }
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 3
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 3
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 4
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndStop (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndStop (7); } };
Instance of Symbol 3 MovieClip [square] "pongblock" in Frame 4
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); }
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 4
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 5
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndStop (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndStop (7); } };
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 4; } if (Key.isDown(40)) { this._y = this._y + 4; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 5
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 3 MovieClip [square] "pongblock" in Frame 9
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); } onClipEvent (enterFrame) { if (_root.leftscore == 1) { gotoAndPlay (5); } } onClipEvent (enterFrame) { if (_root.rightscore == 11) { gotoAndPlay (6); } }
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 9
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 9
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Instance of Symbol 49 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 49 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 10
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndStop (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndStop (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 10
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 11
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndStop (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndStop (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 11
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 12
stop();
Frame 13
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 3 MovieClip [square] "pongblock" in Frame 13
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); } onClipEvent (enterFrame) { if (_root.leftscore == 1) { gotoAndPlay (5); } } onClipEvent (enterFrame) { if (_root.rightscore == 11) { gotoAndPlay (6); } }
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 13
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 13
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Instance of Symbol 49 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Frame 14
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 14
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 15
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 15
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 16
stop();
Frame 17
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 3 MovieClip [square] "pongblock" in Frame 17
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); } onClipEvent (enterFrame) { if (_root.leftscore == 1) { gotoAndPlay (5); } } onClipEvent (enterFrame) { if (_root.rightscore == 11) { gotoAndPlay (6); } }
Instance of Symbol 2 MovieClip [paddle] "leftpaddle" in Frame 17
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 17
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 48 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Frame 18
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 18
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 19
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 2 MovieClip [paddle] "rightpaddle" in Frame 19
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 20
stop(); stop();
Frame 21
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 83 MovieClip "pongblock" in Frame 21
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); } onClipEvent (enterFrame) { if (_root.leftscore == 1) { gotoAndPlay (5); } } onClipEvent (enterFrame) { if (_root.rightscore == 11) { gotoAndPlay (6); } }
Instance of Symbol 84 MovieClip "leftpaddle" in Frame 21
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 85 MovieClip "rightpaddle" in Frame 21
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 22
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 85 MovieClip "rightpaddle" in Frame 22
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 23
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 85 MovieClip "rightpaddle" in Frame 23
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 24
stop(); stop();
Frame 25
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 105 MovieClip "pongblock" in Frame 25
onClipEvent (load) { var xspeed = 5; var yspeed = 5; } onClipEvent (enterFrame) { if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; yspeed = yspeed * -1; } if (this._y < 0) { this._y = 0; yspeed = yspeed * -1; } if (((this._x + this._width) < 0) || (this._x > Stage.width)) { if (this._x > Stage.width) { _root.leftscore++; } if ((this._x + this._width) < 0) { _root.rightscore++; } this._x = Stage.width / 2; xspeed = xspeed * -1; } _x = (_x + xspeed); _y = (_y + yspeed); }
Instance of Symbol 107 MovieClip "leftpaddle" in Frame 25
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x + this._width; } }
Instance of Symbol 108 MovieClip "rightpaddle" in Frame 25
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 3); } else { _y = (_y - 3); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 26
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 108 MovieClip "rightpaddle" in Frame 26
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 4); } else { _y = (_y - 4); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Frame 27
stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } }; stop(); stop(); onEnterFrame = function () { if (leftscore > 10) { gotoAndPlay (6); } }; onEnterFrame = function () { if (rightscore > 10) { gotoAndPlay (7); } };
Instance of Symbol 108 MovieClip "rightpaddle" in Frame 27
onClipEvent (enterFrame) { if (_root.pongblock._y > (this._y + (this._height / 2))) { _y = (_y + 5); } else { _y = (_y - 5); } if ((this._y + this._height) > Stage.height) { this._y = Stage.height - this._height; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pongblock)) { _root.pongblock.xspeed = _root.pongblock.xspeed * -1; _root.pongblock._x = this._x - _root.pongblock._width; } }
Symbol 7 Button
on (release) { gotoAndPlay (2); }
Symbol 9 Button
on (release) { gotoAndPlay (8); }
Symbol 13 Button
on (release) { gotoAndPlay (12); }
Symbol 15 Button
on (release) { gotoAndPlay (16); }
Symbol 17 Button
on (release) { gotoAndPlay (20); }
Symbol 19 Button
on (release) { gotoAndPlay (24); }
Symbol 23 Button
on (release) { gotoAndPlay (1); }
Symbol 26 Button
on (release) { gotoAndPlay (3); }
Symbol 28 Button
on (release) { gotoAndPlay (4); }
Symbol 30 Button
on (release) { gotoAndPlay (5); }
Symbol 40 Button
on (release) { gotoAndPlay (1); }
Symbol 43 Button
on (release) { gotoAndPlay (9); }
Symbol 44 Button
on (release) { gotoAndPlay (10); }
Symbol 45 Button
on (release) { gotoAndPlay (11); }
Symbol 54 Button
on (release) { gotoAndPlay (13); }
Symbol 55 Button
on (release) { gotoAndPlay (14); }
Symbol 56 Button
on (release) { gotoAndPlay (15); }
Symbol 64 Button
on (release) { gotoAndPlay (17); }
Symbol 65 Button
on (release) { gotoAndPlay (18); }
Symbol 66 Button
on (release) { gotoAndPlay (19); }
Symbol 77 Button
on (release) { gotoAndPlay (21); }
Symbol 79 Button
on (release) { gotoAndPlay (22); }
Symbol 81 Button
on (release) { gotoAndPlay (23); }
Symbol 93 Button
on (release) { gotoAndPlay (25); }
Symbol 95 Button
on (release) { gotoAndPlay (26); }
Symbol 97 Button
on (release) { gotoAndPlay (27); }

Library Items

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

Instance Names

"pongblock"Frame 3Symbol 3 MovieClip [square]
"leftpaddle"Frame 3Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 3Symbol 2 MovieClip [paddle]
"pongblock"Frame 4Symbol 3 MovieClip [square]
"leftpaddle"Frame 4Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 4Symbol 2 MovieClip [paddle]
"leftpaddle"Frame 5Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 5Symbol 2 MovieClip [paddle]
"pongblock"Frame 9Symbol 3 MovieClip [square]
"leftpaddle"Frame 9Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 9Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 10Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 11Symbol 2 MovieClip [paddle]
"pongblock"Frame 13Symbol 3 MovieClip [square]
"leftpaddle"Frame 13Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 13Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 14Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 15Symbol 2 MovieClip [paddle]
"pongblock"Frame 17Symbol 3 MovieClip [square]
"leftpaddle"Frame 17Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 17Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 18Symbol 2 MovieClip [paddle]
"rightpaddle"Frame 19Symbol 2 MovieClip [paddle]
"pongblock"Frame 21Symbol 83 MovieClip
"leftpaddle"Frame 21Symbol 84 MovieClip
"rightpaddle"Frame 21Symbol 85 MovieClip
"rightpaddle"Frame 22Symbol 85 MovieClip
"rightpaddle"Frame 23Symbol 85 MovieClip
"pongblock"Frame 25Symbol 105 MovieClip
"leftpaddle"Frame 25Symbol 107 MovieClip
"rightpaddle"Frame 25Symbol 108 MovieClip
"rightpaddle"Frame 26Symbol 108 MovieClip
"rightpaddle"Frame 27Symbol 108 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "paddle"
ExportAssets (56)Timeline Frame 1Symbol 3 as "square"

Dynamic Text Variables

leftscoreSymbol 32 EditableText"0"
rightscoreSymbol 33 EditableText"0"
leftscoreSymbol 34 EditableText"0"
rightscoreSymbol 35 EditableText"0"
leftscoreSymbol 36 EditableText"0"
rightscoreSymbol 37 EditableText"0"
leftscoreSymbol 46 EditableText"0"
rightscoreSymbol 47 EditableText"0"
leftscoreSymbol 50 EditableText"0"
rightscoreSymbol 51 EditableText"0"
leftscoreSymbol 52 EditableText"0"
rightscoreSymbol 53 EditableText"0"
leftscoreSymbol 58 EditableText"0"
rightscoreSymbol 59 EditableText"0"
leftscoreSymbol 60 EditableText"0"
rightscoreSymbol 61 EditableText"0"
leftscoreSymbol 62 EditableText"0"
rightscoreSymbol 63 EditableText"0"
leftscoreSymbol 68 EditableText"0"
rightscoreSymbol 69 EditableText"0"
leftscoreSymbol 70 EditableText"0"
rightscoreSymbol 71 EditableText"0"
leftscoreSymbol 72 EditableText"0"
rightscoreSymbol 73 EditableText"0"
leftscoreSymbol 86 EditableText"0"
rightscoreSymbol 87 EditableText"0"
leftscoreSymbol 88 EditableText"0"
rightscoreSymbol 89 EditableText"0"
leftscoreSymbol 90 EditableText"0"
rightscoreSymbol 91 EditableText"0"
leftscoreSymbol 109 EditableText"0"
rightscoreSymbol 110 EditableText"0"
leftscoreSymbol 111 EditableText"0"
rightscoreSymbol 112 EditableText"0"
leftscoreSymbol 113 EditableText"0"
rightscoreSymbol 114 EditableText"0"




http://swfchan.com/12/55748/info.shtml
Created: 20/4 -2019 03:56:27 Last modified: 20/4 -2019 03:56:27 Server time: 10/05 -2024 00:42:15