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 #39835 |
n00bnation |
y |
a |
l |
P |
s |
n |
o |
i |
t |
p |
O |
Instructions |
Veindigger. 110mb.com |
pumpkins |
W |
R |
PLAY AGAIN? |
MENU |
K |
C |
A |
B |
Quality: |
w |
o |
L |
d |
e |
M |
h |
g |
i |
H |
Power ups: |
n |
O |
Off |
Multiplying Babies: |
INSTRUCTIONS |
Use the Arrow Keys to move the bat, use the bat to stop the baby falling on the spikes. Every time the baby falls onto the spikes gets more bruised up. After 5 falls it will die and the game is over. |
If you go into the options screen, you will see some options (OMGWTF) If you turn the Power Up option on, power ups will fall during the game. They will come into effect when they hit the bat. |
Reverses the direction the bat moves in when you press the arrow keys. |
Increases the width of the bat. |
Increases the speed of the bat. |
If you turn the multiplying babies option on, more babies will appear as you play. If any of the babies die you lose. |
Back |
ActionScript [AS1/AS2]
Frame 1Instance of Symbol 8 MovieClip in Frame 1onClipEvent (mouseDown) { _root.punch.play(); }Frame 2function itemHandler1(obj, item) { getURL ("http://newgrounds.com"); } function itemHandler2(obj, item) { getURL ("http://www.newgrounds.com/collection/halloween2007"); } function itemHandler3(obj, item) { root.quality = "low"; } function itemHandler4(obj, item) { root.quality = "medium"; } function itemHandler5(obj, item) { root.quality = "high"; } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("ViSiT NeWgRoUnDs", itemHandler1); myMenu.customItems.push(item1); item2 = new ContextMenuItem("HALLOWEEN 2007", itemHandler2); myMenu.customItems.push(item2); item3 = new ContextMenuItem("Low Quality", itemHandler3); myMenu.customItems.push(item3); item4 = new ContextMenuItem("Medium Quality", itemHandler4); myMenu.customItems.push(item4); item5 = new ContextMenuItem("High Quality", itemHandler5); myMenu.customItems.push(item5); _root.menu = myMenu; _root.powerups = 0; _root.dupbabies = 0; stop();Frame 4stop();Instance of Symbol 67 MovieClip "bat" in Frame 4onClipEvent (load) { _root.score = 0; this.speed = 0; _root.speeda = 1; } onClipEvent (enterFrame) { this._x = this._x + speed; this._rotation = this._rotation + rot; if (Key.isDown(37)) { speed = speed - _root.speeda; } else if (Key.isDown(39)) { speed = speed + _root.speeda; } else { if (this._x > 0) { this._x--; } if (this._x < 0) { this._x++; } } if (this._x > 550) { this._x = 550; speed = 0; } if (this._x < 0) { this._x = 0; speed = 0; } }Instance of Symbol 73 MovieClip "baby" in Frame 4onClipEvent (load) { lol = 0; ono = 0; ene = 0; ana = 0; _root.unu = 0; if ((this.name = "baby")) { speed = 0; grav = 3; } else { this.gotoAndStop(1); grav = -2; } } onClipEvent (enterFrame) { if ((_root._currentframe == 4) || (_root._currentframe == 5)) { } else { removeMovieClip(this); } if (_root.dupbabies == 1) { ana++; if ((ana / 500) == Math.floor(ana / 500)) { _root.unu++; ono++; duplicateMovieClip (_root.baby, "babe" + ono, ono + 1); } } if (this.hitTest(_root.pumpkin) && (_root.pumpkin._alpha > 99)) { _root.score = _root.score + 1; _root.pumpkin._x = random(500); _root.pumpkin._y = 1000; _root.pumpkin._alpha = 0; _root.ching.play(); } if (_root.pumpkin._y == 1000) { lol++; } if (lol > 50) { lol = 0; _root.pumpkin._y = 105; } if ((_root.pumpkin._y < 1000) && (_root.pumpkin._alpha < 100)) { _root.pumpkin._alpha = _root.pumpkin._alpha + 5; } _root.scorea = _root.score + " Pumpkins"; grav++; this._x = this._x + speed; this._y = this._y + grav; if (this.hitTest(_root.bat)) { this.speed = _root.bat.speed + (random(2) - random(2)); this.grav = -20; } if ((this._x > 550) && (speed > 0)) { speed = (-speed) / 2; } if ((this._x < 0) && (speed < 0)) { speed = (-speed) / 2; } this._rotation = this._rotation + speed; if (this.hitTest(_root.spikes) && (this._y < bat._y)) { grav = grav - 2; speed = 0; } if (this._y > 400) { this._y = -20; this.nextFrame(); grav = 1; } }Instance of Symbol 81 MovieClip in Frame 4onClipEvent (load) { lolo = 0; go = 0; } onClipEvent (enterFrame) { if (_root.powerups == 1) { lolo = random(500); if (lolo == 1) { go = go + 1; } if (go > 0) { this._y = this._y + 5; } if (this.hitTest(_root.bat)) { this._x = random(520); if (_root.speeda > 0) { _root.speeda = _root.speeda + 1; } if (_root.speeda < 0) { _root.speeda = _root.speeda - 1; _root.powerup.play(); } go = 0; this._y = -50; } if (this._y > 550) { go == 0; this._y = -50; } } }Instance of Symbol 84 MovieClip in Frame 4onClipEvent (load) { lolb = 0; go = 0; } onClipEvent (enterFrame) { if (_root.powerups == 1) { lolb = random(1000); if (lolb == 1) { go = go + 1; } if (go > 0) { this._y = this._y + 5; } if (this.hitTest(_root.bat)) { _root.bat._xscale = _root.bat._xscale + 50; go = 0; this._y = -50; this._x = random(520); _root.powerup.play(); } if (this._y > 550) { go == 0; this._y = -50; this._x = random(520); } } }Instance of Symbol 87 MovieClip in Frame 4onClipEvent (load) { lolb = 0; go = 0; } onClipEvent (enterFrame) { if (_root.powerups == 1) { lolb = random(1500); if (lolb == 1) { go = go + 1; } if (go > 0) { this._y = this._y + 5; } if (this.hitTest(_root.bat)) { _root.speeda = -_root.speeda; go = 0; this._y = -50; this._x = random(520); _root.powerup.play(); } if (this._y > 550) { go == 0; this._y = -50; this._x = random(520); } } }Frame 5stopAllSounds(); if (_root.score == 1) { _root.resultsa = ("You got " + _root.score) + " pumpkin"; } else { _root.resultsa = ("You got " + _root.score) + " pumpkins"; }Instance of Symbol 154 MovieClip in Frame 6onClipEvent (enterFrame) { if (_root.powerups == 1) { _root.poon._width = 117; _root.poon._height = 53; _root.poof._width = 97; _root.poof._height = 33; } if (_root.powerups == 0) { _root.poof._width = 117; _root.poof._height = 53; _root.poon._width = 97; _root.poon._height = 33; } if (_root._quality == "low") { _root.quallow._width = 117; _root.quallow._height = 53; _root.qualmed._width = 97; _root.qualmed._height = 33; _root.qualhigh._width = 97; _root.qualhigh._height = 33; } if (_root._quality == "medium") { _root.qualmed._width = 117; _root.qualmed._height = 53; _root.quallow._width = 97; _root.quallow._height = 33; _root.qualhigh._width = 97; _root.qualhigh._height = 33; } if (_root._quality == "low") { _root.qualhigh._width = 117; _root.qualhigh._height = 53; _root.qualmed._width = 97; _root.qualmed._height = 33; _root.quallow._width = 97; _root.quallow._height = 33; } if (_root.dupbabies == 1) { _root.dbo._width = 117; _root.dbo._height = 53; _root.dbf._width = 97; _root.dbf._height = 33; } if (_root.dupbabies == 0) { _root.dbf._width = 117; _root.dbf._height = 53; _root.dbo._width = 97; _root.dbo._height = 33; } }Symbol 2 MovieClip Frame 1stop();Symbol 4 MovieClip Frame 1stop();Symbol 6 MovieClip Frame 1stop();Symbol 23 Buttonon (release) { getURL ("http://s11.invisionfree.com/n00bnation/index.php?", "_blank"); }Symbol 28 Buttonon (release) { _root.gotoAndStop(3); }Symbol 29 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }Symbol 29 MovieClip Frame 2gotoAndPlay (1);Symbol 35 Buttonon (press) { _root.gotoAndStop(4); _root.stopAllSounds(); }Symbol 42 Buttonon (press) { _root.gotoAndStop(6); }Symbol 50 Buttonon (press) { _root.gotoAndStop(7); }Symbol 52 Buttonon (press) { getURL ("http://veindigger.110mb.com", blank); }Symbol 73 MovieClip Frame 1stop();Symbol 73 MovieClip Frame 6_root.gotoAndStop(5);Symbol 121 MovieClip Frame 45stop();Symbol 124 Buttonon (press) { _root.gotoAndStop(4); }Symbol 126 Buttonon (press) { _root.gotoAndStop(3); }Symbol 128 Buttonon (press) { _root.gotoAndStop(3); _root.speedo = speedb; }Symbol 134 Buttonon (press) { _root._quality = "low"; }Symbol 135 Buttonon (press) { _root._quality = "medium"; }Symbol 136 Buttonon (press) { _root._quality = "high"; }Symbol 148 Buttonon (press) { _root.powerups = 1; }Symbol 149 Buttonon (press) { _root.powerups = 0; }Symbol 156 Buttonon (press) { _root.dupbabies = 1; }Symbol 157 Buttonon (press) { _root.dupbabies = 0; }Symbol 167 Buttonon (press) { _root.gotoAndStop(3); }
Library Items
Symbol 1 Sound | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
Symbol 3 Sound | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:Timeline |
Symbol 5 Sound | Used by:6 | |
Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:7 | Used by:Timeline |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 MovieClip | Uses:9 | Used by:Timeline |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:11 | Used by:Timeline |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:13 | Used by:29 |
Symbol 15 Graphic | Used by:29 | |
Symbol 16 Graphic | Used by:21 23 | |
Symbol 17 Font | Used by:18 83 86 88 123 163 164 165 | |
Symbol 18 Text | Uses:17 | Used by:21 23 |
Symbol 19 Graphic | Used by:20 23 | |
Symbol 20 MovieClip | Uses:19 | Used by:21 |
Symbol 21 MovieClip | Uses:16 18 20 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:23 |
Symbol 23 Button | Uses:22 16 18 19 | Used by:29 |
Symbol 24 Graphic | Used by:28 | |
Symbol 25 Graphic | Used by:28 | |
Symbol 26 Graphic | Used by:28 | |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 Button | Uses:24 25 26 27 | Used by:29 |
Symbol 29 MovieClip | Uses:14 15 23 28 | Used by:Timeline |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
Symbol 32 Graphic | Used by:Timeline | |
Symbol 33 Graphic | Used by:35 42 50 52 124 126 128 134 135 136 148 149 156 157 167 | |
Symbol 34 Graphic | Used by:35 42 50 52 124 126 128 134 135 136 148 149 156 157 167 | |
Symbol 35 Button | Uses:33 34 | Used by:Timeline |
Symbol 36 Font | Used by:37 38 39 40 43 44 45 46 47 48 49 51 53 125 127 129 130 131 132 133 137 138 139 140 141 142 143 144 145 146 147 150 151 152 155 159 168 | |
Symbol 37 Text | Uses:36 | Used by:Timeline |
Symbol 38 Text | Uses:36 | Used by:Timeline |
Symbol 39 Text | Uses:36 | Used by:Timeline |
Symbol 40 Text | Uses:36 | Used by:Timeline |
Symbol 41 MovieClip | Used by:98 121 Timeline | |
Symbol 42 Button | Uses:33 34 | Used by:Timeline |
Symbol 43 Text | Uses:36 | Used by:Timeline |
Symbol 44 Text | Uses:36 | Used by:Timeline |
Symbol 45 Text | Uses:36 | Used by:Timeline |
Symbol 46 Text | Uses:36 | Used by:Timeline |
Symbol 47 Text | Uses:36 | Used by:Timeline |
Symbol 48 Text | Uses:36 | Used by:Timeline |
Symbol 49 Text | Uses:36 | Used by:Timeline |
Symbol 50 Button | Uses:33 34 | Used by:Timeline |
Symbol 51 Text | Uses:36 | Used by:Timeline |
Symbol 52 Button | Uses:33 34 | Used by:Timeline |
Symbol 53 Text | Uses:36 | Used by:Timeline |
Symbol 54 Graphic | Used by:Timeline | |
Symbol 55 Graphic | Used by:62 | |
Symbol 56 Graphic | Used by:59 | |
Symbol 57 Graphic | Used by:59 | |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip | Uses:56 57 58 | Used by:62 |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:60 | Used by:62 |
Symbol 62 MovieClip | Uses:55 59 61 | Used by:Timeline |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:63 | Used by:65 |
Symbol 65 MovieClip | Uses:64 | Used by:Timeline |
Symbol 66 Graphic | Used by:67 | |
Symbol 67 MovieClip | Uses:66 | Used by:Timeline |
Symbol 68 Graphic | Used by:73 | |
Symbol 69 Graphic | Used by:73 | |
Symbol 70 Graphic | Used by:73 | |
Symbol 71 Graphic | Used by:73 | |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip | Uses:68 69 70 71 72 | Used by:Timeline |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:74 | Used by:77 |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip | Uses:75 76 | Used by:Timeline |
Symbol 78 Font | Used by:79 | |
Symbol 79 EditableText | Uses:78 | Used by:Timeline |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 MovieClip | Uses:80 | Used by:Timeline |
Symbol 82 Graphic | Used by:84 | |
Symbol 83 Text | Uses:17 | Used by:84 |
Symbol 84 MovieClip | Uses:82 83 | Used by:Timeline |
Symbol 85 Graphic | Used by:87 | |
Symbol 86 Text | Uses:17 | Used by:87 |
Symbol 87 MovieClip | Uses:85 86 | Used by:Timeline |
Symbol 88 EditableText | Uses:17 | Used by:Timeline |
Symbol 89 Sound | Used by:Timeline | |
Symbol 90 Graphic | Used by:91 | |
Symbol 91 MovieClip | Uses:90 | Used by:121 |
Symbol 92 Graphic | Used by:121 | |
Symbol 93 Graphic | Used by:121 | |
Symbol 94 Graphic | Used by:121 | |
Symbol 95 Graphic | Used by:121 | |
Symbol 96 Graphic | Used by:121 | |
Symbol 97 Graphic | Used by:98 | |
Symbol 98 MovieClip | Uses:97 41 | Used by:121 |
Symbol 99 Graphic | Used by:121 | |
Symbol 100 Graphic | Used by:121 | |
Symbol 101 Graphic | Used by:121 | |
Symbol 102 Graphic | Used by:121 | |
Symbol 103 Graphic | Used by:121 | |
Symbol 104 Graphic | Used by:121 | |
Symbol 105 Graphic | Used by:121 | |
Symbol 106 Graphic | Used by:121 | |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:107 | Used by:121 |
Symbol 109 Graphic | Used by:121 | |
Symbol 110 Graphic | Used by:121 | |
Symbol 111 Graphic | Used by:121 | |
Symbol 112 Graphic | Used by:121 | |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:113 | Used by:121 |
Symbol 115 Graphic | Used by:121 | |
Symbol 116 Graphic | Used by:121 | |
Symbol 117 Graphic | Used by:121 | |
Symbol 118 Graphic | Used by:121 | |
Symbol 119 ShapeTweening | Used by:121 | |
Symbol 120 Graphic | Used by:121 | |
Symbol 121 MovieClip | Uses:91 92 41 93 94 95 96 98 99 100 101 102 103 104 105 106 108 109 110 111 112 114 115 116 117 118 119 120 | Used by:Timeline |
Symbol 122 Graphic | Used by:Timeline | |
Symbol 123 EditableText | Uses:17 | Used by:Timeline |
Symbol 124 Button | Uses:33 34 | Used by:Timeline |
Symbol 125 Text | Uses:36 | Used by:Timeline |
Symbol 126 Button | Uses:33 34 | Used by:Timeline |
Symbol 127 Text | Uses:36 | Used by:Timeline |
Symbol 128 Button | Uses:33 34 | Used by:Timeline |
Symbol 129 Text | Uses:36 | Used by:Timeline |
Symbol 130 Text | Uses:36 | Used by:Timeline |
Symbol 131 Text | Uses:36 | Used by:Timeline |
Symbol 132 Text | Uses:36 | Used by:Timeline |
Symbol 133 Text | Uses:36 | Used by:Timeline |
Symbol 134 Button | Uses:33 34 | Used by:Timeline |
Symbol 135 Button | Uses:33 34 | Used by:Timeline |
Symbol 136 Button | Uses:33 34 | Used by:Timeline |
Symbol 137 Text | Uses:36 | Used by:Timeline |
Symbol 138 Text | Uses:36 | Used by:Timeline |
Symbol 139 Text | Uses:36 | Used by:Timeline |
Symbol 140 Text | Uses:36 | Used by:Timeline |
Symbol 141 Text | Uses:36 | Used by:Timeline |
Symbol 142 Text | Uses:36 | Used by:Timeline |
Symbol 143 Text | Uses:36 | Used by:Timeline |
Symbol 144 Text | Uses:36 | Used by:Timeline |
Symbol 145 Text | Uses:36 | Used by:Timeline |
Symbol 146 Text | Uses:36 | Used by:Timeline |
Symbol 147 Text | Uses:36 | Used by:Timeline |
Symbol 148 Button | Uses:33 34 | Used by:Timeline |
Symbol 149 Button | Uses:33 34 | Used by:Timeline |
Symbol 150 Text | Uses:36 | Used by:Timeline |
Symbol 151 Text | Uses:36 | Used by:Timeline |
Symbol 152 Text | Uses:36 | Used by:Timeline |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:Timeline |
Symbol 155 Text | Uses:36 | Used by:Timeline |
Symbol 156 Button | Uses:33 34 | Used by:Timeline |
Symbol 157 Button | Uses:33 34 | Used by:Timeline |
Symbol 158 Graphic | Used by:Timeline | |
Symbol 159 Text | Uses:36 | Used by:Timeline |
Symbol 160 Font | Used by:161 162 166 | |
Symbol 161 Text | Uses:160 | Used by:Timeline |
Symbol 162 Text | Uses:160 | Used by:Timeline |
Symbol 163 Text | Uses:17 | Used by:Timeline |
Symbol 164 Text | Uses:17 | Used by:Timeline |
Symbol 165 Text | Uses:17 | Used by:Timeline |
Symbol 166 Text | Uses:160 | Used by:Timeline |
Symbol 167 Button | Uses:33 34 | Used by:Timeline |
Symbol 168 Text | Uses:36 | Used by:Timeline |
Instance Names
"ching" | Frame 1 | Symbol 2 MovieClip |
"punch" | Frame 1 | Symbol 4 MovieClip |
"powerup" | Frame 1 | Symbol 6 MovieClip |
"spikes" | Frame 4 | Symbol 65 MovieClip |
"spikes" | Frame 4 | Symbol 65 MovieClip |
"bat" | Frame 4 | Symbol 67 MovieClip |
"baby" | Frame 4 | Symbol 73 MovieClip |
"pumpkin" | Frame 4 | Symbol 77 MovieClip |
"quallow" | Frame 6 | Symbol 134 Button |
"qualmed" | Frame 6 | Symbol 135 Button |
"qualhigh" | Frame 6 | Symbol 136 Button |
"poon" | Frame 6 | Symbol 148 Button |
"poof" | Frame 6 | Symbol 149 Button |
"dbo" | Frame 6 | Symbol 156 Button |
"dbf" | Frame 6 | Symbol 157 Button |
"bar" | Symbol 29 MovieClip Frame 1 | Symbol 14 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"loaded" | Symbol 29 MovieClip Frame 3 |
Dynamic Text Variables
scorea | Symbol 79 EditableText | " pumpkins" |
timer | Symbol 88 EditableText | "" |
resultsa | Symbol 123 EditableText | "" |
|