| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #222205 |
| Classic Pong |
| Version |
| Medium |
| Easy |
| Hard |
| First to 5 Wins! |
| <p align="left"><font face="BankGothic Md BT" size="24" color="#000066" letterSpacing="0.000000" kerning="1">Sonic: 0</font></p> |
| <p align="right"><font face="BankGothic Md BT" size="24" color="#cc0000" letterSpacing="0.000000" kerning="1">Knuckles: 0</font></p> |
| <p align="center"><font face="BankGothic Md BT" size="24" color="#ff9900" letterSpacing="0.000000" kerning="1">00:00</font></p> |
| Congratulations You Win |
| Sorry... You Lose Try Again |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2function lose() { _root.cpu.score++; _root.cputxt = "Sonic: " + _root.cpu.score; if (_root.cpu.score == 5) { gotoAndStop ("lose"); } reset(); } function win() { _root.player.score++; _root.playertxt = "Knuckles: " + _root.player.score; if (_root.player.score == 5) { gotoAndStop ("win"); } reset(); } function reset() { _root.ball._y = 200; _root.ball._x = 275; _root.ball.yspeed = 0; _root.ball.xspeed = 8; } function timer() { _root.timesec++; secs = _root.timesec % 60; mins = _root.timesec; mins = mins - secs; mins = mins / 60; if (isNaN(mins)) { mins = 0; } if (length(mins) == 1) { mins = "0" + mins; } if (length(secs) == 1) { secs = "0" + secs; } _root.timetxt = (mins + ":") + secs; } stop(); _root.ball.yspeed = 8; _root.ball.xspeed = 8; _root.cpu.score = 0; _root.player.score = 0; _root.cpu.speed = _global.cpuspeed; _root.timesec = 0; reset(); timerint = setInterval(timer, 1000);Instance of Symbol 58 MovieClip "ball" in Frame 2onClipEvent (enterFrame) { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; if ((this._y > 400) || (this._y < 0)) { this.yspeed = this.yspeed * -1; } if (this.hitTest(_root.player)) { ang = (this._y - _root.player._y) / 10; this.yspeed = this.yspeed + ang; this.xspeed = this.xspeed * -1.1; } if (this.hitTest(_root.cpu)) { ang = (this._y - _root.cpu._y) / 10; this.yspeed = this.yspeed + ang; this.xspeed = this.xspeed * -1.1; } if (this._x > 550) { _root.lose(); } if (this._x < 28) { _root.win(); } }Instance of Symbol 61 MovieClip "player" in Frame 2onClipEvent (enterFrame) { if (Key.isDown(38) && (this._y > 0)) { this._y = this._y - 8; } if (Key.isDown(40) && (this._y < 400)) { this._y = this._y + 8; } }Instance of Symbol 64 MovieClip "cpu" in Frame 2onClipEvent (enterFrame) { if (this._y > _root.ball._y) { this._y = this._y - speed; } if (this._y < _root.ball._y) { this._y = this._y + speed; } }Frame 981clearInterval(timerint); _root.cpu.score = 0; _root.player.score = 0; _root.playertxt = "Player: 0"; _root.cputxt = "CPU: 0";Frame 982clearInterval(timerint); _root.cpu.score = 0; _root.player.score = 0; _root.playertxt = "player: 0"; _root.cputxt = "CPU: 0";Symbol 24 Buttonon (release) { _global.cpuspeed = 5; gotoAndStop ("play"); }Symbol 32 Buttonon (release) { _global.cpuspeed = 7; gotoAndStop ("play"); }Symbol 40 Buttonon (release) { _global.cpuspeed = 10; gotoAndStop ("play"); }Symbol 67 Buttonon (release) { gotoAndStop (1); }
Library Items
| Symbol 1 Bitmap | Used by:3 | |
| Symbol 2 Bitmap | Used by:3 | |
| Symbol 3 Graphic | Uses:1 2 | Used by:Timeline |
| Symbol 4 Font | Used by:5 6 41 42 43 44 54 55 56 65 66 | |
| Symbol 5 Text | Uses:4 | Used by:Timeline |
| Symbol 6 Text | Uses:4 | Used by:Timeline |
| Symbol 7 Graphic | Used by:8 | |
| Symbol 8 MovieClip | Uses:7 | Used by:24 32 40 67 |
| Symbol 9 Graphic | Used by:24 | |
| Symbol 10 Graphic | Used by:24 | |
| Symbol 11 Graphic | Used by:24 | |
| Symbol 12 Graphic | Used by:13 | |
| Symbol 13 MovieClip | Uses:12 | Used by:24 32 40 67 |
| Symbol 14 Graphic | Used by:24 | |
| Symbol 15 Graphic | Used by:16 | |
| Symbol 16 MovieClip | Uses:15 | Used by:24 32 40 67 |
| Symbol 17 Graphic | Used by:24 | |
| Symbol 18 Graphic | Used by:24 32 40 67 | |
| Symbol 19 Graphic | Used by:20 | |
| Symbol 20 MovieClip | Uses:19 | Used by:24 32 40 67 |
| Symbol 21 Graphic | Used by:24 | |
| Symbol 22 Graphic | Used by:24 | |
| Symbol 23 Graphic | Used by:24 32 40 67 | |
| Symbol 24 Button | Uses:8 9 10 11 13 14 16 17 18 20 21 22 23 | Used by:Timeline |
| Symbol 25 Graphic | Used by:32 | |
| Symbol 26 Graphic | Used by:32 | |
| Symbol 27 Graphic | Used by:32 | |
| Symbol 28 Graphic | Used by:32 | |
| Symbol 29 Graphic | Used by:32 | |
| Symbol 30 Graphic | Used by:32 | |
| Symbol 31 Graphic | Used by:32 | |
| Symbol 32 Button | Uses:8 25 26 27 13 28 16 29 18 20 30 31 23 | Used by:Timeline |
| Symbol 33 Graphic | Used by:40 67 | |
| Symbol 34 Graphic | Used by:40 67 | |
| Symbol 35 Graphic | Used by:40 67 | |
| Symbol 36 Graphic | Used by:40 67 | |
| Symbol 37 Graphic | Used by:40 67 | |
| Symbol 38 Graphic | Used by:40 67 | |
| Symbol 39 Graphic | Used by:40 67 | |
| Symbol 40 Button | Uses:8 33 34 35 13 36 16 37 18 20 38 39 23 | Used by:Timeline |
| Symbol 41 Text | Uses:4 | Used by:Timeline |
| Symbol 42 Text | Uses:4 | Used by:Timeline |
| Symbol 43 Text | Uses:4 | Used by:Timeline |
| Symbol 44 Text | Uses:4 | Used by:Timeline |
| Symbol 45 Bitmap | Used by:46 | |
| Symbol 46 Graphic | Uses:45 | Used by:47 |
| Symbol 47 MovieClip | Uses:46 | Used by:Timeline |
| Symbol 48 Bitmap | Used by:49 | |
| Symbol 49 Graphic | Uses:48 | Used by:50 |
| Symbol 50 MovieClip | Uses:49 | Used by:Timeline |
| Symbol 51 Video | Used by:Timeline | |
| Symbol 52 Bitmap | Used by:53 | |
| Symbol 53 Graphic | Uses:52 | Used by:Timeline |
| Symbol 54 EditableText | Uses:4 | Used by:Timeline |
| Symbol 55 EditableText | Uses:4 | Used by:Timeline |
| Symbol 56 EditableText | Uses:4 | Used by:Timeline |
| Symbol 57 Graphic | Used by:58 | |
| Symbol 58 MovieClip | Uses:57 | Used by:Timeline |
| Symbol 59 Bitmap | Used by:60 | |
| Symbol 60 Graphic | Uses:59 | Used by:61 |
| Symbol 61 MovieClip | Uses:60 | Used by:Timeline |
| Symbol 62 Bitmap | Used by:63 | |
| Symbol 63 Graphic | Uses:62 | Used by:64 |
| Symbol 64 MovieClip | Uses:63 | Used by:Timeline |
| Symbol 65 Text | Uses:4 | Used by:Timeline |
| Symbol 66 Text | Uses:4 | Used by:Timeline |
| Symbol 67 Button | Uses:8 33 34 35 13 36 16 37 18 20 38 39 23 | Used by:Timeline |
| Streaming Sound 1 | Used by:Timeline |
Instance Names
| "ball" | Frame 2 | Symbol 58 MovieClip |
| "player" | Frame 2 | Symbol 61 MovieClip |
| "cpu" | Frame 2 | Symbol 64 MovieClip |
Special Tags
| FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
| "play" | Frame 2 |
| "lose" | Frame 981 |
| "win" | Frame 982 |
Dynamic Text Variables
| cputxt | Symbol 54 EditableText | "<p align="left"><font face="BankGothic Md BT" size="24" color="#000066" letterSpacing="0.000000" kerning="1">Sonic: 0</font></p>" |
| playertxt | Symbol 55 EditableText | "<p align="right"><font face="BankGothic Md BT" size="24" color="#cc0000" letterSpacing="0.000000" kerning="1">Knuckles: 0</font></p>" |
| timetxt | Symbol 56 EditableText | "<p align="center"><font face="BankGothic Md BT" size="24" color="#ff9900" letterSpacing="0.000000" kerning="1">00:00</font></p>" |
|
|