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

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

Necromech.swf

This is the info page for
Flash #20059

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


Text
Play

Play

Necromechanic

Age of War

Play Low Res version

Play Low Res version

Necromechanic ©2005-2008           MurkHellsing.deviantart.com

Necromechanic ©2005-2008           MurkHellsing.deviantart.com

Reset

Reset

WALL

ActionScript [AS1/AS2]

Frame 1
stop(); fscommand ("showmenu", "false");
Frame 2
_root.ground.car = false; _root.ground.car2 = false; _root.ground.car3 = false; _root.ground.car4 = false; _root.ground.car5 = false; play();
Frame 3
stop(); _root.ground.car = false; _root.ground.car2 = false; _root.ground.car3 = false; _root.ground.car4 = false; _root.ground.car5 = false; hero.walkdir = "east"; _root.ATKEY = 65;
Instance of Symbol 78 MovieClip "hero" in Frame 3
onClipEvent (enterFrame) { _root.jumpkey = Key.isDown(32); _root.hitground = _root.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -10; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 4; this.walk = true; this.walkdir = "east"; this.gotoAndStop("walkeast"); } else if (Key.isDown(37)) { this._x = this._x - 4; this.walk = true; this.walkdir = "west"; this.gotoAndStop("walkwest"); } else if (Key.isDown(_root.ATKEY)) { if (this.walkdir == "west") { this.gotoAndStop("attackwest"); } else if (this.walkdir == "east") { this.gotoAndStop("attackeast"); } } else if (this.walkdir == "west") { this.walk = false; this.gotoAndStop("facewest"); } else if (this.walkdir == "east") { this.walk = false; this.gotoAndStop("faceeast"); } } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 2; _root.ground._x = _root.ground._x + 2; } if (_x < 150) { this._x = this._x + 2; _root.ground._x = _root.ground._x + 2; } if (_x < 100) { this._x = this._x + 2.5; _root.ground._x = _root.ground._x + 2.5; } if (_x > 300) { this._x = this._x - 2; _root.ground._x = _root.ground._x - 2; } if (_x > 350) { this._x = this._x - 2; _root.ground._x = _root.ground._x - 2; } if (_x > 450) { this._x = this._x - 2.5; _root.ground._x = _root.ground._x - 2.5; } if (_y < 50) { this._y = this._y + 2.5; _root.ground._y = _root.ground._y + 2.5; } if (_y < 100) { this._y = this._y + 2; _root.ground._y = _root.ground._y + 2; } if (_y < 150) { this._y = this._y + 2; _root.ground._y = _root.ground._y + 2; } if (_y > 250) { this._y = this._y - 2; _root.ground._y = _root.ground._y - 2; } if (_y > 300) { this._y = this._y - 2; _root.ground._y = _root.ground._y - 2; } if (_y > 350) { this._y = this._y - 2.5; _root.ground._y = _root.ground._y - 2.5; } if (_x < 200) { this._x = this._x + 2; _root.back._x = _root.back._x + 1; } if (_x < 150) { this._x = this._x + 2; _root.back._x = _root.back._x + 1; } if (_x < 100) { this._x = this._x + 2.5; _root.back._x = _root.back._x + 1; } if (_x > 300) { this._x = this._x - 2; _root.back._x = _root.back._x - 1; } if (_x > 350) { this._x = this._x - 2; _root.back._x = _root.back._x - 1; } if (_x > 450) { this._x = this._x - 2.5; _root.back._x = _root.back._x - 1; } if (_y < 50) { this._y = this._y + 2.5; _root.back._y = _root.back._y + 1; } if (_y < 100) { this._y = this._y + 2; _root.back._y = _root.back._y + 1; } if (_y < 150) { this._y = this._y + 2; _root.back._y = _root.back._y + 1; } if (_y > 250) { this._y = this._y - 2; _root.back._y = _root.back._y - 1; } if (_y > 300) { this._y = this._y - 2; _root.back._y = _root.back._y - 1; } if (_y > 350) { this._y = this._y - 2.5; _root.back._y = _root.back._y - 1; } if (this.hitTest(_root.ground.wall)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.wall2)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.wall3)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.ender)) { _root.nextFrame(); } if (this.hitTest(_root.pit)) { _root.gotoAndPlay(1); } oldXPosition = this._x; oldYPosition = this._y; oldXPos = _root.ground._x; oldYPos = _root.ground._y; BoldXPosition = this._x; BoldYPosition = this._y; BoldXPos = _root.back._x; BoldYPos = _root.back._y; }
Frame 20
_root.ground.car = false; _root.ground.car2 = false; _root.ground.car3 = false; _root.ground.car4 = false; _root.ground.car5 = false; play();
Frame 21
stop(); _root.ground.car = false; _root.ground.car2 = false; _root.ground.car3 = false; _root.ground.car4 = false; _root.ground.car5 = false; hero.walkdir = "east"; _root.ATKEY = 65;
Instance of Symbol 78 MovieClip "hero" in Frame 21
onClipEvent (enterFrame) { _root.jumpkey = Key.isDown(32); _root.hitground = _root.ground.hitTest(_x, _y, true); if (!_root.hitground) { gravity = gravity + 2; } else if (_root.jumpkey) { gravity = -10; } else { gravity = 0; } _y = (_y + gravity); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 4; this.walk = true; this.walkdir = "east"; this.gotoAndStop("walkeast"); } else if (Key.isDown(37)) { this._x = this._x - 4; this.walk = true; this.walkdir = "west"; this.gotoAndStop("walkwest"); } else if (Key.isDown(_root.ATKEY)) { if (this.walkdir == "west") { this.gotoAndStop("attackwest"); } else if (this.walkdir == "east") { this.gotoAndStop("attackeast"); } } else if (this.walkdir == "west") { this.walk = false; this.gotoAndStop("facewest"); } else if (this.walkdir == "east") { this.walk = false; this.gotoAndStop("faceeast"); } } onClipEvent (enterFrame) { if (_x < 200) { this._x = this._x + 2; _root.ground._x = _root.ground._x + 2; } if (_x < 150) { this._x = this._x + 2; _root.ground._x = _root.ground._x + 2; } if (_x < 100) { this._x = this._x + 2.5; _root.ground._x = _root.ground._x + 2.5; } if (_x > 300) { this._x = this._x - 2; _root.ground._x = _root.ground._x - 2; } if (_x > 350) { this._x = this._x - 2; _root.ground._x = _root.ground._x - 2; } if (_x > 450) { this._x = this._x - 2.5; _root.ground._x = _root.ground._x - 2.5; } if (_y < 50) { this._y = this._y + 2.5; _root.ground._y = _root.ground._y + 2.5; } if (_y < 100) { this._y = this._y + 2; _root.ground._y = _root.ground._y + 2; } if (_y < 150) { this._y = this._y + 2; _root.ground._y = _root.ground._y + 2; } if (_y > 250) { this._y = this._y - 2; _root.ground._y = _root.ground._y - 2; } if (_y > 300) { this._y = this._y - 2; _root.ground._y = _root.ground._y - 2; } if (_y > 350) { this._y = this._y - 2.5; _root.ground._y = _root.ground._y - 2.5; } if (_x < 200) { this._x = this._x + 2; _root.back._x = _root.back._x + 1; } if (_x < 150) { this._x = this._x + 2; _root.back._x = _root.back._x + 1; } if (_x < 100) { this._x = this._x + 2.5; _root.back._x = _root.back._x + 1; } if (_x > 300) { this._x = this._x - 2; _root.back._x = _root.back._x - 1; } if (_x > 350) { this._x = this._x - 2; _root.back._x = _root.back._x - 1; } if (_x > 450) { this._x = this._x - 2.5; _root.back._x = _root.back._x - 1; } if (_y < 50) { this._y = this._y + 2.5; _root.back._y = _root.back._y + 1; } if (_y < 100) { this._y = this._y + 2; _root.back._y = _root.back._y + 1; } if (_y < 150) { this._y = this._y + 2; _root.back._y = _root.back._y + 1; } if (_y > 250) { this._y = this._y - 2; _root.back._y = _root.back._y - 1; } if (_y > 300) { this._y = this._y - 2; _root.back._y = _root.back._y - 1; } if (_y > 350) { this._y = this._y - 2.5; _root.back._y = _root.back._y - 1; } if (this.hitTest(_root.ground.wall)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.wall2)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.wall3)) { this._x = oldXPosition; _root.ground._x = oldXPos; this._x = BoldXPosition; _root.back._x = BoldXPos; } if (this.hitTest(_root.ground.ender)) { _root.nextFrame(); } if (this.hitTest(_root.pit)) { _root.gotoAndPlay(1); } oldXPosition = this._x; oldYPosition = this._y; oldXPos = _root.ground._x; oldYPos = _root.ground._y; BoldXPosition = this._x; BoldYPosition = this._y; BoldXPos = _root.back._x; BoldYPos = _root.back._y; }
Symbol 16 Button
on (press) { nextFrame(); }
Symbol 26 Button
on (press) { gotoAndPlay ("LOW RES"); }
Symbol 32 Button
on (press) { gotoAndPlay ("Reset"); }
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 16
stop();
Symbol 47 MovieClip Frame 44
stop();
Symbol 47 MovieClip Frame 74
stop();
Instance of Symbol 47 MovieClip "car" in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.stomp) == true) { if (_root.ground.car == false) { this.gotoAndPlay(2); _root.ground.car = true; } } else if (this.hitTest(_root.hero.swipe) == true) { if (_root.ground.car == false) { this.gotoAndPlay(20); } _root.ground.car = true; } else if (this.hitTest(_root.hero.swipe2) == true) { if (_root.ground.car == false) { this.gotoAndPlay(50); } _root.ground.car = true; } }
Instance of Symbol 47 MovieClip "car2" in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.stomp) == true) { if (_root.ground.car2 == false) { this.gotoAndPlay(2); _root.ground.car2 = true; } } else if (this.hitTest(_root.hero.swipe) == true) { if (_root.ground.car2 == false) { this.gotoAndPlay(20); } _root.ground.car2 = true; } else if (this.hitTest(_root.hero.swipe2) == true) { if (_root.ground.car2 == false) { this.gotoAndPlay(50); } _root.ground.car2 = true; } }
Instance of Symbol 47 MovieClip "car3" in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.stomp) == true) { if (_root.ground.car3 == false) { this.gotoAndPlay(2); _root.ground.car3 = true; } } else if (this.hitTest(_root.hero.swipe) == true) { if (_root.ground.car3 == false) { this.gotoAndPlay(20); } _root.ground.car3 = true; } else if (this.hitTest(_root.hero.swipe2) == true) { if (_root.ground.car3 == false) { this.gotoAndPlay(50); } _root.ground.car3 = true; } }
Instance of Symbol 47 MovieClip "car4" in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.stomp) == true) { if (_root.ground.car4 == false) { this.gotoAndPlay(2); _root.ground.car4 = true; } } else if (this.hitTest(_root.hero.swipe) == true) { if (_root.ground.car4 == false) { this.gotoAndPlay(20); } _root.ground.car4 = true; } else if (this.hitTest(_root.hero.swipe2) == true) { if (_root.ground.car4 == false) { this.gotoAndPlay(50); } _root.ground.car4 = true; } }
Instance of Symbol 47 MovieClip "car5" in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.stomp) == true) { if (_root.ground.car5 == false) { this.gotoAndPlay(2); _root.ground.car5 = true; } } else if (this.hitTest(_root.hero.swipe) == true) { if (_root.ground.car5 == false) { this.gotoAndPlay(20); } _root.ground.car5 = true; } else if (this.hitTest(_root.hero.swipe2) == true) { if (_root.ground.car5 == false) { this.gotoAndPlay(50); } _root.ground.car5 = true; } }
Symbol 77 MovieClip Frame 43
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 3
stop();
Symbol 78 MovieClip Frame 4
stop();
Symbol 78 MovieClip Frame 6
stop();
Symbol 78 MovieClip Frame 7
stop();
Symbol 79 Button
on (press) { gotoAndPlay ("LOW RES"); }

Library Items

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

Instance Names

"Options"Frame 1Symbol 26 Button
"back"Frame 3Symbol 9 MovieClip
"ground"Frame 3Symbol 48 MovieClip
"hero"Frame 3Symbol 78 MovieClip
"back"Frame 21Symbol 80 MovieClip
"ground"Frame 21Symbol 48 MovieClip
"hero"Frame 21Symbol 78 MovieClip
"ender"Symbol 48 MovieClip Frame 1Symbol 37 MovieClip
"wall"Symbol 48 MovieClip Frame 1Symbol 40 MovieClip
"wall2"Symbol 48 MovieClip Frame 1Symbol 40 MovieClip
"car"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"car2"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"car3"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"car4"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"car5"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"swipe"Symbol 75 MovieClip Frame 7Symbol 51 MovieClip
"swipe"Symbol 77 MovieClip Frame 7Symbol 51 MovieClip
"stomp"Symbol 78 MovieClip Frame 1Symbol 51 MovieClip
"swipe"Symbol 78 MovieClip Frame 6Symbol 75 MovieClip
"swipe2"Symbol 78 MovieClip Frame 7Symbol 75 MovieClip

Special Tags

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

Labels

"Reset"Frame 2
"LOW RES"Frame 20
"faceeast"Symbol 78 MovieClip Frame 1
"walkeast"Symbol 78 MovieClip Frame 2
"facewest"Symbol 78 MovieClip Frame 3
"walkwest"Symbol 78 MovieClip Frame 4
"attackeast"Symbol 78 MovieClip Frame 6
"attackwest"Symbol 78 MovieClip Frame 7




http://swfchan.com/5/20059/info.shtml
Created: 29/5 -2019 12:18:48 Last modified: 29/5 -2019 12:18:48 Server time: 29/04 -2024 13:15:07