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

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

Flash Strike! (V1.3).swf

This is the info page for
Flash #27077

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


Text
RELOAD!

A game developed by

ThorGaming

A Game By Tom Thornton

V1.3

By Tom Thornton

By Tom Thornton

Shoot as many 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

A Game by

PLay more games?

PLay more games?

PLay more games?

high scores

high scores

high scores

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

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

score

MONSTER KILL

100% Accuracy

Hit Ratio

NAME

SCORE

HP Bonus

score = gamescore x hit ratio +hp bonus

ActionScript [AS1/AS2]

Frame 1
Mouse.show();
Frame 34
stop();
Instance of Symbol 151 MovieClip in Frame 34
on (rollOver) { mouse.hide(); this.gotoAndplay(1); } on (rollOut) { mouse.show(); }
Instance of Symbol 85 MovieClip in Frame 34
on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
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 91 MovieClip "background" in Frame 36
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 225 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 91 MovieClip "background" in Frame 91
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 276 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 276 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 276 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 276 MovieClip "background1" in Frame 166
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 312 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 312 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 312 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 225 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;
Instance of Symbol 312 MovieClip in Frame 262
on (release) { if (_root.ammo > -1) { _root.sight.gotoAndPlay("rebound"); } }
Instance of Symbol 85 MovieClip in Frame 262
on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
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 83 MovieClip Frame 40
stop();
Symbol 84 MovieClip Frame 12
stop();
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 1
on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
Symbol 85 MovieClip Frame 10
stop();
Symbol 86 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded * 1.69); } else { _root.gotoAndPlay(2); }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
Symbol 86 MovieClip Frame 2
gotoAndPlay (1);
Symbol 96 Button
on (release) { getURL ("mailto:tom.thornton@btconnect.com"); }
Symbol 119 Button
on (release) { _root.lives = 10; _root.health = 10; _root.targethit = 1; _root.remember = 1; _root.nextFrame(); }
Symbol 123 Button
on (release) { _root.lives = 5; _root.health = 5; _root.targethit = 2; _root.remember = 2; _root.nextFrame(); }
Symbol 127 Button
on (release) { _root.lives = 4; _root.health = 4; _root.targethit = 3; _root.remember = 3; _root.nextFrame(); }
Symbol 137 Button
on (release) { _quality = "LOW"; }
Symbol 141 Button
on (release) { _quality = "MEDium"; }
Symbol 146 Button
on (release) { _quality = "HIGH"; }
Symbol 151 MovieClip Frame 125
stop();
Symbol 157 Button
on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
Symbol 163 Button
on (release) { getURL ("http://www.thorgaming.com/highscores/", "_blank"); }
Symbol 171 MovieClip Frame 55
stop();
Symbol 179 Button
on (release) { _root.menustate = "no"; nextFrame(); }
Symbol 183 Button
on (release) { prevFrame(); }
Symbol 193 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 193 MovieClip Frame 25
if (_root.hiding == "yes") { this.flashing._visible = 0; }
Symbol 193 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 193 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 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 199 MovieClip Frame 9
stop();
Symbol 199 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 199 MovieClip Frame 16
_root.hiding = "no";
Symbol 199 MovieClip Frame 18
gotoAndStop (1);
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 5
gotoAndStop (1);
Symbol 225 MovieClip Frame 10
this.gotoAndStop(1);
Symbol 225 MovieClip Frame 16
this.gotoAndStop(1);
Symbol 225 MovieClip Frame 22
gotoAndStop (1);
Symbol 225 MovieClip Frame 26
gotoAndStop (1);
Symbol 231 Button
on (release) { _root.gotoAndPlay(1); _root.gun1._visible = 0; }
Symbol 244 MovieClip Frame 41
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 244 MovieClip Frame 94
gotoAndPlay (1);
Symbol 244 MovieClip Frame 95
this.removeMovieClip(); _root.nextFrame();
Symbol 251 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 251 MovieClip Frame 153
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 2; } }
Symbol 251 MovieClip Frame 202
gotoAndPlay (1);
Symbol 251 MovieClip Frame 203
this.removeMovieClip(); _root.nextFrame();
Symbol 256 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 258 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 260 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 261 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 263 MovieClip Frame 1
stop();
Symbol 263 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 268 MovieClip Frame 51
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 268 MovieClip Frame 62
gotoAndPlay (1);
Symbol 268 MovieClip Frame 63
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 270 MovieClip Frame 66
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 270 MovieClip Frame 92
gotoAndPlay (1);
Symbol 270 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 280 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 281 Button
on (release) { _root.gotoAndStop("menu"); _root.gun1._visible = 0; mouse.show(); }
Symbol 286 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 292 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 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 299 MovieClip Frame 9
stop();
Symbol 299 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 299 MovieClip Frame 16
_root.hiding = "no";
Symbol 299 MovieClip Frame 18
gotoAndStop (1);
Symbol 306 MovieClip Frame 58
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 306 MovieClip Frame 92
gotoAndPlay (1);
Symbol 306 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 309 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 309 MovieClip Frame 182
gotoAndPlay (1);
Symbol 309 MovieClip Frame 183
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame();
Symbol 316 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 317 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 322 MovieClip Frame 9
stop();
Symbol 322 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 322 MovieClip Frame 16
_root.hiding = "no";
Symbol 322 MovieClip Frame 18
gotoAndStop (1);
Symbol 325 MovieClip Frame 82
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 325 MovieClip Frame 125
gotoAndPlay (1);
Symbol 325 MovieClip Frame 126
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 331 Button
on (release) { gotoAndPlay (1); }
Symbol 336 MovieClip Frame 15
gotoAndStop (1);
Symbol 351 Button
on (release) { if (_root.remember == 3) { _root.serverList = new LoadVars(); _root.serverList.load((((("http://www.thorgaming.com/highscores/submit.php?op=Submit&game_id=1&game_name=" + _root.name) + "&game_score=") + _root.kills) + "&game_diff=3&nocache=") + random(65000)); _root.serverList.onLoad = function (true) { if (_root.serverList.result == "ok") { } _root.gotoAndPlay(1); }; } if (_root.remember == 2) { _root.serverList = new LoadVars(); _root.serverList.load((((("http://www.thorgaming.com/highscores/submit.php?op=Submit&game_id=1&game_name=" + _root.name) + "&game_score=") + _root.kills) + "&game_diff=2&nocache=") + random(65000)); _root.serverList.onLoad = function (true) { if (_root.serverList.result == "ok") { } _root.gotoAndPlay(1); }; } if (_root.remember == 1) { _root.serverList = new LoadVars(); _root.serverList.load((((("http://www.thorgaming.com/highscores/submit.php?op=Submit&game_id=1&game_name=" + _root.name) + "&game_score=") + _root.kills) + "&game_diff=1&nocache=") + random(65000)); _root.serverList.onLoad = function (true) { if (_root.serverList.result == "ok") { } }; _root.gotoAndPlay(1); } _root.gotoAndPlay(1); }

Library Items

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

Instance Names

"background"Frame 3Symbol 91 MovieClip
"blood"Frame 35Symbol 171 MovieClip
"background"Frame 35Symbol 91 MovieClip
"background"Frame 36Symbol 91 MovieClip
"flash"Frame 36Symbol 193 MovieClip
"wall"Frame 36Symbol 199 MovieClip
"kills"Frame 36Symbol 203 EditableText
"ammotext"Frame 36Symbol 207 EditableText
"sight"Frame 36Symbol 225 MovieClip
"scope"Frame 36Symbol 68 MovieClip [scope]
"flash1"Frame 36Symbol 187 MovieClip
"flash2"Frame 36Symbol 187 MovieClip
"noflash"Frame 36Symbol 235 MovieClip
"target1"Frame 67Symbol 244 MovieClip
"target2"Frame 69Symbol 251 MovieClip
"target1"Frame 70Symbol 244 MovieClip
"target2"Frame 72Symbol 251 MovieClip
"target1"Frame 73Symbol 244 MovieClip
"target3"Frame 74Symbol 268 MovieClip
"target4"Frame 75Symbol 270 MovieClip
"target2"Frame 76Symbol 251 MovieClip
"target1"Frame 77Symbol 244 MovieClip
"target2"Frame 78Symbol 251 MovieClip
"target1"Frame 80Symbol 244 MovieClip
"target2"Frame 82Symbol 251 MovieClip
"target1"Frame 83Symbol 244 MovieClip
"target4"Frame 84Symbol 270 MovieClip
"target3"Frame 85Symbol 268 MovieClip
"background"Frame 91Symbol 91 MovieClip
"background1"Frame 108Symbol 276 MovieClip
"background1"Frame 110Symbol 276 MovieClip
"background1"Frame 110Symbol 276 MovieClip
"background1"Frame 111Symbol 276 MovieClip
"wall"Frame 111Symbol 299 MovieClip
"target5"Frame 139Symbol 306 MovieClip
"target6"Frame 140Symbol 268 MovieClip
"target7"Frame 141Symbol 309 MovieClip
"target6"Frame 142Symbol 268 MovieClip
"target5"Frame 143Symbol 306 MovieClip
"target6"Frame 144Symbol 268 MovieClip
"target7"Frame 145Symbol 309 MovieClip
"target5"Frame 146Symbol 306 MovieClip
"target7"Frame 147Symbol 309 MovieClip
"target5"Frame 148Symbol 306 MovieClip
"target7"Frame 149Symbol 309 MovieClip
"target5"Frame 150Symbol 306 MovieClip
"target7"Frame 151Symbol 309 MovieClip
"target5"Frame 152Symbol 306 MovieClip
"target6"Frame 153Symbol 268 MovieClip
"target7"Frame 154Symbol 309 MovieClip
"target6"Frame 155Symbol 268 MovieClip
"target5"Frame 156Symbol 306 MovieClip
"target6"Frame 157Symbol 268 MovieClip
"target5"Frame 158Symbol 306 MovieClip
"target6"Frame 159Symbol 268 MovieClip
"target7"Frame 160Symbol 309 MovieClip
"background1"Frame 166Symbol 276 MovieClip
"background2"Frame 179Symbol 312 MovieClip
"background2"Frame 182Symbol 312 MovieClip
"background2"Frame 182Symbol 312 MovieClip
"background2"Frame 183Symbol 312 MovieClip
"wall"Frame 183Symbol 322 MovieClip
"target8"Frame 214Symbol 268 MovieClip
"target9"Frame 215Symbol 268 MovieClip
"target10"Frame 216Symbol 268 MovieClip
"target11"Frame 217Symbol 244 MovieClip
"target12"Frame 218Symbol 325 MovieClip
"target9"Frame 219Symbol 268 MovieClip
"target8"Frame 220Symbol 268 MovieClip
"target11"Frame 221Symbol 244 MovieClip
"target12"Frame 222Symbol 325 MovieClip
"target9"Frame 223Symbol 268 MovieClip
"target11"Frame 224Symbol 244 MovieClip
"target10"Frame 225Symbol 268 MovieClip
"target12"Frame 226Symbol 325 MovieClip
"target8"Frame 227Symbol 268 MovieClip
"target11"Frame 228Symbol 244 MovieClip
"target8"Frame 229Symbol 268 MovieClip
"target12"Frame 230Symbol 325 MovieClip
"target9"Frame 231Symbol 268 MovieClip
"target11"Frame 232Symbol 244 MovieClip
"target8"Frame 233Symbol 268 MovieClip
"target11"Frame 234Symbol 244 MovieClip
"target12"Frame 235Symbol 325 MovieClip
"sight"Frame 236Symbol 225 MovieClip
"monster"Frame 262Symbol 336 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 86 MovieClip Frame 1Symbol 71 MovieClip
"flashing"Symbol 193 MovieClip Frame 26Symbol 191 MovieClip
"tween2"Symbol 244 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 251 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"target3pic"Symbol 268 MovieClip Frame 1Symbol 263 MovieClip
"tween2"Symbol 270 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 306 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 309 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 325 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 225 MovieClip Frame 6
"rebound"Symbol 225 MovieClip Frame 11
"zoom"Symbol 225 MovieClip Frame 17
"headshot"Symbol 225 MovieClip Frame 23
"die"Symbol 244 MovieClip Frame 95
"die"Symbol 251 MovieClip Frame 203
"die"Symbol 268 MovieClip Frame 63
"die"Symbol 270 MovieClip Frame 93
"die"Symbol 306 MovieClip Frame 93
"die"Symbol 309 MovieClip Frame 183
"die"Symbol 325 MovieClip Frame 126

Dynamic Text Variables

killsSymbol 203 EditableText""
healthpercentSymbol 206 EditableText""
displayammoSymbol 207 EditableText""
inclipSymbol 210 EditableText""
hitsSymbol 212 EditableText""
accuracySymbol 338 EditableText""
killsSymbol 342 EditableText""
bonusSymbol 344 EditableText""
nameSymbol 346 EditableText""




http://swfchan.com/6/27077/info.shtml
Created: 21/5 -2019 22:38:54 Last modified: 21/5 -2019 22:38:54 Server time: 01/05 -2024 22:51:21