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

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

The Reaper Can Shred!.swf

This is the info page for
Flash #60213

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


Text
only at

%

00.00

00000000

bytes

loaded

of

00000000

B

i

l

C

a

r

k

E

v

e

r

y

t

h

i

n

g

:

B

i

l

C

a

r

k

E

v

e

r

y

t

h

i

n

g

:

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 49 MovieClip in Frame 734
onClipEvent (enterFrame) { this._x = 1392 + random(5); this._y = -340.25 + random(5); }
Instance of Symbol 49 MovieClip in Frame 1531
onClipEvent (enterFrame) { dir = random(2); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } }
Instance of Symbol 49 MovieClip "frame1" in Frame 1812
/* no clip actions */
Instance of Symbol 49 MovieClip "frame2" in Frame 1852
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } else if (dir == 2) { this._y = this._y + random(5); } else if (dir == 3) { this._y = this._y - random(5); } }
Instance of Symbol 49 MovieClip "frame3" in Frame 1924
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } else if (dir == 2) { this._y = this._y + random(5); } else if (dir == 3) { this._y = this._y - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2039
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } else if (dir == 2) { this._y = this._y + random(5); } else if (dir == 3) { this._y = this._y - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2187
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } else if (dir == 2) { this._y = this._y + random(5); } else if (dir == 3) { this._y = this._y - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2216
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } else if (dir == 2) { this._y = this._y + random(5); } else if (dir == 3) { this._y = this._y - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2244
onClipEvent (enterFrame) { dir = random(2); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2252
onClipEvent (enterFrame) { dir = random(4); trace(dir); if (dir == 0) { this._x = this._x + random(10); } else if (dir == 1) { this._x = this._x - random(10); } else if (dir == 2) { this._y = this._y + random(10); } else if (dir == 3) { this._y = this._y - random(10); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2258
onClipEvent (enterFrame) { dir = random(2); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2291
onClipEvent (enterFrame) { dir = random(2); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } }
Instance of Symbol 49 MovieClip "frame4" in Frame 2323
onClipEvent (enterFrame) { dir = random(2); trace(dir); if (dir == 0) { this._x = this._x + random(5); } else if (dir == 1) { this._x = this._x - random(5); } }
Symbol 7 Button
on (release) { getURL ("http://www.eclipse9.com", "_blank"); }
Symbol 10 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 24 Button
on (release) { _root.play(); }
Symbol 25 MovieClip Frame 1
loadednum = _root.getBytesLoaded(); outof = _root.getBytesTotal(); Percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; percentage = Math.ceil(Percent); if (Percent != 100) { bar._xscale = Percent * 3.5; } else { gotoAndStop ("loaded"); }
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 49 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;

Library Items

Symbol 1 FontUsed by:2 11 12 13 14 15 16 17
Symbol 2 TextUses:1Used by:27
Symbol 3 GraphicUsed by:27
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:4 5 6Used by:27
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 ButtonUses:9Used by:27
Symbol 11 TextUses:1Used by:25
Symbol 12 EditableTextUses:1Used by:25
Symbol 13 EditableTextUses:1Used by:25
Symbol 14 TextUses:1Used by:25
Symbol 15 TextUses:1Used by:25
Symbol 16 TextUses:1Used by:25
Symbol 17 EditableTextUses:1Used by:25
Symbol 18 GraphicUsed by:25
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:25
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:21 22 23Used by:25
Symbol 25 MovieClipUses:11 12 13 14 15 16 17 18 20 24Used by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:2 3 7 10 25 26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:111  Timeline
Symbol 31 GraphicUsed by:111  Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:111  Timeline
Symbol 34 GraphicUsed by:111  Timeline
Symbol 35 GraphicUsed by:111  Timeline
Symbol 36 GraphicUsed by:111  Timeline
Symbol 37 GraphicUsed by:111  Timeline
Symbol 38 GraphicUsed by:111  Timeline
Symbol 39 GraphicUsed by:111  Timeline
Symbol 40 GraphicUsed by:111  Timeline
Symbol 41 GraphicUsed by:111 134  Timeline
Symbol 42 BitmapUsed by:47 144 154
Symbol 43 BitmapUsed by:47 145 156
Symbol 44 BitmapUsed by:47 146 158
Symbol 45 BitmapUsed by:47 147 160
Symbol 46 BitmapUsed by:47 148 160
Symbol 47 GraphicUses:42 43 44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:80 81 82Used by:111  Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:100
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:96 97 98 99Used by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111  Timeline
Symbol 110 GraphicUsed by:111  Timeline
Symbol 111 MovieClipUses:40 108 35 30 83 31 33 34 36 38 39 37 109 41 110Used by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:134  Timeline
Symbol 134 MovieClipUses:41 133Used by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 GraphicUses:42Used by:Timeline
Symbol 145 GraphicUses:43Used by:Timeline
Symbol 146 GraphicUses:44Used by:Timeline
Symbol 147 GraphicUses:45Used by:Timeline
Symbol 148 GraphicUses:46Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUses:42Used by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUses:43Used by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUses:44Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUses:45 46Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 FontUsed by:177 178 179 180 181 182 183 197 198 199 200 201 202 203
Symbol 177 TextUses:176Used by:Timeline
Symbol 178 TextUses:176Used by:Timeline
Symbol 179 TextUses:176Used by:Timeline
Symbol 180 TextUses:176Used by:Timeline
Symbol 181 TextUses:176Used by:Timeline
Symbol 182 TextUses:176Used by:Timeline
Symbol 183 TextUses:176Used by:Timeline
Symbol 184 FontUsed by:185 186 187 188 189 190 191 192 193 194 195 204 205 206 207 208 209 210 211 212 213 214
Symbol 185 TextUses:184Used by:Timeline
Symbol 186 TextUses:184Used by:Timeline
Symbol 187 TextUses:184Used by:Timeline
Symbol 188 TextUses:184Used by:Timeline
Symbol 189 TextUses:184Used by:Timeline
Symbol 190 TextUses:184Used by:Timeline
Symbol 191 TextUses:184Used by:Timeline
Symbol 192 TextUses:184Used by:Timeline
Symbol 193 TextUses:184Used by:Timeline
Symbol 194 TextUses:184Used by:Timeline
Symbol 195 TextUses:184Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 TextUses:176Used by:Timeline
Symbol 198 TextUses:176Used by:Timeline
Symbol 199 TextUses:176Used by:Timeline
Symbol 200 TextUses:176Used by:Timeline
Symbol 201 TextUses:176Used by:Timeline
Symbol 202 TextUses:176Used by:Timeline
Symbol 203 TextUses:176Used by:Timeline
Symbol 204 TextUses:184Used by:Timeline
Symbol 205 TextUses:184Used by:Timeline
Symbol 206 TextUses:184Used by:Timeline
Symbol 207 TextUses:184Used by:Timeline
Symbol 208 TextUses:184Used by:Timeline
Symbol 209 TextUses:184Used by:Timeline
Symbol 210 TextUses:184Used by:Timeline
Symbol 211 TextUses:184Used by:Timeline
Symbol 212 TextUses:184Used by:Timeline
Symbol 213 TextUses:184Used by:Timeline
Symbol 214 TextUses:184Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"cam"Frame 2Symbol 49 MovieClip
"sky"Frame 2Symbol 57 MovieClip
"jam"Frame 943Symbol 111 MovieClip
"frame1"Frame 1812Symbol 49 MovieClip
"frame2"Frame 1852Symbol 49 MovieClip
"frame3"Frame 1924Symbol 49 MovieClip
"guitar"Frame 1924Symbol 139 MovieClip
"frame4"Frame 2039Symbol 49 MovieClip
"frame4"Frame 2165Symbol 49 MovieClip
"frame4"Frame 2187Symbol 49 MovieClip
"frame4"Frame 2195Symbol 49 MovieClip
"frame4"Frame 2216Symbol 49 MovieClip
"frame4"Frame 2224Symbol 49 MovieClip
"frame4"Frame 2244Symbol 49 MovieClip
"frame4"Frame 2252Symbol 49 MovieClip
"frame4"Frame 2258Symbol 49 MovieClip
"frame4"Frame 2266Symbol 49 MovieClip
"frame4"Frame 2291Symbol 49 MovieClip
"frame4"Frame 2299Symbol 49 MovieClip
"frame4"Frame 2323Symbol 49 MovieClip
"guitar"Frame 2338Symbol 139 MovieClip
"bar"Symbol 25 MovieClip Frame 1Symbol 20 MovieClip
"loadscreen"Symbol 27 MovieClip Frame 1Symbol 25 MovieClip

Special Tags

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

Labels

"begin descending again"Frame 1924
"hold at 5 14"Frame 1958
"loaded"Symbol 25 MovieClip Frame 3

Dynamic Text Variables

percentageSymbol 12 EditableText"00.00"
outofSymbol 13 EditableText"00000000"
loadednumSymbol 17 EditableText"00000000"




http://swfchan.com/13/60213/info.shtml
Created: 16/4 -2019 09:22:24 Last modified: 16/4 -2019 09:22:24 Server time: 18/01 -2025 08:29:10