STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229672 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #56892 |
Happy Birthday Rivz! |
KWING |
Play |
Play |
Play |
Current Score: |
Personal Best: |
0 |
0 |
RIVZ |
Use the mouse to maneuver the paddle and bounce it as many times as you can. The cube powerup doubles your score, twin balls make your score gradually increase with time, the 9-ball makes each bounce of the paddle give you more points, and the crescent does a little of what the twin balls do and what the 9-ball does. Hit the spacebar to end the game session and access unlockables. |
Secrets Unlocked: |
RE- |
? |
Unlockables at 1, 10, 100, 1000, 10000, and 100000. |
x1 |
x2 |
x3 |
x4 |
x5 |
x6! |
999999999999999 |
points earn you these unlockables: |
ActionScript [AS1/AS2]
Frame 1Stage.showMenu = false; var highscore = 0;Frame 2stop();Frame 3payout = 1; constantscore = 0; this.createEmptyMovieClip("line", this.getNextHighestDepth()); Mouse.hide(); var score = 0; ballSpeedX = 0; ballSpeedY = 0; gravity = 1.5; stringLength = 25; stringElasticity = 35; onEnterFrame = function () { line.clear(); paddle._x = _xmouse; paddle._y = _ymouse; lengthX = _xmouse - ball._x; lengthY = _ymouse - ball._y; currentLength = Math.sqrt((lengthX * lengthX) + (lengthY * lengthY)); tensionX = lengthX * Math.abs(lengthX / currentLength); tensionY = lengthY * Math.abs(lengthY / currentLength); ballSpeedY = ballSpeedY + gravity; if ((lengthX < (-stringLength)) || (lengthX > stringLength)) { ballSpeedX = Math.max(-45, Math.min(45, ballSpeedX + (tensionX / stringElasticity))); } if ((lengthY < (-stringLength)) || (lengthY > stringLength)) { ballSpeedY = Math.max(-45, Math.min(45, ballSpeedY + (tensionY / stringElasticity))); } ball._x = ball._x + ballSpeedX; ball._y = ball._y + ballSpeedY; if (((ballSpeedY > 0) && (ball.hitTest(paddle.hitarea))) && (ballSpeedY > 5)) { ballSpeedY = ballSpeedY * -1; score = score + payout; } if (highscore < score) { highscore = score; } if (_ymouse < (ball._y - stringLength)) { score = 0; payout = 1; constantscore = 0; } line.lineStyle(3, 16777215, 25); line.moveTo(ball._x, ball._y); line.curveTo(((Math.random() * lengthX) / 2) + ball._x, ((Math.random() * lengthY) / 2) + ball._y, _xmouse, _ymouse); };Instance of Symbol 19 MovieClip in Frame 3onClipEvent (load) { this._x = random(550); this._y = random(400); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this._x = random(550); this._y = random(400); _root.score = _root.score * 2; } }Instance of Symbol 25 MovieClip in Frame 3onClipEvent (load) { this._x = random(550); this._y = random(400); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this._x = random(550); this._y = random(400); _root.payout = _root.payout + 2; } }Instance of Symbol 28 MovieClip in Frame 3onClipEvent (load) { this._x = random(550); this._y = random(400); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this._x = random(550); this._y = random(400); _root.constantscore = _root.constantscore + 2; } }Instance of Symbol 32 MovieClip in Frame 3onClipEvent (load) { this._x = random(550); this._y = random(400); rotspeed = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this._x = random(550); this._y = random(400); _root.payout = _root.payout + 1; _root.constantscore = _root.constantscore + 1; } _rotation = (_rotation + rotspeed); rotspeed = rotspeed + 1; }Instance of Symbol 6 MovieClip [paddle] "paddle" in Frame 3onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.nextFrame(); } Mouse.hide(); }Instance of Symbol 39 MovieClip in Frame 3onClipEvent (mouseDown) { gotoAndStop (2); } onClipEvent (mouseUp) { gotoAndStop (1); }Frame 4Mouse.show();Instance of Symbol 62 MovieClip in Frame 4onClipEvent (enterFrame) { if ((_root.highscore > 0) && (_root.highscore < 10)) { this.gotoAndStop(2); } if ((_root.highscore > 9) && (_root.highscore < 100)) { this.gotoAndStop(3); } if ((_root.highscore > 99) && (_root.highscore < 1000)) { this.gotoAndStop(4); } if ((_root.highscore > 999) && (_root.highscore < 10000)) { this.gotoAndStop(5); } if ((_root.highscore > 9999) && (_root.highscore < 100000)) { this.gotoAndStop(6); } if (_root.highscore > 99999) { this.gotoAndStop(7); } }Symbol 17 Buttonon (release) { nextFrame(); }Symbol 30 MovieClip Frame 30_root.score = _root.score + _root.constantscore;Symbol 39 MovieClip Frame 1stop();Symbol 41 Buttonon (release) { gotoAndStop (2); }Symbol 50 Buttonon (release) { _root.gotoAndStop(5); }Symbol 52 Buttonon (release) { _root.gotoAndStop(6); }Symbol 54 Buttonon (release) { _root.gotoAndStop(7); }Symbol 56 Buttonon (release) { _root.gotoAndStop(8); }Symbol 58 Buttonon (release) { _root.gotoAndStop(9); }Symbol 60 Buttonon (release) { _root.gotoAndStop(10); }Symbol 62 MovieClip Frame 1stop();Symbol 72 Buttonon (release) { prevFrame(); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip [ball] | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip [paddlehitarea] | Uses:3 | Used by:6 |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip [paddle] | Uses:5 4 | Used by:Timeline |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Sound | Used by:Timeline | |
Symbol 9 Font | Used by:10 13 14 15 33 34 35 36 37 38 40 44 51 53 55 57 59 61 63 64 | |
Symbol 10 Text | Uses:9 | Used by:Timeline |
Symbol 11 Font | Used by:12 42 43 | |
Symbol 12 Text | Uses:11 | Used by:Timeline |
Symbol 13 Text | Uses:9 | Used by:17 41 |
Symbol 14 Text | Uses:9 | Used by:17 41 |
Symbol 15 Text | Uses:9 | Used by:17 41 |
Symbol 16 Graphic | Used by:17 41 | |
Symbol 17 Button | Uses:13 14 15 16 | Used by:Timeline |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:18 | Used by:Timeline |
Symbol 20 Graphic | Used by:25 | |
Symbol 21 Graphic | Used by:25 | |
Symbol 22 Graphic | Used by:25 | |
Symbol 23 Graphic | Used by:25 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:20 21 22 23 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:28 |
Symbol 28 MovieClip | Uses:27 | Used by:Timeline |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:Timeline |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:Timeline |
Symbol 33 Text | Uses:9 | Used by:Timeline |
Symbol 34 Text | Uses:9 | Used by:Timeline |
Symbol 35 EditableText | Uses:9 | Used by:Timeline |
Symbol 36 EditableText | Uses:9 | Used by:Timeline |
Symbol 37 Text | Uses:9 | Used by:Timeline |
Symbol 38 Text | Uses:9 | Used by:39 |
Symbol 39 MovieClip | Uses:38 | Used by:Timeline |
Symbol 40 Text | Uses:9 | Used by:Timeline |
Symbol 41 Button | Uses:13 14 15 16 | Used by:Timeline |
Symbol 42 Text | Uses:11 | Used by:Timeline |
Symbol 43 Text | Uses:11 | Used by:Timeline |
Symbol 44 Text | Uses:9 | Used by:Timeline |
Symbol 45 Graphic | Used by:62 | |
Symbol 46 Graphic | Used by:50 52 54 56 58 60 | |
Symbol 47 Graphic | Used by:50 52 54 56 58 60 | |
Symbol 48 Graphic | Used by:50 52 54 56 58 60 | |
Symbol 49 Graphic | Used by:50 52 54 56 58 60 | |
Symbol 50 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 51 Text | Uses:9 | Used by:62 |
Symbol 52 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 53 Text | Uses:9 | Used by:62 |
Symbol 54 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 55 Text | Uses:9 | Used by:62 |
Symbol 56 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 57 Text | Uses:9 | Used by:62 |
Symbol 58 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 59 Text | Uses:9 | Used by:62 |
Symbol 60 Button | Uses:46 47 48 49 | Used by:62 |
Symbol 61 Text | Uses:9 | Used by:62 |
Symbol 62 MovieClip | Uses:45 50 51 52 53 54 55 56 57 58 59 60 61 | Used by:Timeline |
Symbol 63 EditableText | Uses:9 | Used by:Timeline |
Symbol 64 Text | Uses:9 | Used by:Timeline |
Symbol 65 Bitmap | Used by:67 | |
Symbol 66 Bitmap | Used by:67 | |
Symbol 67 Graphic | Uses:65 66 | Used by:Timeline |
Symbol 68 Graphic | Used by:72 | |
Symbol 69 Graphic | Used by:72 | |
Symbol 70 Graphic | Used by:72 | |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 Button | Uses:68 69 70 71 | Used by:Timeline |
Symbol 73 Bitmap | Used by:74 | |
Symbol 74 Graphic | Uses:73 | Used by:Timeline |
Symbol 75 Bitmap | Used by:77 | |
Symbol 76 Bitmap | Used by:77 | |
Symbol 77 Graphic | Uses:75 76 | Used by:Timeline |
Symbol 78 Bitmap | Used by:79 | |
Symbol 79 Graphic | Uses:78 | Used by:Timeline |
Symbol 80 Bitmap | Used by:82 | |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:80 81 | Used by:Timeline |
Symbol 83 Bitmap | Used by:86 | |
Symbol 84 Bitmap | Used by:86 | |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:83 84 85 | Used by:Timeline |
Symbol 87 Bitmap | Used by:89 | |
Symbol 88 Bitmap | Used by:89 | |
Symbol 89 Graphic | Uses:87 88 | Used by:Timeline |
Symbol 90 Bitmap | Used by:94 | |
Symbol 91 Bitmap | Used by:94 | |
Symbol 92 Bitmap | Used by:94 | |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:90 91 92 93 | Used by:Timeline |
Instance Names
"paddle" | Frame 3 | Symbol 6 MovieClip [paddle] |
"ball" | Frame 3 | Symbol 2 MovieClip [ball] |
"hitarea" | Symbol 6 MovieClip [paddle] Frame 1 | Symbol 4 MovieClip [paddlehitarea] |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Protect (24) | Timeline Frame 1 | 0 bytes "" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "ball" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "paddlehitarea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "paddle" |
Dynamic Text Variables
score | Symbol 35 EditableText | "0" |
highscore | Symbol 36 EditableText | "0" |
highscore | Symbol 63 EditableText | "999999999999999" |
|