STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228133
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/98403624?noj=FRM98403624-17DC" width="1" height="1"></div>

-BabyBounce.swf

This is the info page for
Flash #39835

(Click the ID number above for more basic data on this flash file.)


Text
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 1
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (mouseDown) { _root.punch.play(); }
Frame 2
function 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 4
stop();
Instance of Symbol 67 MovieClip "bat" in Frame 4
onClipEvent (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 4
onClipEvent (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 4
onClipEvent (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 4
onClipEvent (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 4
onClipEvent (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 5
stopAllSounds(); 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 6
onClipEvent (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 1
stop();
Symbol 4 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 1
stop();
Symbol 23 Button
on (release) { getURL ("http://s11.invisionfree.com/n00bnation/index.php?", "_blank"); }
Symbol 28 Button
on (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 2
gotoAndPlay (1);
Symbol 35 Button
on (press) { _root.gotoAndStop(4); _root.stopAllSounds(); }
Symbol 42 Button
on (press) { _root.gotoAndStop(6); }
Symbol 50 Button
on (press) { _root.gotoAndStop(7); }
Symbol 52 Button
on (press) { getURL ("http://veindigger.110mb.com", blank); }
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 6
_root.gotoAndStop(5);
Symbol 121 MovieClip Frame 45
stop();
Symbol 124 Button
on (press) { _root.gotoAndStop(4); }
Symbol 126 Button
on (press) { _root.gotoAndStop(3); }
Symbol 128 Button
on (press) { _root.gotoAndStop(3); _root.speedo = speedb; }
Symbol 134 Button
on (press) { _root._quality = "low"; }
Symbol 135 Button
on (press) { _root._quality = "medium"; }
Symbol 136 Button
on (press) { _root._quality = "high"; }
Symbol 148 Button
on (press) { _root.powerups = 1; }
Symbol 149 Button
on (press) { _root.powerups = 0; }
Symbol 156 Button
on (press) { _root.dupbabies = 1; }
Symbol 157 Button
on (press) { _root.dupbabies = 0; }
Symbol 167 Button
on (press) { _root.gotoAndStop(3); }

Library Items

Symbol 1 SoundUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 SoundUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 SoundUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:29
Symbol 15 GraphicUsed by:29
Symbol 16 GraphicUsed by:21 23
Symbol 17 FontUsed by:18 83 86 88 123 163 164 165
Symbol 18 TextUses:17Used by:21 23
Symbol 19 GraphicUsed by:20 23
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:16 18 20Used by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 ButtonUses:22 16 18 19Used by:29
Symbol 24 GraphicUsed by:28
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:24 25 26 27Used by:29
Symbol 29 MovieClipUses:14 15 23 28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:35 42 50 52 124 126 128 134 135 136 148 149 156 157 167
Symbol 34 GraphicUsed by:35 42 50 52 124 126 128 134 135 136 148 149 156 157 167
Symbol 35 ButtonUses:33 34Used by:Timeline
Symbol 36 FontUsed 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 TextUses:36Used by:Timeline
Symbol 38 TextUses:36Used by:Timeline
Symbol 39 TextUses:36Used by:Timeline
Symbol 40 TextUses:36Used by:Timeline
Symbol 41 MovieClipUsed by:98 121  Timeline
Symbol 42 ButtonUses:33 34Used by:Timeline
Symbol 43 TextUses:36Used by:Timeline
Symbol 44 TextUses:36Used by:Timeline
Symbol 45 TextUses:36Used by:Timeline
Symbol 46 TextUses:36Used by:Timeline
Symbol 47 TextUses:36Used by:Timeline
Symbol 48 TextUses:36Used by:Timeline
Symbol 49 TextUses:36Used by:Timeline
Symbol 50 ButtonUses:33 34Used by:Timeline
Symbol 51 TextUses:36Used by:Timeline
Symbol 52 ButtonUses:33 34Used by:Timeline
Symbol 53 TextUses:36Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:62
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:56 57 58Used by:62
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:55 59 61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:73
Symbol 69 GraphicUsed by:73
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:68 69 70 71 72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:75 76Used by:Timeline
Symbol 78 FontUsed by:79
Symbol 79 EditableTextUses:78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:84
Symbol 83 TextUses:17Used by:84
Symbol 84 MovieClipUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:87
Symbol 86 TextUses:17Used by:87
Symbol 87 MovieClipUses:85 86Used by:Timeline
Symbol 88 EditableTextUses:17Used by:Timeline
Symbol 89 SoundUsed by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:121
Symbol 92 GraphicUsed by:121
Symbol 93 GraphicUsed by:121
Symbol 94 GraphicUsed by:121
Symbol 95 GraphicUsed by:121
Symbol 96 GraphicUsed by:121
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97 41Used by:121
Symbol 99 GraphicUsed by:121
Symbol 100 GraphicUsed by:121
Symbol 101 GraphicUsed by:121
Symbol 102 GraphicUsed by:121
Symbol 103 GraphicUsed by:121
Symbol 104 GraphicUsed by:121
Symbol 105 GraphicUsed by:121
Symbol 106 GraphicUsed by:121
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:121
Symbol 109 GraphicUsed by:121
Symbol 110 GraphicUsed by:121
Symbol 111 GraphicUsed by:121
Symbol 112 GraphicUsed by:121
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:121
Symbol 115 GraphicUsed by:121
Symbol 116 GraphicUsed by:121
Symbol 117 GraphicUsed by:121
Symbol 118 GraphicUsed by:121
Symbol 119 ShapeTweeningUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses: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 120Used by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 EditableTextUses:17Used by:Timeline
Symbol 124 ButtonUses:33 34Used by:Timeline
Symbol 125 TextUses:36Used by:Timeline
Symbol 126 ButtonUses:33 34Used by:Timeline
Symbol 127 TextUses:36Used by:Timeline
Symbol 128 ButtonUses:33 34Used by:Timeline
Symbol 129 TextUses:36Used by:Timeline
Symbol 130 TextUses:36Used by:Timeline
Symbol 131 TextUses:36Used by:Timeline
Symbol 132 TextUses:36Used by:Timeline
Symbol 133 TextUses:36Used by:Timeline
Symbol 134 ButtonUses:33 34Used by:Timeline
Symbol 135 ButtonUses:33 34Used by:Timeline
Symbol 136 ButtonUses:33 34Used by:Timeline
Symbol 137 TextUses:36Used by:Timeline
Symbol 138 TextUses:36Used by:Timeline
Symbol 139 TextUses:36Used by:Timeline
Symbol 140 TextUses:36Used by:Timeline
Symbol 141 TextUses:36Used by:Timeline
Symbol 142 TextUses:36Used by:Timeline
Symbol 143 TextUses:36Used by:Timeline
Symbol 144 TextUses:36Used by:Timeline
Symbol 145 TextUses:36Used by:Timeline
Symbol 146 TextUses:36Used by:Timeline
Symbol 147 TextUses:36Used by:Timeline
Symbol 148 ButtonUses:33 34Used by:Timeline
Symbol 149 ButtonUses:33 34Used by:Timeline
Symbol 150 TextUses:36Used by:Timeline
Symbol 151 TextUses:36Used by:Timeline
Symbol 152 TextUses:36Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 TextUses:36Used by:Timeline
Symbol 156 ButtonUses:33 34Used by:Timeline
Symbol 157 ButtonUses:33 34Used by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 TextUses:36Used by:Timeline
Symbol 160 FontUsed by:161 162 166
Symbol 161 TextUses:160Used by:Timeline
Symbol 162 TextUses:160Used by:Timeline
Symbol 163 TextUses:17Used by:Timeline
Symbol 164 TextUses:17Used by:Timeline
Symbol 165 TextUses:17Used by:Timeline
Symbol 166 TextUses:160Used by:Timeline
Symbol 167 ButtonUses:33 34Used by:Timeline
Symbol 168 TextUses:36Used by:Timeline

Instance Names

"ching"Frame 1Symbol 2 MovieClip
"punch"Frame 1Symbol 4 MovieClip
"powerup"Frame 1Symbol 6 MovieClip
"spikes"Frame 4Symbol 65 MovieClip
"spikes"Frame 4Symbol 65 MovieClip
"bat"Frame 4Symbol 67 MovieClip
"baby"Frame 4Symbol 73 MovieClip
"pumpkin"Frame 4Symbol 77 MovieClip
"quallow"Frame 6Symbol 134 Button
"qualmed"Frame 6Symbol 135 Button
"qualhigh"Frame 6Symbol 136 Button
"poon"Frame 6Symbol 148 Button
"poof"Frame 6Symbol 149 Button
"dbo"Frame 6Symbol 156 Button
"dbf"Frame 6Symbol 157 Button
"bar"Symbol 29 MovieClip Frame 1Symbol 14 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"loaded"Symbol 29 MovieClip Frame 3

Dynamic Text Variables

scoreaSymbol 79 EditableText"  pumpkins"
timerSymbol 88 EditableText""
resultsaSymbol 123 EditableText""




http://swfchan.com/8/39835/info.shtml
Created: 11/5 -2019 20:39:34 Last modified: 11/5 -2019 20:39:34 Server time: 17/05 -2024 02:16:34