| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231346 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #30267 |
| Wall Ball |
| Play |
| Play |
| Instructions |
| Instructions |
| As you all know, this game is like pong. But it is different in a way. The goal is to keep the ball in the air as long as you can without having it touch the ground. Use the arrow keys to move the paddle around! |
| Play Game! |
| Play Game! |
| 1 |
| 2 |
| 3 |
| Go |
| You kept the ball in for this many seconds: |
| Replay? |
| Replay? |
ActionScript [AS1/AS2]
Frame 1Stage.showMenu = false;Frame 66stop();Frame 67stop();Frame 326stop();Instance of Symbol 26 MovieClip "ball" in Frame 326onClipEvent (load) { velocity = 0; gravity = 0.3; } onClipEvent (enterFrame) { this._y = this._y + velocity; velocity = velocity + gravity; this._x = this._x + speed; if (this._y > 230) { this._y = 230; velocity = velocity * -1; } if (velocity > 10) { velocity = 10; } if (this._y < 0) { this._y = 0; } if (this.hitTest(_root.pad.l)) { velocity = velocity * -1; speed = 5; speed = speed * -1; } if (this.hitTest(_root.pad.r)) { velocity = velocity * -1; speed = 5; } if (this._x < 0) { this._x = 0; speed = speed * -1; } if (this._x > 400) { this._x = 400; speed = speed * -1; } }Instance of Symbol 31 MovieClip "pad" in Frame 326onClipEvent (load) { pr = 1; pl = 1; } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - pl; } if (Key.isDown(39)) { this._x = this._x + pr; } if (this._x < 37) { pl = 0; } else { pl = 5; } if (this._x > 360) { pr = 0; } else { pr = 5; } }Instance of Symbol 34 MovieClip in Frame 326onClipEvent (load) { _root.timer = 0; } onClipEvent (enterFrame) { if (_root.timer != 0) { _root.timer >= 0; } }Instance of Symbol 36 MovieClip "death" in Frame 326onClipEvent (enterFrame) { if (_root.ball.hitTest(_root.death)) { _root.gotoAndPlay(327); } }Frame 327stop();Symbol 8 Buttonon (press) { gotoAndPlay (68); }Symbol 13 Buttonon (press) { gotoAndPlay (67); }Symbol 19 Buttonon (press) { gotoAndPlay (68); }Symbol 34 MovieClip Frame 80_root.timer = _root.timer + 1;Symbol 42 Buttonon (press) { gotoAndPlay (68); }
Library Items
| Symbol 1 Font | Used by:2 4 7 10 12 14 16 18 21 22 23 24 32 37 38 40 41 | ||
| Symbol 2 Text | Uses:1 | Used by:Timeline | |
| Symbol 3 Sound | Used by:Timeline | ||
| Symbol 4 Text | Uses:1 | Used by:8 Timeline | |
| Symbol 5 Graphic | Used by:8 | ||
| Symbol 6 Graphic | Used by:8 | ||
| Symbol 7 Text | Uses:1 | Used by:8 | |
| Symbol 8 Button | Uses:5 4 6 7 | Used by:Timeline | |
| Symbol 9 Graphic | Used by:13 | ||
| Symbol 10 Text | Uses:1 | Used by:13 | |
| Symbol 11 Graphic | Used by:13 | ||
| Symbol 12 Text | Uses:1 | Used by:13 | |
| Symbol 13 Button | Uses:9 10 11 12 | Used by:Timeline | |
| Symbol 14 Text | Uses:1 | Used by:Timeline | |
| Symbol 15 Graphic | Used by:19 | ||
| Symbol 16 Text | Uses:1 | Used by:19 | |
| Symbol 17 Graphic | Used by:19 | ||
| Symbol 18 Text | Uses:1 | Used by:19 | |
| Symbol 19 Button | Uses:15 16 17 18 | Used by:Timeline | |
| Symbol 20 Graphic | Used by:Timeline | ||
| Symbol 21 Text | Uses:1 | Used by:Timeline | |
| Symbol 22 Text | Uses:1 | Used by:Timeline | |
| Symbol 23 Text | Uses:1 | Used by:Timeline | |
| Symbol 24 Text | Uses:1 | Used by:Timeline | |
| Symbol 25 Graphic | Used by:26 | ||
| Symbol 26 MovieClip | Uses:25 | Used by:Timeline | |
| Symbol 27 Graphic | Used by:28 | ||
| Symbol 28 MovieClip | Uses:27 | Used by:31 | |
| Symbol 29 Graphic | Used by:30 | ||
| Symbol 30 MovieClip | Uses:29 | Used by:31 | |
| Symbol 31 MovieClip | Uses:28 30 | Used by:Timeline | |
| Symbol 32 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 33 Graphic | Used by:34 | ||
| Symbol 34 MovieClip | Uses:33 | Used by:Timeline | |
| Symbol 35 Graphic | Used by:36 | ||
| Symbol 36 MovieClip | Uses:35 | Used by:Timeline | |
| Symbol 37 Text | Uses:1 | Used by:Timeline | |
| Symbol 38 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 39 Graphic | Used by:42 | ||
| Symbol 40 Text | Uses:1 | Used by:42 | |
| Symbol 41 Text | Uses:1 | Used by:42 | |
| Symbol 42 Button | Uses:39 40 41 | Used by:Timeline |
Instance Names
| "ball" | Frame 326 | Symbol 26 MovieClip |
| "pad" | Frame 326 | Symbol 31 MovieClip |
| "death" | Frame 326 | Symbol 36 MovieClip |
| "l" | Symbol 31 MovieClip Frame 1 | Symbol 28 MovieClip |
| "r" | Symbol 31 MovieClip Frame 1 | Symbol 30 MovieClip |
Dynamic Text Variables
| timer | Symbol 32 EditableText | "" |
| timer | Symbol 38 EditableText | "" |
|
|