STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #75271 |
Welcome to Pung 2.1 Brought to you by: Jed C. |
Enter your name below. |
Name |
Help |
Play |
100 |
--- |
0 |
Top Scorer |
0 |
0 |
Your name |
-- |
-- |
Scores |
Again? |
How to play: The concept is simple. Click the blue box with your mouse and drag it around. Use the box to hit the ball. Hitting the small box scores a point. Hitting a wall makes you lose one of your life points. You start with 250 of those. Run out and the game is over. |
Back |
ActionScript [AS1/AS2]
Frame 1_root.dirx = 0; _root.diry = 0; _root.balldx = 10; _root.balldy = 10; stop(); _root.score = 0; _root.fuel = 250; _root.highscore = 0; _root.highuser = "";Instance of Symbol 17 MovieClip "redsquare" in Frame 2onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse)) { startDrag (""); } }Symbol 6 Buttonon (press) { gotoAndStop (2); }Symbol 11 Buttonon (press) { gotoAndStop (4); }Symbol 25 MovieClip Frame 1if (_root.ball.hittest(_root.redsquare)) { xp = _root.playerdx; yp = _root.playerdy; if (xp >= 0) { _root.balldx = 10; } else { _root.balldx = -10; } if (yp >= 0) { _root.balldy = 10; } else { _root.balldy = -10; } } if (_root.ball.hittest(_root.doel)) { _root.balldy = -_root.balldy; _root.score = _root.score + 1; } if (_root.ball.hitTest(_root.floor)) { _root.balldy = -10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.ceiling)) { _root.balldy = 10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.leftborder)) { _root.balldx = 10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.rightborder)) { _root.balldx = -10; _root.fuel = _root.fuel + -1; } _root.ball._y = _root.ball._y + _root.balldy; _root.ball._x = _root.ball._x + _root.balldx; _root.playerdx = _root.redsquare._x - _root.oldplayerx; _root.playerdy = _root.redsquare._y - _root.oldplayery; _root.oldplayerx = _root.redsquare._x; _root.oldplayery = _root.redsquare._y; if (_root.fuel < 1) { _root.lastscore = _root.score; if (_root.lastscore > _root.highscore) { _root.highscore = _root.lastscore; _root.highuser = _root.username; } _root.fuel = 100; _root.score = 0; _root.gotoAndStop(3); }Symbol 25 MovieClip Frame 2gotoAndPlay (1);Symbol 37 Buttonon (press) { gotoAndStop (1); }
Library Items
Symbol 1 Graphic | Used by:6 11 37 | ||
Symbol 2 Graphic | Used by:6 11 37 | ||
Symbol 3 Graphic | Used by:6 11 37 | ||
Symbol 4 Graphic | Used by:6 11 37 | ||
Symbol 5 Graphic | Used by:6 11 37 | ||
Symbol 6 Button | Uses:1 2 3 4 5 | Used by:Timeline | |
Symbol 7 Font | Used by:8 9 10 12 13 22 23 24 28 29 30 31 32 33 34 35 36 38 | ||
Symbol 8 Text | Uses:7 | Used by:Timeline | |
Symbol 9 Text | Uses:7 | Used by:Timeline | |
Symbol 10 EditableText | Uses:7 | Used by:Timeline | |
Symbol 11 Button | Uses:1 2 3 4 5 | Used by:Timeline | |
Symbol 12 Text | Uses:7 | Used by:Timeline | |
Symbol 13 Text | Uses:7 | Used by:Timeline | |
Symbol 14 Sound | Used by:Timeline | ||
Symbol 15 Graphic | Used by:Timeline | ||
Symbol 16 Graphic | Used by:17 | ||
Symbol 17 MovieClip | Uses:16 | Used by:Timeline | |
Symbol 18 Graphic | Used by:19 | ||
Symbol 19 MovieClip | Uses:18 | Used by:Timeline | |
Symbol 20 Graphic | Used by:21 | ||
Symbol 21 MovieClip | Uses:20 | Used by:Timeline | |
Symbol 22 EditableText | Uses:7 | Used by:Timeline | |
Symbol 23 EditableText | Uses:7 | Used by:Timeline | |
Symbol 24 EditableText | Uses:7 | Used by:Timeline | |
Symbol 25 MovieClip | Used by:Timeline | ||
Symbol 26 Graphic | Used by:27 | ||
Symbol 27 MovieClip | Uses:26 | Used by:Timeline | |
Symbol 28 Text | Uses:7 | Used by:Timeline | |
Symbol 29 EditableText | Uses:7 | Used by:Timeline | |
Symbol 30 EditableText | Uses:7 | Used by:Timeline | |
Symbol 31 Text | Uses:7 | Used by:Timeline | |
Symbol 32 EditableText | Uses:7 | Used by:Timeline | |
Symbol 33 EditableText | Uses:7 | Used by:Timeline | |
Symbol 34 Text | Uses:7 | Used by:Timeline | |
Symbol 35 Text | Uses:7 | Used by:Timeline | |
Symbol 36 Text | Uses:7 | Used by:Timeline | |
Symbol 37 Button | Uses:1 2 3 4 5 | Used by:Timeline | |
Symbol 38 Text | Uses:7 | Used by:Timeline |
Instance Names
"redsquare" | Frame 2 | Symbol 17 MovieClip |
"ball" | Frame 2 | Symbol 19 MovieClip |
"doel" | Frame 2 | Symbol 21 MovieClip |
"floor" | Frame 2 | Symbol 27 MovieClip |
"ceiling" | Frame 2 | Symbol 27 MovieClip |
"leftborder" | Frame 2 | Symbol 27 MovieClip |
"rightborder" | Frame 2 | Symbol 27 MovieClip |
Dynamic Text Variables
_root.username | Symbol 10 EditableText | "Name" |
_root.fuel | Symbol 22 EditableText | "100" |
_root.username | Symbol 23 EditableText | "---" |
_root.score | Symbol 24 EditableText | "0" |
_root.lastscore | Symbol 29 EditableText | "0" |
_root.highscore | Symbol 30 EditableText | "0" |
_root.username | Symbol 32 EditableText | "--" |
_root.highuser | Symbol 33 EditableText | "--" |
|