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

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

SpiderStealer.swf

This is the info page for
Flash #38336

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


Text
Happy Halloween from ArmorGames.com!

SpiderStealer

Play

Play the game.

More Games

Play more games.

High Scores

View High Score table.

Instructions

You

Avoid

Collect

UP : jump
Left/Right: move

Submit score (once)

Spider Count:

TOTAL SCORE:

Death Count:

0

0

0

Send

View

[insert name]

Happy Halloween from
Rakosman and
NewGrounds!

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded);
Frame 2
if (_root.percentLoaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 214
stop();
Frame 215
function rocks() { attachMovie("rock", "rock" + q, this.getNextHighestDepth()); rock = this["rock" + q]; rock._xscale = omg; rock._yscale = omg; rock._x = Math.random() * 550; q++; } function rocks2() { attachMovie("rock2", "rock2" + e, this.getNextHighestDepth()); rock2 = this["rock2" + e]; rock2._xscale = omg2; rock2._yscale = omg2; rock2._x = Math.random() * 550; e++; } function rocks3() { attachMovie("rock3", "rock3" + i, this.getNextHighestDepth()); rock3 = this["rock3" + i]; rock3._xscale = omg3; rock3._yscale = omg3; rock3._x = Math.random() * 550; i++; } function rocks4() { attachMovie("rock4", "rock4" + f, this.getNextHighestDepth()); rock4 = this["rock4" + f]; rock4._xscale = omg4; rock4._yscale = omg4; rock4._x = Math.random() * 550; f++; } q = 0; e = 0; i = 0; f = 0; g = 2946; g2 = 2864; g3 = 2164; g4 = 2513; onEnterFrame = function () { if (ts < 0) { ts = 0; } omg = (Math.random() * 90) + 20; omg2 = (Math.random() * 90) + 20; omg3 = (Math.random() * 70) + 10; omg4 = (Math.random() * 70) + 10; if (Key.isDown(38)) { if (this.man.Jcount < this.man.Sjumps) { _root.bones.gotoAndPlay("jump"); this.man.g = this.man.jumpHeight; this.man.Jcount++; } } }; blah = setInterval(this, "rocks", g); blah2 = setInterval(this, "rocks2", g2); blah3 = setInterval(this, "rocks3", g3); blah4 = setInterval(this, "rocks4", g4);
Instance of Symbol 128 MovieClip in Frame 215
onClipEvent (enterFrame) { if (this._parent.man.hitTest(this)) { this._parent.man._x = 75; this._parent.man._y = 185; this._parent.dc++; this._parent.ts = this._parent.ts - 15; this._parent.star.bibble = 0; } }
Instance of Symbol 128 MovieClip "man" in Frame 215
onClipEvent (load) { this.useHandCursor = false; speed = 6; g = 4; Jcount = 0; w = this._width / 2; h = this._height / 2; Sjumps = 1; maxJh = -16; jumpHeight = 0; spd = 0; spiderman = false; } onClipEvent (enterFrame) { if (this._parent.con.code == "spiderman") { spiderman = true; } else { spiderman = false; } if (Jcount != 0) { this._parent.cam._y = this._y; } jumpHeight = maxJh; this._x = this._x + spd; g = g + 0.93; if (Key.isDown(37)) { spd = -1 * speed; this._parent.cam._x = this._x; } if (Key.isDown(39)) { spd = speed; this._parent.cam._x = this._x; } if ((!Key.isDown(39)) and (!Key.isDown(37))) { spd = 0; } if ((this._parent.ground.hitTest(this._x, this._y - (h * 2), true) or this._parent.ground.hitTest(this._x - (w / 2), this._y - (h * 2), true)) or this._parent.ground.hitTest(this._x + (w / 2), this._y - (h * 2), true)) { g = 3.221; Jcount = 6; } if (this._parent.ground.hitTest(this._x - w, this._y - h, true)) { this._x = this._x + speed; if (spiderman == true) { Jcount = 0; } } if (this._parent.ground.hitTest(this._x + w, this._y - h, true)) { this._x = this._x - speed; if (spiderman == true) { Jcount = 0; } } while ((this._parent.ground.hitTest(this._x, this._y, true) or this._parent.ground.hitTest(this._x - (w / 2), this._y - (h / 2), true)) or this._parent.ground.hitTest(this._x + (w / 2), this._y - (h / 2), true)) { _y = (_y - 0.1); g = 0; Jcount = 0; } this._y = this._y + g; }
Instance of Symbol 131 MovieClip in Frame 215
onClipEvent (load) { pos = Math.floor((Math.random() * 8) + 1); } onClipEvent (enterFrame) { if (pos == 1) { this._x = 54; this._y = 18; } else if (pos == 2) { this._x = 86; this._y = 190; } else if (pos == 3) { this._x = 180; this._y = 80; } else if (pos == 4) { this._x = 336; this._y = 32; } else if (pos == 5) { this._x = 285; this._y = 179; } else if (pos == 6) { this._x = 190; this._y = 297; } else if (pos == 7) { this._x = 442; this._y = 290; } else { this._x = 442; this._y = 113; } if (this.hitTest(this._parent.man)) { pos = Math.floor((Math.random() * 8) + 1); this._parent.sc++; this._parent.ts = this._parent.ts - -10; } }
Instance of Symbol 143 MovieClip "bones" in Frame 215
onClipEvent (enterFrame) { this._x = _root.man._x; this._y = _root.man._y; }
Frame 9097
stop();
Instance of Symbol 13 MovieClip in Frame 9097
onClipEvent (enterFrame) { onRelease = function () { getURL ("http://www.armorgames.com", _blank); }; }
Symbol 4 MovieClip [rock] Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [rock] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.man)) { this._parent._parent.ts = this._parent._parent.ts - 10; this._parent._parent.dc++; this._parent.play(); this._parent._parent.man._x = 75; this._parent._parent.man._y = 185; } if (this._y > 5000) { _parent.play(); } this._y = this._y + 10.3; }
Symbol 4 MovieClip [rock] Frame 2
stop();
Symbol 5 MovieClip [rock2] Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 5 MovieClip [rock2] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.man)) { this._parent._parent.ts = this._parent._parent.ts - 10; this._parent._parent.dc++; this._parent.play(); this._parent._parent.man._x = 75; this._parent._parent.man._y = 185; } if (this._y > 5000) { _parent.play(); } this._y = this._y + 10.3; }
Symbol 5 MovieClip [rock2] Frame 2
stop();
Symbol 9 MovieClip [rock3] Frame 1
stop();
Instance of Symbol 8 MovieClip in Symbol 9 MovieClip [rock3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.man)) { this._parent._parent.ts = this._parent._parent.ts - 10; this._parent._parent.dc++; this._parent.play(); this._parent._parent.man._x = 75; this._parent._parent.man._y = 185; } if (this._y > 5000) { _parent.play(); } this._y = this._y + 10.3; }
Symbol 9 MovieClip [rock3] Frame 2
stop();
Symbol 10 MovieClip [rock4] Frame 1
stop();
Instance of Symbol 8 MovieClip in Symbol 10 MovieClip [rock4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.man)) { this._parent._parent.ts = this._parent._parent.ts - 10; this._parent._parent.dc++; this._parent.play(); this._parent._parent.man._x = 75; this._parent._parent.man._y = 185; } if (this._y > 5000) { _parent.play(); } this._y = this._y + 10.3; }
Symbol 10 MovieClip [rock4] Frame 2
stop();
Symbol 25 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 32 MovieClip Frame 81
_root.play(); _root.play();
Symbol 90 Button
on (release) { getURL ("http://newgrounds.com/collection/halloween2006.html", _blank); }
Symbol 94 Button
on (release) { getURL ("http://www.armorgames.com", _blank); }
Symbol 102 Button
on (release) { play(); }
Symbol 107 Button
on (release) { getURL ("http://www.armorgames.com", _blank); }
Symbol 112 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=481"); }
Symbol 143 MovieClip Frame 10
this.gotoAndPlay(1);
Symbol 143 MovieClip Frame 26
this.gotoAndPlay(37);
Symbol 150 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = _root.na; ab20_09.x = _root.ts; ab20_09.c = 481; ab20_09.v = "SPIWFM"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); this.play(); _root.gotoAndStop("end"); }
Symbol 153 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=481"); }
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 2
stop();

Library Items

Symbol 1 GraphicUsed by:3
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:1 2Used by:4 5
Symbol 4 MovieClip [rock]Uses:3
Symbol 5 MovieClip [rock2]Uses:3
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:6 7Used by:9 10
Symbol 9 MovieClip [rock3]Uses:8
Symbol 10 MovieClip [rock4]Uses:8
Symbol 11 GraphicUsed by:23 32 124 150 153  Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:23 32  Timeline
Symbol 14 GraphicUsed by:23
Symbol 15 ShapeTweeningUsed by:23
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:23
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:23
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:23
Symbol 22 GraphicUsed by:23 25
Symbol 23 MovieClipUses:11 13 14 15 17 19 21 22Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 ButtonUses:22Used by:32
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:32
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:32
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClipUses:11 13 25 27 29 31 SS1Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 ShapeTweeningUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 ShapeTweeningUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:89 90
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:89
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:89
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:89
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:89
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:89
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:89
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:89
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:89
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:89
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:89
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:89
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:89
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:89
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:89
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:89
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:89
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:89
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:89
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:89
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:89
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:89
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClipUses:44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88Used by:90
Symbol 90 ButtonUses:89 44Used by:Timeline
Symbol 91 FontUsed by:92 144 145 146 147 148 149 156 160
Symbol 92 TextUses:91Used by:94 158
Symbol 93 GraphicUsed by:94 158
Symbol 94 ButtonUses:92 93Used by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 FontUsed by:97 98 100 103 105 108 110 113 116 117 118 119 120
Symbol 97 TextUses:96Used by:Timeline
Symbol 98 TextUses:96Used by:102
Symbol 99 GraphicUsed by:102
Symbol 100 TextUses:96Used by:102
Symbol 101 GraphicUsed by:102
Symbol 102 ButtonUses:98 99 100 101Used by:Timeline
Symbol 103 TextUses:96Used by:107
Symbol 104 GraphicUsed by:107
Symbol 105 TextUses:96Used by:107
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:103 104 105 106Used by:Timeline
Symbol 108 TextUses:96Used by:112
Symbol 109 GraphicUsed by:112
Symbol 110 TextUses:96Used by:112
Symbol 111 GraphicUsed by:112
Symbol 112 ButtonUses:108 109 110 111Used by:Timeline
Symbol 113 TextUses:96Used by:122
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:122
Symbol 116 TextUses:96Used by:122
Symbol 117 TextUses:96Used by:122
Symbol 118 TextUses:96Used by:122
Symbol 119 TextUses:96Used by:122
Symbol 120 TextUses:96Used by:122
Symbol 121 GraphicUsed by:122
Symbol 122 ButtonUses:113 115 116 117 118 119 120 121Used by:Timeline
Symbol 123 GraphicUsed by:124 150 153
Symbol 124 ButtonUses:123 11Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:129 130Used by:Timeline
Symbol 132 GraphicUsed by:143
Symbol 133 GraphicUsed by:143
Symbol 134 GraphicUsed by:143
Symbol 135 GraphicUsed by:143
Symbol 136 GraphicUsed by:143
Symbol 137 GraphicUsed by:143
Symbol 138 GraphicUsed by:143
Symbol 139 GraphicUsed by:143
Symbol 140 GraphicUsed by:143
Symbol 141 GraphicUsed by:143
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:132 133 134 135 136 137 138 139 140 141 142Used by:Timeline
Symbol 144 EditableTextUses:91Used by:Timeline
Symbol 145 EditableTextUses:91Used by:Timeline
Symbol 146 EditableTextUses:91Used by:Timeline
Symbol 147 EditableTextUses:91Used by:Timeline
Symbol 148 EditableTextUses:91Used by:Timeline
Symbol 149 EditableTextUses:91Used by:Timeline
Symbol 150 ButtonUses:123 11Used by:155
Symbol 151 FontUsed by:152 154
Symbol 152 TextUses:151Used by:155
Symbol 153 ButtonUses:123 11Used by:155
Symbol 154 TextUses:151Used by:155
Symbol 155 MovieClipUses:150 152 153 154Used by:Timeline
Symbol 156 EditableTextUses:91Used by:Timeline
Symbol 157 SoundUsed by:Timeline
Symbol 158 ButtonUses:92 93Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 TextUses:91Used by:Timeline
Streaming Sound 1Used by:Symbol 32 MovieClip

Instance Names

"bar"Frame 1Symbol 23 MovieClip
"ground"Frame 215Symbol 126 MovieClip
"man"Frame 215Symbol 128 MovieClip
"bones"Frame 215Symbol 143 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 4 as "rock"
ExportAssets (56)Timeline Frame 1Symbol 5 as "rock2"
ExportAssets (56)Timeline Frame 1Symbol 9 as "rock3"
ExportAssets (56)Timeline Frame 1Symbol 10 as "rock4"

Labels

"end"Frame 9097
"jump"Symbol 143 MovieClip Frame 18
"hit"Symbol 143 MovieClip Frame 37

Dynamic Text Variables

dcSymbol 147 EditableText"0"
tsSymbol 148 EditableText"0"
scSymbol 149 EditableText"0"
naSymbol 156 EditableText"[insert name]"




http://swfchan.com/8/38336/info.shtml
Created: 13/5 -2019 09:07:18 Last modified: 13/5 -2019 09:07:18 Server time: 16/05 -2024 11:30:04