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

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

Flash Strike.swf

This is the info page for
Flash #22449

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


Text
RELOAD!

A Game By Tom Thornton

By Tom Thornton

V1.3

Shoot as many Counter  Terrorists
as you can with your trusty
Desert Eagle, M4 and Sniper Rifle
Get a kill per shot to recieve a
monsterkill bonus.
Your final score will depend on your
accuracy so shoot carefully.

Instructions

=  Take Cover
=  Reload Weapon
=  Flashbang (freezes enemy)

=  Desert Eagle
=  M4 Rifle
=  Sniper Rifle

Controls

Hint: Head and sniper shots will kill in one hit! Hide when using flash bangs

ROOKIE

ROOKIE

VETERAN

VETERAN

HARDCORE

HARDCORE

1 Hit

2 Hits

3 Hits

Play Now

qUALITY

low

low

low

med

med

med

high

high

high

FLASH STRIKE

FLASH STRIKE

HIDE

mission 1 - de-dust

Eliminate all counter terrorists on the level, use your
flash bangs (F) to stun an enemy and take advantage of
each weapon available
Use the Desert Eagle (1) for backup, the M4 (2) for
quick firing and precision and use the powerful
Magnum Sniper (Q) for long distance targets. Reload
using (R).
If you find yourself in trouble use the (E) key to duck
behind cover, from here you cannot sustain damage
and are safe to reload your weapon.

ACCEPT

ACCEPT

DECLINE

DECLINE

HOSTILES: 19

$

HP

Bullets

left

Kills

RESTART

RESTART?

1 - DEAGLE  2 - M4A1  Q - AWP Sniper

Flashbangs

MONSTER KILL

100% Accuracy

Level Up...

Game Over

mission 2 - de_aztec

Eliminate all counter terrorists on the level, use your flash
bangs (F) to stun an enemy and take advantage of each
weapon available Use the Desert Eagle (1) for backup, the M4
(2) for quick firing and precision and use the powerful
Magnum Sniper (Q) for long distance targets. Reload using
(R). If you find yourself in trouble use the (E) key to duck
behind cover, from here you cannot sustain damage and are
safe to reload your weapon.

HOSTILES: 22

Restock flashbangs

Restock flashbangs

cost: 10 score

*To restock your ammo select the weapon you wish to reload then hit the
"Restock Ammo" button below..

Restock Ammo

Restock Ammo

AWP Ammo                    $ 15

Desert Eagle  Ammo      $ 5

M4 Ammo                        $ 15

mission 3 - de_office

Eliminate all counter terrorists on the level, use your flash
bangs (F) to stun an enemy and take advantage of each
weapon available Use the Desert Eagle (1) for backup, the M4
(2) for quick firing and precision and use the powerful
Magnum Sniper (Q) for long distance targets. Reload using
(R). If you find yourself in trouble use the (E) key to duck
behind cover, from here you cannot sustain damage and are
safe to reload your weapon.

*To restock your ammo select the weapon you wish to reload then hit the
"Restock Ammo" button below.

All Missions Complete

RESTART

RESTART

RESTART

Submit score

Hit Ratio

NAME

SCORE

HP Bonus

score = gamescore x hit ratio +hp bonus

ActionScript [AS1/AS2]

Frame 1
Mouse.show();
Frame 34
stop();
Instance of Symbol 137 MovieClip in Frame 34
on (rollOver) { mouse.hide(); this.gotoAndplay(1); } on (rollOut) { mouse.show(); }
Frame 35
_root.enemydead = "no"; _root.kills = 0; _root.ammo = 7; _root.m4ammo = 30; _root.i = 1; _root.deagle = 7; _root.awp = 10; _root.deagleclip = 35; _root.m4clip = 60; _root.awpclip = 20; _root.shots = 0; _root.hits = 0; _root.zoomed = 0; _root.hiding = "no"; _root.flashbang = 2; stop(); _root.blood.gotoAndStop(1);
Frame 36
_root.attachMovie("gun1", "gun1", 0); _root.gun1._x = 800; _root.gun1._y = 800; _root.active = "deagle"; _root.inclip = _root.deagleclip; _root.scope._visible = 0; _root.reloading = "no"; play(); _root.flash.gotoAndStop(1);
Instance of Symbol 79 MovieClip "background" in Frame 36
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 199 MovieClip "sight" in Frame 36
onClipEvent (enterFrame) { Mouse.hide(); } onClipEvent (enterFrame) { if (_root.menustate == "no") { if (_root.reloading == "no") { if (_root.autofire == "yes") { if (_root.ammo > -1) { if (_root.target1.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target1.tween2.play(); } if (_root.target2.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target2.tween2.play(); } if (_root.target3.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target3.target3pic.play(); } if (_root.target4.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target4.tween2.play(); } if (_root.target5.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target5.tween2.play(); } if (_root.target7.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target7.tween2.play(); } if (_root.target6.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target6.target3pic.play(); } if (_root.target8.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target8.target3pic.play(); } if (_root.target9.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target9.target3pic.play(); } if (_root.target10.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target10.target3pic.play(); } if (_root.target10.target3pic.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target10.target3pic.play(); } if (_root.target11.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target11.tween2.play(); } if (_root.target12.tween2.hitTest(_root._xmouse, _root._ymouse)) { trace("hit"); _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; _root.target12.tween2.play(); } } else { _root.autofire = "no"; autofiresound = new Sound(this); autofiresound.attachSound("firing2"); autofiresound.stop(); } } } } if (_root.ammo == -1) { _root.displayammo = 0; } else { _root.displayammo = _root.ammo; } if (_root.flashbang == 2) { _root.flash1._visible = 1; _root.flash2._visible = 1; _root.noflash._visible = 0; } else if (_root.flashbang == 1) { _root.flash1._visible = 1; _root.flash2._visible = 0; _root.noflash._visible = 0; } else { _root.flash1._visible = 1; _root.flash2._visible = 0; _root.noflash._visible = 1; } _root.healthpercent = ((_root.lives / _root.health) * 100) + "%"; if (_root.zoomed == 1) { _root.gun1._visible = 0; _root.background._xscale = 250; _root.background._yscale = 250; _root.background._x = (_root._xmouse * -1.5) - 140; _root.background._y = (_root._ymouse * -1.5) - 170; _root.background1._xscale = 250; _root.background1._yscale = 250; _root.background1._x = (_root._xmouse * -1.5) - 80; _root.background1._y = (_root._ymouse * -1.5) - 150; _root.background2._xscale = 250; _root.background2._yscale = 250; _root.background2._x = (_root._xmouse * -1.5) - 110; _root.background2._y = (_root._ymouse * -1.5) - 160; _root.target1._xscale = 250; _root.target1._yscale = 250; _root.target1._x = _root.background._x + 345; _root.target1._y = _root.background._y + 690; _root.target2._xscale = 250; _root.target2._yscale = 250; _root.target2._x = _root.background._x + 1220; _root.target2._y = _root.background._y + 685; _root.target3._xscale = 250; _root.target3._yscale = 250; _root.target3._x = _root.background._x + 1250; _root.target3._y = _root.background._y + 750; _root.target4._xscale = 697; _root.target4._yscale = 697; _root.target4._x = _root.background._x + 1520; _root.target4._y = _root.background._y + 720; _root.target5._xscale = 250; _root.target5._yscale = 250; _root.target5._x = _root.background1._x + 1310; _root.target5._y = _root.background1._y + 690; _root.target6._xscale = 250; _root.target6._yscale = 250; _root.target6._x = _root.background1._x + 800; _root.target6._y = _root.background1._y + 747; _root.target7._xscale = 220.2; _root.target7._yscale = 220.2; _root.target7._x = _root.background1._x + 410; _root.target7._y = _root.background1._y + 688; _root.target8._xscale = 121; _root.target8._yscale = 121; _root.target8._x = _root.background2._x + 270; _root.target8._y = _root.background2._y + 615; _root.target9._xscale = 121; _root.target9._yscale = 121; _root.target9._x = _root.background2._x + 1130; _root.target9._y = _root.background2._y + 665; _root.target10._xscale = 121; _root.target10._yscale = 121; _root.target10._x = _root.background2._x + 1680; _root.target10._y = _root.background2._y + 385; _root.target11._xscale = 302.5; _root.target11._yscale = 302.5; _root.target11._x = _root.background2._x + 435; _root.target11._y = _root.background2._y + 770; _root.target12._xscale = 267.5; _root.target12._yscale = 267.5; _root.target12._x = _root.background2._x + 1480; _root.target12._y = _root.background2._y + 680; _root.zoomed = 1; } if (_root.zoomed == 0) { _root.gun1._visible = 1; _root.target1._xscale = 100; _root.target1._yscale = 100; _root.target1._x = 80; _root.target1._y = 205.1; _root.target2._xscale = 100; _root.target2._yscale = 100; _root.target2._x = 432.5; _root.target2._y = 210; _root.target3._xscale = 100; _root.target3._yscale = 100; _root.target3._x = 431.8; _root.target3._y = 232.3; _root.target4._xscale = 278.8; _root.target4._yscale = 278.8; _root.target4._x = 550; _root.target4._y = 213.1; _root.target5._xscale = 107; _root.target5._yscale = 107; _root.target5._x = 496; _root.target5._y = 215; _root.target6._xscale = 100; _root.target6._yscale = 100; _root.target6._x = 286; _root.target6._y = 240; _root.target7._xscale = 88.1; _root.target7._yscale = 88.1; _root.target7._x = 132; _root.target7._y = 213; _root.target8._xscale = 48.5; _root.target8._yscale = 48.5; _root.target8._x = 62.1; _root.target8._y = 183; _root.target9._xscale = 48.5; _root.target9._yscale = 48.5; _root.target9._x = 402.1; _root.target9._y = 202.1; _root.target10._xscale = 48.5; _root.target10._yscale = 48.5; _root.target10._x = 620.1; _root.target10._y = 93.1; _root.target11._xscale = 120; _root.target11._yscale = 120; _root.target11._x = 132; _root.target11._y = 247.2; _root.target12._xscale = 107; _root.target12._yscale = 107; _root.target12._x = 554; _root.target12._y = 202.1; _root.background._xscale = 100; _root.background._yscale = 100; _root.background._x = -58; _root.background._y = -67; _root.background1._xscale = 100; _root.background1._yscale = 100; _root.background1._x = -32; _root.background1._y = -62.2; _root.background2._xscale = 100; _root.background2._yscale = 100; _root.background2._x = -43; _root.background2._y = -64.6; _root.zoomed = 0; } _root.sight._x = _root._xmouse; _root.sight._y = _root._ymouse; _root.gun1._rotation = (_root._xmouse / 10) - (_root._ymouse / 10); _root.gun1._x = (_root._xmouse / 1.5) + 150; _root.gun1._y = (_root._ymouse / 10) + 320; if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } } onClipEvent (mouseUp) { _root.autofire = "no"; autofiresound = new Sound(this); autofiresound.attachSound("firing2"); autofiresound.stop(); } onClipEvent (mouseDown) { if (_root.menustate == "no") { if (_root.reloading == "no") { if (_root.ammo > 0) { if (_root.zoomed == 0) { _root.attachMovie("bullet", "bullet", 1); _root.i = _root.i + 1; _root.bullet._x = _root._xmouse; _root.bullet._y = _root._ymouse; _root.gun1.gotoAndPlay(1); if (_root.active == "m4") { } else { _root.ammo = _root.ammo - 1; _root.shots = _root.shots + 1; } } else { _root.attachMovie("bullet", _root.i, _root.i); _root.i = _root.i + 1; _root.bullet._x = _root._xmouse; _root.bullet._y = _root._ymouse; _root.reloading = "no"; _root.gun1.gotoAndPlay("awp"); _root.shots = _root.shots + 1; if (_root.active == "m4") { } else { _root.ammo = _root.ammo - 1; } } } else { _root.gun1.gotoAndplay("reload"); _root.ammo = -1; } } } if (_root.active == "m4") { if (_root.menustate == "no") { if (_root.reloading == "no") { if (_root.ammo > -1) { _root.autofire = "yes"; autofiresound = new Sound(this); autofiresound.attachSound("firing2"); autofiresound.start(0, 999); } } } } } on (keyPress "r") { _root.reloading = "yes"; if (_root.active == "deagle") { if (_root.inclip > 0) { if (_root.inclip >= 7) { if (_root.ammo == -1) { _root.inclip = _root.inclip - 7; } else { _root.inclip = _root.inclip - (7 - _root.ammo); } _root.ammo = 7; } else if (_root.ammo <= 0) { _root.ammo = _root.inclip; _root.inclip = 0; } else { _root.ammor = _root.ammo; _root.inclip = _root.inclip - (7 - _root.ammo); _root.ammo = _root.ammo + (7 - _root.ammor); } } } if (_root.active == "m4") { if (_root.inclip > 0) { if (_root.inclip >= 30) { if (_root.ammo == -1) { _root.inclip = _root.inclip - 30; } else { _root.inclip = _root.inclip - (30 - _root.ammo); } _root.ammo = 30; } else if (_root.ammo <= 0) { _root.ammo = _root.inclip; _root.inclip = 0; } else { _root.ammor = _root.ammo; _root.inclip = _root.inclip - (30 - _root.ammo); _root.ammo = _root.ammo + (30 - _root.ammor); } } } if (_root.active == "awp") { if (_root.inclip > 0) { if (_root.inclip >= 10) { if (_root.ammo == -1) { _root.inclip = _root.inclip - 10; } else { _root.inclip = _root.inclip - (10 - _root.ammo); } _root.ammo = 10; } else if (_root.ammo <= 0) { _root.ammo = _root.inclip; _root.inclip = 0; } else { _root.ammor = _root.inclip; _root.inclip = _root.inclip - (10 - _root.ammo); _root.ammo = _root.ammo + _root.ammor; } } } if (_root.zoomed == 0) { _root.gun1.gotoAndPlay("reloadnoise"); } else { _root.gun1.gotoAndPlay("awpreload"); } if (_root.inclip < 0) { _root.inclip = 0; } } on (keyPress "q") { _root.reloading = "no"; if (_root.active == "deagle") { _root.rememclip = _root.inclip; _root.deagleclip = _root.inclip; _root.inclip = _root.awpclip; _root.rememammo = _root.ammo; _root.rememactive = _root.active; _root.active = "awp"; _root.deagle = _root.ammo; _root.ammo = _root.awp; } if (_root.active == "m4") { _root.rememclip = _root.inclip; _root.m4clip = _root.inclip; _root.inclip = _root.awpclip; _root.rememammo = _root.ammo; _root.rememactive = _root.active; _root.active = "awp"; _root.m4ammo = _root.ammo; _root.ammo = _root.awp; } _root.sight.gotoAndPlay("zoom"); if (_root.zoomed == 0) { _root.ammo = _root.awp; _root.scope._visible = 1; _root.zoomed = 1; } else { _root.awp = _root.ammo; _root.ammo = _root.rememammo; _root.inclip = _root.rememclip; _root.active = _root.rememactive; _root.scope._visible = 0; _root.zoomed = 0; } } on (keyPress "e") { _root.hiding = "yes"; _root.wall.Play(); } on (keyPress "2") { _root.zoomed = 0; _root.scope._visible = 0; if (_root.active == "deagle") { _root.deagleclip = _root.inclip; _root.inclip = _root.m4clip; _root.active = "m4"; _root.deagle = _root.ammo; _root.ammo = _root.m4ammo; } if (_root.active == "awp") { _root.awpclip = _root.inclip; _root.inclip = _root.m4clip; _root.active = "m4"; _root.awp = _root.ammo; _root.ammo = _root.m4ammo; } _root.reloading = "no"; _root.attachMovie("gun2", "gun1", "0"); _root.gun1._x = 800; _root.gun1._y = 800; } on (keyPress "1") { _root.zoomed = 0; _root.scope._visible = 0; if (_root.active == "m4") { _root.m4clip = _root.inclip; _root.inclip = _root.deagleclip; _root.active = "deagle"; _root.m4ammo = _root.ammo; _root.ammo = _root.deagle; } if (_root.active == "awp") { _root.awpclip = _root.inclip; _root.inclip = _root.deagleclip; _root.active = "deagle"; _root.awp = _root.ammo; _root.ammo = _root.deagle; } _root.reloading = "no"; _root.attachMovie("gun1", "gun1", "0"); _root.gun1._x = 800; _root.gun1._y = 800; } on (keyPress "f") { if (_root.menustate == "no") { if (_root.flashbang > 0) { _root.flash.gotoAndPlay(1); _root.flashbang = _root.flashbang - 1; } } }
Instance of Symbol 68 MovieClip [scope] "scope" in Frame 36
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }
Frame 67
_root.targethit = _root.remember; stop(); _root.monster.gotoAndStop(1);
Frame 68
_root.targethit = _root.remember; stop();
Frame 69
_root.targethit = _root.remember; stop();
Frame 70
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 71
_root.targethit = _root.remember; stop();
Frame 72
_root.targethit = _root.remember; stop();
Frame 73
_root.targethit = _root.remember; stop();
Frame 74
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 75
_root.targethit = _root.remember; stop();
Frame 76
_root.targethit = _root.remember; stop();
Frame 77
_root.targethit = _root.remember; stop();
Frame 78
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 79
_root.targethit = _root.remember; stop();
Frame 80
_root.targethit = _root.remember; stop();
Frame 81
_root.targethit = _root.remember; stop();
Frame 82
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 83
_root.targethit = _root.remember; stop();
Frame 84
_root.targethit = _root.remember; stop();
Frame 85
_root.targethit = _root.remember; stop();
Frame 86
_root.targethit = _root.remember; stop(); play();
Instance of Symbol 79 MovieClip "background" in Frame 91
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 253 MovieClip "background1" in Frame 108
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 110
_root.menustate = "yes"; _root.gun1_.visible = 0; stop();
Instance of Symbol 253 MovieClip "background1" in Frame 110
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 111
_root.gun1._visible = 1; _root.hiding = "no"; play();
Instance of Symbol 253 MovieClip "background1" in Frame 111
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 139
_root.targethit = _root.remember; stop();
Frame 140
_root.targethit = _root.remember; stop();
Frame 141
_root.targethit = _root.remember; stop();
Frame 142
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 143
_root.targethit = _root.remember; stop();
Frame 144
_root.targethit = _root.remember; stop();
Frame 145
_root.targethit = _root.remember; stop();
Frame 146
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 147
_root.targethit = _root.remember; stop();
Frame 148
_root.targethit = _root.remember; stop();
Frame 149
_root.targethit = _root.remember; stop();
Frame 150
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 151
_root.targethit = _root.remember; stop();
Frame 152
_root.targethit = _root.remember; stop();
Frame 153
_root.targethit = _root.remember; stop();
Frame 154
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 155
if ((_root.shots / _root.remember) == 35) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 156
_root.targethit = _root.remember; stop();
Frame 157
_root.targethit = _root.remember; stop();
Frame 158
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 159
_root.targethit = _root.remember; stop();
Frame 160
_root.targethit = _root.remember; stop();
Frame 161
play();
Instance of Symbol 253 MovieClip "background1" in Frame 166
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 288 MovieClip "background2" in Frame 179
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 182
_root.menustate = "yes"; stop();
Instance of Symbol 288 MovieClip "background2" in Frame 182
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 183
_root.gun1._visible = 1; _root.hiding = "no"; play();
Instance of Symbol 288 MovieClip "background2" in Frame 183
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Frame 214
_root.targethit = _root.remember; stop();
Frame 215
_root.targethit = _root.remember; stop();
Frame 216
_root.targethit = _root.remember; stop();
Frame 217
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 218
_root.targethit = _root.remember; stop();
Frame 219
_root.targethit = _root.remember; stop();
Frame 220
_root.targethit = _root.remember; stop();
Frame 221
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 222
_root.targethit = _root.remember; stop();
Frame 223
_root.targethit = _root.remember; stop();
Frame 224
_root.targethit = _root.remember; stop();
Frame 225
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 226
_root.targethit = _root.remember; stop();
Frame 227
_root.targethit = _root.remember; stop();
Frame 228
_root.targethit = _root.remember; stop();
Frame 229
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 230
_root.targethit = _root.remember; stop();
Frame 231
_root.targethit = _root.remember; stop();
Frame 232
_root.targethit = _root.remember; stop();
Frame 233
_root.value = math.round((_root.hits / _root.shots) * 100); if (_root.value == 100) { _root.monster.gotoAndPlay(1); _root.gun1.gotoAndPlay("monsterkill"); _root.kills = _root.kills + 15; } _root.targethit = _root.remember; stop();
Frame 234
_root.targethit = _root.remember; stop();
Frame 235
_root.targethit = _root.remember; stop();
Frame 236
_root.scope._visible = 0; _root.gun1.removeMovieClip(); play();
Instance of Symbol 199 MovieClip "sight" in Frame 236
onClipEvent (enterFrame) { Mouse.hide(); } onClipEvent (enterFrame) { if (_root.zoomed == 1) { _root.background._xscale = 250; _root.background._yscale = 250; _root.background._x = (_root._xmouse * -1.5) - 140; _root.background._y = (_root._ymouse * -1.5) - 170; _root.background1._xscale = 250; _root.background1._yscale = 250; _root.background1._x = (_root._xmouse * -1.5) - 166; _root.background1._y = (_root._ymouse * -1.5) - 175; _root.background2._xscale = 250; _root.background2._yscale = 250; _root.background2._x = (_root._xmouse * -1.5) - 120; _root.background2._y = (_root._ymouse * -1.5) - 160; _root.target1._xscale = 250; _root.target1._yscale = 250; _root.target1._x = _root.background._x + 345; _root.target1._y = _root.background._y + 690; _root.target2._xscale = 250; _root.target2._yscale = 250; _root.target2._x = _root.background._x + 1220; _root.target2._y = _root.background._y + 685; _root.target3._xscale = 250; _root.target3._yscale = 250; _root.target3._x = _root.background._x + 1250; _root.target3._y = _root.background._y + 750; _root.target4._xscale = 697; _root.target4._yscale = 697; _root.target4._x = _root.background._x + 1520; _root.target4._y = _root.background._y + 720; _root.target5._xscale = 250; _root.target5._yscale = 250; _root.target5._x = _root.background1._x + 1310; _root.target5._y = _root.background1._y + 690; _root.target6._xscale = 250; _root.target6._yscale = 250; _root.target6._x = _root.background1._x + 800; _root.target6._y = _root.background1._y + 747; _root.target7._xscale = 220.2; _root.target7._yscale = 220.2; _root.target7._x = _root.background1._x + 410; _root.target7._y = _root.background1._y + 688; _root.target8._xscale = 121; _root.target8._yscale = 121; _root.target8._x = _root.background2._x + 270; _root.target8._y = _root.background2._y + 615; _root.target9._xscale = 121; _root.target9._yscale = 121; _root.target9._x = _root.background2._x + 1130; _root.target9._y = _root.background2._y + 665; _root.target10._xscale = 121; _root.target10._yscale = 121; _root.target10._x = _root.background2._x + 1680; _root.target10._y = _root.background2._y + 385; _root.target11._xscale = 302.5; _root.target11._yscale = 302.5; _root.target11._x = _root.background2._x + 435; _root.target11._y = _root.background2._y + 770; _root.zoomed = 1; } if (_root.zoomed == 0) { _root.target1._xscale = 100; _root.target1._yscale = 100; _root.target1._x = 80; _root.target1._y = 205.1; _root.target2._xscale = 100; _root.target2._yscale = 100; _root.target2._x = 432.5; _root.target2._y = 210; _root.target3._xscale = 100; _root.target3._yscale = 100; _root.target3._x = 431.8; _root.target3._y = 232.3; _root.target4._xscale = 278.8; _root.target4._yscale = 278.8; _root.target4._x = 550; _root.target4._y = 213.1; _root.target5._xscale = 107; _root.target5._yscale = 107; _root.target5._x = 496; _root.target5._y = 215; _root.target6._xscale = 100; _root.target6._yscale = 100; _root.target6._x = 286; _root.target6._y = 240; _root.target7._xscale = 88.1; _root.target7._yscale = 88.1; _root.target7._x = 132; _root.target7._y = 213; _root.target8._xscale = 48.5; _root.target8._yscale = 48.5; _root.target8._x = 62.1; _root.target8._y = 183; _root.target9._xscale = 48.5; _root.target9._yscale = 48.5; _root.target9._x = 402.1; _root.target9._y = 202.1; _root.target10._xscale = 48.5; _root.target10._yscale = 48.5; _root.target10._x = 620.1; _root.target10._y = 93.1; _root.target11._xscale = 120; _root.target11._yscale = 120; _root.target11._x = 132; _root.target11._y = 247.2; _root.background._xscale = 100; _root.background._yscale = 100; _root.background._x = -58; _root.background._y = -67; _root.background1._xscale = 100; _root.background1._yscale = 100; _root.background1._x = -32; _root.background1._y = -62.2; _root.background2._xscale = 100; _root.background2._yscale = 100; _root.background2._x = -43; _root.background2._y = -64.6; _root.zoomed = 0; } _root.sight._x = _root._xmouse; _root.sight._y = _root._ymouse; _root.gun1._rotation = (_root._xmouse / 10) - (_root._ymouse / 10); _root.gun1._x = (_root._xmouse / 1.5) + 150; _root.gun1._y = (_root._ymouse / 10) + 320; _root.target1.play(); if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } } onClipEvent (mouseDown) { if (_root.ammo > 0) { if (_root.zoomed == 0) { _root.gun1.gotoAndPlay(1); } else { _root.gun1.gotoAndPlay("awp"); } _root.ammo = _root.ammo - 1; _root.shots = _root.shots + 1; trace(_root.ammo); } else { _root.gun1.gotoAndplay("reload"); _root.ammo = -1; } } on (keyPress "r") { _root.ammo = 7; if (_root.zoomed == 0) { _root.gun1.gotoAndPlay("reloadnoise"); } else { _root.gun1.gotoAndPlay("awpreload"); } } on (keyPress "w") { _root.sight.gotoAndPlay("zoom"); if (_root.zoomed == 0) { loadMovieNum ("scope.swf", 2); _root.zoomed = 1; } else { unloadMovieNum (2); _root.zoomed = 0; } }
Frame 245
_root.gotoAndPlay("scores");
Frame 246
_root.gun1.removeMovieClip(); play();
Frame 262
if (((_root.lives / _root.health) * 100) == 100) { _root.bonus = 1000; } else if (((_root.lives / _root.health) * 100) >= 50) { _root.bonus = 500; } else { _root.bonus = 0; } _root.value = math.round((_root.hits / _root.shots) * 100); _root.accuracy = _root.value + "%"; _root.kills = (_root.kills * _root.value) + _root.bonus; _root.openWinCentre = function (url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) { getURL (((((((((((((((((((((((((((("javascript:var myWin; if(!myWin || myWin.closed){myWin = window.open('" + url) + "','") + winName) + "','") + "width=") + w) + ",height=") + h) + ",toolbar=") + toolbar) + ",location=") + location) + ",directories=") + directories) + ",status=") + status) + ",menubar=") + menubar) + ",scrollbars=") + scrollbars) + ",resizable=") + resizable) + ",top='+((screen.height/2)-(") + (h / 2)) + "))+',left='+((screen.width/2)-(") + (w / 2)) + "))+'") + "')}else{myWin.focus();};void(0);"); }; mouse.show(); stop();
Instance of Symbol 288 MovieClip in Frame 262
on (release) { if (_root.ammo > -1) { _root.sight.gotoAndPlay("rebound"); } }
Frame 263
stop();
Instance of Symbol 349 MovieClip "scoretable" in Frame 263
/* no clip actions */
Symbol 14 MovieClip Frame 15
gotoAndPlay (1);
Symbol 24 MovieClip [Gun2] Frame 1
math.round(_root.ammo); _root.reloading = "no"; if (_root.autofire == "yes") { this.play(); } else { this.stop(); }
Symbol 24 MovieClip [Gun2] Frame 2
_root.ammo = _root.ammo - 1; _root.shots = _root.shots + 1; _root.sight.gotoAndPlay(2);
Symbol 24 MovieClip [Gun2] Frame 4
this.gotoAndStop(1);
Symbol 24 MovieClip [Gun2] Frame 5
_root.empty = "yes"; this.stop();
Symbol 24 MovieClip [Gun2] Frame 6
this.gotoandPlay("reload");
Symbol 24 MovieClip [Gun2] Frame 28
_root.reloading = "no"; gotoAndStop (1);
Symbol 24 MovieClip [Gun2] Frame 30
gotoAndStop (1);
Symbol 24 MovieClip [Gun2] Frame 31
_root.reloading = "no";
Symbol 24 MovieClip [Gun2] Frame 33
_root.reloading = "yes";
Symbol 24 MovieClip [Gun2] Frame 61
_root.reloading = "no";
Symbol 24 MovieClip [Gun2] Frame 68
_root.reloading = "no"; this.gotoAndStop(1);
Symbol 24 MovieClip [Gun2] Frame 73
gotoAndStop (1);
Symbol 24 MovieClip [Gun2] Frame 86
gotoAndStop (1);
Symbol 31 MovieClip [Gun1] Frame 1
_root.reloading = "no"; this.stop();
Symbol 31 MovieClip [Gun1] Frame 3
_root.reloading = "yes";
Symbol 31 MovieClip [Gun1] Frame 4
_root.sight.gotoAndPlay(2);
Symbol 31 MovieClip [Gun1] Frame 7
_root.reloading = "no";
Symbol 31 MovieClip [Gun1] Frame 8
gotoAndPlay (1);
Symbol 31 MovieClip [Gun1] Frame 9
this.stop();
Symbol 31 MovieClip [Gun1] Frame 10
this.gotoAndPlay("reload");
Symbol 31 MovieClip [Gun1] Frame 32
_root.reloading = "no"; gotoAndStop (1);
Symbol 31 MovieClip [Gun1] Frame 34
gotoAndStop (1);
Symbol 31 MovieClip [Gun1] Frame 35
_root.reloading = "no";
Symbol 31 MovieClip [Gun1] Frame 37
_root.reloading = "yes";
Symbol 31 MovieClip [Gun1] Frame 67
_root.reloading = "no";
Symbol 31 MovieClip [Gun1] Frame 72
this.gotoAndStop(1);
Symbol 31 MovieClip [Gun1] Frame 77
gotoAndStop (1);
Symbol 31 MovieClip [Gun1] Frame 87
gotoAndStop (1);
Symbol 31 MovieClip [Gun1] Frame 92
gotoAndStop (1);
Symbol 39 MovieClip [rebound] Frame 8
stop();
Symbol 39 MovieClip [rebound] Frame 13
stop();
Symbol 39 MovieClip [rebound] Frame 22
stop();
Symbol 39 MovieClip [rebound] Frame 35
gotoAndStop (1);
Symbol 45 Button
on (press) { if (_root.ammo > -1) { if (_root.hiding == "no") { if (_root.zoomed == 1) { _root.sight.gotoAndPlay("blood"); this.play(); _root.enemydead = "yes"; } } if (_root.reloading == "no") { if (_root.ammo > -1) { if (_root.targethit <= 1) { _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; this.play(); } else { ouch = new Sound(this); ouch.attachSound("ouch"); ouch.start(0, 1); _root.targethit = _root.targethit - 1; } } } } }
Symbol 47 Button
on (press) { if (_root.hiding == "no") { if (_root.ammo > -1) { if (_root.reloading == "no") { if (_root.zoomed == 1) { _root.enemydead = "yes"; _root.sight.gotoAndPlay("headshot"); headshot = new Sound(this); headshot.attachSound("headshot"); headshot.start(0, 1); _root.kills = _root.kills + 1; this.play(); } _root.sight.gotoAndPlay("headshot"); _root.enemydead = "yes"; headshot = new Sound(this); headshot.attachSound("headshot"); headshot.start(0, 1); _root.kills = _root.kills + 1; this.play(); } } } }
Symbol 66 MovieClip [tween2] Frame 1
stop();
Symbol 66 MovieClip [tween2] Frame 9
stop(); _root.kills = _root.kills + _root.remember; _root.hits = _root.hits + 1; _root.target1.gotoAndPlay(1); _root.target2.gotoAndPlay(1); this.removeMovieClip(); _root.enemydead = "no"; this.gotoAndStop(1); _root.nextFrame();
Symbol 74 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded * 1.69); } else { _root.gotoAndPlay(2); }
Symbol 74 MovieClip Frame 2
gotoAndPlay (1);
Symbol 104 Button
on (release) { _root.lives = 10; _root.health = 10; _root.targethit = 1; _root.remember = 1; _root.nextFrame(); }
Symbol 108 Button
on (release) { _root.lives = 5; _root.health = 5; _root.targethit = 2; _root.remember = 2; _root.nextFrame(); }
Symbol 112 Button
on (release) { _root.lives = 4; _root.health = 4; _root.targethit = 3; _root.remember = 3; _root.nextFrame(); }
Symbol 123 Button
on (release) { _quality = "LOW"; }
Symbol 127 Button
on (release) { _quality = "MEDium"; }
Symbol 132 Button
on (release) { _quality = "HIGH"; }
Symbol 137 MovieClip Frame 125
stop();
Symbol 145 MovieClip Frame 55
stop();
Symbol 153 Button
on (release) { _root.menustate = "no"; nextFrame(); }
Symbol 157 Button
on (release) { prevFrame(); }
Symbol 167 MovieClip Frame 1
_root.target1.play(); _root.target2.play(); _root.target3.play(); _root.target4.play(); _root.target5.play(); _root.target6.play(); _root.target7.play(); _root.target8.play(); _root.target9.play(); _root.target10.play(); _root.target11.play(); _root.target12.play(); _root.target13.play();
Symbol 167 MovieClip Frame 25
if (_root.hiding == "yes") { this.flashing._visible = 0; }
Symbol 167 MovieClip Frame 29
_root.target1.stop(); _root.target2.stop(); _root.target3.stop(); _root.target4.stop(); _root.target5.stop(); _root.target6.stop(); _root.target7.stop(); _root.target8.stop(); _root.target9.stop(); _root.target10.stop(); _root.target11.stop(); _root.target12.stop(); _root.target13.stop();
Symbol 167 MovieClip Frame 107
_root.target1.play(); _root.target2.play(); _root.target3.play(); _root.target4.play(); _root.target5.play(); _root.target6.play(); _root.target7.play(); _root.target8.play(); _root.target9.play(); _root.target10.play(); _root.target11.play(); _root.target12.play(); _root.target13.play(); gotoAndStop (1);
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 173 MovieClip Frame 9
stop();
Symbol 173 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 173 MovieClip Frame 16
_root.hiding = "no";
Symbol 173 MovieClip Frame 18
gotoAndStop (1);
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 5
gotoAndStop (1);
Symbol 199 MovieClip Frame 10
this.gotoAndStop(1);
Symbol 199 MovieClip Frame 16
this.gotoAndStop(1);
Symbol 199 MovieClip Frame 22
gotoAndStop (1);
Symbol 199 MovieClip Frame 26
gotoAndStop (1);
Symbol 205 Button
on (release) { _root.gotoAndPlay(1); _root.gun1._visible = 0; }
Symbol 218 MovieClip Frame 41
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 218 MovieClip Frame 94
gotoAndPlay (1);
Symbol 218 MovieClip Frame 95
this.removeMovieClip(); _root.nextFrame();
Symbol 221 MovieClip Frame 15
gotoAndStop (1);
Symbol 228 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 228 MovieClip Frame 153
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 2; } }
Symbol 228 MovieClip Frame 202
gotoAndPlay (1);
Symbol 228 MovieClip Frame 203
this.removeMovieClip(); _root.nextFrame();
Symbol 233 Button
on (press) { if (_root.ammo > -1) { if (_root.hiding == "no") { if (_root.zoomed == 1) { _root.sight.gotoAndPlay("blood"); this.play(); _root.enemydead = "yes"; } } if (_root.reloading == "no") { if (_root.ammo > -1) { if (_root.targethit <= 1) { _root.sight.gotoAndPlay("blood"); _root.enemydead = "yes"; this.play(); } else { ouch = new Sound(this); ouch.attachSound("ouch"); ouch.start(0, 1); _root.targethit = _root.targethit - 1; } } } } }
Symbol 235 Button
on (press) { if (_root.hiding == "no") { if (_root.ammo > -1) { if (_root.reloading == "no") { if (_root.zoomed == 1) { _root.enemydead = "yes"; _root.sight.gotoAndPlay("headshot"); headshot = new Sound(this); headshot.attachSound("headshot"); headshot.start(0, 1); _root.kills = _root.kills + 1; this.play(); } _root.sight.gotoAndPlay("headshot"); _root.enemydead = "yes"; headshot = new Sound(this); headshot.attachSound("headshot"); headshot.start(0, 1); _root.kills = _root.kills + 1; this.play(); } } } }
Symbol 237 Button
on (press) { if (_root.hiding == "no") { if (_root.reloading == "no") { if (_root.ammo > -1) { if (_root.zoomed == 1) { _root.sight.gotoAndPlay("blood"); this.play(); } if (_root.targethit <= 1) { _root.sight.gotoAndPlay("blood"); this.play(); } else { ouch = new Sound(this); ouch.attachSound("ouch"); ouch.start(0, 1); _root.targethit = _root.targethit - 1; } } } } }
Symbol 238 Button
on (press) { trace("headshot"); if (_root.hiding == "no") { if (_root.reloading == "no") { if (_root.ammo >= 0) { if (_root.zoomed == 1) { _root.sight.gotoAndPlay("headshot"); _root.kills = _root.kills + 1; this.play(); } _root.sight.gotoAndPlay("headshot"); _root.kills = _root.kills + 1; this.play(); } } } }
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 5
stop(); _root.kills = _root.kills + _root.remember; _root.hits = _root.hits + 1; _root.target1.gotoAndPlay(1); _root.target2.gotoAndPlay(1); this.removeMovieClip(); this.gotoAndStop(1); _root.nextFrame();
Symbol 245 MovieClip Frame 51
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 245 MovieClip Frame 62
gotoAndPlay (1);
Symbol 245 MovieClip Frame 63
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 247 MovieClip Frame 66
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 247 MovieClip Frame 92
gotoAndPlay (1);
Symbol 247 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 257 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 258 Button
on (release) { _root.gotoAndStop("menu"); _root.gun1._visible = 0; mouse.show(); }
Symbol 263 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 269 Button
on (release) { if (_root.kills >= 5) { if (_root.active == "deagle") { if (_root.inclip == 35) { } else { _root.inclip = 35; _root.kills = _root.kills - 5; } } if (_root.kills >= 20) { if (_root.active == "awp") { if (_root.inclip == 20) { } else { _root.inclip = 20; _root.kills = _root.kills - 15; } } } if (_root.kills >= 15) { if (_root.active == "m4") { if (_root.inclip == 60) { } else { _root.inclip = 60; _root.kills = _root.kills - 15; } } } } }
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 275 MovieClip Frame 9
stop();
Symbol 275 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 275 MovieClip Frame 16
_root.hiding = "no";
Symbol 275 MovieClip Frame 18
gotoAndStop (1);
Symbol 282 MovieClip Frame 81
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 282 MovieClip Frame 92
gotoAndPlay (1);
Symbol 282 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 285 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 285 MovieClip Frame 182
gotoAndPlay (1);
Symbol 285 MovieClip Frame 183
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame();
Symbol 292 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 293 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 298 MovieClip Frame 9
stop();
Symbol 298 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 298 MovieClip Frame 16
_root.hiding = "no";
Symbol 298 MovieClip Frame 18
gotoAndStop (1);
Symbol 301 MovieClip Frame 82
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 301 MovieClip Frame 125
gotoAndPlay (1);
Symbol 301 MovieClip Frame 126
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 307 Button
on (release) { gotoAndPlay (1); }
Symbol 315 Button
on (release) { if (_root.remember == 3) { getURL (((("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/hard.sco&scoresize=10&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.kills) + "&viewtype=HTML&toms=3", blank); } if (_root.remember == 2) { getURL (((("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/med.sco&scoresize=10&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.kills) + "&viewtype=HTML&toms=2", blank); } if (_root.remember == 1) { getURL (((("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/easy.sco&scoresize=10&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.kills) + "&viewtype=HTML&toms=1", blank); } _root.gotoAndPlay(1); }

Library Items

Symbol 1 Sound [firing2]
Symbol 2 Sound [ouch]Used by:240
Symbol 3 Sound [headshot]Used by:31 199
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:24
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:24
Symbol 8 SoundUsed by:24
Symbol 9 BitmapUsed by:11
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:9 10Used by:14 88
Symbol 12 FontUsed by:13 75 80 81 84 85 87 93 94 97 101 102 105 106 109 110 113 114 115 116 119 120 124 125 128 129 139 148 158 177 178 179 180 181 182 183 184 185 186 204 207 219 220 248 249 256 259 260 261 264 265 266 267 270 271 272 291 294 302 303 304 306 316 317 318 319 323 324 325
Symbol 13 TextUses:12Used by:14
Symbol 14 MovieClipUses:11 13Used by:24 31
Symbol 15 SoundUsed by:24 31
Symbol 16 SoundUsed by:24
Symbol 17 SoundUsed by:24 31
Symbol 18 SoundUsed by:24
Symbol 19 SoundUsed by:24 31
Symbol 20 SoundUsed by:24 31
Symbol 21 SoundUsed by:24 31
Symbol 22 SoundUsed by:24 31
Symbol 23 GraphicUsed by:24 31 145
Symbol 24 MovieClip [Gun2]Uses:5 7 8 14 15 16 17 18 19 20 21 22 23
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:31
Symbol 27 SoundUsed by:31
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:31 228
Symbol 30 SoundUsed by:31
Symbol 31 MovieClip [Gun1]Uses:26 27 29 14 15 30 17 19 20 21 22 23 3
Symbol 32 SoundUsed by:33
Symbol 33 MovieClip [reload]Uses:32
Symbol 34 SoundUsed by:39
Symbol 35 SoundUsed by:39
Symbol 36 SoundUsed by:39
Symbol 37 SoundUsed by:39 199
Symbol 38 SoundUsed by:39
Symbol 39 MovieClip [rebound]Uses:34 35 36 37 38
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClip [bullet]Uses:40
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:66
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:44Used by:66
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:46Used by:66
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:66
Symbol 50 ShapeTweeningUsed by:66
Symbol 51 SoundUsed by:66
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:66
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:66
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:66
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:66
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:66
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:66
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClip [tween2]Uses:43 45 47 49 50 51 53 55 57 59 61 63 65Used by:218 228 247 282 285 301
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClip [scope]Uses:67Used by:Timeline
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:74
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClipUses:69 71 73Used by:Timeline
Symbol 75 TextUses:12Used by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 EditableTextUses:12Used by:Timeline
Symbol 81 TextUses:12Used by:Timeline
Symbol 82 SoundUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 TextUses:12Used by:Timeline
Symbol 85 TextUses:12Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 TextUses:12Used by:Timeline
Symbol 88 MovieClipUses:11Used by:Timeline
Symbol 89 BitmapUsed by:92 138
Symbol 90 BitmapUsed by:92
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:89 90 91Used by:Timeline
Symbol 93 TextUses:12Used by:Timeline
Symbol 94 TextUses:12Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:Timeline
Symbol 97 TextUses:12Used by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 TextUses:12Used by:104
Symbol 102 TextUses:12Used by:104
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:101 102 103Used by:Timeline
Symbol 105 TextUses:12Used by:108
Symbol 106 TextUses:12Used by:108
Symbol 107 GraphicUsed by:108
Symbol 108 ButtonUses:105 106 107Used by:Timeline
Symbol 109 TextUses:12Used by:112
Symbol 110 TextUses:12Used by:112
Symbol 111 GraphicUsed by:112
Symbol 112 ButtonUses:109 110 111Used by:Timeline
Symbol 113 TextUses:12Used by:Timeline
Symbol 114 TextUses:12Used by:Timeline
Symbol 115 TextUses:12Used by:Timeline
Symbol 116 TextUses:12Used by:Timeline
Symbol 117 FontUsed by:118 122 126 131 133 134 147 150 152 155 156 206 255 290 309
Symbol 118 TextUses:117Used by:Timeline
Symbol 119 TextUses:12Used by:123
Symbol 120 TextUses:12Used by:123
Symbol 121 GraphicUsed by:123 127
Symbol 122 TextUses:117Used by:123
Symbol 123 ButtonUses:119 120 121 122Used by:Timeline
Symbol 124 TextUses:12Used by:127
Symbol 125 TextUses:12Used by:127
Symbol 126 TextUses:117Used by:127
Symbol 127 ButtonUses:124 125 121 126Used by:Timeline
Symbol 128 TextUses:12Used by:132
Symbol 129 TextUses:12Used by:132
Symbol 130 GraphicUsed by:132
Symbol 131 TextUses:117Used by:132
Symbol 132 ButtonUses:128 129 130 131Used by:Timeline
Symbol 133 TextUses:117Used by:137
Symbol 134 TextUses:117Used by:135
Symbol 135 ButtonUses:134Used by:137
Symbol 136 SoundUsed by:137  Timeline
Symbol 137 MovieClipUses:133 135 136Used by:Timeline
Symbol 138 GraphicUses:89Used by:145
Symbol 139 TextUses:12Used by:145
Symbol 140 SoundUsed by:145
Symbol 141 BitmapUsed by:142 143 144
Symbol 142 GraphicUses:141Used by:145
Symbol 143 GraphicUses:141Used by:145
Symbol 144 GraphicUses:141Used by:145
Symbol 145 MovieClipUses:23 138 139 140 142 143 144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 TextUses:117Used by:Timeline
Symbol 148 TextUses:12Used by:Timeline
Symbol 149 GraphicUsed by:153 257 292
Symbol 150 TextUses:117Used by:153 257 292
Symbol 151 GraphicUsed by:153 157 257 258 292
Symbol 152 TextUses:117Used by:153 257 292
Symbol 153 ButtonUses:149 150 151 152Used by:Timeline
Symbol 154 GraphicUsed by:157 258
Symbol 155 TextUses:117Used by:157 258
Symbol 156 TextUses:117Used by:157 258
Symbol 157 ButtonUses:154 155 151 156Used by:Timeline
Symbol 158 TextUses:12Used by:Timeline
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161  Timeline
Symbol 161 MovieClipUses:160Used by:167  Timeline
Symbol 162 SoundUsed by:167
Symbol 163 SoundUsed by:167 228
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:167
Symbol 166 SoundUsed by:167
Symbol 167 MovieClipUses:161 162 163 165 166Used by:Timeline
Symbol 168 GraphicUsed by:173 275 298
Symbol 169 BitmapUsed by:170 171 172
Symbol 170 GraphicUses:169Used by:173
Symbol 171 GraphicUses:169Used by:173
Symbol 172 GraphicUses:169Used by:173
Symbol 173 MovieClipUses:168 170 171 172Used by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 EditableTextUses:12Used by:Timeline
Symbol 178 TextUses:12Used by:Timeline
Symbol 179 TextUses:12Used by:Timeline
Symbol 180 EditableTextUses:12Used by:Timeline
Symbol 181 EditableTextUses:12Used by:Timeline
Symbol 182 TextUses:12Used by:Timeline
Symbol 183 EditableTextUses:12Used by:Timeline
Symbol 184 EditableTextUses:12Used by:Timeline
Symbol 185 TextUses:12Used by:Timeline
Symbol 186 EditableTextUses:12Used by:Timeline
Symbol 187 GraphicUsed by:199
Symbol 188 GraphicUsed by:199
Symbol 189 GraphicUsed by:199
Symbol 190 GraphicUsed by:199
Symbol 191 GraphicUsed by:199
Symbol 192 GraphicUsed by:199
Symbol 193 GraphicUsed by:199
Symbol 194 GraphicUsed by:199
Symbol 195 GraphicUsed by:199
Symbol 196 SoundUsed by:199
Symbol 197 ShapeTweeningUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:187 188 189 190 191 192 193 194 195 37 196 197 3 198Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 FontUsed by:202
Symbol 202 TextUses:201Used by:205
Symbol 203 GraphicUsed by:205
Symbol 204 EditableTextUses:12Used by:205
Symbol 205 ButtonUses:202 203 204Used by:Timeline
Symbol 206 TextUses:117Used by:Timeline
Symbol 207 EditableTextUses:12Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 SoundUsed by:Timeline
Symbol 211 GraphicUsed by:218
Symbol 212 SoundUsed by:218 228 247 301
Symbol 213 GraphicUsed by:218 228 245 247 282 285 301
Symbol 214 SoundUsed by:218 228 247 285 301
Symbol 215 SoundUsed by:218 228 247 301
Symbol 216 SoundUsed by:218 228 247 301
Symbol 217 SoundUsed by:218 228 247 301
Symbol 218 MovieClipUses:211 66 212 213 214 215 216 217Used by:Timeline
Symbol 219 TextUses:12Used by:221
Symbol 220 TextUses:12Used by:221
Symbol 221 MovieClipUses:219 220Used by:Timeline
Symbol 222 GraphicUsed by:228
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:225
Symbol 225 MovieClipUses:224Used by:228
Symbol 226 SoundUsed by:228
Symbol 227 SoundUsed by:228
Symbol 228 MovieClipUses:222 66 213 212 214 215 216 217 225 163 226 29 227Used by:Timeline
Symbol 229 GraphicUsed by:245
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:240
Symbol 232 GraphicUsed by:233 237
Symbol 233 ButtonUses:232Used by:240
Symbol 234 GraphicUsed by:235 238
Symbol 235 ButtonUses:234Used by:240
Symbol 236 ShapeTweeningUsed by:240
Symbol 237 ButtonUses:232Used by:240
Symbol 238 ButtonUses:234Used by:240
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:231 233 235 236 237 238 2 239Used by:245
Symbol 241 SoundUsed by:245
Symbol 242 SoundUsed by:245
Symbol 243 ShapeTweeningUsed by:245
Symbol 244 ShapeTweeningUsed by:245
Symbol 245 MovieClipUses:229 240 213 241 242 243 244Used by:Timeline
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246 66 212 215 216 213 214 217Used by:Timeline
Symbol 248 TextUses:12Used by:Timeline
Symbol 249 TextUses:12Used by:Timeline
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:253  Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252 251Used by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 TextUses:117Used by:Timeline
Symbol 256 TextUses:12Used by:Timeline
Symbol 257 ButtonUses:149 150 151 152Used by:Timeline
Symbol 258 ButtonUses:154 155 151 156Used by:Timeline
Symbol 259 TextUses:12Used by:Timeline
Symbol 260 TextUses:12Used by:263 293
Symbol 261 TextUses:12Used by:263 293
Symbol 262 GraphicUsed by:263 293
Symbol 263 ButtonUses:260 261 262Used by:Timeline
Symbol 264 TextUses:12Used by:Timeline
Symbol 265 TextUses:12Used by:Timeline
Symbol 266 TextUses:12Used by:269
Symbol 267 TextUses:12Used by:269
Symbol 268 GraphicUsed by:269
Symbol 269 ButtonUses:266 267 268Used by:Timeline
Symbol 270 TextUses:12Used by:Timeline
Symbol 271 TextUses:12Used by:Timeline
Symbol 272 TextUses:12Used by:Timeline
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:275
Symbol 275 MovieClipUses:168 274Used by:Timeline
Symbol 276 GraphicUsed by:282
Symbol 277 SoundUsed by:282
Symbol 278 SoundUsed by:282
Symbol 279 SoundUsed by:282
Symbol 280 SoundUsed by:282
Symbol 281 SoundUsed by:282
Symbol 282 MovieClipUses:276 66 277 278 279 213 280 281Used by:Timeline
Symbol 283 GraphicUsed by:285
Symbol 284 SoundUsed by:285
Symbol 285 MovieClipUses:283 66 213 214 284Used by:Timeline
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:288
Symbol 288 MovieClipUses:287Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 TextUses:117Used by:Timeline
Symbol 291 TextUses:12Used by:Timeline
Symbol 292 ButtonUses:149 150 151 152Used by:Timeline
Symbol 293 ButtonUses:260 261 262Used by:Timeline
Symbol 294 TextUses:12Used by:Timeline
Symbol 295 BitmapUsed by:296 297
Symbol 296 GraphicUses:295Used by:298
Symbol 297 GraphicUses:295Used by:298
Symbol 298 MovieClipUses:168 296 297Used by:Timeline
Symbol 299 GraphicUsed by:301
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:299 66 212 215 216 213 214 217 300Used by:Timeline
Symbol 302 EditableTextUses:12Used by:Timeline
Symbol 303 TextUses:12Used by:307
Symbol 304 TextUses:12Used by:307
Symbol 305 GraphicUsed by:307
Symbol 306 TextUses:12Used by:307
Symbol 307 ButtonUses:303 304 305 306Used by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 TextUses:117Used by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 GraphicUsed by:315
Symbol 312 GraphicUsed by:315
Symbol 313 GraphicUsed by:315
Symbol 314 GraphicUsed by:315
Symbol 315 ButtonUses:311 312 313 314Used by:Timeline
Symbol 316 EditableTextUses:12Used by:Timeline
Symbol 317 EditableTextUses:12Used by:Timeline
Symbol 318 EditableTextUses:12Used by:Timeline
Symbol 319 EditableTextUses:12Used by:Timeline
Symbol 320 FontUsed by:321 322
Symbol 321 EditableTextUses:320Used by:Timeline
Symbol 322 EditableTextUses:320Used by:Timeline
Symbol 323 EditableTextUses:12Used by:Timeline
Symbol 324 EditableTextUses:12Used by:Timeline
Symbol 325 TextUses:12Used by:Timeline
Symbol 326 GraphicUsed by:349
Symbol 327 FontUsed by:328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347
Symbol 328 EditableTextUses:327Used by:349
Symbol 329 EditableTextUses:327Used by:349
Symbol 330 EditableTextUses:327Used by:349
Symbol 331 EditableTextUses:327Used by:349
Symbol 332 EditableTextUses:327Used by:349
Symbol 333 EditableTextUses:327Used by:349
Symbol 334 EditableTextUses:327Used by:349
Symbol 335 EditableTextUses:327Used by:349
Symbol 336 EditableTextUses:327Used by:349
Symbol 337 EditableTextUses:327Used by:349
Symbol 338 EditableTextUses:327Used by:349
Symbol 339 EditableTextUses:327Used by:349
Symbol 340 EditableTextUses:327Used by:349
Symbol 341 EditableTextUses:327Used by:349
Symbol 342 EditableTextUses:327Used by:349
Symbol 343 EditableTextUses:327Used by:349
Symbol 344 EditableTextUses:327Used by:349
Symbol 345 EditableTextUses:327Used by:349
Symbol 346 EditableTextUses:327Used by:349
Symbol 347 EditableTextUses:327Used by:349
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:326 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348Used by:Timeline

Instance Names

"background"Frame 3Symbol 79 MovieClip
"blood"Frame 35Symbol 145 MovieClip
"background"Frame 35Symbol 79 MovieClip
"background"Frame 36Symbol 79 MovieClip
"flash"Frame 36Symbol 167 MovieClip
"wall"Frame 36Symbol 173 MovieClip
"kills"Frame 36Symbol 177 EditableText
"ammotext"Frame 36Symbol 181 EditableText
"sight"Frame 36Symbol 199 MovieClip
"scope"Frame 36Symbol 68 MovieClip [scope]
"flash1"Frame 36Symbol 161 MovieClip
"flash2"Frame 36Symbol 161 MovieClip
"noflash"Frame 36Symbol 209 MovieClip
"target1"Frame 67Symbol 218 MovieClip
"monster"Frame 67Symbol 221 MovieClip
"target2"Frame 69Symbol 228 MovieClip
"target1"Frame 70Symbol 218 MovieClip
"target2"Frame 72Symbol 228 MovieClip
"target1"Frame 73Symbol 218 MovieClip
"target3"Frame 74Symbol 245 MovieClip
"target4"Frame 75Symbol 247 MovieClip
"target2"Frame 76Symbol 228 MovieClip
"target1"Frame 77Symbol 218 MovieClip
"target2"Frame 78Symbol 228 MovieClip
"target1"Frame 80Symbol 218 MovieClip
"target2"Frame 82Symbol 228 MovieClip
"target1"Frame 83Symbol 218 MovieClip
"target4"Frame 84Symbol 247 MovieClip
"target3"Frame 85Symbol 245 MovieClip
"background"Frame 91Symbol 79 MovieClip
"background1"Frame 108Symbol 253 MovieClip
"background1"Frame 110Symbol 253 MovieClip
"background1"Frame 110Symbol 253 MovieClip
"background1"Frame 111Symbol 253 MovieClip
"wall"Frame 111Symbol 275 MovieClip
"target5"Frame 139Symbol 282 MovieClip
"target6"Frame 140Symbol 245 MovieClip
"target7"Frame 141Symbol 285 MovieClip
"target6"Frame 142Symbol 245 MovieClip
"target5"Frame 143Symbol 282 MovieClip
"target6"Frame 144Symbol 245 MovieClip
"target7"Frame 145Symbol 285 MovieClip
"target5"Frame 146Symbol 282 MovieClip
"target7"Frame 147Symbol 285 MovieClip
"target5"Frame 148Symbol 282 MovieClip
"target7"Frame 149Symbol 285 MovieClip
"target5"Frame 150Symbol 282 MovieClip
"target7"Frame 151Symbol 285 MovieClip
"target5"Frame 152Symbol 282 MovieClip
"target6"Frame 153Symbol 245 MovieClip
"target7"Frame 154Symbol 285 MovieClip
"target6"Frame 155Symbol 245 MovieClip
"target5"Frame 156Symbol 282 MovieClip
"target6"Frame 157Symbol 245 MovieClip
"target5"Frame 158Symbol 282 MovieClip
"target6"Frame 159Symbol 245 MovieClip
"target7"Frame 160Symbol 285 MovieClip
"background1"Frame 166Symbol 253 MovieClip
"background2"Frame 179Symbol 288 MovieClip
"background2"Frame 182Symbol 288 MovieClip
"background2"Frame 182Symbol 288 MovieClip
"background2"Frame 183Symbol 288 MovieClip
"wall"Frame 183Symbol 298 MovieClip
"target8"Frame 214Symbol 245 MovieClip
"target9"Frame 215Symbol 245 MovieClip
"target10"Frame 216Symbol 245 MovieClip
"target11"Frame 217Symbol 218 MovieClip
"target12"Frame 218Symbol 301 MovieClip
"target9"Frame 219Symbol 245 MovieClip
"target8"Frame 220Symbol 245 MovieClip
"target11"Frame 221Symbol 218 MovieClip
"target12"Frame 222Symbol 301 MovieClip
"target9"Frame 223Symbol 245 MovieClip
"target11"Frame 224Symbol 218 MovieClip
"target10"Frame 225Symbol 245 MovieClip
"target12"Frame 226Symbol 301 MovieClip
"target8"Frame 227Symbol 245 MovieClip
"target11"Frame 228Symbol 218 MovieClip
"target8"Frame 229Symbol 245 MovieClip
"target12"Frame 230Symbol 301 MovieClip
"target9"Frame 231Symbol 245 MovieClip
"target11"Frame 232Symbol 218 MovieClip
"target8"Frame 233Symbol 245 MovieClip
"target11"Frame 234Symbol 218 MovieClip
"target12"Frame 235Symbol 301 MovieClip
"sight"Frame 236Symbol 199 MovieClip
"scoretable"Frame 263Symbol 349 MovieClip
"reloadnow"Symbol 24 MovieClip [Gun2] Frame 5Symbol 14 MovieClip
"reloadnow"Symbol 31 MovieClip [Gun1] Frame 9Symbol 14 MovieClip
"head"Symbol 66 MovieClip [tween2] Frame 1Symbol 47 Button
"bar"Symbol 74 MovieClip Frame 1Symbol 71 MovieClip
"flashing"Symbol 167 MovieClip Frame 26Symbol 165 MovieClip
"tween2"Symbol 218 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 228 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"target3pic"Symbol 245 MovieClip Frame 1Symbol 240 MovieClip
"tween2"Symbol 247 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 282 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 285 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 301 MovieClip Frame 1Symbol 66 MovieClip [tween2]

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "firing2"
ExportAssets (56)Timeline Frame 1Symbol 2 as "ouch"
ExportAssets (56)Timeline Frame 1Symbol 3 as "headshot"
ExportAssets (56)Timeline Frame 1Symbol 24 as "Gun2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "headshot"
ExportAssets (56)Timeline Frame 1Symbol 31 as "Gun1"
ExportAssets (56)Timeline Frame 1Symbol 33 as "reload"
ExportAssets (56)Timeline Frame 1Symbol 39 as "rebound"
ExportAssets (56)Timeline Frame 1Symbol 41 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 1Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 36Symbol 3 as "headshot"
ExportAssets (56)Timeline Frame 36Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 37Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 38Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 39Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 40Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 41Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 42Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 43Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 44Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 45Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 46Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 47Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 48Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 49Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 50Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 51Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 52Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 53Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 54Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 55Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 56Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 57Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 58Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 59Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 60Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 61Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 62Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 63Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 64Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 65Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 66Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 67Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 68Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 69Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 70Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 71Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 72Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 73Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 74Symbol 2 as "ouch"
ExportAssets (56)Timeline Frame 74Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 75Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 76Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 77Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 78Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 79Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 80Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 81Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 82Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 83Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 84Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 85Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 86Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 87Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 88Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 89Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 90Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 91Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 92Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 93Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 94Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 95Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 96Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 97Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 98Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 99Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 100Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 101Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 102Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 103Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 104Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 105Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 106Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 107Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 108Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 109Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 110Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 111Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 112Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 113Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 114Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 115Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 116Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 117Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 118Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 119Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 120Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 121Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 122Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 123Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 124Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 125Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 126Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 127Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 128Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 129Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 130Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 131Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 132Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 133Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 134Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 135Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 136Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 137Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 138Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 139Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 140Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 141Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 142Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 143Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 144Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 145Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 146Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 147Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 148Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 149Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 150Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 151Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 152Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 153Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 154Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 155Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 156Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 157Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 158Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 159Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 160Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 161Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 162Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 163Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 164Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 165Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 166Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 167Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 168Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 169Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 170Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 171Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 172Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 173Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 174Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 175Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 176Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 177Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 178Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 179Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 180Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 181Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 182Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 183Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 184Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 185Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 186Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 187Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 188Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 189Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 190Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 191Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 192Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 193Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 194Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 195Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 196Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 197Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 198Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 199Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 200Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 201Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 202Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 203Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 204Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 205Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 206Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 207Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 208Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 209Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 210Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 211Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 212Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 213Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 214Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 215Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 216Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 217Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 66 as "tween2"
ExportAssets (56)Timeline Frame 218Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 219Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 220Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 221Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 222Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 223Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 224Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 225Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 226Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 227Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 228Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 229Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 230Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 231Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 232Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 233Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 234Symbol 68 as "scope"
ExportAssets (56)Timeline Frame 235Symbol 68 as "scope"

Labels

"menu"Frame 34
"gameover"Frame 246
"scores"Frame 261
"reload"Symbol 24 MovieClip [Gun2] Frame 5
"reloadnoise"Symbol 24 MovieClip [Gun2] Frame 7
"monsterkill"Symbol 24 MovieClip [Gun2] Frame 29
"awp"Symbol 24 MovieClip [Gun2] Frame 31
"awpreload"Symbol 24 MovieClip [Gun2] Frame 40
"blood"Symbol 24 MovieClip [Gun2] Frame 69
"up"Symbol 24 MovieClip [Gun2] Frame 74
"reload"Symbol 31 MovieClip [Gun1] Frame 9
"reloadnoise"Symbol 31 MovieClip [Gun1] Frame 11
"monsterkill"Symbol 31 MovieClip [Gun1] Frame 33
"awp"Symbol 31 MovieClip [Gun1] Frame 35
"awpreload"Symbol 31 MovieClip [Gun1] Frame 44
"blood"Symbol 31 MovieClip [Gun1] Frame 73
"up"Symbol 31 MovieClip [Gun1] Frame 78
"headshot"Symbol 31 MovieClip [Gun1] Frame 88
"blood"Symbol 199 MovieClip Frame 6
"rebound"Symbol 199 MovieClip Frame 11
"zoom"Symbol 199 MovieClip Frame 17
"headshot"Symbol 199 MovieClip Frame 23
"die"Symbol 218 MovieClip Frame 95
"die"Symbol 228 MovieClip Frame 203
"die"Symbol 245 MovieClip Frame 63
"die"Symbol 247 MovieClip Frame 93
"die"Symbol 282 MovieClip Frame 93
"die"Symbol 285 MovieClip Frame 183
"die"Symbol 301 MovieClip Frame 126

Dynamic Text Variables

killsSymbol 177 EditableText""
healthpercentSymbol 180 EditableText""
displayammoSymbol 181 EditableText""
inclipSymbol 184 EditableText""
hitsSymbol 186 EditableText""
accuracySymbol 317 EditableText""
killsSymbol 321 EditableText""
nameSymbol 322 EditableText""
bonusSymbol 324 EditableText""
NAME0Symbol 328 EditableText""
SCORE0Symbol 329 EditableText""
NAME1Symbol 330 EditableText""
SCORE1Symbol 331 EditableText""
NAME2Symbol 332 EditableText""
SCORE2Symbol 333 EditableText""
NAME3Symbol 334 EditableText""
SCORE3Symbol 335 EditableText""
NAME4Symbol 336 EditableText""
SCORE4Symbol 337 EditableText""
NAME5Symbol 338 EditableText""
SCORE5Symbol 339 EditableText""
NAME6Symbol 340 EditableText""
SCORE6Symbol 341 EditableText""
NAME7Symbol 342 EditableText""
SCORE7Symbol 343 EditableText""
NAME8Symbol 344 EditableText""
SCORE8Symbol 345 EditableText""
NAME9Symbol 346 EditableText""
SCORE9Symbol 347 EditableText""




http://swfchan.com/5/22449/info.shtml
Created: 26/5 -2019 22:17:07 Last modified: 26/5 -2019 22:17:07 Server time: 10/05 -2024 06:36:47