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

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

Flash Tutorial,..swf

This is the info page for
Flash #57781

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


Text
Flash tutorial

m

o

r

c

e

s

a

l

m

o

r

c

e

s

a

l

sponsored

by

Quality

Quality

Actionscript

Actionscript

Drawing

MENU

Credits

Credits

Thanks

Buttons

Lip sync

drag-drop

step1:-make the object that you want to drag in a game

step2:-convert it to a Movie Clip!

step3:- put this on the actions pannel:

on(press){
startDrag(this);
}
onClipEvent(mouseUp){
stopDrag();
}

EXAMPLE:

NEXT

lasercrom 2008 All rights reserved

main

Website button

step1:-make a button with the name of the site

step2:-go to the actions panel of the button

and type in:

on (release) {
getURL("http://www.newgrounds.com", "_blank");
}

BACK

BACK

quality changer

step1:- make a button

step2:- put this on the actions pannel of the button

on (release) {
if (_quality == "LOW") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "HIGH";
} else if (_quality == "HIGH") {
_quality = "LOW";
}}

EXAMPLE:

of course you can customize it the way you like

moving eyes

step1:make your eye
looking up

step2:-convert it
to a movie clip

step3:- put
this on the
actions panel

onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse-this._y, _root._xmouse-this._x);
myDegrees = Math.round((myRadians*180/Math.PI));
_root.yChange = Math.round(_root._ymouse-this._y);
_root.xChange = Math.round(_root._xmouse-this._x);
_root.yMove = Math.round(_root.yChange/20);
_root.xMove = Math.round(_root.xChange/20);
this._rotation = myDegrees+90;
}

movie controll

step1:-make buttons like the  these ones

step2:-give them these actions below

on (press) {_root.play();}
on (press) {_root.stop();}
on (press) {_root.prevFrame();}
on (press) {_root.nextFrame();}

pause   play    stop    back    forward

Typewriter txt

put this code on the frame that you want

text = "TextGoesHere";
l = text.length;
p = 1;
function spelltext() {
txt = text.substring(0, p);
p++;
if (p == l+1) {
clearInterval(write);
}
}
write = setInterval(spelltext, 50);

make a dynamic text box with the variable

"txt"

example:

r-click title

if you want a custom text to apear on when
somebody right-clicks like:VOTE 5 stars, put this
codeon the first frame:

var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
function itemHandler1(obj, item) {
}
item1 = new ContextMenuItem("VOTE5!!!", itemHandler1);
item1.enabled = true;
myMenu.customItems.push(item1, item1);
_root.menu = myMenu;

here's a chart :

drawing

1.draw a skeleton

2.sketch the body

parts

3.erase more of
the sketchy
skeleton

4.add more
details:hair, clothes
and feet

5. make the face
and add shadows

Main

Main

LINKS:

LASERCROM

LASERCROM

Naruto Parody

Program:

Macromedia Flash PRO 8

Game By: LASERCROM

SPECIALTHANKS
TO

CHARACTER CREATOR

Special thanks to:

girdf - the super
duper tutorial

-for inspiration

-for hosting

Creep123- For the awesome music

Buttons

step1:make a button

BuTtOn  FiLtErS

1.

step2: go to the filters menu under the
properties menu

Bevel effect:

bttn

glow effect:

blur effect

drop shadow

if you want to make a button that
changes its appeal when yo press it

example

normal

over

down

Hit

make a button

then double click it and you
should see this in the timeline:

ok, after you made the button and double clicked it

you will se four frames on the timeline:

UP   OVER  DOWN  HIT

Up is the normal state of the button when is not pressed ,clicked or the cursor is over the button

Over is the changed state of the button when the cursor is over the button

Down is the changed state of the button when the button is pressed

Hit is the state of the button after it's pressed

ActionScript [AS1/AS2]

Frame 1
function itemHandler1(obj, item) { } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("I'm so kewl it's unreal", itemHandler1); item1.enabled = true; myMenu.customItems.push(item1, item1); _root.menu = myMenu; stop(); stopAllSounds();
Frame 2
stop(); stop(); stopAllSounds(); stop();
Frame 3
stop(); stop();
Instance of Symbol 158 MovieClip in Frame 3
on (press) { startDrag (this); } onClipEvent (mouseUp) { stopDrag(); }
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Instance of Symbol 198 MovieClip in Frame 6
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 198 MovieClip in Frame 6
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Frame 7
stop();
Frame 8
function spelltext() { txt = text.substring(0, p); p++; if (p == (l + 1)) { clearInterval(write); } } text = "i am so awesome.. it's unreal"; l = text.length; p = 1; write = setInterval(spelltext, 50);
Frame 9
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop(); stopAllSounds();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
Frame 19
stop();
Symbol 56 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 58 MovieClip Frame 40
stop();
Symbol 84 Button
on (release) { _root.play(); }
Symbol 85 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 85 MovieClip Frame 51
Symbol 106 Button
on (release) { getURL ("http://www.lasercromsd.webs.com", "_blank"); }
Symbol 120 Button
on (release) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } }
Symbol 125 Button
on (press) { _root.nextFrame(); }
Symbol 129 Button
on (press) { gotoAndPlay (13); }
Symbol 134 Button
on (press) { gotoAndPlay (14); }
Symbol 138 Button
on (press) { gotoAndPlay (15); }
Symbol 142 Button
on (press) { gotoAndPlay (16); }
Symbol 145 Button
on (press) { gotoAndPlay (12); }
Symbol 164 Button
on (press) { _root.nextFrame(); }
Symbol 169 Button
on (press) { gotoAndPlay (2); }
Symbol 184 Button
on (press) { _root.prevFrame(); }
Symbol 237 Button
on (press) { gotoAndPlay (13); }
Symbol 386 Button
on (press) { gotoAndPlay (2); }
Symbol 396 Button
on (release) { getURL ("http://www.lasercromsd.webs.com", "_blank"); }
Symbol 404 Button
on (release) { getURL ("http://www.newgrounds.com/portal/view/440415", "_blank"); }
Symbol 408 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 409 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 426 Button
on (release) { getURL ("http://www.newgrounds.com/portal/view/399375", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:7 46
Symbol 4 GraphicUsed by:7 46
Symbol 5 GraphicUsed by:6 45
Symbol 6 MovieClipUses:5Used by:7 10
Symbol 7 MovieClipUses:3 4 6Used by:21
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10 48
Symbol 10 MovieClipUses:8 9 6Used by:21
Symbol 11 GraphicUsed by:14 49
Symbol 12 GraphicUsed by:14 17 49 50
Symbol 13 GraphicUsed by:14 49
Symbol 14 MovieClipUses:11 12 13Used by:18
Symbol 15 GraphicUsed by:17 50
Symbol 16 GraphicUsed by:17 50
Symbol 17 MovieClipUses:15 12 16Used by:18
Symbol 18 MovieClipUses:14 17Used by:21
Symbol 19 GraphicUsed by:20 52
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:7 10 18 20Used by:Timeline
Symbol 22 GraphicUsed by:85
Symbol 23 GraphicUsed by:85
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:85
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:26 27Used by:85
Symbol 29 GraphicUsed by:85
Symbol 30 GraphicUsed by:85
Symbol 31 GraphicUsed by:85
Symbol 32 GraphicUsed by:39 58
Symbol 33 GraphicUsed by:39 58
Symbol 34 GraphicUsed by:39 58
Symbol 35 GraphicUsed by:39 58
Symbol 36 GraphicUsed by:39 58
Symbol 37 GraphicUsed by:39 58
Symbol 38 GraphicUsed by:39 58
Symbol 39 MovieClipUses:32 33 34 35 36 37 38Used by:85
Symbol 40 GraphicUsed by:85
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:85
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:85
Symbol 45 MovieClipUses:5Used by:46 48
Symbol 46 MovieClipUses:3 4 45Used by:53
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47 9 45Used by:53
Symbol 49 MovieClipUses:11 12 13Used by:51
Symbol 50 MovieClipUses:15 12 16Used by:51
Symbol 51 MovieClipUses:49 50Used by:53
Symbol 52 MovieClipUses:19Used by:53
Symbol 53 MovieClipUses:46 48 51 52Used by:85
Symbol 54 GraphicUsed by:85
Symbol 55 GraphicUsed by:56
Symbol 56 ButtonUses:55Used by:85
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:32 33 34 35 36 37 38 57Used by:85
Symbol 59 GraphicUsed by:85
Symbol 60 GraphicUsed by:85
Symbol 61 GraphicUsed by:85
Symbol 62 GraphicUsed by:85
Symbol 63 GraphicUsed by:85
Symbol 64 GraphicUsed by:85
Symbol 65 GraphicUsed by:85
Symbol 66 GraphicUsed by:85
Symbol 67 GraphicUsed by:85
Symbol 68 GraphicUsed by:85
Symbol 69 GraphicUsed by:85
Symbol 70 GraphicUsed by:85
Symbol 71 ShapeTweeningUsed by:85
Symbol 72 GraphicUsed by:85
Symbol 73 ShapeTweeningUsed by:85
Symbol 74 ShapeTweeningUsed by:85
Symbol 75 GraphicUsed by:85
Symbol 76 GraphicUsed by:84
Symbol 77 GraphicUsed by:84
Symbol 78 GraphicUsed by:84
Symbol 79 GraphicUsed by:84
Symbol 80 GraphicUsed by:84
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:81 82Used by:84
Symbol 84 ButtonUses:76 77 78 79 80 83Used by:85
Symbol 85 MovieClipUses:22 23 25 28 29 30 31 39 40 42 44 53 54 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 84Used by:Timeline
Symbol 86 FontUsed by:87 89 90 91 92 93 94 95 96 98 99 100 101 102 103 104 105 107 108 122 124 127 130 131 133 136 140 144 148 150 151 152 168 173 175 176 177 186 188 189 195 199 200 201 204 216 217 221 223 225 226 230 232 236 375 376 377 378 379 380 381 383 385 419 424 427 428 431 432 436 441 442 444 445 446 448 457 464 466 467 468 469 470 471 472
Symbol 87 TextUses:86Used by:Timeline
Symbol 88 GraphicUsed by:106
Symbol 89 TextUses:86Used by:106
Symbol 90 TextUses:86Used by:106
Symbol 91 TextUses:86Used by:106
Symbol 92 TextUses:86Used by:106
Symbol 93 TextUses:86Used by:106
Symbol 94 TextUses:86Used by:106
Symbol 95 TextUses:86Used by:106
Symbol 96 TextUses:86Used by:106
Symbol 97 GraphicUsed by:106
Symbol 98 TextUses:86Used by:106
Symbol 99 TextUses:86Used by:106
Symbol 100 TextUses:86Used by:106
Symbol 101 TextUses:86Used by:106
Symbol 102 TextUses:86Used by:106
Symbol 103 TextUses:86Used by:106
Symbol 104 TextUses:86Used by:106
Symbol 105 TextUses:86Used by:106
Symbol 106 ButtonUses:88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105Used by:Timeline
Symbol 107 TextUses:86Used by:Timeline
Symbol 108 TextUses:86Used by:Timeline
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:112
Symbol 112 MovieClipUses:109 111Used by:Timeline
Symbol 113 GraphicUsed by:120
Symbol 114 FontUsed by:115 117 193 391 393 410 411 412 413
Symbol 115 TextUses:114Used by:120
Symbol 116 GraphicUsed by:120
Symbol 117 TextUses:114Used by:120
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 ButtonUses:113 115 116 117 119Used by:Timeline
Symbol 121 GraphicUsed by:125 134
Symbol 122 TextUses:86Used by:125
Symbol 123 GraphicUsed by:125
Symbol 124 TextUses:86Used by:125
Symbol 125 ButtonUses:121 122 123 124Used by:Timeline
Symbol 126 GraphicUsed by:129
Symbol 127 TextUses:86Used by:129
Symbol 128 GraphicUsed by:129
Symbol 129 ButtonUses:126 127 128Used by:Timeline
Symbol 130 TextUses:86Used by:Timeline
Symbol 131 TextUses:86Used by:134
Symbol 132 GraphicUsed by:134
Symbol 133 TextUses:86Used by:134
Symbol 134 ButtonUses:121 131 132 133Used by:Timeline
Symbol 135 GraphicUsed by:138
Symbol 136 TextUses:86Used by:138
Symbol 137 GraphicUsed by:138
Symbol 138 ButtonUses:135 136 137Used by:Timeline
Symbol 139 GraphicUsed by:142 430 443
Symbol 140 TextUses:86Used by:142
Symbol 141 GraphicUsed by:142
Symbol 142 ButtonUses:139 140 141Used by:Timeline
Symbol 143 GraphicUsed by:145 237
Symbol 144 TextUses:86Used by:145 237
Symbol 145 ButtonUses:143 144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:149 187 231
Symbol 148 TextUses:86Used by:149
Symbol 149 MovieClipUses:147 148Used by:Timeline
Symbol 150 TextUses:86Used by:Timeline
Symbol 151 TextUses:86Used by:Timeline
Symbol 152 TextUses:86Used by:Timeline
Symbol 153 FontUsed by:154 202 218 219 227
Symbol 154 EditableTextUses:153Used by:Timeline
Symbol 155 FontUsed by:156
Symbol 156 TextUses:155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:164
Symbol 161 FontUsed by:162 228 449 451 453 454 455
Symbol 162 TextUses:161Used by:164
Symbol 163 GraphicUsed by:164
Symbol 164 ButtonUses:160 162 163Used by:Timeline
Symbol 165 FontUsed by:166 181 183 389
Symbol 166 TextUses:165Used by:Timeline
Symbol 167 GraphicUsed by:169
Symbol 168 TextUses:86Used by:169
Symbol 169 ButtonUses:167 168Used by:Timeline
Symbol 170 SoundUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:174 196 205 222
Symbol 173 TextUses:86Used by:174
Symbol 174 MovieClipUses:172 173Used by:Timeline
Symbol 175 TextUses:86Used by:Timeline
Symbol 176 TextUses:86Used by:Timeline
Symbol 177 TextUses:86Used by:Timeline
Symbol 178 FontUsed by:179 190 224 233
Symbol 179 EditableTextUses:178Used by:Timeline
Symbol 180 GraphicUsed by:184
Symbol 181 TextUses:165Used by:184
Symbol 182 GraphicUsed by:184
Symbol 183 TextUses:165Used by:184
Symbol 184 ButtonUses:180 181 182 183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 TextUses:86Used by:187
Symbol 187 MovieClipUses:147 186Used by:Timeline
Symbol 188 TextUses:86Used by:Timeline
Symbol 189 TextUses:86Used by:Timeline
Symbol 190 EditableTextUses:178Used by:Timeline
Symbol 191 FontUsed by:192
Symbol 192 TextUses:191Used by:Timeline
Symbol 193 TextUses:114Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 TextUses:86Used by:196
Symbol 196 MovieClipUses:172 195Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 TextUses:86Used by:Timeline
Symbol 200 TextUses:86Used by:Timeline
Symbol 201 TextUses:86Used by:Timeline
Symbol 202 EditableTextUses:153Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 TextUses:86Used by:205
Symbol 205 MovieClipUses:172 204Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 ButtonUses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 ButtonUses:208Used by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 ButtonUses:210Used by:Timeline
Symbol 212 GraphicUsed by:213
Symbol 213 ButtonUses:212Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 ButtonUses:214Used by:Timeline
Symbol 216 TextUses:86Used by:Timeline
Symbol 217 TextUses:86Used by:Timeline
Symbol 218 EditableTextUses:153Used by:Timeline
Symbol 219 TextUses:153Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 TextUses:86Used by:222
Symbol 222 MovieClipUses:172 221Used by:Timeline
Symbol 223 TextUses:86Used by:Timeline
Symbol 224 EditableTextUses:178Used by:Timeline
Symbol 225 TextUses:86Used by:Timeline
Symbol 226 TextUses:86Used by:Timeline
Symbol 227 EditableTextUses:153Used by:Timeline
Symbol 228 TextUses:161Used by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 TextUses:86Used by:231
Symbol 231 ButtonUses:147 230Used by:Timeline
Symbol 232 TextUses:86Used by:Timeline
Symbol 233 EditableTextUses:178Used by:Timeline
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:Timeline
Symbol 236 TextUses:86Used by:Timeline
Symbol 237 ButtonUses:143 144Used by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:374
Symbol 240 GraphicUsed by:374
Symbol 241 GraphicUsed by:374
Symbol 242 GraphicUsed by:374
Symbol 243 GraphicUsed by:374
Symbol 244 GraphicUsed by:374
Symbol 245 GraphicUsed by:374
Symbol 246 GraphicUsed by:374
Symbol 247 GraphicUsed by:374
Symbol 248 GraphicUsed by:374
Symbol 249 GraphicUsed by:374
Symbol 250 GraphicUsed by:374
Symbol 251 GraphicUsed by:374
Symbol 252 GraphicUsed by:374
Symbol 253 GraphicUsed by:374
Symbol 254 GraphicUsed by:374
Symbol 255 GraphicUsed by:374
Symbol 256 GraphicUsed by:374
Symbol 257 GraphicUsed by:374
Symbol 258 GraphicUsed by:374
Symbol 259 GraphicUsed by:374
Symbol 260 GraphicUsed by:374
Symbol 261 GraphicUsed by:374
Symbol 262 GraphicUsed by:374
Symbol 263 GraphicUsed by:374
Symbol 264 GraphicUsed by:374
Symbol 265 GraphicUsed by:374
Symbol 266 GraphicUsed by:374
Symbol 267 GraphicUsed by:374
Symbol 268 GraphicUsed by:374
Symbol 269 GraphicUsed by:374
Symbol 270 GraphicUsed by:374
Symbol 271 GraphicUsed by:374
Symbol 272 GraphicUsed by:374
Symbol 273 GraphicUsed by:374
Symbol 274 GraphicUsed by:374
Symbol 275 GraphicUsed by:374
Symbol 276 GraphicUsed by:374
Symbol 277 GraphicUsed by:374
Symbol 278 GraphicUsed by:374
Symbol 279 GraphicUsed by:374
Symbol 280 GraphicUsed by:374
Symbol 281 GraphicUsed by:374
Symbol 282 GraphicUsed by:374
Symbol 283 GraphicUsed by:374
Symbol 284 GraphicUsed by:374
Symbol 285 GraphicUsed by:374
Symbol 286 GraphicUsed by:374
Symbol 287 GraphicUsed by:374
Symbol 288 GraphicUsed by:374
Symbol 289 GraphicUsed by:374
Symbol 290 GraphicUsed by:374
Symbol 291 GraphicUsed by:374
Symbol 292 GraphicUsed by:374
Symbol 293 GraphicUsed by:374
Symbol 294 GraphicUsed by:374
Symbol 295 GraphicUsed by:374
Symbol 296 GraphicUsed by:374
Symbol 297 GraphicUsed by:374
Symbol 298 GraphicUsed by:374
Symbol 299 GraphicUsed by:374
Symbol 300 GraphicUsed by:374
Symbol 301 GraphicUsed by:374
Symbol 302 GraphicUsed by:374
Symbol 303 GraphicUsed by:374
Symbol 304 GraphicUsed by:374
Symbol 305 GraphicUsed by:374
Symbol 306 GraphicUsed by:374
Symbol 307 GraphicUsed by:374
Symbol 308 GraphicUsed by:374
Symbol 309 GraphicUsed by:374
Symbol 310 GraphicUsed by:374
Symbol 311 GraphicUsed by:374
Symbol 312 GraphicUsed by:374
Symbol 313 GraphicUsed by:374
Symbol 314 GraphicUsed by:374
Symbol 315 GraphicUsed by:374
Symbol 316 GraphicUsed by:374
Symbol 317 GraphicUsed by:374
Symbol 318 GraphicUsed by:374
Symbol 319 GraphicUsed by:374
Symbol 320 GraphicUsed by:374
Symbol 321 GraphicUsed by:374
Symbol 322 GraphicUsed by:374
Symbol 323 GraphicUsed by:374
Symbol 324 GraphicUsed by:374
Symbol 325 GraphicUsed by:374
Symbol 326 GraphicUsed by:374
Symbol 327 GraphicUsed by:374
Symbol 328 GraphicUsed by:374
Symbol 329 GraphicUsed by:374
Symbol 330 GraphicUsed by:374
Symbol 331 GraphicUsed by:374
Symbol 332 GraphicUsed by:374
Symbol 333 GraphicUsed by:374
Symbol 334 GraphicUsed by:374
Symbol 335 GraphicUsed by:374
Symbol 336 GraphicUsed by:374
Symbol 337 GraphicUsed by:374
Symbol 338 GraphicUsed by:374
Symbol 339 GraphicUsed by:374
Symbol 340 GraphicUsed by:374
Symbol 341 GraphicUsed by:374
Symbol 342 GraphicUsed by:374
Symbol 343 GraphicUsed by:374
Symbol 344 GraphicUsed by:374
Symbol 345 GraphicUsed by:374
Symbol 346 GraphicUsed by:374
Symbol 347 GraphicUsed by:374
Symbol 348 GraphicUsed by:374
Symbol 349 GraphicUsed by:374
Symbol 350 GraphicUsed by:374
Symbol 351 GraphicUsed by:374
Symbol 352 GraphicUsed by:374
Symbol 353 GraphicUsed by:374
Symbol 354 GraphicUsed by:374
Symbol 355 GraphicUsed by:374
Symbol 356 GraphicUsed by:374
Symbol 357 GraphicUsed by:374
Symbol 358 GraphicUsed by:374
Symbol 359 GraphicUsed by:374
Symbol 360 GraphicUsed by:374
Symbol 361 GraphicUsed by:374
Symbol 362 GraphicUsed by:374
Symbol 363 GraphicUsed by:374
Symbol 364 GraphicUsed by:374
Symbol 365 GraphicUsed by:374
Symbol 366 GraphicUsed by:374
Symbol 367 GraphicUsed by:374
Symbol 368 GraphicUsed by:374
Symbol 369 GraphicUsed by:374
Symbol 370 GraphicUsed by:374
Symbol 371 GraphicUsed by:374
Symbol 372 GraphicUsed by:374
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373Used by:Timeline
Symbol 375 TextUses:86Used by:Timeline
Symbol 376 TextUses:86Used by:Timeline
Symbol 377 TextUses:86Used by:Timeline
Symbol 378 TextUses:86Used by:Timeline
Symbol 379 TextUses:86Used by:Timeline
Symbol 380 TextUses:86Used by:Timeline
Symbol 381 TextUses:86Used by:Timeline
Symbol 382 GraphicUsed by:386
Symbol 383 TextUses:86Used by:386
Symbol 384 GraphicUsed by:386
Symbol 385 TextUses:86Used by:386
Symbol 386 ButtonUses:382 383 384 385Used by:Timeline
Symbol 387 BitmapUsed by:388 414 415
Symbol 388 GraphicUses:387Used by:Timeline
Symbol 389 TextUses:165Used by:Timeline
Symbol 390 GraphicUsed by:396
Symbol 391 TextUses:114Used by:396
Symbol 392 GraphicUsed by:396
Symbol 393 TextUses:114Used by:396
Symbol 394 GraphicUsed by:396
Symbol 395 GraphicUsed by:396
Symbol 396 ButtonUses:390 391 392 393 394 395Used by:Timeline
Symbol 397 BitmapUsed by:398 399 402 403
Symbol 398 GraphicUses:397Used by:404
Symbol 399 GraphicUses:397Used by:404
Symbol 400 FontUsed by:401
Symbol 401 TextUses:400Used by:404
Symbol 402 GraphicUses:397Used by:404
Symbol 403 GraphicUses:397Used by:404
Symbol 404 ButtonUses:398 399 401 402 403Used by:Timeline
Symbol 405 GraphicUsed by:409
Symbol 406 GraphicUsed by:407
Symbol 407 ButtonUses:406Used by:408
Symbol 408 ButtonUses:407Used by:409
Symbol 409 ButtonUses:405 408Used by:Timeline
Symbol 410 TextUses:114Used by:Timeline
Symbol 411 TextUses:114Used by:Timeline
Symbol 412 TextUses:114Used by:Timeline
Symbol 413 TextUses:114Used by:Timeline
Symbol 414 GraphicUses:387Used by:418
Symbol 415 GraphicUses:387Used by:418
Symbol 416 FontUsed by:417 429
Symbol 417 TextUses:416Used by:418
Symbol 418 ButtonUses:414 415 417Used by:Timeline
Symbol 419 TextUses:86Used by:Timeline
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:Timeline
Symbol 422 BitmapUsed by:423 425
Symbol 423 GraphicUses:422Used by:426
Symbol 424 TextUses:86Used by:426
Symbol 425 GraphicUses:422Used by:426
Symbol 426 ButtonUses:423 424 425Used by:Timeline
Symbol 427 TextUses:86Used by:Timeline
Symbol 428 TextUses:86Used by:Timeline
Symbol 429 TextUses:416Used by:430
Symbol 430 MovieClipUses:139 429Used by:Timeline
Symbol 431 TextUses:86Used by:Timeline
Symbol 432 TextUses:86Used by:Timeline
Symbol 433 FontUsed by:434 435
Symbol 434 TextUses:433Used by:Timeline
Symbol 435 TextUses:433Used by:Timeline
Symbol 436 TextUses:86Used by:Timeline
Symbol 437 BitmapUsed by:438 439
Symbol 438 GraphicUses:437Used by:440
Symbol 439 GraphicUses:437Used by:440
Symbol 440 ButtonUses:438 439Used by:Timeline
Symbol 441 TextUses:86Used by:Timeline
Symbol 442 TextUses:86Used by:443
Symbol 443 ButtonUses:139 442Used by:Timeline
Symbol 444 TextUses:86Used by:Timeline
Symbol 445 TextUses:86Used by:Timeline
Symbol 446 TextUses:86Used by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 TextUses:86Used by:Timeline
Symbol 449 TextUses:161Used by:Timeline
Symbol 450 GraphicUsed by:456
Symbol 451 TextUses:161Used by:456
Symbol 452 GraphicUsed by:456
Symbol 453 TextUses:161Used by:456
Symbol 454 TextUses:161Used by:456
Symbol 455 TextUses:161Used by:456
Symbol 456 ButtonUses:450 451 452 453 454 455Used by:Timeline
Symbol 457 TextUses:86Used by:Timeline
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:463
Symbol 460 BitmapUsed by:461 462 465
Symbol 461 GraphicUses:460Used by:463
Symbol 462 GraphicUses:460Used by:463
Symbol 463 ButtonUses:459 461 462Used by:Timeline
Symbol 464 TextUses:86Used by:Timeline
Symbol 465 GraphicUses:460Used by:Timeline
Symbol 466 TextUses:86Used by:Timeline
Symbol 467 TextUses:86Used by:Timeline
Symbol 468 TextUses:86Used by:Timeline
Symbol 469 TextUses:86Used by:Timeline
Symbol 470 TextUses:86Used by:Timeline
Symbol 471 TextUses:86Used by:Timeline
Symbol 472 TextUses:86Used by:Timeline

Instance Names

"bar"Symbol 85 MovieClip Frame 1Symbol 25 MovieClip
"bargfx"Symbol 85 MovieClip Frame 1Symbol 28 MovieClip
"tank"Symbol 85 MovieClip Frame 1Symbol 42 MovieClip
"bargfx"Symbol 85 MovieClip Frame 2Symbol 28 MovieClip
"bargfx"Symbol 85 MovieClip Frame 20Symbol 28 MovieClip

Special Tags

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

Labels

"LOAD"Symbol 85 MovieClip Frame 1
"COMPLETE_STOP"Symbol 85 MovieClip Frame 2

Dynamic Text Variables

txtSymbol 227 EditableText""




http://swfchan.com/12/57781/info.shtml
Created: 17/4 -2019 18:55:22 Last modified: 17/4 -2019 18:55:22 Server time: 11/05 -2024 05:54:42