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

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

Penis Shooter!.swf

This is the info page for
Flash #110163

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


Text
Arrow Keys: Move       Control: Fires       Shift: Rapid Fire (life penalty)

www.severedheads.net

Condom

Score:

Playa HP:

Game Over

Reset

Playa HP:

Semen at 50%!!

Enema HP:

You Win!!!

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (210) { gotoAndPlay (18); }
Instance of Symbol 2 MovieClip in Frame 1
onClipEvent (mouseDown) { stopAllSounds(); _root.gotoAndPlay(20); }
Frame 5
gotoAndPlay (1);
Frame 18
stop();
Frame 20
numEnemy = 4; i = 3; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0; damage = 1000; anusdamage = 1000;
Instance of Symbol 17 MovieClip "mainColon" in Frame 20
onClipEvent (load) { colon.duplicateMovieClip("colon2", 1000); colon2._x = colon._x + colon._width; colonStartx = this._x; colonSpeed = 25; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart == true) { this._x = this._x - colonSpeed; if ((colonStartx - colon._width) >= this._x) { this._x = colonStartx - colonSpeed; } } }
Instance of Symbol 24 MovieClip "mainGround" in Frame 20
onClipEvent (load) { ground.duplicateMovieClip("ground2", 1000); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 20; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart == true) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 26 MovieClip "spaceship" in Frame 20
onClipEvent (load) { moveSpeed = 20; _root.laser._visible = false; laserCounter = 1; laserRapid = 1; scrollx = _root.mainGround.ground._width / 4; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SHIFT)) { laserRapid++; _root.damage--; if (_root.damage < 0) { _root.damage = 0; _root.gotoAndPlay("cumending"); } _root.laser.duplicateMovieClip("laser" + laserRapid, laserRapid); _root["laser" + laserRapid]._visible = true; } if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 29 MovieClip "laser" in Frame 20
onClipEvent (load) { laserMoveSpeed = 30; this._x = _root.spaceship._x + 100; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; if (6900 < _root.score) { _root.gotoAndPlay("boss"); } _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 37 MovieClip "enemy1" in Frame 20
onClipEvent (load) { function reset() { this._x = 600; this._y = random(200) + 100; enemySpeed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.damage = _root.damage - 50; if (_root.damage < 0) { _root.damage = 0; _root.gotoAndPlay("gameOver"); } } }
Frame 21
stop();
Frame 22
stopAllSounds(); play();
Frame 132
stop();
Frame 135
stopAllSounds();
Frame 210
stop();
Frame 214
stopAllSounds();
Frame 221
stop();
Instance of Symbol 63 MovieClip "spaceship" in Frame 221
onClipEvent (load) { moveSpeed = 20; _root.laser._visible = false; laserCounter = 1; laserRapid = 1; scrollx = _root.mainGround.ground._width / 4; scrollStart = false; maxLasers = 2; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SHIFT)) { laserRapid++; _root.damage--; if (_root.damage < 0) { _root.damage = 0; _root.gotoAndPlay("cumending"); } _root.laser.duplicateMovieClip("laser" + laserRapid, laserRapid); _root["laser" + laserRapid]._visible = true; } if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 64 MovieClip "laser" in Frame 221
onClipEvent (load) { laserMoveSpeed = 30; this._x = _root.spaceship._x + 100; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } if (this.hitTest(_root.anus)) { _root.anusdamage--; if (_root.anusdamage < 0) { _root.gotoAndPlay("winner"); } } } }
Instance of Symbol 37 MovieClip "enemy1" in Frame 221
onClipEvent (load) { function reset() { this._x = 600; this._y = random(200) + 100; enemySpeed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.damage = _root.damage - 50; if (_root.damage < 0) { _root.damage = 0; _root.gotoAndPlay("gameOver"); } } }
Frame 225
stopAllSounds(); anusdamage = 0; play();
Frame 287
stop();
Symbol 12 Button
on (release) { stopAllSounds(); gotoAndPlay (20); }
Symbol 21 Button
on (release) { getURL ("http://www.severedheads.net", "_blank"); }
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 6
stop();
Symbol 49 Button
on (release) { numEnemy = 0; gotoAndPlay (20); }
Symbol 61 Button
on (release) { gotoAndPlay (20); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 FontUsed by:4
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 BitmapUsed by:7
Symbol 6 BitmapUsed by:7 9
Symbol 7 GraphicUses:5 6Used by:Timeline
Symbol 8 SoundUsed by:Timeline
Symbol 9 GraphicUses:6Used by:Timeline
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 ButtonUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 48
Symbol 19 TextUses:18Used by:21
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:19 20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 GraphicUsed by:26 63  Timeline
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:29 64
Symbol 28 SoundUsed by:29 64
Symbol 29 MovieClipUses:27 28Used by:Timeline
Symbol 30 GraphicUsed by:37
Symbol 31 FontUsed by:32 38 39 40 41 45 50 51 52 62 67 68 72 76
Symbol 32 TextUses:31Used by:37
Symbol 33 GraphicUsed by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:30 32 33 34 35 36Used by:Timeline
Symbol 38 EditableTextUses:31Used by:Timeline
Symbol 39 TextUses:31Used by:Timeline
Symbol 40 TextUses:31Used by:Timeline
Symbol 41 EditableTextUses:31Used by:Timeline
Symbol 42 SoundUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 SoundUsed by:Timeline
Symbol 45 TextUses:31Used by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 GraphicUsed by:49 61
Symbol 48 TextUses:18Used by:49 61
Symbol 49 ButtonUses:47 48Used by:Timeline
Symbol 50 EditableTextUses:31Used by:Timeline
Symbol 51 TextUses:31Used by:Timeline
Symbol 52 EditableTextUses:31Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 ButtonUses:47 48Used by:Timeline
Symbol 62 TextUses:31Used by:Timeline
Symbol 63 MovieClipUses:25Used by:Timeline
Symbol 64 MovieClipUses:27 28Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 TextUses:31Used by:Timeline
Symbol 68 EditableTextUses:31Used by:Timeline
Symbol 69 SoundUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 EditableTextUses:31Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 SoundUsed by:Timeline
Symbol 76 TextUses:31Used by:Timeline

Instance Names

"mainColon"Frame 20Symbol 17 MovieClip
"mainGround"Frame 20Symbol 24 MovieClip
"spaceship"Frame 20Symbol 26 MovieClip
"laser"Frame 20Symbol 29 MovieClip
"enemy1"Frame 20Symbol 37 MovieClip
"spaceship"Frame 221Symbol 63 MovieClip
"laser"Frame 221Symbol 64 MovieClip
"enemy1"Frame 221Symbol 37 MovieClip
"anus"Frame 221Symbol 66 MovieClip
"colon"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"ground"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip

Labels

"gameOver"Frame 22
"cumending"Frame 135
"boss"Frame 214
"winner"Frame 225

Dynamic Text Variables

scoreSymbol 38 EditableText""
damageSymbol 41 EditableText""
scoreSymbol 50 EditableText""
damageSymbol 52 EditableText""
anusdamageSymbol 68 EditableText""
anusdamageSymbol 72 EditableText""




http://swfchan.com/23/110163/info.shtml
Created: 13/3 -2019 22:53:58 Last modified: 13/3 -2019 22:53:58 Server time: 05/05 -2024 20:07:30