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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM12910953-5DC&rnd=12910953" width="1" height="1"></div>

116997_Inhibition.swf

This is the info page for
Flash #262181

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


Text
LOADING

PLAY

HEALTH:

SCORE:

G

GA

GAM

GAME

GAME O

GAME OV

GAME OVE

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

GAME OVER

INHIBITION

INHIBITION

PLAY

PLAY

Controls

PLAY

Controls

Controls

MADE BY: MPM

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

LEVEL 1

CONTROLS:

RIGHT-RIGHT
LEFT-LEFT
SHIFT-JUMP
SPACE-ROLL

TIP:Cannot punch scientist

TIP:Timing is key

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (1) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
_root.Health = 100; if (_root.Health <= 0) { gotoAndPlay (5); } stop();
Instance of Symbol 8 MovieClip "Spikes" in Frame 4
onClipEvent (enterFrame) { _root.Spikes; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.spiked; } } onClipEvent (enterFrame) { _root.spiked = 1.5; }
Instance of Symbol 62 MovieClip "You" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - _root.moveSpeed; } } onClipEvent (enterFrame) { _root.moveSpeed = 9.5; } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + _root.moveSpeed; } } onClipEvent (enterFrame) { if (Key.isDown(17)) { gotoAndPlay (18); } } onClipEvent (enterFrame) { if (Key.isDown(16)) { gotoAndPlay (27); } } onClipEvent (enterFrame) { _root.painSpeed = 25.6; } onClipEvent (enterFrame) { _root.bumpSpeed = 19; } onClipEvent (enterFrame) { _root.You; if (hitTest(_root.Him)) { this._x = this._x - _root.bumpSpeed; gotoAndPlay (70); } } onClipEvent (enterFrame) { _root.You; if (hitTest(_root.Spikes)) { this._x = this._x + painSpeed; gotoAndPlay (60); } } onClipEvent (enterFrame) { if (_root.Health <= 0) { _parent.gotoAndPlay(5); } } onClipEvent (enterFrame) { rollSpeed = 12.6; } onClipEvent (enterFrame) { if (Key.isDown(32)) { gotoAndPlay (44); this._x = this._x + rollSpeed; } } onClipEvent (enterFrame) { _root.You; if (hitTest(_root.Spike)) { this._x = this._x + painSpeed; gotoAndPlay (58); } } onClipEvent (enterFrame) { _root.You; if (hitTest(_root.Spike2)) { this._x = this._x + painSpeed; gotoAndPlay (58); } } onClipEvent (enterFrame) { _root.You; if (hitTest(_root.laser)) { this._x = this._x + painSpeed; gotoAndPlay (65); } }
Instance of Symbol 93 MovieClip "Him" in Frame 4
onClipEvent (load) { function reset() { this._x = 1000; enemySpeed = random(21) + 12; } reset(); } onClipEvent (enterFrame) { if (_root.Car.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); _root.score = _root.score + 25; } } onClipEvent (load) { function reset() { this._x = 1000; enemySpeed = random(21) + 8; this.gotoAndPlay(1); } } onClipEvent (enterFrame) { _root.Damage = 1.25; } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.damage; } } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.Spike)) { this._x = this._x + 0.5; gotoAndPlay (16); } } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.Spikes)) { this._x = this._x + 0.5; gotoAndPlay (27); } } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.laser)) { this._x = this._x + 0.5; gotoAndPlay (36); } } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.Spike2)) { this._x = this._x + 0.5; gotoAndPlay (16); } }
Instance of Symbol 102 MovieClip in Frame 4
onClipEvent (load) { function reset() { this._x = 700; enemySpeed = 5.6; if (this._x < -15) { reset(); } } } onClipEvent (load) { function reset() { this._x = 700; enemySpeed = 5.6; } reset(); } onClipEvent (enterFrame) { if (_root.Car.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -15) { reset(); } }
Instance of Symbol 130 MovieClip "Spike" in Frame 4
onClipEvent (load) { function reset() { this._x = 1450; enemySpeed = random(12) + 4; } reset(); } onClipEvent (enterFrame) { if (_root.Car.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); _root.score = _root.score + 50; } } onClipEvent (load) { function reset() { this._x = 1450; enemySpeed = random(12) + 4; this.gotoAndPlay(1); } } onClipEvent (enterFrame) { _root.stab = 2.5; } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.stab; } }
Instance of Symbol 130 MovieClip "Spike2" in Frame 4
onClipEvent (load) { function reset() { this._x = 2650; enemySpeed = random(15) + 6; } reset(); } onClipEvent (enterFrame) { if (_root.Car.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); _root.score = _root.score + 50; } } onClipEvent (load) { function reset() { this._x = 2650; enemySpeed = random(14) + 5; this.gotoAndPlay(1); } } onClipEvent (enterFrame) { _root.stab = 2.5; } onClipEvent (enterFrame) { _root.Him; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.stab; } }
Instance of Symbol 145 MovieClip "Authority Check" in Frame 4
onClipEvent (load) { function reset() { this._x = 3000; enemySpeed = 16; } reset(); } onClipEvent (enterFrame) { if (_root.Car.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); _root.score = _root.score + 75; } } onClipEvent (load) { function reset() { this._x = 3000; enemySpeed = 12; this.gotoAndPlay(1); } }
Frame 5
stopAllSounds();
Frame 22
stop();
Frame 41
stop();
Frame 51
gotoAndPlay (4);
Frame 52
stop();
Symbol 5 Button
on (release) { gotoAndPlay (23); }
Symbol 62 MovieClip Frame 17
gotoAndPlay (2);
Symbol 62 MovieClip Frame 23
gotoAndPlay (1);
Symbol 62 MovieClip Frame 40
gotoAndPlay (1);
Symbol 62 MovieClip Frame 54
gotoAndPlay (1);
Symbol 62 MovieClip Frame 59
gotoAndPlay (1);
Symbol 62 MovieClip Frame 62
gotoAndPlay (1);
Symbol 62 MovieClip Frame 67
gotoAndPlay (1);
Symbol 62 MovieClip Frame 70
gotoAndPlay (1);
Symbol 93 MovieClip Frame 12
gotoAndPlay (1);
Symbol 93 MovieClip Frame 22
reset();
Symbol 93 MovieClip Frame 23
gotoAndPlay (1);
Symbol 93 MovieClip Frame 30
reset();
Symbol 93 MovieClip Frame 31
gotoAndPlay (1);
Symbol 93 MovieClip Frame 36
reset();
Symbol 93 MovieClip Frame 37
gotoAndPlay (1);
Instance of Symbol 139 MovieClip "laser" in Symbol 145 MovieClip Frame 9
onClipEvent (enterFrame) { _root.Laser; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.laser; } } onClipEvent (enterFrame) { _root.laser = 3.25; }
Instance of Symbol 139 MovieClip "laser" in Symbol 145 MovieClip Frame 51
onClipEvent (enterFrame) { _root.Laser; if (hitTest(_root.You)) { _root.Health = _root.Health - _root.laser; } } onClipEvent (enterFrame) { _root.laser = 3.25; }
Symbol 171 MovieClip Frame 15
gotoAndPlay (7);
Symbol 179 Button
on (release) { gotoAndPlay (4); }
Symbol 200 Button
on (release) { gotoAndPlay (4); _root.score = 0; }
Symbol 211 Button
on (release) { gotoAndPlay (42); }
Symbol 214 Button
on (release) { gotoAndPlay (52); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 228 229 230 231
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 TextUses:2Used by:5
Symbol 5 ButtonUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:62
Symbol 10 GraphicUsed by:62
Symbol 11 GraphicUsed by:62
Symbol 12 GraphicUsed by:62
Symbol 13 GraphicUsed by:62
Symbol 14 GraphicUsed by:62
Symbol 15 GraphicUsed by:62
Symbol 16 GraphicUsed by:62
Symbol 17 GraphicUsed by:62
Symbol 18 GraphicUsed by:62
Symbol 19 GraphicUsed by:62
Symbol 20 GraphicUsed by:62
Symbol 21 GraphicUsed by:62
Symbol 22 GraphicUsed by:62
Symbol 23 GraphicUsed by:62
Symbol 24 GraphicUsed by:62
Symbol 25 GraphicUsed by:62
Symbol 26 GraphicUsed by:62
Symbol 27 GraphicUsed by:62
Symbol 28 SoundUsed by:62
Symbol 29 GraphicUsed by:62
Symbol 30 GraphicUsed by:62
Symbol 31 GraphicUsed by:62
Symbol 32 GraphicUsed by:62
Symbol 33 GraphicUsed by:62
Symbol 34 GraphicUsed by:62
Symbol 35 GraphicUsed by:62
Symbol 36 GraphicUsed by:62
Symbol 37 GraphicUsed by:62
Symbol 38 GraphicUsed by:62
Symbol 39 GraphicUsed by:62
Symbol 40 GraphicUsed by:62
Symbol 41 GraphicUsed by:62
Symbol 42 GraphicUsed by:62
Symbol 43 GraphicUsed by:62
Symbol 44 GraphicUsed by:62
Symbol 45 GraphicUsed by:62
Symbol 46 GraphicUsed by:62
Symbol 47 GraphicUsed by:62
Symbol 48 GraphicUsed by:62
Symbol 49 GraphicUsed by:62
Symbol 50 GraphicUsed by:62
Symbol 51 GraphicUsed by:62
Symbol 52 GraphicUsed by:62
Symbol 53 GraphicUsed by:62
Symbol 54 GraphicUsed by:62
Symbol 55 GraphicUsed by:62
Symbol 56 GraphicUsed by:62
Symbol 57 GraphicUsed by:62
Symbol 58 GraphicUsed by:62
Symbol 59 GraphicUsed by:62
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:93
Symbol 64 GraphicUsed by:93
Symbol 65 GraphicUsed by:93
Symbol 66 GraphicUsed by:93
Symbol 67 GraphicUsed by:93
Symbol 68 GraphicUsed by:93
Symbol 69 GraphicUsed by:93
Symbol 70 GraphicUsed by:93
Symbol 71 GraphicUsed by:93
Symbol 72 GraphicUsed by:93
Symbol 73 GraphicUsed by:93
Symbol 74 GraphicUsed by:93
Symbol 75 GraphicUsed by:93
Symbol 76 GraphicUsed by:93
Symbol 77 GraphicUsed by:93
Symbol 78 GraphicUsed by:93
Symbol 79 GraphicUsed by:93
Symbol 80 GraphicUsed by:93
Symbol 81 GraphicUsed by:93
Symbol 82 GraphicUsed by:93
Symbol 83 GraphicUsed by:93
Symbol 84 GraphicUsed by:93
Symbol 85 GraphicUsed by:93
Symbol 86 GraphicUsed by:93
Symbol 87 GraphicUsed by:93
Symbol 88 GraphicUsed by:93
Symbol 89 GraphicUsed by:93
Symbol 90 GraphicUsed by:93
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92Used by:Timeline
Symbol 94 FontUsed by:95 96 97 98 99 100 147 148 150 151 152 153 154 155 156 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 202 203
Symbol 95 EditableTextUses:94Used by:Timeline
Symbol 96 TextUses:94Used by:Timeline
Symbol 97 EditableTextUses:94Used by:Timeline
Symbol 98 TextUses:94Used by:Timeline
Symbol 99 EditableTextUses:94Used by:Timeline
Symbol 100 EditableTextUses:94Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:130
Symbol 104 GraphicUsed by:130
Symbol 105 GraphicUsed by:130
Symbol 106 GraphicUsed by:130
Symbol 107 GraphicUsed by:130
Symbol 108 GraphicUsed by:130
Symbol 109 GraphicUsed by:130
Symbol 110 GraphicUsed by:130
Symbol 111 GraphicUsed by:130
Symbol 112 GraphicUsed by:130
Symbol 113 GraphicUsed by:130
Symbol 114 GraphicUsed by:130
Symbol 115 GraphicUsed by:130
Symbol 116 GraphicUsed by:130
Symbol 117 GraphicUsed by:130
Symbol 118 GraphicUsed by:130
Symbol 119 GraphicUsed by:130
Symbol 120 GraphicUsed by:130
Symbol 121 GraphicUsed by:130
Symbol 122 GraphicUsed by:130
Symbol 123 GraphicUsed by:130
Symbol 124 GraphicUsed by:130
Symbol 125 GraphicUsed by:130
Symbol 126 GraphicUsed by:130
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129Used by:Timeline
Symbol 131 GraphicUsed by:145
Symbol 132 GraphicUsed by:145
Symbol 133 GraphicUsed by:145
Symbol 134 GraphicUsed by:145
Symbol 135 GraphicUsed by:139
Symbol 136 GraphicUsed by:139
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:135 136 137 138Used by:145
Symbol 140 GraphicUsed by:145
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:131 132 133 134 139 140 141 142 143 144Used by:Timeline
Symbol 146 SoundUsed by:Timeline
Symbol 147 EditableTextUses:94Used by:Timeline
Symbol 148 EditableTextUses:94Used by:Timeline
Symbol 149 SoundUsed by:Timeline
Symbol 150 EditableTextUses:94Used by:Timeline
Symbol 151 EditableTextUses:94Used by:Timeline
Symbol 152 EditableTextUses:94Used by:Timeline
Symbol 153 EditableTextUses:94Used by:Timeline
Symbol 154 EditableTextUses:94Used by:Timeline
Symbol 155 EditableTextUses:94Used by:Timeline
Symbol 156 EditableTextUses:94Used by:Timeline
Symbol 157 GraphicUsed by:171
Symbol 158 GraphicUsed by:171
Symbol 159 GraphicUsed by:171
Symbol 160 GraphicUsed by:171
Symbol 161 GraphicUsed by:171
Symbol 162 GraphicUsed by:171
Symbol 163 GraphicUsed by:171
Symbol 164 GraphicUsed by:171
Symbol 165 GraphicUsed by:171
Symbol 166 GraphicUsed by:171
Symbol 167 GraphicUsed by:171
Symbol 168 GraphicUsed by:171
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:157 158 159 160 161 162 163 164 165 166 167 168 169 170Used by:Timeline
Symbol 172 GraphicUsed by:179 200
Symbol 173 ShapeTweeningUsed by:176
Symbol 174 ShapeTweeningUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:173 174 175Used by:179 200
Symbol 177 GraphicUsed by:179 200
Symbol 178 GraphicUsed by:179 200
Symbol 179 ButtonUses:172 176 177 178Used by:Timeline
Symbol 180 EditableTextUses:94Used by:Timeline
Symbol 181 EditableTextUses:94Used by:Timeline
Symbol 182 EditableTextUses:94Used by:Timeline
Symbol 183 EditableTextUses:94Used by:Timeline
Symbol 184 EditableTextUses:94Used by:Timeline
Symbol 185 EditableTextUses:94Used by:Timeline
Symbol 186 EditableTextUses:94Used by:Timeline
Symbol 187 EditableTextUses:94Used by:Timeline
Symbol 188 EditableTextUses:94Used by:Timeline
Symbol 189 EditableTextUses:94Used by:Timeline
Symbol 190 EditableTextUses:94Used by:Timeline
Symbol 191 EditableTextUses:94Used by:Timeline
Symbol 192 EditableTextUses:94Used by:Timeline
Symbol 193 EditableTextUses:94Used by:Timeline
Symbol 194 EditableTextUses:94Used by:Timeline
Symbol 195 EditableTextUses:94Used by:Timeline
Symbol 196 EditableTextUses:94Used by:Timeline
Symbol 197 EditableTextUses:94Used by:Timeline
Symbol 198 EditableTextUses:94Used by:Timeline
Symbol 199 EditableTextUses:94Used by:Timeline
Symbol 200 ButtonUses:172 176 177 178Used by:Timeline
Symbol 201 GraphicUsed by:Timeline
Symbol 202 TextUses:94Used by:Timeline
Symbol 203 TextUses:94Used by:Timeline
Symbol 204 SoundUsed by:Timeline
Symbol 205 FontUsed by:206 208 209 210 212 213
Symbol 206 TextUses:205Used by:211  Timeline
Symbol 207 SoundUsed by:Timeline
Symbol 208 TextUses:205Used by:211  Timeline
Symbol 209 TextUses:205Used by:214  Timeline
Symbol 210 TextUses:205Used by:211
Symbol 211 ButtonUses:208 206 210Used by:Timeline
Symbol 212 TextUses:205Used by:214
Symbol 213 TextUses:205Used by:214
Symbol 214 ButtonUses:212 209 213Used by:Timeline
Symbol 215 FontUsed by:216 218 219 220 221 222 223 224 225 226
Symbol 216 TextUses:215Used by:Timeline
Symbol 217 GraphicUsed by:Timeline
Symbol 218 TextUses:215Used by:Timeline
Symbol 219 TextUses:215Used by:Timeline
Symbol 220 TextUses:215Used by:Timeline
Symbol 221 TextUses:215Used by:Timeline
Symbol 222 TextUses:215Used by:Timeline
Symbol 223 TextUses:215Used by:Timeline
Symbol 224 TextUses:215Used by:Timeline
Symbol 225 TextUses:215Used by:Timeline
Symbol 226 TextUses:215Used by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 TextUses:2Used by:Timeline
Symbol 229 TextUses:2Used by:Timeline
Symbol 230 TextUses:2Used by:Timeline
Symbol 231 TextUses:2Used by:Timeline

Instance Names

"Spikes"Frame 4Symbol 8 MovieClip
"You"Frame 4Symbol 62 MovieClip
"Him"Frame 4Symbol 93 MovieClip
"Spike"Frame 4Symbol 130 MovieClip
"Spike2"Frame 4Symbol 130 MovieClip
"Authority Check"Frame 4Symbol 145 MovieClip
"laser"Symbol 145 MovieClip Frame 9Symbol 139 MovieClip
"laser"Symbol 145 MovieClip Frame 51Symbol 139 MovieClip

Labels

"start"Frame 4
"Game Over"Frame 5
"end"Frame 22
"laser"Symbol 145 MovieClip Frame 9
"laser"Symbol 145 MovieClip Frame 51

Dynamic Text Variables

HealthSymbol 95 EditableText""
HealthSymbol 97 EditableText""
scoreSymbol 99 EditableText""
scoreSymbol 100 EditableText""




https://swfchan.com/53/262181/info.shtml
Created: 24/11 -2025 22:34:11 Last modified: 24/11 -2025 22:34:11 Server time: 05/12 -2025 09:57:35