| 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 #71816 |
| Avoid the blades with your mouse as long as you can for the highest possible score. If backed into a corner, click and hold, as this will shield your orb. Beware! Clicking makes your clock go down. |
| CLOCK: |
| 0000000000 |
| SECRET 1: KWING'S GIFT (NEED 250) SECRET 2: RIVZ'S GIFT (NEED 500) SECRET 3: [SECRET] (NEED 1000) |
| GAME OVER! YOUR SCORE IS: |
| 0000000000 |
| PLAY AGAIN? |
| HAPPY BIRTHDAY FAZZLEMAN! |
| USE UP AND DOWN ARROWS TO SHRINK AND ENLARGE, CLICK AND DRAG TO PAN. |
ActionScript [AS1/AS2]
Frame 1function fun() { getURL ("http://www.freewebs.com/hork-bajir/"); } var con = new ContextMenu(); con.hideBuiltInItems(); var new_menu = new ContextMenuItem("Kwing's Site", fun); con.customItems.push(new_menu); _root.menu = con; clock = 0; stop();Instance of Symbol 8 MovieClip in Frame 1onClipEvent (load) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player.vunerable)) { _root.gotoAndStop(2); } if (this._y >= 310) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } }Instance of Symbol 19 MovieClip "player" in Frame 1onClipEvent (enterFrame) { if (this._x < 0) { _root.clock = 0; } if (this._y < 0) { _root.clock = 0; } if (this._x > 300) { _root.clock = 0; } if (this._y > 300) { _root.clock = 0; } _root.clock = _root.clock + 1; Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; if (Key.isDown(1)) { this.gotoAndStop(2); _root.clock = _root.clock - 2; } } onClipEvent (mouseUp) { this.gotoAndStop(1); }Instance of Symbol 8 MovieClip in Frame 1onClipEvent (load) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player.vunerable)) { _root.gotoAndStop(2); } if (this._y >= 310) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } }Instance of Symbol 8 MovieClip in Frame 1onClipEvent (load) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player.vunerable)) { _root.gotoAndStop(2); } if (this._y >= 310) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } }Instance of Symbol 8 MovieClip in Frame 1onClipEvent (load) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player.vunerable)) { _root.gotoAndStop(2); } if (this._y >= 310) { this._x = random(300); this._y = random(-50); speed = random(5) + 1; } }Frame 2Mouse.show();Instance of Symbol 35 MovieClip in Frame 2onClipEvent (enterFrame) { if (_root.clock > 249) { this.gotoAndStop(2); } }Instance of Symbol 37 MovieClip in Frame 2onClipEvent (enterFrame) { if (_root.clock > 499) { this.gotoAndStop(2); } }Instance of Symbol 39 MovieClip in Frame 2onClipEvent (enterFrame) { if (_root.clock > 999) { this.gotoAndStop(2); } }Instance of Symbol 45 MovieClip in Frame 3onClipEvent (load) { picscale = 100; } on (press) { startDrag (this); } on (release) { stopDrag(); } on (dragOut) { stopDrag(); } onClipEvent (enterFrame) { _xscale = picscale; _yscale = picscale; if (Key.isDown(38)) { picscale = picscale + 5; } if (Key.isDown(40)) { picscale = picscale - 5; } }Instance of Symbol 49 MovieClip in Frame 4onClipEvent (load) { picscale = 100; } on (press) { startDrag (this); } on (release) { stopDrag(); } on (dragOut) { stopDrag(); } onClipEvent (enterFrame) { _xscale = picscale; _yscale = picscale; if (Key.isDown(38)) { picscale = picscale + 5; } if (Key.isDown(40)) { picscale = picscale - 5; } }Symbol 19 MovieClip Frame 1stop();Symbol 28 Buttonon (release) { stopAllSounds(); prevFrame(); }Symbol 34 Buttonon (release) { _root.gotoAndStop(3); }Symbol 35 MovieClip Frame 1stop();Symbol 36 Buttonon (release) { _root.gotoAndStop(4); }Symbol 37 MovieClip Frame 1stop();Symbol 38 Buttonon (release) { _root.gotoAndStop(5); }Symbol 39 MovieClip Frame 1stop();Symbol 46 Buttonon (release) { stopAllSounds(); gotoAndStop (1); }
Library Items
| Symbol 1 Graphic | Used by:2 | |
| Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
| Symbol 3 Font | Used by:4 20 21 23 24 25 26 | |
| Symbol 4 Text | Uses:3 | Used by:Timeline |
| Symbol 5 Graphic | Used by:8 | |
| Symbol 6 Graphic | Used by:7 | |
| Symbol 7 MovieClip | Uses:6 | Used by:8 |
| Symbol 8 MovieClip | Uses:5 7 | Used by:Timeline |
| Symbol 9 Graphic | Used by:10 | |
| Symbol 10 MovieClip | Uses:9 | Used by:19 |
| Symbol 11 Graphic | Used by:15 | |
| Symbol 12 Graphic | Used by:13 | |
| Symbol 13 MovieClip | Uses:12 | Used by:15 18 |
| Symbol 14 Graphic | Used by:15 | |
| Symbol 15 MovieClip | Uses:11 13 14 | Used by:19 |
| Symbol 16 Graphic | Used by:18 | |
| Symbol 17 Graphic | Used by:18 | |
| Symbol 18 MovieClip | Uses:16 17 13 | Used by:19 |
| Symbol 19 MovieClip | Uses:10 15 18 | Used by:Timeline |
| Symbol 20 Text | Uses:3 | Used by:Timeline |
| Symbol 21 EditableText | Uses:3 | Used by:Timeline |
| Symbol 22 Sound | Used by:Timeline | |
| Symbol 23 Text | Uses:3 | Used by:Timeline |
| Symbol 24 Text | Uses:3 | Used by:Timeline |
| Symbol 25 EditableText | Uses:3 | Used by:Timeline |
| Symbol 26 Text | Uses:3 | Used by:28 46 |
| Symbol 27 Graphic | Used by:28 46 | |
| Symbol 28 Button | Uses:26 27 | Used by:Timeline |
| Symbol 29 Graphic | Used by:35 37 39 | |
| Symbol 30 Graphic | Used by:34 36 38 | |
| Symbol 31 Graphic | Used by:34 36 38 | |
| Symbol 32 Graphic | Used by:34 36 38 | |
| Symbol 33 Graphic | Used by:34 36 38 | |
| Symbol 34 Button | Uses:30 31 32 33 | Used by:35 |
| Symbol 35 MovieClip | Uses:29 34 | Used by:Timeline |
| Symbol 36 Button | Uses:30 31 32 33 | Used by:37 |
| Symbol 37 MovieClip | Uses:29 36 | Used by:Timeline |
| Symbol 38 Button | Uses:30 31 32 33 | Used by:39 |
| Symbol 39 MovieClip | Uses:29 38 | Used by:Timeline |
| Symbol 40 Font | Used by:41 | |
| Symbol 41 Text | Uses:40 | Used by:Timeline |
| Symbol 42 Font | Used by:43 | |
| Symbol 43 Text | Uses:42 | Used by:Timeline |
| Symbol 44 Graphic | Used by:45 | |
| Symbol 45 MovieClip | Uses:44 | Used by:Timeline |
| Symbol 46 Button | Uses:26 27 | Used by:Timeline |
| Symbol 47 Bitmap | Used by:48 | |
| Symbol 48 Graphic | Uses:47 | Used by:49 |
| Symbol 49 MovieClip | Uses:48 | Used by:Timeline |
| Symbol 50 Bitmap | Used by:51 | |
| Symbol 51 Graphic | Uses:50 | Used by:Timeline |
| Symbol 52 Sound | Used by:Timeline |
Instance Names
| "player" | Frame 1 | Symbol 19 MovieClip |
| "vunerable" | Symbol 19 MovieClip Frame 1 | Symbol 10 MovieClip |
| "vunerable" | Symbol 19 MovieClip Frame 1 | Symbol 15 MovieClip |
Special Tags
| FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
| Protect (24) | Timeline Frame 1 | 0 bytes "" |
Dynamic Text Variables
| clock | Symbol 21 EditableText | "0000000000" |
| clock | Symbol 25 EditableText | "0000000000" |
|
|