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 #69062 |
aaaa |
aaaahaa |
aaaahaaaaaaaha |
hhahaaahaaahaaa |
hhahaaahaaahaaaaaa |
hhahaaahaaahaaaaaaaa |
weeeeeeeeeeeeeeeeeeeeeeee |
use teh arrow keyz to move the clock crew around! watch out! many bad clocks are in the way! shoot teh bad clocks with strawberry clocks's drunk vision lazer! run out of time or run into a wall, and yuo'll have to do it again! |
PALY! |
PALY! |
Game Over |
Try Again |
Try Again |
ActionScript [AS1/AS2]
Frame 1stop();Frame 40stop();Frame 41stop();Instance of Symbol 108 MovieClip "ship" in Frame 41onClipEvent (load) { speedX = (speedY = 1); speedChange = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (speedX <= 5) { speedX = speedX + 1; } else if ((speedX >= 6) && (speedX <= 10)) { speedX = speedX + 2; } else if ((speedX >= 12) && (speedX <= 27)) { speedX = speedX + 3; } else if (speedX >= 30) { speedX = speedX + 5; } else { return(undefined); } this._x = this._x + speedX; } else if (Key.isDown(37)) { if (speedX <= 5) { speedX = speedX - 1; } else if ((speedX >= 6) && (speedX <= 10)) { speedX = speedX - 2; } else if ((speedX >= 12) && (speedX <= 27)) { speedX = speedX - 3; } else if (speedX >= 30) { speedX = speedX - 5; } else { return(undefined); } this._x = this._x + speedX; } if (Key.isDown(38)) { if (speedY <= 5) { speedY = speedY - 1; } else if ((speedY >= 6) && (speedY <= 10)) { speedY = speedY - 2; } else if ((speedY >= 12) && (speedY <= 27)) { speedY = speedY - 3; } else if (speedY >= 30) { speedY = speedY - 5; } else { return(undefined); } this._y = this._y + speedY; } else if (Key.isDown(40)) { if (speedY <= 5) { speedY = speedY + 1; } else if ((speedY >= 6) && (speedY <= 10)) { speedY = speedY + 2; } else if ((speedY >= 12) && (speedY <= 27)) { speedY = speedY + 3; } else if (speedY >= 30) { speedY = speedY + 5; } else { return(undefined); } this._y = this._y + speedY; } if (this._x < 0) { this._x = 0; } else if (this._x > (Stage.width - this._width)) { this._x = Stage.width - this._width; } if (this._y < 0) { this._y = 0; } else if (this._y > (Stage.height - this._height)) { this._y = Stage.height - this._height; } if (((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(38))) || (Key.isDown(40))) { speedChange = true; } } onClipEvent (keyUp) { if ((!Key.isDown(39)) && (!Key.isDown(37))) { speedX = 1; } if ((!Key.isDown(38)) && (!Key.isDown(40))) { speedY = 1; } if (((((!Key.isDown(39)) && (!Key.isDown(37))) && (!Key.isDown(38))) && (!Key.isDown(40))) && (speedChange)) { speedChange = false; } }Instance of Symbol 122 MovieClip "CURSOR" in Frame 41onClipEvent (load) { startDrag ("_root.CURSOR", true); Mouse.hide(); } onClipEvent (mouseDown) { Mouse.hide(); }Symbol 45 Buttonon (release) { getURL ("http://www.newgrounds.com", "_blank"); }Symbol 47 MovieClip Frame 40stop();Symbol 73 Buttonon (release) { _root.play(); }Symbol 74 MovieClip Frame 1function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }Symbol 74 MovieClip Frame 51Symbol 80 MovieClip Frame 1stop();Symbol 96 Buttonon (press) { play(); }Instance of Symbol 99 MovieClip "walls1x1" in Symbol 100 MovieClip Frame 1onClipEvent (enterFrame) { with (_root.ship) { if (walls1x1.hitTest(getBounds(_root).xMax, _y, true)) { _root.GameOver.play(); } if (walls1x1.hitTest(getBounds(_root).xMin, _y, true)) { _root.GameOver.play(); } if (walls1x1.hitTest(_x, getBounds(_root).yMax, true)) { _root.GameOver.play(); } if (walls1x1.hitTest(_x, getBounds(_root).yMin, true)) { _root.GameOver.play(); } } }Symbol 117 Buttonon (press) { gotoAndStop ("menu"); }Symbol 118 MovieClip Frame 1stop();Symbol 118 MovieClip Frame 100stop();
Library Items
Symbol 1 Graphic | Used by:74 | |
Symbol 2 Graphic | Used by:74 | |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:74 |
Symbol 5 Graphic | Used by:7 | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:5 6 | Used by:74 |
Symbol 8 Graphic | Used by:74 | |
Symbol 9 Graphic | Used by:74 | |
Symbol 10 Graphic | Used by:74 | |
Symbol 11 Graphic | Used by:18 47 | |
Symbol 12 Graphic | Used by:18 47 | |
Symbol 13 Graphic | Used by:18 47 | |
Symbol 14 Graphic | Used by:18 47 | |
Symbol 15 Graphic | Used by:18 47 | |
Symbol 16 Graphic | Used by:18 47 | |
Symbol 17 Graphic | Used by:18 47 | |
Symbol 18 MovieClip | Uses:11 12 13 14 15 16 17 | Used by:74 |
Symbol 19 Graphic | Used by:74 | |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:74 |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used by:74 |
Symbol 24 Graphic | Used by:28 | |
Symbol 25 Graphic | Used by:28 | |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:28 31 |
Symbol 28 MovieClip | Uses:24 25 27 | Used by:42 |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:29 30 27 | Used by:42 |
Symbol 32 Graphic | Used by:35 | |
Symbol 33 Graphic | Used by:35 38 | |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:32 33 34 | Used by:39 |
Symbol 36 Graphic | Used by:38 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:36 33 37 | Used by:39 |
Symbol 39 MovieClip | Uses:35 38 | Used by:42 |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip | Uses:40 | Used by:42 |
Symbol 42 MovieClip | Uses:28 31 39 41 | Used by:74 |
Symbol 43 Graphic | Used by:74 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 Button | Uses:44 | Used by:74 |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:11 12 13 14 15 16 17 46 | Used by:74 |
Symbol 48 Graphic | Used by:74 | |
Symbol 49 Graphic | Used by:74 | |
Symbol 50 Graphic | Used by:74 | |
Symbol 51 Graphic | Used by:74 | |
Symbol 52 Graphic | Used by:74 | |
Symbol 53 Graphic | Used by:74 | |
Symbol 54 Graphic | Used by:74 | |
Symbol 55 Graphic | Used by:74 | |
Symbol 56 Graphic | Used by:74 | |
Symbol 57 Graphic | Used by:74 | |
Symbol 58 Graphic | Used by:74 | |
Symbol 59 Graphic | Used by:74 | |
Symbol 60 ShapeTweening | Used by:74 | |
Symbol 61 Graphic | Used by:74 | |
Symbol 62 ShapeTweening | Used by:74 | |
Symbol 63 ShapeTweening | Used by:74 | |
Symbol 64 Graphic | Used by:74 | |
Symbol 65 Graphic | Used by:73 | |
Symbol 66 Graphic | Used by:73 | |
Symbol 67 Graphic | Used by:73 | |
Symbol 68 Graphic | Used by:73 | |
Symbol 69 Graphic | Used by:73 | |
Symbol 70 Graphic | Used by:72 | |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:70 71 | Used by:73 |
Symbol 73 Button | Uses:65 66 67 68 69 72 | Used by:74 |
Symbol 74 MovieClip | Uses:1 2 4 7 8 9 10 18 19 21 23 42 43 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 73 | Used by:Timeline |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:75 | Used by:121 Timeline |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:77 | Used by:121 Timeline |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:79 | Used by:100 Timeline |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:81 | Used by:Timeline |
Symbol 83 Font | Used by:84 85 86 87 88 89 | |
Symbol 84 Text | Uses:83 | Used by:Timeline |
Symbol 85 Text | Uses:83 | Used by:Timeline |
Symbol 86 Text | Uses:83 | Used by:Timeline |
Symbol 87 Text | Uses:83 | Used by:Timeline |
Symbol 88 Text | Uses:83 | Used by:Timeline |
Symbol 89 Text | Uses:83 | Used by:Timeline |
Symbol 90 Font | Used by:91 92 93 94 | |
Symbol 91 Text | Uses:90 | Used by:Timeline |
Symbol 92 Text | Uses:90 | Used by:Timeline |
Symbol 93 Text | Uses:90 | Used by:96 |
Symbol 94 Text | Uses:90 | Used by:96 |
Symbol 95 Graphic | Used by:96 | |
Symbol 96 Button | Uses:93 94 95 | Used by:Timeline |
Symbol 97 Graphic | Used by:100 | |
Symbol 98 Graphic | Used by:99 | |
Symbol 99 MovieClip | Uses:98 | Used by:100 |
Symbol 100 MovieClip | Uses:97 99 80 | Used by:Timeline |
Symbol 101 Graphic | Used by:104 | |
Symbol 102 Graphic | Used by:104 | |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:101 102 103 | Used by:105 |
Symbol 105 MovieClip | Uses:104 | Used by:108 |
Symbol 106 Graphic | Used by:107 | |
Symbol 107 MovieClip | Uses:106 | Used by:108 |
Symbol 108 MovieClip | Uses:105 107 | Used by:Timeline |
Symbol 109 Graphic | Used by:118 | |
Symbol 110 Font | Used by:111 | |
Symbol 111 Text | Uses:110 | Used by:112 |
Symbol 112 MovieClip | Uses:111 | Used by:118 |
Symbol 113 Font | Used by:114 115 | |
Symbol 114 Text | Uses:113 | Used by:117 |
Symbol 115 Text | Uses:113 | Used by:117 |
Symbol 116 Graphic | Used by:117 | |
Symbol 117 Button | Uses:114 115 116 | Used by:118 |
Symbol 118 MovieClip | Uses:109 112 117 | Used by:Timeline |
Symbol 119 Graphic | Used by:120 | |
Symbol 120 MovieClip | Uses:119 | Used by:122 |
Symbol 121 MovieClip | Uses:76 78 | Used by:122 |
Symbol 122 MovieClip | Uses:120 121 | Used by:Timeline |
Symbol 123 MovieClip | Uses:SS1 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 123 MovieClip |
Instance Names
"ship" | Frame 41 | Symbol 108 MovieClip |
"GameOver" | Frame 41 | Symbol 118 MovieClip |
"CURSOR" | Frame 41 | Symbol 122 MovieClip |
"bar" | Symbol 74 MovieClip Frame 1 | Symbol 4 MovieClip |
"bargfx" | Symbol 74 MovieClip Frame 1 | Symbol 7 MovieClip |
"tank" | Symbol 74 MovieClip Frame 1 | Symbol 21 MovieClip |
"bargfx" | Symbol 74 MovieClip Frame 2 | Symbol 7 MovieClip |
"bargfx" | Symbol 74 MovieClip Frame 20 | Symbol 7 MovieClip |
"walls1x1" | Symbol 100 MovieClip Frame 1 | Symbol 99 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"menu" | Frame 40 |
"LOAD" | Symbol 74 MovieClip Frame 1 |
"COMPLETE_STOP" | Symbol 74 MovieClip Frame 2 |
|