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

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

Denvish- Powers of a Mod.swf

This is the info page for
Flash #38533

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


Text
The Power
of a Mod!

CONTROLS

CONTROLS

PLAY

PLAY

Just click all the icons coming at you.
You need to wait the time limit to
advance to the next level. Good Luck
and dont screw this up!

START!

START!

CONTROLS

LEVEL 1

Health:

Time:

LEVEL 2

LEVEL 3

LEVEL 4

LEVEL 5

WINNER!

Woo hoo! You have beaten the game!
You make a good mod!

REPLAY

REPLAY

GAME OVER!

WTF!? You will never become a mod.
You can prove your worthiness by
playing again though.

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop(); _root.health = 100;
Instance of Symbol 17 MovieClip "gun" in Frame 1
onClipEvent (mouseMove) { _x = _root._xmouse; } onClipEvent (mouseDown) { if (_currentframe == 1) { play(); } }
Instance of Symbol 19 MovieClip in Frame 1
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Frame 2
stop();
Frame 23
onEnterFrame = function () { if (_root.health <= 0) { gotoAndPlay ("gameover"); } }; stop(); _root.health = 100; _root.timer = 15; i = 1; while (i < 7) { _root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth()); i++; }
Instance of Symbol 39 MovieClip "icon" in Frame 23
onClipEvent (load) { gotoAndStop(random(4) + 1); if (_name != "icon") { swapDepths(_root.cursor); } _visible = false; xscale = _xscale; yscale = _yscale; _x = random(550); _y = random(550); showit = random(30); } onClipEvent (enterFrame) { showit++; if (_visible == false) { _xscale = xscale; _yscale = yscale; _x = random(550); _y = random(400); } if (_visible == true) { _xscale = (_xscale + 8); _yscale = (_yscale + 8); } if (_yscale >= 400) { _visible = false; _root.health = _root.health - 15; } if (showit >= 30) { showit = 0; _visible = true; } if (_root._currentframe != 23) { this.removeMovieClip(); _visible = false; } } on (press) { _visible = false; gotoAndStop(random(4) + 1); showit = 0; _root.score = _root.score + 10; }
Instance of Symbol 45 MovieClip in Frame 23
onClipEvent (enterFrame) { if (_root.timer <= 0) { _root.play(); } }
Frame 43
stop(); _root.health = 100; _root.timer = 25; i = 1; while (i < 7) { _root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth()); i++; }
Instance of Symbol 19 MovieClip in Frame 43
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Instance of Symbol 45 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.timer <= 0) { _root.play(); } }
Instance of Symbol 39 MovieClip "icon" in Frame 43
onClipEvent (load) { gotoAndStop(random(4) + 1); if (_name != "icon") { swapDepths(_root.cursor); } _visible = false; xscale = _xscale; yscale = _yscale; _x = random(550); _y = random(550); showit = random(30); } onClipEvent (enterFrame) { showit++; if (_visible == false) { _xscale = xscale; _yscale = yscale; _x = random(550); _y = random(400); } if (_visible == true) { _xscale = (_xscale + 8); _yscale = (_yscale + 8); } if (_yscale >= 400) { _visible = false; _root.health = _root.health - 15; } if (showit >= 30) { showit = 0; _visible = true; } if (_root._currentframe != 43) { this.removeMovieClip(); _visible = false; } } on (press) { _visible = false; gotoAndStop(random(4) + 1); showit = 0; _root.score = _root.score + 10; }
Instance of Symbol 19 MovieClip in Frame 44
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Frame 63
stop(); _root.health = 100; _root.timer = 30; i = 1; while (i < 8) { _root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth()); i++; }
Instance of Symbol 19 MovieClip in Frame 63
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Instance of Symbol 45 MovieClip in Frame 63
onClipEvent (enterFrame) { if (_root.timer <= 0) { _root.play(); } }
Instance of Symbol 39 MovieClip "icon" in Frame 63
onClipEvent (load) { gotoAndStop(random(4) + 1); if (_name != "icon") { swapDepths(_root.cursor); } _visible = false; xscale = _xscale; yscale = _yscale; _x = random(550); _y = random(550); showit = random(30); } onClipEvent (enterFrame) { showit++; if (_visible == false) { _xscale = xscale; _yscale = yscale; _x = random(550); _y = random(400); } if (_visible == true) { _xscale = (_xscale + 8); _yscale = (_yscale + 8); } if (_yscale >= 400) { _visible = false; _root.health = _root.health - 15; } if (showit >= 30) { showit = 0; _visible = true; } if (_root._currentframe != 63) { this.removeMovieClip(); _visible = false; } } on (press) { _visible = false; gotoAndStop(random(4) + 1); showit = 0; _root.score = _root.score + 10; }
Instance of Symbol 19 MovieClip in Frame 64
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Frame 83
stop(); _root.health = 100; _root.timer = 35; i = 1; while (i < 8) { _root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth()); i++; }
Instance of Symbol 19 MovieClip in Frame 83
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Instance of Symbol 45 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.timer <= 0) { _root.play(); } }
Instance of Symbol 39 MovieClip "icon" in Frame 83
onClipEvent (load) { gotoAndStop(random(4) + 1); if (_name != "icon") { swapDepths(_root.cursor); } _visible = false; xscale = _xscale; yscale = _yscale; _x = random(550); _y = random(550); showit = random(30); } onClipEvent (enterFrame) { showit++; if (_visible == false) { _xscale = xscale; _yscale = yscale; _x = random(550); _y = random(400); } if (_visible == true) { _xscale = (_xscale + 10); _yscale = (_yscale + 10); } if (_yscale >= 400) { _visible = false; _root.health = _root.health - 15; } if (showit >= 30) { showit = 0; _visible = true; } if (_root._currentframe != 83) { this.removeMovieClip(); _visible = false; } } on (press) { _visible = false; gotoAndStop(random(4) + 1); showit = 0; _root.score = _root.score + 10; }
Instance of Symbol 19 MovieClip in Frame 84
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Frame 103
stop(); _root.health = 100; _root.timer = 50; i = 1; while (i < 9) { _root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth()); i++; }
Instance of Symbol 19 MovieClip in Frame 103
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); if (_root._currentframe == 105) { _visible = false; } }
Instance of Symbol 45 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.timer <= 0) { _root.play(); } }
Instance of Symbol 39 MovieClip "icon" in Frame 103
onClipEvent (load) { gotoAndStop(random(4) + 1); if (_name != "icon") { swapDepths(_root.cursor); } _visible = false; xscale = _xscale; yscale = _yscale; _x = random(550); _y = random(550); showit = random(30); } onClipEvent (enterFrame) { showit++; if (_visible == false) { _xscale = xscale; _yscale = yscale; _x = random(550); _y = random(400); } if (_visible == true) { _xscale = (_xscale + 11); _yscale = (_yscale + 11); } if (_yscale >= 400) { _visible = false; _root.health = _root.health - 15; } if (showit >= 30) { showit = 0; _visible = true; } if (_root._currentframe != 103) { this.removeMovieClip(); _visible = false; } } on (press) { _visible = false; gotoAndStop(random(4) + 1); showit = 0; _root.score = _root.score + 10; }
Frame 104
stop();
Instance of Symbol 19 MovieClip in Frame 104
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { startDrag (this, true); }
Frame 105
stop();
Symbol 7 Button
on (release) { gotoAndPlay (2); }
Symbol 11 Button
on (release) { gotoAndPlay (3); }
Symbol 17 MovieClip Frame 1
stop();
Symbol 26 Button
on (release) { play(); }
Symbol 39 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 20
_root.timer--;
Symbol 76 Button
on (release) { gotoAndPlay (1); }

Library Items

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

Instance Names

"gun"Frame 1Symbol 17 MovieClip
"icon"Frame 23Symbol 39 MovieClip
"icon"Frame 43Symbol 39 MovieClip
"icon"Frame 63Symbol 39 MovieClip
"icon"Frame 83Symbol 39 MovieClip
"icon"Frame 103Symbol 39 MovieClip

Labels

"gameover"Frame 105

Dynamic Text Variables

healthSymbol 42 EditableText""
timerSymbol 43 EditableText""
healthSymbol 50 EditableText""
timerSymbol 51 EditableText""
healthSymbol 56 EditableText""
timerSymbol 57 EditableText""
healthSymbol 62 EditableText""
timerSymbol 63 EditableText""
healthSymbol 68 EditableText""
timerSymbol 69 EditableText""




http://swfchan.com/8/38533/info.shtml
Created: 13/5 -2019 04:22:21 Last modified: 13/5 -2019 04:22:21 Server time: 14/05 -2024 19:06:38