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

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

strike.swf

This is the info page for
Flash #12674

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


Text
RELOAD!

A Game By Tom Thornton

V1.3

By Tom Thornton

By Tom Thornton

By Tom Thornton

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 = $  x  hit ratio + hp bonus

ActionScript [AS1/AS2]

Frame 1
Mouse.show();
Frame 34
stop();
Instance of Symbol 142 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 80 MovieClip "background" in Frame 36
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 204 MovieClip "sight" in Frame 36
onClipEvent (enterFrame) { Mouse.hide(); } onClipEvent (enterFrame) { trace(_root.hiding); if (_root.menustate == "no") { if (_root.reloading == "no") { if (_root.autofire == "yes") { if (_root.hiding == "no") { 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 80 MovieClip "background" in Frame 91
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 258 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 258 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 258 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 258 MovieClip "background1" in Frame 166
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 293 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 293 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 293 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 204 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 293 MovieClip in Frame 262
on (release) { if (_root.ammo > -1) { _root.sight.gotoAndPlay("rebound"); } }
Frame 263
stop();
Instance of Symbol 354 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 75 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 75 MovieClip Frame 2
gotoAndPlay (1);
Symbol 86 Button
on (release) { getURL ("mailto:tom.thornton@btconnect.com"); }
Symbol 109 Button
on (release) { _root.lives = 10; _root.health = 10; _root.targethit = 1; _root.remember = 1; _root.nextFrame(); }
Symbol 113 Button
on (release) { _root.lives = 5; _root.health = 5; _root.targethit = 2; _root.remember = 2; _root.nextFrame(); }
Symbol 117 Button
on (release) { _root.lives = 4; _root.health = 4; _root.targethit = 3; _root.remember = 3; _root.nextFrame(); }
Symbol 128 Button
on (release) { _quality = "LOW"; }
Symbol 132 Button
on (release) { _quality = "MEDium"; }
Symbol 137 Button
on (release) { _quality = "HIGH"; }
Symbol 142 MovieClip Frame 125
stop();
Symbol 150 MovieClip Frame 55
stop();
Symbol 158 Button
on (release) { _root.menustate = "no"; nextFrame(); }
Symbol 162 Button
on (release) { prevFrame(); }
Symbol 172 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 172 MovieClip Frame 25
if (_root.hiding == "yes") { this.flashing._visible = 0; }
Symbol 172 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 172 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 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 178 MovieClip Frame 9
stop();
Symbol 178 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 178 MovieClip Frame 16
_root.hiding = "no";
Symbol 178 MovieClip Frame 18
gotoAndStop (1);
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 5
gotoAndStop (1);
Symbol 204 MovieClip Frame 10
this.gotoAndStop(1);
Symbol 204 MovieClip Frame 16
this.gotoAndStop(1);
Symbol 204 MovieClip Frame 22
gotoAndStop (1);
Symbol 204 MovieClip Frame 26
gotoAndStop (1);
Symbol 210 Button
on (release) { _root.gotoAndPlay(1); _root.gun1._visible = 0; }
Symbol 223 MovieClip Frame 41
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 223 MovieClip Frame 94
gotoAndPlay (1);
Symbol 223 MovieClip Frame 95
this.removeMovieClip(); _root.nextFrame();
Symbol 226 MovieClip Frame 15
gotoAndStop (1);
Symbol 233 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 233 MovieClip Frame 153
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 2; } }
Symbol 233 MovieClip Frame 202
gotoAndPlay (1);
Symbol 233 MovieClip Frame 203
this.removeMovieClip(); _root.nextFrame();
Symbol 238 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 240 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 242 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 243 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 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 5
stop(); _root.kills = _root.kills + _root.remember; _root.hits = _root.hits + 1; _root.target1.gotoAndPlay(1); _root.target2.gotoAndPlay(1); _root.enemydead = "no"; this.removeMovieClip(); this.gotoAndStop(1); _root.nextFrame();
Symbol 250 MovieClip Frame 51
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 250 MovieClip Frame 62
gotoAndPlay (1);
Symbol 250 MovieClip Frame 63
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 252 MovieClip Frame 66
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 252 MovieClip Frame 92
gotoAndPlay (1);
Symbol 252 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 262 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 263 Button
on (release) { _root.gotoAndStop("menu"); _root.gun1._visible = 0; mouse.show(); }
Symbol 268 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 274 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 >= 15) { 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 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 280 MovieClip Frame 9
stop();
Symbol 280 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 280 MovieClip Frame 16
_root.hiding = "no";
Symbol 280 MovieClip Frame 18
gotoAndStop (1);
Symbol 287 MovieClip Frame 58
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 287 MovieClip Frame 92
gotoAndPlay (1);
Symbol 287 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 290 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 290 MovieClip Frame 182
gotoAndPlay (1);
Symbol 290 MovieClip Frame 183
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame();
Symbol 297 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 298 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 303 MovieClip Frame 9
stop();
Symbol 303 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 303 MovieClip Frame 16
_root.hiding = "no";
Symbol 303 MovieClip Frame 18
gotoAndStop (1);
Symbol 306 MovieClip Frame 82
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 306 MovieClip Frame 125
gotoAndPlay (1);
Symbol 306 MovieClip Frame 126
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 312 Button
on (release) { gotoAndPlay (1); }
Symbol 330 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:245
Symbol 3 Sound [headshot]Used by:31 204
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 93
Symbol 12 FontUsed by:13 76 81 82 83 85 89 90 92 98 99 102 106 107 110 111 114 115 118 119 120 121 124 125 129 130 133 134 144 153 163 182 183 184 185 186 187 188 189 190 191 209 212 224 225 253 254 261 264 265 266 269 270 271 272 275 276 277 296 299 307 308 309 311 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 150
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 233
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 204
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:223 233 252 287 290 306
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClip [scope]Uses:67Used by:Timeline
Symbol 69 GraphicUsed by:75
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:75
Symbol 72 BitmapUsed by:74
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:72 73Used by:75
Symbol 75 MovieClipUses:69 71 74Used by:Timeline
Symbol 76 TextUses:12Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 TextUses:12Used by:Timeline
Symbol 82 EditableTextUses:12Used by:86
Symbol 83 EditableTextUses:12Used by:86
Symbol 84 GraphicUsed by:86
Symbol 85 EditableTextUses:12Used by:86
Symbol 86 ButtonUses:82 83 84 85Used by:Timeline
Symbol 87 SoundUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 TextUses:12Used by:Timeline
Symbol 90 TextUses:12Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 TextUses:12Used by:Timeline
Symbol 93 MovieClipUses:11Used by:Timeline
Symbol 94 BitmapUsed by:97 143
Symbol 95 BitmapUsed by:97
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:94 95 96Used by:Timeline
Symbol 98 TextUses:12Used by:Timeline
Symbol 99 TextUses:12Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 TextUses:12Used by:Timeline
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 TextUses:12Used by:109
Symbol 107 TextUses:12Used by:109
Symbol 108 GraphicUsed by:109
Symbol 109 ButtonUses:106 107 108Used by:Timeline
Symbol 110 TextUses:12Used by:113
Symbol 111 TextUses:12Used by:113
Symbol 112 GraphicUsed by:113
Symbol 113 ButtonUses:110 111 112Used by:Timeline
Symbol 114 TextUses:12Used by:117
Symbol 115 TextUses:12Used by:117
Symbol 116 GraphicUsed by:117
Symbol 117 ButtonUses:114 115 116Used by:Timeline
Symbol 118 TextUses:12Used by:Timeline
Symbol 119 TextUses:12Used by:Timeline
Symbol 120 TextUses:12Used by:Timeline
Symbol 121 TextUses:12Used by:Timeline
Symbol 122 FontUsed by:123 127 131 136 138 139 152 155 157 160 161 211 260 295 314
Symbol 123 TextUses:122Used by:Timeline
Symbol 124 TextUses:12Used by:128
Symbol 125 TextUses:12Used by:128
Symbol 126 GraphicUsed by:128 132
Symbol 127 TextUses:122Used by:128
Symbol 128 ButtonUses:124 125 126 127Used by:Timeline
Symbol 129 TextUses:12Used by:132
Symbol 130 TextUses:12Used by:132
Symbol 131 TextUses:122Used by:132
Symbol 132 ButtonUses:129 130 126 131Used by:Timeline
Symbol 133 TextUses:12Used by:137
Symbol 134 TextUses:12Used by:137
Symbol 135 GraphicUsed by:137
Symbol 136 TextUses:122Used by:137
Symbol 137 ButtonUses:133 134 135 136Used by:Timeline
Symbol 138 TextUses:122Used by:142
Symbol 139 TextUses:122Used by:140
Symbol 140 ButtonUses:139Used by:142
Symbol 141 SoundUsed by:142  Timeline
Symbol 142 MovieClipUses:138 140 141Used by:Timeline
Symbol 143 GraphicUses:94Used by:150
Symbol 144 TextUses:12Used by:150
Symbol 145 SoundUsed by:150
Symbol 146 BitmapUsed by:147 148 149
Symbol 147 GraphicUses:146Used by:150
Symbol 148 GraphicUses:146Used by:150
Symbol 149 GraphicUses:146Used by:150
Symbol 150 MovieClipUses:23 143 144 145 147 148 149Used by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 TextUses:122Used by:Timeline
Symbol 153 TextUses:12Used by:Timeline
Symbol 154 GraphicUsed by:158 262 297
Symbol 155 TextUses:122Used by:158 262 297
Symbol 156 GraphicUsed by:158 162 262 263 297
Symbol 157 TextUses:122Used by:158 262 297
Symbol 158 ButtonUses:154 155 156 157Used by:Timeline
Symbol 159 GraphicUsed by:162 263
Symbol 160 TextUses:122Used by:162 263
Symbol 161 TextUses:122Used by:162 263
Symbol 162 ButtonUses:159 160 156 161Used by:Timeline
Symbol 163 TextUses:12Used by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:166  Timeline
Symbol 166 MovieClipUses:165Used by:172  Timeline
Symbol 167 SoundUsed by:172
Symbol 168 SoundUsed by:172 233
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:172
Symbol 171 SoundUsed by:172
Symbol 172 MovieClipUses:166 167 168 170 171Used by:Timeline
Symbol 173 GraphicUsed by:178 280 303
Symbol 174 BitmapUsed by:175 176 177
Symbol 175 GraphicUses:174Used by:178
Symbol 176 GraphicUses:174Used by:178
Symbol 177 GraphicUses:174Used by:178
Symbol 178 MovieClipUses:173 175 176 177Used by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 EditableTextUses:12Used by:Timeline
Symbol 183 TextUses:12Used by:Timeline
Symbol 184 TextUses:12Used by:Timeline
Symbol 185 EditableTextUses:12Used by:Timeline
Symbol 186 EditableTextUses:12Used by:Timeline
Symbol 187 TextUses:12Used by:Timeline
Symbol 188 EditableTextUses:12Used by:Timeline
Symbol 189 EditableTextUses:12Used by:Timeline
Symbol 190 TextUses:12Used by:Timeline
Symbol 191 EditableTextUses:12Used by:Timeline
Symbol 192 GraphicUsed by:204
Symbol 193 GraphicUsed by:204
Symbol 194 GraphicUsed by:204
Symbol 195 GraphicUsed by:204
Symbol 196 GraphicUsed by:204
Symbol 197 GraphicUsed by:204
Symbol 198 GraphicUsed by:204
Symbol 199 GraphicUsed by:204
Symbol 200 GraphicUsed by:204
Symbol 201 SoundUsed by:204
Symbol 202 ShapeTweeningUsed by:204
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:192 193 194 195 196 197 198 199 200 37 201 202 3 203Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 FontUsed by:207
Symbol 207 TextUses:206Used by:210
Symbol 208 GraphicUsed by:210
Symbol 209 EditableTextUses:12Used by:210
Symbol 210 ButtonUses:207 208 209Used by:Timeline
Symbol 211 TextUses:122Used by:Timeline
Symbol 212 EditableTextUses:12Used by:Timeline
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 SoundUsed by:Timeline
Symbol 216 GraphicUsed by:223
Symbol 217 SoundUsed by:223 233 252 306
Symbol 218 GraphicUsed by:223 233 250 252 287 290 306
Symbol 219 SoundUsed by:223 233 252 290 306
Symbol 220 SoundUsed by:223 233 252 306
Symbol 221 SoundUsed by:223 233 252 306
Symbol 222 SoundUsed by:223 233 252 306
Symbol 223 MovieClipUses:216 66 217 218 219 220 221 222Used by:Timeline
Symbol 224 TextUses:12Used by:226
Symbol 225 TextUses:12Used by:226
Symbol 226 MovieClipUses:224 225Used by:Timeline
Symbol 227 GraphicUsed by:233
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClipUses:229Used by:233
Symbol 231 SoundUsed by:233
Symbol 232 SoundUsed by:233
Symbol 233 MovieClipUses:227 66 218 217 219 220 221 222 230 168 231 29 232Used by:Timeline
Symbol 234 GraphicUsed by:250
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:245
Symbol 237 GraphicUsed by:238 242
Symbol 238 ButtonUses:237Used by:245
Symbol 239 GraphicUsed by:240 243
Symbol 240 ButtonUses:239Used by:245
Symbol 241 ShapeTweeningUsed by:245
Symbol 242 ButtonUses:237Used by:245
Symbol 243 ButtonUses:239Used by:245
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:236 238 240 241 242 243 2 244Used by:250
Symbol 246 SoundUsed by:250
Symbol 247 SoundUsed by:250
Symbol 248 ShapeTweeningUsed by:250
Symbol 249 ShapeTweeningUsed by:250
Symbol 250 MovieClipUses:234 245 218 246 247 248 249Used by:Timeline
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251 66 217 220 221 218 219 222Used by:Timeline
Symbol 253 TextUses:12Used by:Timeline
Symbol 254 TextUses:12Used by:Timeline
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:258  Timeline
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257 256Used by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 TextUses:122Used by:Timeline
Symbol 261 TextUses:12Used by:Timeline
Symbol 262 ButtonUses:154 155 156 157Used by:Timeline
Symbol 263 ButtonUses:159 160 156 161Used by:Timeline
Symbol 264 TextUses:12Used by:Timeline
Symbol 265 TextUses:12Used by:268 298
Symbol 266 TextUses:12Used by:268 298
Symbol 267 GraphicUsed by:268 298
Symbol 268 ButtonUses:265 266 267Used by:Timeline
Symbol 269 TextUses:12Used by:Timeline
Symbol 270 TextUses:12Used by:Timeline
Symbol 271 TextUses:12Used by:274
Symbol 272 TextUses:12Used by:274
Symbol 273 GraphicUsed by:274
Symbol 274 ButtonUses:271 272 273Used by:Timeline
Symbol 275 TextUses:12Used by:Timeline
Symbol 276 TextUses:12Used by:Timeline
Symbol 277 TextUses:12Used by:Timeline
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:280
Symbol 280 MovieClipUses:173 279Used by:Timeline
Symbol 281 GraphicUsed by:287
Symbol 282 SoundUsed by:287
Symbol 283 SoundUsed by:287
Symbol 284 SoundUsed by:287
Symbol 285 SoundUsed by:287
Symbol 286 SoundUsed by:287
Symbol 287 MovieClipUses:281 66 282 283 284 218 285 286Used by:Timeline
Symbol 288 GraphicUsed by:290
Symbol 289 SoundUsed by:290
Symbol 290 MovieClipUses:288 66 218 219 289Used by:Timeline
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:293
Symbol 293 MovieClipUses:292Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 TextUses:122Used by:Timeline
Symbol 296 TextUses:12Used by:Timeline
Symbol 297 ButtonUses:154 155 156 157Used by:Timeline
Symbol 298 ButtonUses:265 266 267Used by:Timeline
Symbol 299 TextUses:12Used by:Timeline
Symbol 300 BitmapUsed by:301 302
Symbol 301 GraphicUses:300Used by:303
Symbol 302 GraphicUses:300Used by:303
Symbol 303 MovieClipUses:173 301 302Used by:Timeline
Symbol 304 GraphicUsed by:306
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:304 66 217 220 221 218 219 222 305Used by:Timeline
Symbol 307 EditableTextUses:12Used by:Timeline
Symbol 308 TextUses:12Used by:312
Symbol 309 TextUses:12Used by:312
Symbol 310 GraphicUsed by:312
Symbol 311 TextUses:12Used by:312
Symbol 312 ButtonUses:308 309 310 311Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 TextUses:122Used by:Timeline
Symbol 315 GraphicUsed 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:330
Symbol 327 GraphicUsed by:330
Symbol 328 GraphicUsed by:330
Symbol 329 GraphicUsed by:330
Symbol 330 ButtonUses:326 327 328 329Used by:Timeline
Symbol 331 GraphicUsed by:354
Symbol 332 FontUsed by:333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
Symbol 333 EditableTextUses:332Used by:354
Symbol 334 EditableTextUses:332Used by:354
Symbol 335 EditableTextUses:332Used by:354
Symbol 336 EditableTextUses:332Used by:354
Symbol 337 EditableTextUses:332Used by:354
Symbol 338 EditableTextUses:332Used by:354
Symbol 339 EditableTextUses:332Used by:354
Symbol 340 EditableTextUses:332Used by:354
Symbol 341 EditableTextUses:332Used by:354
Symbol 342 EditableTextUses:332Used by:354
Symbol 343 EditableTextUses:332Used by:354
Symbol 344 EditableTextUses:332Used by:354
Symbol 345 EditableTextUses:332Used by:354
Symbol 346 EditableTextUses:332Used by:354
Symbol 347 EditableTextUses:332Used by:354
Symbol 348 EditableTextUses:332Used by:354
Symbol 349 EditableTextUses:332Used by:354
Symbol 350 EditableTextUses:332Used by:354
Symbol 351 EditableTextUses:332Used by:354
Symbol 352 EditableTextUses:332Used by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:331 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353Used by:Timeline

Instance Names

"background"Frame 3Symbol 80 MovieClip
"blood"Frame 35Symbol 150 MovieClip
"background"Frame 35Symbol 80 MovieClip
"background"Frame 36Symbol 80 MovieClip
"flash"Frame 36Symbol 172 MovieClip
"wall"Frame 36Symbol 178 MovieClip
"kills"Frame 36Symbol 182 EditableText
"ammotext"Frame 36Symbol 186 EditableText
"sight"Frame 36Symbol 204 MovieClip
"scope"Frame 36Symbol 68 MovieClip [scope]
"flash1"Frame 36Symbol 166 MovieClip
"flash2"Frame 36Symbol 166 MovieClip
"noflash"Frame 36Symbol 214 MovieClip
"target1"Frame 67Symbol 223 MovieClip
"monster"Frame 67Symbol 226 MovieClip
"target2"Frame 69Symbol 233 MovieClip
"target1"Frame 70Symbol 223 MovieClip
"target2"Frame 72Symbol 233 MovieClip
"target1"Frame 73Symbol 223 MovieClip
"target3"Frame 74Symbol 250 MovieClip
"target4"Frame 75Symbol 252 MovieClip
"target2"Frame 76Symbol 233 MovieClip
"target1"Frame 77Symbol 223 MovieClip
"target2"Frame 78Symbol 233 MovieClip
"target1"Frame 80Symbol 223 MovieClip
"target2"Frame 82Symbol 233 MovieClip
"target1"Frame 83Symbol 223 MovieClip
"target4"Frame 84Symbol 252 MovieClip
"target3"Frame 85Symbol 250 MovieClip
"background"Frame 91Symbol 80 MovieClip
"background1"Frame 108Symbol 258 MovieClip
"background1"Frame 110Symbol 258 MovieClip
"background1"Frame 110Symbol 258 MovieClip
"background1"Frame 111Symbol 258 MovieClip
"wall"Frame 111Symbol 280 MovieClip
"target5"Frame 139Symbol 287 MovieClip
"target6"Frame 140Symbol 250 MovieClip
"target7"Frame 141Symbol 290 MovieClip
"target6"Frame 142Symbol 250 MovieClip
"target5"Frame 143Symbol 287 MovieClip
"target6"Frame 144Symbol 250 MovieClip
"target7"Frame 145Symbol 290 MovieClip
"target5"Frame 146Symbol 287 MovieClip
"target7"Frame 147Symbol 290 MovieClip
"target5"Frame 148Symbol 287 MovieClip
"target7"Frame 149Symbol 290 MovieClip
"target5"Frame 150Symbol 287 MovieClip
"target7"Frame 151Symbol 290 MovieClip
"target5"Frame 152Symbol 287 MovieClip
"target6"Frame 153Symbol 250 MovieClip
"target7"Frame 154Symbol 290 MovieClip
"target6"Frame 155Symbol 250 MovieClip
"target5"Frame 156Symbol 287 MovieClip
"target6"Frame 157Symbol 250 MovieClip
"target5"Frame 158Symbol 287 MovieClip
"target6"Frame 159Symbol 250 MovieClip
"target7"Frame 160Symbol 290 MovieClip
"background1"Frame 166Symbol 258 MovieClip
"background2"Frame 179Symbol 293 MovieClip
"background2"Frame 182Symbol 293 MovieClip
"background2"Frame 182Symbol 293 MovieClip
"background2"Frame 183Symbol 293 MovieClip
"wall"Frame 183Symbol 303 MovieClip
"target8"Frame 214Symbol 250 MovieClip
"target9"Frame 215Symbol 250 MovieClip
"target10"Frame 216Symbol 250 MovieClip
"target11"Frame 217Symbol 223 MovieClip
"target12"Frame 218Symbol 306 MovieClip
"target9"Frame 219Symbol 250 MovieClip
"target8"Frame 220Symbol 250 MovieClip
"target11"Frame 221Symbol 223 MovieClip
"target12"Frame 222Symbol 306 MovieClip
"target9"Frame 223Symbol 250 MovieClip
"target11"Frame 224Symbol 223 MovieClip
"target10"Frame 225Symbol 250 MovieClip
"target12"Frame 226Symbol 306 MovieClip
"target8"Frame 227Symbol 250 MovieClip
"target11"Frame 228Symbol 223 MovieClip
"target8"Frame 229Symbol 250 MovieClip
"target12"Frame 230Symbol 306 MovieClip
"target9"Frame 231Symbol 250 MovieClip
"target11"Frame 232Symbol 223 MovieClip
"target8"Frame 233Symbol 250 MovieClip
"target11"Frame 234Symbol 223 MovieClip
"target12"Frame 235Symbol 306 MovieClip
"sight"Frame 236Symbol 204 MovieClip
"scoretable"Frame 263Symbol 354 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 75 MovieClip Frame 1Symbol 71 MovieClip
"flashing"Symbol 172 MovieClip Frame 26Symbol 170 MovieClip
"tween2"Symbol 223 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 233 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"target3pic"Symbol 250 MovieClip Frame 1Symbol 245 MovieClip
"tween2"Symbol 252 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 287 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 290 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 306 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 204 MovieClip Frame 6
"rebound"Symbol 204 MovieClip Frame 11
"zoom"Symbol 204 MovieClip Frame 17
"headshot"Symbol 204 MovieClip Frame 23
"die"Symbol 223 MovieClip Frame 95
"die"Symbol 233 MovieClip Frame 203
"die"Symbol 250 MovieClip Frame 63
"die"Symbol 252 MovieClip Frame 93
"die"Symbol 287 MovieClip Frame 93
"die"Symbol 290 MovieClip Frame 183
"die"Symbol 306 MovieClip Frame 126

Dynamic Text Variables

killsSymbol 182 EditableText""
healthpercentSymbol 185 EditableText""
displayammoSymbol 186 EditableText""
inclipSymbol 189 EditableText""
hitsSymbol 191 EditableText""
accuracySymbol 317 EditableText""
killsSymbol 321 EditableText""
nameSymbol 322 EditableText""
bonusSymbol 324 EditableText""
NAME0Symbol 333 EditableText""
SCORE0Symbol 334 EditableText""
NAME1Symbol 335 EditableText""
SCORE1Symbol 336 EditableText""
NAME2Symbol 337 EditableText""
SCORE2Symbol 338 EditableText""
NAME3Symbol 339 EditableText""
SCORE3Symbol 340 EditableText""
NAME4Symbol 341 EditableText""
SCORE4Symbol 342 EditableText""
NAME5Symbol 343 EditableText""
SCORE5Symbol 344 EditableText""
NAME6Symbol 345 EditableText""
SCORE6Symbol 346 EditableText""
NAME7Symbol 347 EditableText""
SCORE7Symbol 348 EditableText""
NAME8Symbol 349 EditableText""
SCORE8Symbol 350 EditableText""
NAME9Symbol 351 EditableText""
SCORE9Symbol 352 EditableText""




http://swfchan.com/3/12674/info.shtml
Created: 5/6 -2019 17:26:50 Last modified: 5/6 -2019 17:26:50 Server time: 19/04 -2024 21:35:08