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

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

Sageman vs Boxxy.swf

This is the info page for
Flash #44877

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


Text
Play as SageMan in an attempt to defeat the cancer
that is killing /b/. Arrow keys to move space to fire.
Credit to NCH for the graphics and any other
graphics ripped to their respective owners.

Game Over
The cancer killed you and will now kill /b/

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (load) { var percent = 0; } onClipEvent (enterFrame) { percent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); gotoAndStop(percent); percentage = percent + "%"; }
Frame 2
stop();
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { row = Math.floor(Math.random() * 300); if (row == 1) { play(); } if (this.hitTest(_root.sage)) { _root.sageHP--; _root.sage.gotoAndStop(4); } }
Instance of Symbol 61 MovieClip "sage" in Frame 2
onClipEvent (load) { grav = 0; speed = 9; jumpHeight = 15; scale = _xscale; bcount = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (Key.isDown(32)) { gotoAndStop (6); } else { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else if (Key.isDown(32)) { gotoAndStop (6); } else { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true)) { if (Key.isDown(32)) { gotoAndStop (5); } else { this.gotoAndStop(1); } } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); if (Key.isDown(32)) { gotoAndStop (6); } else { this.gotoAndStop(3); } } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } if (_root.boxxy.hitTest(_x, _y - _height, true)) { gotoAndStop (4); _root.sageHP--; } }
Instance of Symbol 67 MovieClip "cam" in Frame 2
onClipEvent (load) { _root.sageHP = 200; _root.boxxyHP = 200; } onClipEvent (enterFrame) { _x = (_x + ((_root.sage._x - _x) / 4)); }
Instance of Symbol 75 MovieClip "boxxy" in Frame 2
onClipEvent (enterFrame) { i = 0; while (i < 20) { if (this.hitTest(_root["bul" + i]._x, _root["bul" + i]._y, true)) { removeMovieClip(_root["bul" + i]); this.child.play(); _root.boxxyHP = _root.boxxyHP - 1; } i++; } if (_root.sageHP <= 0) { stopAllSounds(); _root.gotoAndStop(3); } if (_root.boxxyHP <= 0) { stopAllSounds(); _root.gotoAndPlay(4); } }
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (load) { this._visible = false; }
Frame 91
stop();
Symbol 2 MovieClip [bullet] Frame 1
this._x = this._x + (dir / 3);
Symbol 2 MovieClip [bullet] Frame 2
this._x = this._x + (dir / 3);
Symbol 12 Button
on (release) { _root.play(); }
Symbol 24 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 1
_root.attachMovie("bullet", "bul" + [_root.sage.bcount], _root.getNextHighestDepth()); _root["bul" + _root.sage.bcount]._x = _root.sage._x; _root["bul" + _root.sage.bcount]._y = _root.sage._y - 60; _root["bul" + _root.sage.bcount].dir = _root.sage._xscale; _root.sage.bcount++; if (_root.sage.bcount == 20) { _root.sage.bcount = 0; }
Symbol 60 MovieClip Frame 1
_root.attachMovie("bullet", "bul" + [_root.sage.bcount], _root.getNextHighestDepth()); _root["bul" + _root.sage.bcount]._x = _root.sage._x; _root["bul" + _root.sage.bcount]._y = _root.sage._y - 60; _root["bul" + _root.sage.bcount].dir = _root.sage._xscale; _root.sage.bcount++; if (_root.sage.bcount == 20) { _root.sage.bcount = 0; }
Symbol 67 MovieClip Frame 1
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net"; var reanimator = (new flash.geom.Transform(this)); var camera = (new flash.geom.Transform(this._parent)); var w = Stage.width; var h = Stage.height; this.onEnterFrame = function () { this._parent.filters = this.filters; var _local2 = reanimator.matrix; camera.colorTransform = reanimator.colorTransform; _local2.invert(); _local2.translate(w * 0.5, h * 0.5); camera.matrix = _local2; };
Instance of Symbol 66 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.boxxyHP / 2); }
Instance of Symbol 66 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.sageHP / 2); }
Symbol 74 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"ground"Frame 2Symbol 30 MovieClip
"sage"Frame 2Symbol 61 MovieClip
"cam"Frame 2Symbol 67 MovieClip
"boxxy"Frame 2Symbol 75 MovieClip
"child"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "bullet"




http://swfchan.com/9/44877/info.shtml
Created: 6/5 -2019 10:26:21 Last modified: 6/5 -2019 10:26:21 Server time: 29/04 -2024 15:45:09