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

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

Flash Strike.swf

This is the info page for
Flash #24094

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


Text
RELOAD!

Presented BY

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

PLAY MORE GAMES?

talk about this game

HIDE

mission 1 - de-dust

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

ACCEPT

ACCEPT

DECLINE

DECLINE

HOSTILES: 19

$

HP

Bullets

left

Kills

RESTART

RESTART?

1 - DEAGLE  2 - M4A1  Q - AWP Sniper

Flashbangs

MONSTER KILL

100% Accuracy

Level Up...

Game Over

mission 2 - de_aztec

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

HOSTILES: 22

Restock flashbangs

Restock flashbangs

cost: 10 score

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

Restock Ammo

Restock Ammo

AWP Ammo                    $ 15

Desert Eagle  Ammo      $ 5

M4 Ammo                        $ 15

mission 3 - de_office

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

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

All Missions Complete

RESTART

RESTART

RESTART

score

Hit Ratio

SCORE

HP Bonus

score = $  x  hit ratio + hp bonus

ActionScript [AS1/AS2]

Frame 1
Mouse.show();
Frame 3
function GetUrlParam(strUrl, strParam) { var _local3 = strUrl.toLowerCase(); var _local1 = _local3.indexOf(strParam); var nParamLen = strParam.length; if (_local1 > 0) { var nNumChars; var _local2 = _local3.indexOf("&", _local1 + nParamLen); if (_local2 > 0) { nNumChars = _local2 - _local1; } else { nNumChars = strUrl.length - _local1; } return(strUrl.substr(_local1 + nParamLen, nNumChars)); } return(""); } function GetBaseUrl(strUrl) { var _local1 = strUrl.toLowerCase(); var nNumChars = _local1.length; var _local2 = _local1.indexOf("?", 0); if (_local2 > 0) { nNumChars = _local2; } var _local3 = "download"; if (_local1.substr(0, 4) == "http") { _local3 = strUrl.substr(7, nNumChars - 7); } return(_local3); }
Frame 34
stop();
Instance of Symbol 156 MovieClip in Frame 34
on (rollOver) { mouse.hide(); this.gotoAndplay(1); } on (rollOut) { mouse.show(); }
Frame 35
_root.enemydead = "no"; _root.kills = 0; _root.ammo = 7; _root.m4ammo = 30; _root.i = 1; _root.deagle = 7; _root.awp = 10; _root.deagleclip = 35; _root.m4clip = 60; _root.awpclip = 20; _root.shots = 0; _root.hits = 0; _root.zoomed = 0; _root.hiding = "no"; _root.flashbang = 2; stop(); _root.blood.gotoAndStop(1);
Frame 36
_root.attachMovie("gun1", "gun1", 0); _root.gun1._x = 800; _root.gun1._y = 800; _root.active = "deagle"; _root.inclip = _root.deagleclip; _root.scope._visible = 0; _root.reloading = "no"; play(); _root.flash.gotoAndStop(1);
Instance of Symbol 96 MovieClip "background" in Frame 36
on (release) { if (_root.ammo > 0) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 223 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 96 MovieClip "background" in Frame 91
on (release) { if (_root.ammo > -1) { if (_root.reloading == "no") { _root.sight.gotoAndPlay("rebound"); } } }
Instance of Symbol 277 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 277 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 277 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 277 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 223 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; function EncrpytString(strVal) { var strKey = "aHfEjcDebChGiAfIjDbEjacD"; var nLenKey = strKey.length; var strZero = "0"; var _local3 = ""; var nTot = strVal.length; var _local1 = 0; _local3 = ""; var nCodeVal; var nCodeKey; var _local2; var nChecksum = 0; nCnt = 0; while (nCnt < nTot) { nCodeVal = strVal.charCodeAt(nCnt); if (nCodeVal >= 128) { nCodeVal = "X"; } nCodeKey = strKey.charCodeAt(_local1); _local1 = _local1 + 1; if (_local1 >= nLenKey) { _local1 = 0; } _local2 = (nCodeVal % 16) + nCodeKey; _local3 = _local3 + String.fromCharCode(_local2); nChecksum = nChecksum + _local2; nCodeKey = strKey.charCodeAt(_local1); _local1 = _local1 + 1; if (_local1 >= nLenKey) { _local1 = 0; } _local2 = Math.floor(nCodeVal / 16) + nCodeKey; _local3 = _local3 + String.fromCharCode(_local2); nChecksum = nChecksum + _local2; nCnt++; } nChecksum = nChecksum % 256; nCodeKey = strKey.charCodeAt(_local1); _local1 = _local1 + 1; if (_local1 >= nLenKey) { _local1 = 0; } _local2 = (nChecksum % 16) + nCodeKey; _local3 = _local3 + String.fromCharCode(_local2); nCodeKey = strKey.charCodeAt(_local1); _local1 = _local1 + 1; if (_local1 >= nLenKey) { _local1 = 0; } _local2 = Math.floor(nChecksum / 16) + nCodeKey; _local3 = _local3 + String.fromCharCode(_local2); return(_local3); } function GetUrlParam(strUrl, strParam) { var _local3 = strUrl.toLowerCase(); var _local1 = _local3.indexOf(strParam); var nParamLen = strParam.length; if (_local1 > 0) { var nNumChars; var _local2 = _local3.indexOf("&", _local1 + nParamLen); if (_local2 > 0) { nNumChars = _local2 - _local1; } else { nNumChars = strUrl.length - _local1; } return(strUrl.substr(_local1 + nParamLen, nNumChars)); } return(""); } function GetBaseUrl(strUrl) { var _local1 = strUrl.toLowerCase(); var nNumChars = _local1.length; var _local2 = _local1.indexOf("?", 0); if (_local2 > 0) { nNumChars = _local2; } var _local3 = "download"; if (_local1.substr(0, 4) == "http") { _local3 = strUrl.substr(7, nNumChars - 7); } return(_local3); } mouse.show(); stop();
Instance of Symbol 312 MovieClip in Frame 262
on (release) { if (_root.ammo > -1) { _root.sight.gotoAndPlay("rebound"); } }
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 76 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded * 1.69); } else { _root.gotoAndPlay(2); }
Symbol 76 MovieClip Frame 2
gotoAndPlay (1);
Symbol 86 Button
on (release) { getURL ("http://www.onlinegames.net", "_blank"); }
Symbol 93 MovieClip Frame 50
stop();
Symbol 101 Button
on (release) { getURL ("mailto:tom.thornton@btconnect.com"); }
Symbol 124 Button
on (release) { _root.lives = 10; _root.health = 10; _root.targethit = 1; _root.remember = 1; _root.nextFrame(); }
Symbol 128 Button
on (release) { _root.lives = 5; _root.health = 5; _root.targethit = 2; _root.remember = 2; _root.nextFrame(); }
Symbol 132 Button
on (release) { _root.lives = 4; _root.health = 4; _root.targethit = 3; _root.remember = 3; _root.nextFrame(); }
Symbol 142 Button
on (release) { _quality = "LOW"; }
Symbol 146 Button
on (release) { _quality = "MEDium"; }
Symbol 151 Button
on (release) { _quality = "HIGH"; }
Symbol 156 MovieClip Frame 125
stop();
Symbol 159 Button
on (release) { getURL ("http://www.onlinegames.net", "_blank"); }
Symbol 162 Button
on (release) { getURL ("http://www.onlinegames.net/forum", "_blank"); }
Symbol 170 MovieClip Frame 55
stop();
Symbol 178 Button
on (release) { _root.menustate = "no"; nextFrame(); }
Symbol 182 Button
on (release) { prevFrame(); }
Symbol 192 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 192 MovieClip Frame 25
if (_root.hiding == "yes") { this.flashing._visible = 0; }
Symbol 192 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 192 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 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
_root.gun1.gotoAndPlay("up");
Symbol 198 MovieClip Frame 9
stop();
Symbol 198 MovieClip Frame 10
_root.gun1.gotoAndPlay("up");
Symbol 198 MovieClip Frame 16
_root.hiding = "no";
Symbol 198 MovieClip Frame 18
gotoAndStop (1);
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 5
gotoAndStop (1);
Symbol 223 MovieClip Frame 10
this.gotoAndStop(1);
Symbol 223 MovieClip Frame 16
this.gotoAndStop(1);
Symbol 223 MovieClip Frame 22
gotoAndStop (1);
Symbol 223 MovieClip Frame 26
gotoAndStop (1);
Symbol 229 Button
on (release) { _root.gotoAndPlay(1); _root.gun1._visible = 0; }
Symbol 242 MovieClip Frame 41
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 242 MovieClip Frame 94
gotoAndPlay (1);
Symbol 242 MovieClip Frame 95
this.removeMovieClip(); _root.nextFrame();
Symbol 245 MovieClip Frame 15
gotoAndStop (1);
Symbol 252 MovieClip Frame 93
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 252 MovieClip Frame 153
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 2; } }
Symbol 252 MovieClip Frame 202
gotoAndPlay (1);
Symbol 252 MovieClip Frame 203
this.removeMovieClip(); _root.nextFrame();
Symbol 257 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 259 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 261 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 262 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 264 MovieClip Frame 1
stop();
Symbol 264 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 269 MovieClip Frame 51
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 269 MovieClip Frame 62
gotoAndPlay (1);
Symbol 269 MovieClip Frame 63
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 271 MovieClip Frame 66
if (_root.hiding == "no") { if (_root.enemydead == "no") { _root.blood.gotoAndPlay(1); _root.lives = _root.lives - 1; } }
Symbol 271 MovieClip Frame 92
gotoAndPlay (1);
Symbol 271 MovieClip Frame 93
_root.kills = _root.kills + 1; _root.hits = _root.hits + (_root.remember * 1); this.removeMovieClip(); _root.nextFrame(); stop();
Symbol 281 Button
on (release) { nextFrame(); _root.menustate = "no"; }
Symbol 282 Button
on (release) { _root.gotoAndStop("menu"); _root.gun1._visible = 0; mouse.show(); }
Symbol 287 Button
on (release) { if (_root.kills >= 10) { if (_root.flashbang == 2) { } else { _root.flashbang = 2; _root.kills = _root.kills - 10; } } }
Symbol 293 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); }

Library Items

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

Instance Names

"background"Frame 3Symbol 96 MovieClip
"blood"Frame 35Symbol 170 MovieClip
"background"Frame 35Symbol 96 MovieClip
"background"Frame 36Symbol 96 MovieClip
"flash"Frame 36Symbol 192 MovieClip
"wall"Frame 36Symbol 198 MovieClip
"kills"Frame 36Symbol 202 EditableText
"ammotext"Frame 36Symbol 206 EditableText
"sight"Frame 36Symbol 223 MovieClip
"scope"Frame 36Symbol 68 MovieClip [scope]
"flash1"Frame 36Symbol 186 MovieClip
"flash2"Frame 36Symbol 186 MovieClip
"noflash"Frame 36Symbol 233 MovieClip
"target1"Frame 67Symbol 242 MovieClip
"monster"Frame 67Symbol 245 MovieClip
"target2"Frame 69Symbol 252 MovieClip
"target1"Frame 70Symbol 242 MovieClip
"target2"Frame 72Symbol 252 MovieClip
"target1"Frame 73Symbol 242 MovieClip
"target3"Frame 74Symbol 269 MovieClip
"target4"Frame 75Symbol 271 MovieClip
"target2"Frame 76Symbol 252 MovieClip
"target1"Frame 77Symbol 242 MovieClip
"target2"Frame 78Symbol 252 MovieClip
"target1"Frame 80Symbol 242 MovieClip
"target2"Frame 82Symbol 252 MovieClip
"target1"Frame 83Symbol 242 MovieClip
"target4"Frame 84Symbol 271 MovieClip
"target3"Frame 85Symbol 269 MovieClip
"background"Frame 91Symbol 96 MovieClip
"background1"Frame 108Symbol 277 MovieClip
"background1"Frame 110Symbol 277 MovieClip
"background1"Frame 110Symbol 277 MovieClip
"background1"Frame 111Symbol 277 MovieClip
"wall"Frame 111Symbol 299 MovieClip
"target5"Frame 139Symbol 306 MovieClip
"target6"Frame 140Symbol 269 MovieClip
"target7"Frame 141Symbol 309 MovieClip
"target6"Frame 142Symbol 269 MovieClip
"target5"Frame 143Symbol 306 MovieClip
"target6"Frame 144Symbol 269 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 269 MovieClip
"target7"Frame 154Symbol 309 MovieClip
"target6"Frame 155Symbol 269 MovieClip
"target5"Frame 156Symbol 306 MovieClip
"target6"Frame 157Symbol 269 MovieClip
"target5"Frame 158Symbol 306 MovieClip
"target6"Frame 159Symbol 269 MovieClip
"target7"Frame 160Symbol 309 MovieClip
"background1"Frame 166Symbol 277 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 269 MovieClip
"target9"Frame 215Symbol 269 MovieClip
"target10"Frame 216Symbol 269 MovieClip
"target11"Frame 217Symbol 242 MovieClip
"target12"Frame 218Symbol 325 MovieClip
"target9"Frame 219Symbol 269 MovieClip
"target8"Frame 220Symbol 269 MovieClip
"target11"Frame 221Symbol 242 MovieClip
"target12"Frame 222Symbol 325 MovieClip
"target9"Frame 223Symbol 269 MovieClip
"target11"Frame 224Symbol 242 MovieClip
"target10"Frame 225Symbol 269 MovieClip
"target12"Frame 226Symbol 325 MovieClip
"target8"Frame 227Symbol 269 MovieClip
"target11"Frame 228Symbol 242 MovieClip
"target8"Frame 229Symbol 269 MovieClip
"target12"Frame 230Symbol 325 MovieClip
"target9"Frame 231Symbol 269 MovieClip
"target11"Frame 232Symbol 242 MovieClip
"target8"Frame 233Symbol 269 MovieClip
"target11"Frame 234Symbol 242 MovieClip
"target12"Frame 235Symbol 325 MovieClip
"sight"Frame 236Symbol 223 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 76 MovieClip Frame 1Symbol 71 MovieClip
"flashing"Symbol 192 MovieClip Frame 26Symbol 190 MovieClip
"tween2"Symbol 242 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"tween2"Symbol 252 MovieClip Frame 1Symbol 66 MovieClip [tween2]
"target3pic"Symbol 269 MovieClip Frame 1Symbol 264 MovieClip
"tween2"Symbol 271 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 223 MovieClip Frame 6
"rebound"Symbol 223 MovieClip Frame 11
"zoom"Symbol 223 MovieClip Frame 17
"headshot"Symbol 223 MovieClip Frame 23
"die"Symbol 242 MovieClip Frame 95
"die"Symbol 252 MovieClip Frame 203
"die"Symbol 269 MovieClip Frame 63
"die"Symbol 271 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 202 EditableText""
healthpercentSymbol 205 EditableText""
displayammoSymbol 206 EditableText""
inclipSymbol 209 EditableText""
hitsSymbol 211 EditableText""
accuracySymbol 336 EditableText""
bonusSymbol 339 EditableText""
killsSymbol 342 EditableText""




http://swfchan.com/5/24094/info.shtml
Created: 11/8 -2019 21:15:53 Last modified: 11/8 -2019 21:15:53 Server time: 05/05 -2024 21:50:25