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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM59352871-1DC&rnd=59352871" width="1" height="1"></div>

armorgames stoneage-assassin-re-3154.swf

This is the info page for
Flash #262906

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


Text
Sound On

Sound Off

Control

Skip

Start Mission

To adjust quality press "Q".

rock

normal

Press Z

Press X

Ammo =

0

They’re on alert and with the attack they must
suspect a greater threat. There will be a meeting in
a location near the shore. I’m unsure of what
time…Do not take any of them out! Or you’ll
never find your daughter. Instead wait for them at
the beach you need to establish who the leader is.
If you try to take one out the rest will flee and
be at a state of alert you do not desire. Your aim
is to establish who the leader is and scare/threaten
him. That will put them in a state of panic and
confusion.
Use your ammo wisely...

0

fire

0

0

True Saint

<p align="left"></p>

Mr Perfect

<p align="left"></p>

No innocents killed.

No missions failed.

Crack Shot

<p align="left"></p>

100% Accuracy.

Assassin

<p align="left"></p>

Completed all achievements.

ActionScript [AS1/AS2]

Frame 1
function deadClick() { } function gotoMySite() { getURL ("http://www.stoneagegames.com", "_blank"); } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var copyrightNotice = new ContextMenuItem("\u00A9 2008 stoneagegames.com", deadClick); copyrightNotice.separatorBefore = true; var mySiteLink = new ContextMenuItem("Designed by avgames.co.uk", gotoMySite); myMenu.customItems.push(mySiteLink, copyrightNotice); _root.menu = myMenu;
Frame 2
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; _root.loadBar._width = getPercent * 100; _root.loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { _root.gotoAndPlay(4); }
Instance of Symbol 26 MovieClip in Frame 2
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Frame 3
gotoAndPlay (2);
Instance of Symbol 42 MovieClip in Frame 4
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Frame 5
stopAllSounds();
Frame 6
_quality = "high"; stop(); canShoot = false; aim.removeMovieClip(); gaveUp.removeMovieClip(); fuckedItRetry.removeMovieClip(); killedRandom.removeMovieClip(); icoN.removeMovieClip(); heartbeat.removeMovieClip(); hhh.removeMovieClip(); Mouse.show(); stopAllSounds(); mission = 1; crack_shot = false; shots_taken = 0; saint = true; Assassin = false; never_failed = true; startB.onRelease = function () { _root.gotoAndStop("intro"); }; startC.onRelease = function () { getURL ("http://www.stoneagegames.com", "_blank"); };
Instance of Symbol 26 MovieClip in Frame 6
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Instance of Symbol 164 MovieClip in Frame 6
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Instance of Symbol 167 MovieClip in Frame 6
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Frame 7
stop(); Mouse.show(); canShoot = false;
Frame 8
stop(); canShoot = false; aim.removeMovieClip(); fuckedItRetry.removeMovieClip(); gaveUp.removeMovieClip(); killedRandom.removeMovieClip(); icoN.removeMovieClip(); heartbeat.removeMovieClip(); hhh.removeMovieClip(); stopAllSounds(); if (mission == undefined) { _root.gotoAndStop("intro"); } if (mission == 1) { _root.gotoAndStop("intro"); } if (mission == 2) { _root.gotoAndStop("m2b"); } if (mission == 3) { _root.gotoAndStop("m3b"); } if (mission == 4) { _root.gotoAndStop("m4b"); } if (mission == 5) { _root.gotoAndStop("m5b"); } if (mission == 6) { _root.gotoAndStop("m6b"); } if (mission == 7) { _root.gotoAndStop("m7b"); } if (mission == 8) { _root.gotoAndStop("m8b"); } if (mission == 9) { _root.gotoAndStop("m9b"); }
Frame 9
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function outedtooMany() { if (ammo == 0) { if (!targetShot) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function animateting() { if (ammo == 5) { ammoclips.gotoAndStop("5c"); } if (ammo == 4) { ammoclips.gotoAndStop("4c"); } if (ammo == 3) { ammoclips.gotoAndStop("3c"); } if (ammo == 2) { ammoclips.gotoAndStop("2c"); } if (ammo == 1) { ammoclips.gotoAndStop("1c"); } if (ammo == 0) { ammoclips.gotoAndStop("0c"); } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim.removeMovieClip(); canShoot = true; killTimer = 0; targetShot = false; stopAllSounds(); _root.gotoAndStop("m2b"); } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 1; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; youFuckedUp = 2323; ammo = 5; clicky = 1; delayt = 5; delay = false; do1 = 1; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; delay = true; } } }; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; target.onPress = function () { if (canShoot) { if (target._alpha == 100) { target._y = -1000; targetShot = true; } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { if (youFuckedUp > 0) { youFuckedUp--; } fuckedItRetry.onRelease = function () { stopAllSounds(); _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); Mouse.hide(); animateting(); cosfg(); outedtooMany(); };
Frame 10
_quality = "high"; stop(); Mouse.show(); canShoot = false; startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission2"); };
Frame 11
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function outedtooMany() { if (ammo == 0) { if (targetsKilled < 2) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function animateting() { if (ammo == 5) { ammoclips.gotoAndStop("5c"); } if (ammo == 4) { ammoclips.gotoAndStop("4c"); } if (ammo == 3) { ammoclips.gotoAndStop("3c"); } if (ammo == 2) { ammoclips.gotoAndStop("2c"); } if (ammo == 1) { ammoclips.gotoAndStop("1c"); } if (ammo == 0) { ammoclips.gotoAndStop("0c"); } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim._alpha = 100; canShoot = true; killTimer = 0; targetShot = false; if (targetsKilled == 2) { aim.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m3b"); } } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { qset = 2; never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 2; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 2323; ammo = 5; clicky = 1; delayt = 5; delay = false; do1 = 1; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; delay = true; } } }; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; target.onPress = function () { if (canShoot) { if (target._alpha == 100) { targetsKilled++; target._y = -1000; targetShot = true; } } }; target2.onPress = function () { if (canShoot) { if (target2._alpha == 100) { targetsKilled++; target2._y = -1000; targetShot = true; } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { if (youFuckedUp > 0) { youFuckedUp--; } fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); cosfg(); outedtooMany(); animateting(); Mouse.hide(); };
Frame 12
_quality = "high"; stop(); Mouse.show(); canShoot = false; startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission3"); };
Frame 13
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function countdown() { if (timerOn) { if (twat == 0) { _root.attachMovie("heartbeat", "heartbeat", _root.getNextHighestDepth()); twat = 1; } } } function tooktoolong() { if (t1.hitTest(gm)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function outedtooMany() { if (ammo == 0) { if (knockedOut == 0) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim._alpha = 100; canShoot = true; killTimer = 0; marker++; targetShot = false; if (targetsKilled == 3) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } if (targetsKilled == 2) { if (knockedOut == 1) { aim.removeMovieClip(); heartbeat.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m4b"); } } } } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } if (delay2) { delayt2--; } if (delayt2 < 0) { ammoN--; delay2 = false; delayt2 = 5; } } function animateting() { if (ammoN == 5) { ammoclips.gotoAndStop("5c"); } if (ammoN == 4) { ammoclips.gotoAndStop("4c"); } if (ammoN == 3) { ammoclips.gotoAndStop("3c"); } if (ammoN == 2) { ammoclips.gotoAndStop("2c"); } if (ammoN == 1) { ammoclips.gotoAndStop("1c"); } if (ammoN == 0) { ammoclips.gotoAndStop("0c"); } } function thatniggalol() { if (ammoN == 0) { if (targetsKilled < 2) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { qset = 2; never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function ammoSwitch() { if (Key.isDown(90)) { rock = true; norm = false; rocky.gotoAndStop("on"); normy.gotoAndStop("off"); } if (Key.isDown(88)) { rock = false; norm = true; rocky.gotoAndStop("off"); normy.gotoAndStop("on"); } } stop(); mission = 3; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); rocky.gotoAndStop("off"); normy.gotoAndStop("on"); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 1; t1speed = 5; clicky = 1; marker = 0; rock = false; norm = true; t1d = false; t2d = false; t3d = false; T1onHisWay = false; T2onHisWay = false; T3onHisWay = false; t1cool = true; t2cool = true; t3cool = true; timerOn = false; timeToMove = 0; ammo = 2; ammoN = 5; do1 = 1; knockedOut = 0; iwant = 64; twat = 0; delayt = 5; delay = false; delayt2 = 5; delay2 = false; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; if (rock) { delay = true; } if (norm) { delay2 = true; } } } }; t1.onEnterFrame = function () { if (!t1d) { if (timeToMove > 110) { t1._x = t1._x + t1speed; } if ((!t2cool) or (!t3cool)) { if (!T1onHisWay) { t1.gotoAndStop("fuck"); } t1cool = false; t1speed = 0; } else if (t1cool) { t1.gotoAndStop("walk"); } } }; t1.onPress = function () { if (canShoot) { timerOn = true; if (!t1d) { if (norm) { t1.gotoAndStop("dead"); targetsKilled++; targetShot = true; t1d = true; t1speed = 0; t1cool = false; } if (rock) { if (ammo > 0) { if (T1onHisWay) { t1.gotoAndStop("hit2"); t1d = true; t1speed = 0; knockedOut++; } if (!T1onHisWay) { T1onHisWay = true; t1.gotoAndStop("hit"); t1speed = 0; t1cool = false; } } } } } }; t2.onEnterFrame = function () { if (!t2d) { if (timeToMove > 110) { t2._x = t2._x + t1speed; } if ((!t1cool) or (!t3cool)) { if (!T2onHisWay) { t2.gotoAndStop("fuck"); } t1speed = 0; t2cool = false; } else if (t2cool) { t2.gotoAndStop("walk"); } } }; t2.onPress = function () { if (canShoot) { timerOn = true; if (!t2d) { if (norm) { t2.gotoAndStop("dead"); targetsKilled++; targetShot = true; t2d = true; t1speed = 0; t2cool = false; } if (rock) { if (ammo > 0) { if (T2onHisWay) { t2.gotoAndStop("hit2"); t2d = true; t1speed = 0; knockedOut++; } if (!T2onHisWay) { T2onHisWay = true; t2.gotoAndStop("hit"); t1speed = 0; t2cool = false; } } } } } }; t3.onEnterFrame = function () { if (!t3d) { if (timeToMove > 110) { t3._x = t3._x + t1speed; } if ((!t2cool) or (!t1cool)) { if (!T3onHisWay) { t3.gotoAndStop("fuck"); } t1speed = 0; t3cool = false; } else if (t3cool) { t3.gotoAndStop("walk"); } } }; t3.onPress = function () { if (canShoot) { timerOn = true; if (!t3d) { if (norm) { t3.gotoAndStop("dead"); targetsKilled++; targetShot = true; t3d = true; t1speed = 0; t3cool = false; } if (rock) { if (ammo > 0) { if (T3onHisWay) { t3.gotoAndStop("hit2"); t3d = true; t1speed = 0; knockedOut++; } if (!T3onHisWay) { T3onHisWay = true; t3.gotoAndStop("hit"); t1speed = 0; t3cool = false; } } } } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; timeToMove++; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); ammoSwitch(); tooktoolong(); cosfg(); Mouse.hide(); outedtooMany(); animateting(); thatniggalol(); countdown(); if (marker == 2) { if (targetsKilled == 2) { if (knockedOut == 1) { iwant--; if (iwant == 0) { aim.removeMovieClip(); heartbeat.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m4b"); } } } } };
Frame 14
_quality = "high"; stop(); Mouse.show(); canShoot = false;
Frame 15
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function outedtooMany() { if (ammo == 0) { if (targetsKilled < 3) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function animateting() { if (ammo == 5) { ammoclips.gotoAndStop("5c"); } if (ammo == 4) { ammoclips.gotoAndStop("4c"); } if (ammo == 3) { ammoclips.gotoAndStop("3c"); } if (ammo == 2) { ammoclips.gotoAndStop("2c"); } if (ammo == 1) { ammoclips.gotoAndStop("1c"); } if (ammo == 0) { ammoclips.gotoAndStop("0c"); } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } } function isaidchillwinston() { if (notyet > 0) { if (targetShot == true) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function alldone() { if (targetsKilled == 3) { chill--; if (chill < 0) { aim.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m5b"); } } } function targetDead() { if (targetShot) { if (notyet < 0) { targetShot = false; targetsKilled++; } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 4; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 1330; chill = 64; notyet = 871; do1 = 1; ran = 0; ammo = 5; clicky = 1; delayt = 5; delay = false; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; delay = true; } } }; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; t1.onPress = function () { if (canShoot) { t1._y = -1000; targetShot = true; ran++; dropandfadek = _root.attachMovie("dropandfade", "dropandfade" + ran, _root.getNextHighestDepth()); dropandfadek._x = _root._xmouse; dropandfadek._y = _root._ymouse; } }; t2.onPress = function () { if (canShoot) { t2._y = -1000; targetShot = true; ran++; dropandfadek = _root.attachMovie("dropandfade", "dropandfade" + ran, _root.getNextHighestDepth()); dropandfadek._x = _root._xmouse; dropandfadek._y = _root._ymouse; } }; t3.onPress = function () { if (canShoot) { t3._y = -1000; targetShot = true; ran++; dropandfadek = _root.attachMovie("dropandfade", "dropandfade" + ran, _root.getNextHighestDepth()); dropandfadek._x = _root._xmouse; dropandfadek._y = _root._ymouse; } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { if (youFuckedUp > 0) { youFuckedUp--; } fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); notyet--; alldone(); cosfg(); outedtooMany(); animateting(); isaidchillwinston(); Mouse.hide(); };
Frame 16
_quality = "high"; stop(); Mouse.show(); canShoot = false; startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission5"); };
Frame 17
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function countdown() { if (timerOn) { if (twat == 0) { _root.attachMovie("heartbeat", "heartbeat", _root.getNextHighestDepth()); twat = 1; } } } function tooktoolong() { if (t1.hitTest(gm)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function outedtooMany() { if (ammo == 0) { if (knockedOut == 0) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function killedtoomany() { if (targetsKilled == 3) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { aim._alpha = 0; never_failed = false; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; if (mark) { _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); } else { saint = false; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); } _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { targetsKilled++; if (targetsKilled == 1) { aim.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m6b"); } } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } if (delay2) { delayt2--; } if (delayt2 < 0) { ammoN--; delay2 = false; delayt2 = 5; } } function animateting() { if (ammoN == 5) { ammoclips.gotoAndStop("5c"); } if (ammoN == 4) { ammoclips.gotoAndStop("4c"); } if (ammoN == 3) { ammoclips.gotoAndStop("3c"); } if (ammoN == 2) { ammoclips.gotoAndStop("2c"); } if (ammoN == 1) { ammoclips.gotoAndStop("1c"); } if (ammoN == 0) { ammoclips.gotoAndStop("0c"); } } function thatniggalol() { if (ammoN == 0) { if (norm) { canShoot = false; } } } function thatniggalol2() { if (ammo > 0) { if (rock) { canShoot = true; } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function ammoSwitch() { if (Key.isDown(90)) { rock = true; norm = false; rocky.gotoAndStop("on"); normy.gotoAndStop("off"); } if (Key.isDown(88)) { rock = false; norm = true; rocky.gotoAndStop("off"); normy.gotoAndStop("on"); } } stop(); mission = 5; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); rocky.gotoAndStop("off"); normy.gotoAndStop("on"); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 1; clicky = 1; t1speed = 5; mark = false; rock = false; norm = true; t1d = false; t2d = false; t3d = false; T1onHisWay = false; T2onHisWay = false; T3onHisWay = false; t1cool = true; t2cool = true; t3cool = true; timerOn = false; ammo = 1; ammoN = 5; do1 = 1; knockedOut = 0; iwant = 64; twat = 0; delayt = 5; delay = false; delayt2 = 5; delay2 = false; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (!rock) { mark = true; } p2._y = -1000; peepShot = true; } }; p3.onPress = function () { if (canShoot) { if (!rock) { mark = true; } p3._y = -1000; peepShot = true; } }; p4.onPress = function () { if (canShoot) { if (!rock) { mark = true; } p4._y = -1000; peepShot = true; } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; if (rock) { delay = true; } if (norm) { delay2 = true; } } } }; t1.onPress = function () { if (canShoot) { if (norm) { mark = true; peepShot = true; } if (rock) { if (ammo > 0) { targetShot = true; } } } }; t2.onEnterFrame = function () { if (!t2d) { t2._x = t2._x + t1speed; if ((!t1cool) or (!t3cool)) { if (!T2onHisWay) { t2.gotoAndStop("fuck"); } t1speed = 0; t2cool = false; } else if (t2cool) { t2.gotoAndStop("walk"); } } }; t2.onPress = function () { if (canShoot) { timerOn = true; if (!t2d) { if (norm) { t2.gotoAndStop("dead"); targetShot = true; t2d = true; t1speed = 0; t2cool = false; } if (rock) { if (ammo > 0) { if (T2onHisWay) { t2.gotoAndStop("hit2"); t2d = true; t1speed = 0; knockedOut++; } if (!T2onHisWay) { T2onHisWay = true; t2.gotoAndStop("hit"); t1speed = 0; t2cool = false; } } } } } }; t3.onEnterFrame = function () { if (!t3d) { t3._x = t3._x + t1speed; if ((!t2cool) or (!t1cool)) { if (!T3onHisWay) { t3.gotoAndStop("fuck"); } t1speed = 0; t3cool = false; } else if (t3cool) { t3.gotoAndStop("walk"); } } }; t3.onPress = function () { if (canShoot) { timerOn = true; if (!t3d) { if (norm) { t3.gotoAndStop("dead"); targetShot = true; t3d = true; t1speed = 0; t3cool = false; } if (rock) { if (ammo > 0) { if (T3onHisWay) { t3.gotoAndStop("hit2"); t3d = true; t1speed = 0; knockedOut++; } if (!T3onHisWay) { T3onHisWay = true; t3.gotoAndStop("hit"); t1speed = 0; t3cool = false; } } } } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cosfg(); cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); ammoSwitch(); animateting(); Mouse.hide(); thatniggalol(); thatniggalol2(); outedtooMany(); };
Frame 18
_quality = "high"; stop(); Mouse.show(); canShoot = false;
Frame 19
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function outedtooMany() { if (!mickeyMouse) { if (!peepShot) { if (ammo < 2) { if (targetsKilled < 1) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } } } function animateting() { if (ammo == 5) { ammoclips.gotoAndStop("5c"); } if (ammo == 4) { ammoclips.gotoAndStop("4c"); } if (ammo == 3) { ammoclips.gotoAndStop("3c"); } if (ammo == 2) { ammoclips.gotoAndStop("2c"); } if (ammo == 1) { ammoclips.gotoAndStop("1c"); } if (ammo == 0) { ammoclips.gotoAndStop("0c"); } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } } function countdown() { if (timerOn) { if (twat == 0) { _root.attachMovie("heartbeat", "heartbeat", _root.getNextHighestDepth()); twat = 1; } } } function tooktoolong() { if (!mickeyMouse) { if (target2.hitTest(gm)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function tooktoolong2() { if (!mickeyMouse) { if (gash.hitTest(gm)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; mickeyMouse = true; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim._alpha = 100; canShoot = true; killTimer = 0; targetShot = false; if (targetsKilled == 2) { aim.removeMovieClip(); heartbeat.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m7b"); } } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 6; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; ems = 3; ems2 = 3; ems3 = 3; timeToMove = 0; youFuckedUp = 1; t1d = false; t2d = false; t1cool = true; timerOn = false; twat = 0; ammo = 5; clicky = 1; delayt = 5; delay = false; do1 = 1; mickeyMouse = false; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; delay = true; } } }; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; gash.onPress = function () { if (canShoot) { peepShot = true; } }; target.onPress = function () { if (canShoot) { timerOn = true; targetShot = true; t1cool = false; if (!t1d) { targetsKilled++; } t1d = true; } }; target2.onPress = function () { if (canShoot) { timerOn = true; targetShot = true; t1cool = false; if (!t2d) { targetsKilled++; } t2d = true; } }; gash.onEnterFrame = function () { if (timeToMove > 500) { if (killTimer == 0) { gash._x = gash._x + ems2; } } if (t1cool) { gash.gotoAndStop("walk"); } else { gash.gotoAndStop("panic"); ems2 = 6.5; } }; target.onEnterFrame = function () { if (timeToMove > 500) { if (killTimer == 0) { target._x = target._x + ems; } } if (!t1d) { if (t1cool) { target.gotoAndStop("walk"); } if (!t1cool) { target.gotoAndStop("run"); ems = 5; } } else { target.gotoAndStop("dead"); ems = 0; } }; target2.onEnterFrame = function () { if (timeToMove > 500) { if (killTimer == 0) { target2._x = target2._x + ems3; } } if (!t2d) { if (t1cool) { target2.gotoAndStop("walk"); } if (!t1cool) { target2.gotoAndStop("run"); ems3 = 5; } } else { target2.gotoAndStop("dead"); ems3 = 0; } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); tooktoolong(); tooktoolong2(); cosfg(); outedtooMany(); animateting(); timeToMove++; Mouse.hide(); countdown(); };
Frame 20
_quality = "high"; stop(); Mouse.show(); canShoot = false;
Frame 21
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function toofuckingfas() { if (ready < 2084) { if (ammo == 0) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function bug() { if (!marked) { if (ammo == 0) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function ammoSwitch() { if (Key.isDown(90)) { fire = true; norm = false; firey.gotoAndStop("on"); normy.gotoAndStop("off"); } if (Key.isDown(88)) { fire = false; norm = true; firey.gotoAndStop("off"); normy.gotoAndStop("on"); } } function missionOver() { if (completed) { canShoot = false; chill--; if (chill < 0) { aim.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m8b"); } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; qset = 2; peepShot = false; if (mark) { _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); } else { saint = false; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); } _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim._alpha = 100; canShoot = true; killTimer = 0; targetShot = false; targetsKilled++; if (targetsKilled == 2) { aim.removeMovieClip(); _root.gotoAndStop("mission3"); } } } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } if (delay2) { delayt2--; } if (delayt2 < 0) { ammoN--; delay2 = false; delayt2 = 5; } } function animateting() { if (ammoN == 5) { ammoclips.gotoAndStop("5c"); } if (ammoN == 4) { ammoclips.gotoAndStop("4c"); } if (ammoN == 3) { ammoclips.gotoAndStop("3c"); } if (ammoN == 2) { ammoclips.gotoAndStop("2c"); } if (ammoN == 1) { ammoclips.gotoAndStop("1c"); } if (ammoN == 0) { ammoclips.gotoAndStop("0c"); } } function thatniggalol() { if (ammoN == 0) { if (norm) { canShoot = false; } } } function thatniggalol2() { if (ammo > 0) { if (fire) { canShoot = true; } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 7; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 1; clicky = 1; completed = false; mark = false; ammo = 1; ammoN = 5; chill = 50; fire = false; norm = true; firey.gotoAndStop("off"); normy.gotoAndStop("on"); ready = 0; do1 = 1; delayt = 5; delay = false; delayt2 = 5; delay2 = false; marked = false; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; target.onPress = function () { if (canShoot) { if (target._alpha == 100) { target._y = -1000; mark = true; peepShot = true; } } }; target2.onPress = function () { if (canShoot) { if (target2._alpha == 100) { target2._y = -1000; mark = true; peepShot = true; } } }; target4.onPress = function () { if (canShoot) { target4._y = -1000; mark = true; peepShot = true; } }; target3.onPress = function () { if (canShoot) { target3._y = -1000; mark = true; peepShot = true; } }; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; if (fire) { delay = true; } if (norm) { delay2 = true; } } } }; window.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; if (fire) { if (ammo > 0) { hut.gotoAndStop("fire"); marked = true; bars._alpha = 0; window._alpha = 0; if (ready > 2084) { completed = true; } } } } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; bars.onPress = function () { if (canShoot) { } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); missionOver(); ammoSwitch(); toofuckingfas(); ready++; cosfg(); thatniggalol(); thatniggalol2(); animateting(); Mouse.hide(); bug(); };
Frame 22
_quality = "high"; stop(); Mouse.show(); canShoot = false;
Frame 23
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function backtonorm() { if (readytoreset) { nt++; if (nt > 149) { t1cool = true; t2cool = true; t3cool = true; t1speed = 5; nt = 0; readytoreset = false; } } } function countdown() { if (timerOn) { if (twat == 0) { _root.attachMovie("heartbeat", "heartbeat", _root.getNextHighestDepth()); twat = 1; } } } function tooktoolong() { if (t1.hitTest(gm)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function tooktoolong2() { if (t2.hitTest(gm2)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function tooktoolong3() { if (t3.hitTest(gm3)) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } function outedtooMany() { if (ammo == 0) { if (knockedOut == 0) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { never_failed = false; saint = false; aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim._alpha = 100; canShoot = true; killTimer = 0; targetShot = false; marker++; if (targetsKilled == 3) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } if ((targetsKilled == 2) && (knockedOut == 1)) { aim.removeMovieClip(); heartbeat.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m9b"); } } } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } if (delay2) { delayt2--; } if (delayt2 < 0) { ammoN--; delay2 = false; delayt2 = 5; } } function animateting() { if (ammoN == 5) { ammoclips.gotoAndStop("5c"); } if (ammoN == 4) { ammoclips.gotoAndStop("4c"); } if (ammoN == 3) { ammoclips.gotoAndStop("3c"); } if (ammoN == 2) { ammoclips.gotoAndStop("2c"); } if (ammoN == 1) { ammoclips.gotoAndStop("1c"); } if (ammoN == 0) { ammoclips.gotoAndStop("0c"); } } function thatniggalol() { if (ammoN == 0) { if (targetsKilled < 2) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function thatniggalol2() { if (ammoN == 0) { if (norm) { canShoot = false; } } } function thatniggalol3() { if (ammo == 0) { if (rock) { canShoot = false; } } } function thatniggalol4() { if (ammoN > 0) { if (norm) { canShoot = true; } } } function thatniggalol5() { if (ammo > 0) { if (rock) { canShoot = true; } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; kill.removeMovieClip(); youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function ammoSwitch() { if (Key.isDown(90)) { rock = true; norm = false; rocky.gotoAndStop("on"); normy.gotoAndStop("off"); } if (Key.isDown(88)) { rock = false; norm = true; rocky.gotoAndStop("off"); normy.gotoAndStop("on"); } } stop(); mission = 8; _root.attachMovie("aim", "aim", _root.getNextHighestDepth()); rocky.gotoAndStop("off"); normy.gotoAndStop("on"); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; targetsKilled = 0; youFuckedUp = 1; clicky = 1; t1speed = 5; stagger1 = 0; stagger2 = 0; stagger3 = 0; rock = false; norm = true; t1d = false; t2d = false; t3d = false; T1onHisWay = false; T2onHisWay = false; T3onHisWay = false; t1cool = true; t2cool = true; t3cool = true; timerOn = false; ammo = 2; do1 = 1; knockedOut = 0; iwant = 64; twat = 0; nt = 0; marker = 0; ammoN = 5; delayt = 5; delay = false; delayt2 = 5; delay2 = false; readytoreset = false; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; t1.onEnterFrame = function () { if (!t1d) { if (stagger1 > 100) { t1._x = t1._x + t1speed; } if ((!t2cool) or (!t3cool)) { if (!T1onHisWay) { t1.gotoAndStop("fuck"); readytoreset = true; } t1cool = false; t1speed = 0; } else if (t1cool) { t1.gotoAndStop("walk"); } } }; t1.onPress = function () { if (canShoot) { timerOn = true; if (!t1d) { if (norm) { t1.gotoAndStop("dead"); targetsKilled++; targetShot = true; t1d = true; t1speed = 0; t1cool = false; } if (rock) { if (ammo > 0) { if (T1onHisWay) { t1.gotoAndStop("hit2"); t1d = true; t1speed = 0; knockedOut++; } if (!T1onHisWay) { T1onHisWay = true; t1.gotoAndStop("hit"); t1speed = 0; t1cool = false; } } } } } }; t2.onEnterFrame = function () { t2._xscale = -100; if (!t2d) { if (stagger2 > 550) { t2._x = t2._x - t1speed; } if ((!t1cool) or (!t3cool)) { if (!T2onHisWay) { t2.gotoAndStop("fuck"); readytoreset = true; } t1speed = 0; t2cool = false; } else if (t2cool) { t2.gotoAndStop("walk"); } } }; t2.onPress = function () { if (canShoot) { timerOn = true; if (!t2d) { if (norm) { t2.gotoAndStop("dead"); targetsKilled++; targetShot = true; t2d = true; t1speed = 0; t2cool = false; } if (rock) { if (ammo > 0) { if (T2onHisWay) { t2.gotoAndStop("hit2"); t2d = true; t1speed = 0; knockedOut++; } if (!T2onHisWay) { T2onHisWay = true; t2.gotoAndStop("hit"); t1speed = 0; t2cool = false; } } } } } }; t3.onEnterFrame = function () { if (!t3d) { if (stagger3 > 700) { t3._x = t3._x + t1speed; } if ((!t2cool) or (!t1cool)) { if (!T3onHisWay) { t3.gotoAndStop("fuck"); readytoreset = true; } t1speed = 0; t3cool = false; } else if (t3cool) { t3.gotoAndStop("walk"); } } }; t3.onPress = function () { if (canShoot) { timerOn = true; if (!t3d) { if (norm) { t3.gotoAndStop("dead"); targetsKilled++; targetShot = true; t3d = true; t1speed = 0; t3cool = false; } if (rock) { if (ammo > 0) { if (T3onHisWay) { t3.gotoAndStop("hit2"); t3d = true; t1speed = 0; knockedOut++; } if (!T3onHisWay) { T3onHisWay = true; t3.gotoAndStop("hit"); t1speed = 0; t3cool = false; } } } } } }; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; if (rock) { delay = true; } if (norm) { delay2 = true; } } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; stagger1++; stagger2++; stagger3++; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cursorFollow(); ammoSwitch(); tooktoolong(); tooktoolong2(); tooktoolong3(); Mouse.hide(); outedtooMany(); countdown(); backtonorm(); animateting(); thatniggalol(); thatniggalol2(); thatniggalol3(); thatniggalol4(); thatniggalol5(); cosfg(); if (marker == 2) { if (targetsKilled == 2) { if (knockedOut == 1) { iwant--; if (iwant == 0) { aim.removeMovieClip(); heartbeat.removeMovieClip(); stopAllSounds(); _root.gotoAndStop("m9b"); } } } } };
Frame 24
_quality = "high"; stop(); Mouse.show(); canShoot = false;
Frame 25
qset = 0; num = 0; qual = "Low"; qanda.onEnterFrame = function () { if (Key.isDown(81)) { if (num == 0) { qset++; num = 1; } } else { num = 0; } if (qset == 0) { qual = "Low"; _quality = "low"; } if (qset == 1) { qual = "Medium"; _quality = "medium"; } if (qset == 2) { qual = "High"; _quality = "high"; } if (qset > 2) { qset = 0; } }; function outedtooMany() { if (ammo == 0) { if (!tardead) { if (do1 == 1) { youFuckedUp = 0; do1 = 0; } } } } function animateting() { if (ammo == 5) { ammoclips.gotoAndStop("5c"); } if (ammo == 4) { ammoclips.gotoAndStop("4c"); } if (ammo == 3) { ammoclips.gotoAndStop("3c"); } if (ammo == 2) { ammoclips.gotoAndStop("2c"); } if (ammo == 1) { ammoclips.gotoAndStop("1c"); } if (ammo == 0) { ammoclips.gotoAndStop("0c"); } } function cosfg() { if (delay) { delayt--; } if (delayt < 0) { ammo--; delay = false; delayt = 5; } } function cursor() { endX = _root._xmouse; endY = _root._ymouse; aim._x = aim._x + (endX - aim._x); aim._y = aim._y + (endY - aim._y); } function moveShrubs() { if (_root._xmouse > 500) { shrubs._x = shrubs._x - 1; } if (_root._xmouse < 150) { shrubs._x = shrubs._x + 1; } if (_root._ymouse > 380) { shrubs._y = shrubs._y - 1; } if (_root._ymouse < 300) { shrubs._y = shrubs._y + 1; } if (shrubs._x < -80) { shrubs._x = -80; } if (shrubs._x > -50) { shrubs._x = -50; } if (shrubs._y < -105) { shrubs._y = -105; } if (shrubs._y > -26) { shrubs._y = -26; } } function peepDead() { if (peepShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("kill", "kill", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { kill.removeMovieClip(); aim._alpha = 100; killTimer = 0; youFuckedUp = -1; peepShot = false; qset = 2; _root.attachMovie("killedRandom", "killedRandom", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } function targetDead() { if (targetShot) { aim._alpha = 0; canShoot = false; if (killTimer == 0) { _root.attachMovie("killTargetAni", "killTargetAni", _root.getNextHighestDepth(), {_x:100, _y:120}); } killTimer++; if (killTimer > 85) { killTargetAni.removeMovieClip(); aim.removeMovieClip(); canShoot = true; killTimer = 0; targetShot = false; _root.gotoAndStop("mission2"); } } } function cursorFollow() { endX = _root._xmouse; endY = _root._ymouse; icoN._x = icoN._x + (endX - icoN._x); icoN._y = icoN._y + (endY - icoN._y); } function youFailed() { if (!peepShot) { if (youFuckedUp == 0) { never_failed = false; youFuckedUp = -1; aim._alpha = 0; canShoot = false; qset = 2; _root.attachMovie("hhh", "hhh", _root.getNextHighestDepth(), {_x:0, _y:0}); _root.attachMovie("fuckedItRetry", "fuckedItRetry", _root.getNextHighestDepth(), {_x:450, _y:360}); _root.attachMovie("gaveUp", "gaveUp", _root.getNextHighestDepth(), {_x:150, _y:360}); _root.attachMovie("icoN", "icoN", _root.getNextHighestDepth()); } } } stop(); mission = 9; _root.attachMovie("bluraim", "aim", _root.getNextHighestDepth()); killTimer = 0; peepShot = false; targetShot = false; canShoot = true; youFuckedUp = 1; ammo = 1; clicky = 1; delayt = 5; delay = false; do1 = 1; tardead = false; _root.onMouseUp = function () { clicky = 1; }; _root.onMouseDown = function () { if (clicky == 1) { if (canShoot) { shots_taken++; _root.attachMovie("wflash", "wflash", _root.getNextHighestDepth()); clicky = 2; delay = true; } } }; p1.onPress = function () { if (canShoot) { if (p1._alpha == 100) { p1._y = -1000; peepShot = true; } } }; p2.onPress = function () { if (canShoot) { if (p2._alpha == 100) { p2._y = -1000; peepShot = true; } } }; p3.onPress = function () { if (canShoot) { if (p3._alpha == 100) { p3._y = -1000; peepShot = true; } } }; p4.onPress = function () { if (canShoot) { if (p4._alpha == 100) { p4._y = -1000; peepShot = true; } } }; p5.onPress = function () { if (canShoot) { if (p5._alpha == 100) { p5._y = -1000; peepShot = true; } } }; p6.onPress = function () { if (canShoot) { if (p6._alpha == 100) { p6._y = -1000; peepShot = true; } } }; p7.onPress = function () { if (canShoot) { if (p7._alpha == 100) { p7._y = -1000; peepShot = true; } } }; p8.onPress = function () { if (canShoot) { if (p8._alpha == 100) { p8._y = -1000; peepShot = true; } } }; p9.onPress = function () { if (canShoot) { if (p9._alpha == 100) { p9._y = -1000; peepShot = true; } } }; p10.onPress = function () { if (canShoot) { if (p10._alpha == 100) { p10._y = -1000; peepShot = true; } } }; p11.onPress = function () { if (canShoot) { if (p11._alpha == 100) { p11._y = -1000; peepShot = true; } } }; p12.onPress = function () { if (canShoot) { if (p12._alpha == 100) { p12._y = -1000; peepShot = true; } } }; p13.onPress = function () { if (canShoot) { if (p13._alpha == 100) { p13._y = -1000; peepShot = true; } } }; p14.onPress = function () { if (canShoot) { if (p14._alpha == 100) { p14._y = -1000; peepShot = true; } } }; p15.onPress = function () { if (canShoot) { if (p15._alpha == 100) { p15._y = -1000; peepShot = true; } } }; p16.onPress = function () { if (canShoot) { if (p16._alpha == 100) { p16._y = -1000; peepShot = true; } } }; p17.onPress = function () { if (canShoot) { if (p17._alpha == 100) { p17._y = -1000; peepShot = true; } } }; p18.onPress = function () { if (canShoot) { if (p18._alpha == 100) { p18._y = -1000; peepShot = true; } } }; p19.onPress = function () { if (canShoot) { if (p19._alpha == 100) { p19._y = -1000; peepShot = true; } } }; p20.onPress = function () { if (canShoot) { if (p20._alpha == 100) { p20._y = -1000; peepShot = true; } } }; p21.onPress = function () { if (canShoot) { if (p21._alpha == 100) { p21._y = -1000; peepShot = true; } } }; p22.onPress = function () { if (canShoot) { if (p22._alpha == 100) { p22._y = -1000; peepShot = true; } } }; p23.onPress = function () { if (canShoot) { if (p23._alpha == 100) { p23._y = -1000; peepShot = true; } } }; target.onPress = function () { if (canShoot) { if (target._alpha == 100) { target._y = -1000; tardead = true; stopAllSounds(); _root.gotoAndStop("end"); } } }; hut1.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; hut2.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; floor.onPress = function () { if (canShoot) { _root.attachMovie("dustimpact", "dustimpact", _root.getNextHighestDepth()); dustimpact._x = _root._xmouse; dustimpact._y = _root._ymouse; } }; aim.onEnterFrame = function () { fuckedItRetry.onRelease = function () { _root.gotoAndStop("reset"); }; gaveUp.onRelease = function () { _root.gotoAndStop("title"); }; cursor(); moveShrubs(); peepDead(); targetDead(); youFailed(); cosfg(); outedtooMany(); cursorFollow(); animateting(); Mouse.hide(); };
Frame 26
_quality = "high"; aim.removeMovieClip(); stop(); Mouse.show(); canShoot = false;
Instance of Symbol 26 MovieClip in Frame 26
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Frame 27
stop(); Mouse.show(); canShoot = false; startB.onRelease = function () { _root.gotoAndStop("title"); }; startC.onRelease = function () { getURL ("http://www.stoneagegames.com", "_blank"); }; saintv = "Failed"; mrp = "Failed"; css = "Failed"; ass = "Failed"; ach.onEnterFrame = function () { if (saint) { saintv = "Passed"; } if (never_failed) { mrp = "Passed"; } if (shots_taken == 19) { crack_shot = true; } if (crack_shot) { css = "Passed"; } if (saint) { if (never_failed) { if (crack_shot) { Assassin = true; } } } if (Assassin) { ass = "Passed"; } };
Symbol 13 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 16 MovieClip Frame 1
_root.stop(); gotoAndPlay (2);
Symbol 16 MovieClip Frame 218
_root.play();
Symbol 42 MovieClip Frame 1
_root.stop();
Symbol 42 MovieClip Frame 89
_root.play(); stop();
Symbol 50 MovieClip Frame 12
stop();
Symbol 54 Button
on (release) { gotoAndPlay (2); _root.soundstatus = "off"; }
Symbol 55 MovieClip Frame 11
stop();
Symbol 57 Button
on (release) { gotoAndPlay (1); _root.soundstatus = "on"; }
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Instance of Symbol 62 MovieClip in Symbol 63 MovieClip Frame 1
onClipEvent (load) { _root.soundstatus = "on"; _root.mySound = new Sound(_level0); _root.mySound2 = new Sound(_level1); _root.mySound3 = new Sound(_level2); _root.mySound4 = new Sound(_level3); _root.mySound5 = new Sound(_level4); maxvolume = 100; minvolume = 0; } onClipEvent (enterFrame) { if (_root.soundstatus == "on") { step = 5; } if (_root.soundstatus == "off") { step = -5; } maxvolume = maxvolume + step; if (maxvolume > 100) { maxvolume = 100; } if (maxvolume < 0) { maxvolume = 0; } _root.mySound.setVolume(maxvolume); _root.mySound2.setVolume(maxvolume); _root.mySound3.setVolume(maxvolume); _root.mySound4.setVolume(maxvolume); _root.mySound5.setVolume(maxvolume); }
Symbol 70 MovieClip [dustimpact] Frame 7
this.removeMovieClip();
Symbol 92 MovieClip Frame 7
stop();
Symbol 113 MovieClip Frame 12
stop();
Symbol 125 MovieClip Frame 20
stop();
Instance of Symbol 26 MovieClip in Symbol 126 MovieClip [killedRandom] Frame 1
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Symbol 141 MovieClip [dropandfade] Frame 26
this.removeMovieClip();
Symbol 145 MovieClip Frame 20
stop();
Instance of Symbol 26 MovieClip in Symbol 146 MovieClip [hhh] Frame 1
on (release) { getURL ("http://www.stoneagegames.com", "_blank"); }
Symbol 148 MovieClip [wflash] Frame 4
this.removeMovieClip();
Symbol 164 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 300
stop();
Symbol 188 MovieClip Frame 99
stop();
Symbol 197 MovieClip Frame 1
B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); }; stop(); stopAllSounds(); play();
Symbol 197 MovieClip Frame 1437
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission1"); }; stop();
Symbol 290 MovieClip Frame 2323
stop();
Symbol 315 MovieClip Frame 45
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 2
stop();
Symbol 318 MovieClip Frame 3
stop();
Symbol 318 MovieClip Frame 4
stop();
Symbol 318 MovieClip Frame 5
stop();
Symbol 318 MovieClip Frame 6
stop();
Symbol 326 MovieClip Frame 99
stop();
Symbol 346 MovieClip Frame 99
stop();
Symbol 452 MovieClip Frame 10
stop();
Symbol 458 MovieClip Frame 6
stop();
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
stop();
Symbol 459 MovieClip Frame 3
stop();
Symbol 459 MovieClip Frame 4
stop();
Symbol 459 MovieClip Frame 5
stop();
Symbol 459 MovieClip Frame 6
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 2
stop();
Symbol 484 MovieClip Frame 99
stop();
Symbol 487 MovieClip Frame 1
B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); }; stop(); stopAllSounds(); play();
Symbol 487 MovieClip Frame 843
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission4"); }; stop();
Symbol 528 MovieClip Frame 8
stop();
Symbol 529 MovieClip Frame 771
stop();
Symbol 530 MovieClip Frame 871
stop();
Symbol 535 MovieClip Frame 99
stop();
Symbol 541 MovieClip Frame 800
stop();
Symbol 542 MovieClip Frame 800
stop();
Symbol 556 MovieClip Frame 800
stop();
Symbol 557 MovieClip Frame 1300
stop();
Symbol 558 MovieClip Frame 1366
stop();
Symbol 559 MovieClip Frame 1356
stop();
Symbol 560 MovieClip Frame 1421
stop();
Symbol 561 MovieClip Frame 1340
stop();
Symbol 570 MovieClip Frame 98
stop();
Symbol 573 MovieClip Frame 1
stop(); stopAllSounds(); play(); B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); };
Symbol 573 MovieClip Frame 376
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission6"); }; stop();
Symbol 585 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 2
stop();
Symbol 593 MovieClip Frame 99
stop();
Symbol 596 MovieClip Frame 1
stop(); stopAllSounds(); play(); B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); };
Symbol 596 MovieClip Frame 791
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission7"); }; stop();
Symbol 611 MovieClip Frame 1201
stop();
Symbol 612 MovieClip Frame 1503
stop();
Symbol 613 MovieClip Frame 1754
stop();
Symbol 614 MovieClip Frame 2084
stop();
Symbol 618 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 2
stop();
Symbol 626 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 2
stop();
Symbol 632 MovieClip Frame 99
stop();
Symbol 635 MovieClip Frame 1
B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); }; stop(); stopAllSounds(); play();
Symbol 635 MovieClip Frame 404
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission8"); }; stop();
Symbol 645 MovieClip Frame 99
stop();
Symbol 648 MovieClip Frame 1
B.onRelease = function () { stopAllSounds(); gotoAndStop ("brief"); }; stop(); stopAllSounds(); play();
Symbol 648 MovieClip Frame 453
startB.onRelease = function () { stopAllSounds(); _root.gotoAndStop("mission9"); }; stop();
Symbol 669 MovieClip Frame 471
stop();
Symbol 675 MovieClip Frame 1581
_root.play();
Symbol 694 MovieClip Frame 15
stop();

Library Items

Symbol 1 GraphicUsed by:16 167
Symbol 2 GraphicUsed by:16 167
Symbol 3 GraphicUsed by:16 167
Symbol 4 SoundUsed by:16
Symbol 5 SoundUsed by:16
Symbol 6 GraphicUsed by:16 167
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:16 167
Symbol 9 SoundUsed by:16
Symbol 10 SoundUsed by:16
Symbol 11 SoundUsed by:16
Symbol 12 GraphicUsed by:13
Symbol 13 ButtonUses:12Used by:16
Symbol 14 SoundUsed by:16
Symbol 15 SoundUsed by:16
Symbol 16 MovieClipUses:1 2 3 4 5 6 8 9 10 11 13 14 15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:26 42
Symbol 21 GraphicUsed by:26 42
Symbol 22 GraphicUsed by:26 42
Symbol 23 GraphicUsed by:26 42
Symbol 24 GraphicUsed by:26 42
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:20 21 22 23 24 25Used by:126 146  Timeline
Symbol 27 GraphicUsed by:42
Symbol 28 GraphicUsed by:42
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:42
Symbol 31 Sound [Wind.mp3]Used by:42
Symbol 32 GraphicUsed by:42
Symbol 33 GraphicUsed by:42
Symbol 34 SoundUsed by:42
Symbol 35 GraphicUsed by:42
Symbol 36 GraphicUsed by:42
Symbol 37 GraphicUsed by:42
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 SoundUsed by:42
Symbol 42 MovieClipUses:20 21 22 23 27 28 30 31 24 32 33 34 35 36 37 38 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:58
Symbol 45 GraphicUsed by:46 148 197 487 573 596 635 648  Timeline
Symbol 46 MovieClipUses:45Used by:47 48
Symbol 47 MovieClipUses:46Used by:49
Symbol 48 MovieClipUses:46Used by:49
Symbol 49 MovieClipUses:47 48Used by:50 55
Symbol 50 MovieClipUses:49Used by:58
Symbol 51 FontUsed by:52 56 321
Symbol 52 TextUses:51Used by:58
Symbol 53 GraphicUsed by:54 57
Symbol 54 ButtonUses:53Used by:58
Symbol 55 MovieClipUses:49Used by:58
Symbol 56 TextUses:51Used by:58
Symbol 57 ButtonUses:53Used by:58
Symbol 58 MovieClipUses:44 50 52 54 55 56 57Used by:63
Symbol 59 GraphicUsed by:62
Symbol 60 FontUsed by:61
Symbol 61 TextUses:60Used by:62
Symbol 62 MovieClipUses:59 61Used by:63
Symbol 63 MovieClipUses:58 62Used by:Timeline
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClip [dustimpact]Uses:64 65 66 67 68 69Used by:Timeline
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:75 151
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClip [aim]Uses:71 73 74Used by:Timeline
Symbol 76 GraphicUsed by:102
Symbol 77 GraphicUsed by:92
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:92
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:92
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:92
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:92
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:92
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:92
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClipUses:77 79 81 83 85 87 89 91Used by:101
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:101 114
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:101 114
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:101 114
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:101 114
Symbol 101 MovieClipUses:92 94 96 98 100 SS1Used by:102
Symbol 102 MovieClip [kill]Uses:76 101Used by:Timeline
Symbol 103 GraphicUsed by:114
Symbol 104 GraphicUsed by:113
Symbol 105 GraphicUsed by:113
Symbol 106 GraphicUsed by:113
Symbol 107 GraphicUsed by:113
Symbol 108 GraphicUsed by:113
Symbol 109 GraphicUsed by:113
Symbol 110 GraphicUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:104 105 106 107 108 109 110 111 112Used by:114
Symbol 114 MovieClipUses:103 113 94 96 98 100 SS2Used by:115
Symbol 115 MovieClip [killTargetAni]Uses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:119 121 160 166 170 196 677 679
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClip [fuckedItRetry]Uses:117 118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClip [gaveUp]Uses:117 120Used by:Timeline
Symbol 122 GraphicUsed by:126 173 674 694
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClipUses:124Used by:126
Symbol 126 MovieClip [killedRandom]Uses:122 125 26Used by:Timeline
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:129
Symbol 129 MovieClip [icoN]Uses:128Used by:Timeline
Symbol 130 SoundUsed by:131  Timeline
Symbol 131 MovieClip [heartbeat]Uses:130Used by:Timeline
Symbol 132 GraphicUsed by:139 504
Symbol 133 GraphicUsed by:139 504
Symbol 134 GraphicUsed by:139
Symbol 135 GraphicUsed by:139
Symbol 136 GraphicUsed by:139
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:132 133 134 135 136 137 138Used by:141
Symbol 140 SoundUsed by:141
Symbol 141 MovieClip [dropandfade]Uses:139 140Used by:Timeline
Symbol 142 GraphicUsed by:146
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:145
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClip [hhh]Uses:142 145 26Used by:Timeline
Symbol 147 SoundUsed by:148
Symbol 148 MovieClip [wflash]Uses:45 147Used by:Timeline
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:149 73 150Used by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClip [bluraim]Uses:151 152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 GraphicUsed by:160
Symbol 158 FontUsed by:680 681 684 685 686 687 688 689 690 691 692 693
Symbol 159 TextUsed by:160
Symbol 160 MovieClipUses:117 157 159Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:164
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:162 163Used by:Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:117 165Used by:Timeline
Symbol 167 MovieClipUses:1 6 2 8 3Used by:Timeline
Symbol 168 FontUsed by:169 533
Symbol 169 TextUses:168Used by:170
Symbol 170 MovieClipUses:117 169Used by:197 487 573 596 635 648
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:173
Symbol 173 MovieClipUses:122 172 SS3Used by:197
Symbol 174 VideoUsed by:197
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:197 487 573 596 635 648  Timeline
Symbol 178 GraphicUsed by:185
Symbol 179 GraphicUsed by:185
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:178 179 180 181 182 183 184Used by:197 487 573 596 618 635 648  Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:188
Symbol 188 MovieClipUses:187Used by:197
Symbol 189 BitmapUsed by:190 311
Symbol 190 GraphicUses:189Used by:191
Symbol 191 MovieClipUses:190Used by:197 487 573 596 635 648  Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:197
Symbol 194 FontUsed by:195 533
Symbol 195 TextUses:194Used by:196
Symbol 196 MovieClipUses:117 195Used by:197 487 573 596 635 648  Timeline
Symbol 197 MovieClipUses:170 173 174 45 177 185 188 191 193 196 SS4Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:542 654  Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:207 460 490
Symbol 207 MovieClipUses:206Used by:654  Timeline
Symbol 208 GraphicUsed by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:229
Symbol 211 GraphicUsed by:229
Symbol 212 GraphicUsed by:229
Symbol 213 GraphicUsed by:229
Symbol 214 GraphicUsed by:229
Symbol 215 GraphicUsed by:229 367 504
Symbol 216 GraphicUsed by:229
Symbol 217 GraphicUsed by:229 367 504
Symbol 218 GraphicUsed by:229 367 504
Symbol 219 GraphicUsed by:229
Symbol 220 GraphicUsed by:229 367 504
Symbol 221 GraphicUsed by:229 367 504
Symbol 222 GraphicUsed by:229 367 504
Symbol 223 GraphicUsed by:229 367 504
Symbol 224 GraphicUsed by:229
Symbol 225 GraphicUsed by:229 367 504
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228Used by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 GraphicUsed by:240 272 289 305 385 394 584 610
Symbol 232 GraphicUsed by:240
Symbol 233 GraphicUsed by:240
Symbol 234 GraphicUsed by:240
Symbol 235 GraphicUsed by:240
Symbol 236 GraphicUsed by:240
Symbol 237 GraphicUsed by:240
Symbol 238 GraphicUsed by:240
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:231 232 233 234 235 236 237 238 239Used by:248 249 290 291 292 293 294 296 341 342 462
Symbol 241 GraphicUsed by:247 280 601
Symbol 242 GraphicUsed by:247 272 280 601
Symbol 243 GraphicUsed by:247 280 601
Symbol 244 GraphicUsed by:247
Symbol 245 GraphicUsed by:247 280 601
Symbol 246 GraphicUsed by:247 280 601
Symbol 247 MovieClipUses:241 242 243 244 245 246Used by:248 291 292 293 294 462  Timeline
Symbol 248 MovieClipUses:240 247Used by:Timeline
Symbol 249 MovieClipUses:240Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:Timeline
Symbol 254 GraphicUsed by:264
Symbol 255 GraphicUsed by:262
Symbol 256 GraphicUsed by:262
Symbol 257 GraphicUsed by:262
Symbol 258 GraphicUsed by:262
Symbol 259 GraphicUsed by:262
Symbol 260 GraphicUsed by:262
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:255 256 257 258 259 260 261Used by:264 618
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:254 262 263Used by:561  Timeline
Symbol 265 GraphicUsed by:272
Symbol 266 GraphicUsed by:272
Symbol 267 GraphicUsed by:272
Symbol 268 GraphicUsed by:272
Symbol 269 GraphicUsed by:272
Symbol 270 GraphicUsed by:272
Symbol 271 GraphicUsed by:272 419 438
Symbol 272 MovieClipUses:231 265 266 242 267 268 269 270 271Used by:Timeline
Symbol 273 GraphicUsed by:278
Symbol 274 GraphicUsed by:278 658
Symbol 275 GraphicUsed by:278 658
Symbol 276 GraphicUsed by:278 658
Symbol 277 GraphicUsed by:278 658
Symbol 278 MovieClipUses:273 274 275 276 277Used by:306 461 586  Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:241 242 243 279 245 246Used by:290 341 342 557 558 559
Symbol 281 GraphicUsed by:289
Symbol 282 GraphicUsed by:289
Symbol 283 GraphicUsed by:289
Symbol 284 GraphicUsed by:289
Symbol 285 GraphicUsed by:289
Symbol 286 GraphicUsed by:289
Symbol 287 GraphicUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:231 281 282 283 284 285 286 287 288Used by:290 341 342 529 557 558 559 560
Symbol 290 MovieClipUses:280 289 240Used by:Timeline
Symbol 291 MovieClipUses:247 240Used by:Timeline
Symbol 292 MovieClipUses:247 240Used by:Timeline
Symbol 293 MovieClipUses:240 247Used by:Timeline
Symbol 294 MovieClipUses:247 240Used by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 MovieClipUses:240Used by:Timeline
Symbol 297 GraphicUsed by:305
Symbol 298 GraphicUsed by:305
Symbol 299 GraphicUsed by:305
Symbol 300 GraphicUsed by:305
Symbol 301 GraphicUsed by:305
Symbol 302 GraphicUsed by:305
Symbol 303 GraphicUsed by:305
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:231 297 298 299 300 301 302 303 304Used by:306 461 585 586
Symbol 306 MovieClipUses:305 278Used by:Timeline
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:654  Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:Timeline
Symbol 311 GraphicUses:189Used by:312
Symbol 312 MovieClipUses:311Used by:654  Timeline
Symbol 313 ShapeTweeningUsed by:315
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:313 314Used by:Timeline
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:316Used by:318
Symbol 318 MovieClipUses:317Used by:Timeline
Symbol 319 FontUsed by:320 343 478 479 531 564 565 588 627 628 638 639 670
Symbol 320 EditableTextUses:319Used by:Timeline
Symbol 321 TextUses:51Used by:322
Symbol 322 MovieClipUses:321Used by:Timeline
Symbol 323 SoundUsed by:Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:326
Symbol 326 MovieClipUses:325Used by:327
Symbol 327 MovieClipUses:326Used by:Timeline
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:332
Symbol 332 MovieClipUses:331Used by:333  Timeline
Symbol 333 MovieClipUses:332Used by:452 654  Timeline
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:334Used by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 MovieClipUses:280 289 240Used by:Timeline
Symbol 342 MovieClipUses:280 289 240Used by:Timeline
Symbol 343 EditableTextUses:319Used by:Timeline
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:344Used by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:367
Symbol 357 GraphicUsed by:367
Symbol 358 GraphicUsed by:367
Symbol 359 GraphicUsed by:367
Symbol 360 GraphicUsed by:367
Symbol 361 GraphicUsed by:367
Symbol 362 GraphicUsed by:367
Symbol 363 GraphicUsed by:367
Symbol 364 GraphicUsed by:367
Symbol 365 GraphicUsed by:367
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:356 357 358 359 360 215 361 217 218 362 220 221 222 223 363 225 364 365 366Used by:368
Symbol 368 MovieClipUses:367Used by:654  Timeline
Symbol 369 GraphicUsed by:385 610
Symbol 370 GraphicUsed by:385
Symbol 371 GraphicUsed by:385 610
Symbol 372 GraphicUsed by:385
Symbol 373 GraphicUsed by:385 610
Symbol 374 GraphicUsed by:385
Symbol 375 GraphicUsed by:385 610
Symbol 376 GraphicUsed by:385
Symbol 377 GraphicUsed by:385 610
Symbol 378 GraphicUsed by:385
Symbol 379 GraphicUsed by:385 610
Symbol 380 GraphicUsed by:385
Symbol 381 GraphicUsed by:385 610
Symbol 382 GraphicUsed by:385
Symbol 383 GraphicUsed by:385 610
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:369 231 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384Used by:459
Symbol 386 GraphicUsed by:394
Symbol 387 GraphicUsed by:394
Symbol 388 GraphicUsed by:394
Symbol 389 GraphicUsed by:394
Symbol 390 GraphicUsed by:394
Symbol 391 GraphicUsed by:394
Symbol 392 GraphicUsed by:394
Symbol 393 GraphicUsed by:394
Symbol 394 MovieClipUses:231 386 387 388 389 390 391 392 393Used by:459
Symbol 395 GraphicUsed by:401
Symbol 396 GraphicUsed by:401
Symbol 397 GraphicUsed by:401
Symbol 398 GraphicUsed by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:395 396 397 398 399 400Used by:459
Symbol 402 GraphicUsed by:424 458
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:424
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:405Used by:424
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:424
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:424
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:411Used by:424
Symbol 413 GraphicUsed by:414 435
Symbol 414 MovieClipUses:413Used by:424
Symbol 415 GraphicUsed by:416 436
Symbol 416 MovieClipUses:415Used by:424
Symbol 417 GraphicUsed by:418 437
Symbol 418 MovieClipUses:417Used by:424
Symbol 419 MovieClipUses:271Used by:424
Symbol 420 GraphicUsed by:421 439
Symbol 421 MovieClipUses:420Used by:424
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:424
Symbol 424 MovieClipUses:402 404 406 408 410 412 414 416 418 419 421 423Used by:459
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:425Used by:452 458
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:452 458
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:452 458
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:452 458
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:452 458
Symbol 435 MovieClipUses:413Used by:452 458
Symbol 436 MovieClipUses:415Used by:452 458
Symbol 437 MovieClipUses:417Used by:452 458
Symbol 438 MovieClipUses:271Used by:452 458
Symbol 439 MovieClipUses:420Used by:452 458
Symbol 440 GraphicUsed by:441
Symbol 441 MovieClipUses:440Used by:452 458
Symbol 442 GraphicUsed by:452
Symbol 443 GraphicUsed by:452
Symbol 444 GraphicUsed by:452
Symbol 445 GraphicUsed by:452
Symbol 446 GraphicUsed by:452
Symbol 447 GraphicUsed by:452
Symbol 448 GraphicUsed by:452
Symbol 449 GraphicUsed by:452
Symbol 450 GraphicUsed by:452
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:426 428 430 432 434 435 436 437 438 439 441 442 443 444 445 446 447 448 449 450 333 451Used by:459
Symbol 453 GraphicUsed by:458
Symbol 454 GraphicUsed by:458
Symbol 455 GraphicUsed by:458
Symbol 456 GraphicUsed by:458
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:426 428 430 432 434 435 436 437 438 439 441 453 454 455 456 457 402Used by:459
Symbol 459 MovieClipUses:385 394 401 424 452 458Used by:Timeline
Symbol 460 MovieClipUses:206Used by:Timeline
Symbol 461 MovieClipUses:278 305Used by:Timeline
Symbol 462 MovieClipUses:247 240Used by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:464Used by:Timeline
Symbol 466 GraphicUsed by:469 470
Symbol 467 FontUsed by:468 472 475 476 477 624
Symbol 468 TextUses:467Used by:469 470
Symbol 469 MovieClipUses:466 468Used by:470
Symbol 470 MovieClipUses:466 468 469Used by:Timeline
Symbol 471 GraphicUsed by:473 474
Symbol 472 TextUses:467Used by:473 474
Symbol 473 MovieClipUses:471 472Used by:474
Symbol 474 MovieClipUses:471 472 473Used by:Timeline
Symbol 475 TextUses:467Used by:Timeline
Symbol 476 TextUses:467Used by:Timeline
Symbol 477 TextUses:467Used by:Timeline
Symbol 478 EditableTextUses:319Used by:Timeline
Symbol 479 EditableTextUses:319Used by:Timeline
Symbol 480 SoundUsed by:Timeline
Symbol 481 VideoUsed by:487
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482Used by:484
Symbol 484 MovieClipUses:483Used by:487
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485Used by:487
Symbol 487 MovieClipUses:481 170 45 177 185 484 191 486 196 SS5Used by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 GraphicUsed by:Timeline
Symbol 490 MovieClipUses:206Used by:505 506 507
Symbol 491 GraphicUsed by:504
Symbol 492 GraphicUsed by:504
Symbol 493 GraphicUsed by:504
Symbol 494 GraphicUsed by:504
Symbol 495 GraphicUsed by:504
Symbol 496 GraphicUsed by:504
Symbol 497 GraphicUsed by:504
Symbol 498 GraphicUsed by:504
Symbol 499 GraphicUsed by:504
Symbol 500 GraphicUsed by:504
Symbol 501 GraphicUsed by:504
Symbol 502 GraphicUsed by:504
Symbol 503 GraphicUsed by:504
Symbol 504 MovieClipUses:132 133 491 492 493 494 495 215 496 217 218 497 220 221 222 223 498 225 499 500 501 502 503Used by:505 506 507
Symbol 505 MovieClipUses:490 504Used by:Timeline
Symbol 506 MovieClipUses:490 504Used by:Timeline
Symbol 507 MovieClipUses:490 504Used by:Timeline
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:508Used by:529 530 560
Symbol 510 GraphicUsed by:528
Symbol 511 GraphicUsed by:528
Symbol 512 GraphicUsed by:528
Symbol 513 GraphicUsed by:528
Symbol 514 GraphicUsed by:528
Symbol 515 GraphicUsed by:528
Symbol 516 GraphicUsed by:528
Symbol 517 GraphicUsed by:528
Symbol 518 GraphicUsed by:528
Symbol 519 GraphicUsed by:528
Symbol 520 GraphicUsed by:528
Symbol 521 GraphicUsed by:527
Symbol 522 GraphicUsed by:527
Symbol 523 GraphicUsed by:527
Symbol 524 GraphicUsed by:527
Symbol 525 GraphicUsed by:527
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:521 522 523 524 525 526Used by:528
Symbol 528 MovieClipUses:510 511 512 513 514 515 516 517 518 519 520 527Used by:529 530
Symbol 529 MovieClipUses:289 509 528Used by:Timeline
Symbol 530 MovieClipUses:509 528Used by:Timeline
Symbol 531 EditableTextUses:319Used by:Timeline
Symbol 532 SoundUsed by:Timeline
Symbol 533 TextUses:194 168Used by:534
Symbol 534 MovieClipUses:533Used by:535
Symbol 535 MovieClipUses:534Used by:Timeline
Symbol 536 GraphicUsed by:537
Symbol 537 MovieClipUses:536Used by:Timeline
Symbol 538 GraphicUsed by:541 654
Symbol 539 ShapeTweeningUsed by:541
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:538 539 540Used by:Timeline
Symbol 542 MovieClipUses:200Used by:Timeline
Symbol 543 GraphicUsed by:Timeline
Symbol 544 GraphicUsed by:Timeline
Symbol 545 GraphicUsed by:546
Symbol 546 MovieClipUses:545Used by:654  Timeline
Symbol 547 GraphicUsed by:Timeline
Symbol 548 GraphicUsed by:Timeline
Symbol 549 ShapeTweeningUsed by:551
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClipUses:549 550Used by:553 654  Timeline
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:551 552Used by:654  Timeline
Symbol 554 GraphicUsed by:555 575 653
Symbol 555 MovieClipUses:554Used by:556
Symbol 556 MovieClipUses:555Used by:Timeline
Symbol 557 MovieClipUses:289 280Used by:Timeline
Symbol 558 MovieClipUses:289 280Used by:Timeline
Symbol 559 MovieClipUses:289 280Used by:Timeline
Symbol 560 MovieClipUses:289 509Used by:Timeline
Symbol 561 MovieClipUses:264Used by:Timeline
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:Timeline
Symbol 564 EditableTextUses:319Used by:Timeline
Symbol 565 EditableTextUses:319Used by:Timeline
Symbol 566 SoundUsed by:Timeline
Symbol 567 VideoUsed by:573
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:570
Symbol 570 MovieClipUses:569Used by:573
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:571Used by:573
Symbol 573 MovieClipUses:170 567 45 177 185 570 191 572 196 SS6Used by:Timeline
Symbol 574 GraphicUsed by:Timeline
Symbol 575 MovieClipUses:554Used by:Timeline
Symbol 576 GraphicUsed by:584
Symbol 577 GraphicUsed by:584
Symbol 578 GraphicUsed by:584
Symbol 579 GraphicUsed by:584
Symbol 580 GraphicUsed by:584
Symbol 581 GraphicUsed by:584
Symbol 582 GraphicUsed by:584
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:231 576 577 578 579 580 581 582 583Used by:585
Symbol 585 MovieClipUses:305 584Used by:Timeline
Symbol 586 MovieClipUses:278 305Used by:Timeline
Symbol 587 GraphicUsed by:Timeline
Symbol 588 EditableTextUses:319Used by:Timeline
Symbol 589 SoundUsed by:Timeline
Symbol 590 VideoUsed by:596
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:591Used by:593
Symbol 593 MovieClipUses:592Used by:596
Symbol 594 GraphicUsed by:595
Symbol 595 MovieClipUses:594Used by:596
Symbol 596 MovieClipUses:170 590 45 177 185 593 191 595 196 SS7Used by:Timeline
Symbol 597 GraphicUsed by:Timeline
Symbol 598 GraphicUsed by:Timeline
Symbol 599 GraphicUsed by:601
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:599 241 242 243 600 245 246Used by:611 612 613 614
Symbol 602 GraphicUsed by:610
Symbol 603 GraphicUsed by:610
Symbol 604 GraphicUsed by:610
Symbol 605 GraphicUsed by:610
Symbol 606 GraphicUsed by:610
Symbol 607 GraphicUsed by:610
Symbol 608 GraphicUsed by:610
Symbol 609 GraphicUsed by:610
Symbol 610 MovieClipUses:369 231 602 371 603 373 604 375 605 377 606 379 607 381 608 383 609Used by:611 612 613 614
Symbol 611 MovieClipUses:601 610Used by:Timeline
Symbol 612 MovieClipUses:601 610Used by:Timeline
Symbol 613 MovieClipUses:601 610Used by:Timeline
Symbol 614 MovieClipUses:601 610Used by:Timeline
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:615Used by:618
Symbol 617 SoundUsed by:618
Symbol 618 MovieClipUses:616 262 185 617Used by:Timeline
Symbol 619 GraphicUsed by:620
Symbol 620 MovieClipUses:619Used by:Timeline
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:621Used by:Timeline
Symbol 623 GraphicUsed by:625 626
Symbol 624 TextUses:467Used by:625 626
Symbol 625 MovieClipUses:623 624Used by:626
Symbol 626 MovieClipUses:623 624 625Used by:Timeline
Symbol 627 EditableTextUses:319Used by:Timeline
Symbol 628 EditableTextUses:319Used by:Timeline
Symbol 629 VideoUsed by:635
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:630Used by:632
Symbol 632 MovieClipUses:631Used by:635
Symbol 633 GraphicUsed by:634
Symbol 634 MovieClipUses:633Used by:635
Symbol 635 MovieClipUses:629 170 45 177 185 632 191 634 196 SS8Used by:Timeline
Symbol 636 GraphicUsed by:Timeline
Symbol 637 GraphicUsed by:Timeline
Symbol 638 EditableTextUses:319Used by:Timeline
Symbol 639 EditableTextUses:319Used by:Timeline
Symbol 640 SoundUsed by:Timeline
Symbol 641 VideoUsed by:648
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:645
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:643 644Used by:648
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:646Used by:648
Symbol 648 MovieClipUses:641 170 45 177 185 645 191 647 196 SS9Used by:Timeline
Symbol 649 GraphicUsed by:654
Symbol 650 GraphicUsed by:654
Symbol 651 GraphicUsed by:654
Symbol 652 GraphicUsed by:654
Symbol 653 MovieClipUses:554Used by:654
Symbol 654 MovieClipUses:538 333 200 649 207 650 546 651 368 652 553 551 653 308 312Used by:655
Symbol 655 MovieClipUses:654Used by:Timeline
Symbol 656 GraphicUsed by:658
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:656 274 275 657 276 277Used by:669
Symbol 659 GraphicUsed by:668
Symbol 660 GraphicUsed by:668
Symbol 661 GraphicUsed by:668
Symbol 662 GraphicUsed by:668
Symbol 663 GraphicUsed by:668
Symbol 664 GraphicUsed by:668
Symbol 665 GraphicUsed by:668
Symbol 666 GraphicUsed by:668
Symbol 667 GraphicUsed by:668
Symbol 668 MovieClipUses:659 660 661 662 663 664 665 666 667Used by:669
Symbol 669 MovieClipUses:658 668Used by:Timeline
Symbol 670 EditableTextUses:319Used by:Timeline
Symbol 671 VideoUsed by:675
Symbol 672 GraphicUsed by:673
Symbol 673 MovieClipUses:672Used by:674
Symbol 674 MovieClipUses:122 673 SS10Used by:675
Symbol 675 MovieClipUses:671 674 SS11Used by:Timeline
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:117 676Used by:Timeline
Symbol 678 GraphicUsed by:679
Symbol 679 MovieClipUses:117 678Used by:Timeline
Symbol 680 TextUses:158Used by:Timeline
Symbol 681 EditableTextUses:158Used by:Timeline
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:682Used by:Timeline
Symbol 684 TextUses:158Used by:Timeline
Symbol 685 EditableTextUses:158Used by:Timeline
Symbol 686 TextUses:158Used by:Timeline
Symbol 687 TextUses:158Used by:Timeline
Symbol 688 TextUses:158Used by:Timeline
Symbol 689 EditableTextUses:158Used by:Timeline
Symbol 690 TextUses:158Used by:Timeline
Symbol 691 TextUses:158Used by:Timeline
Symbol 692 EditableTextUses:158Used by:Timeline
Symbol 693 TextUses:158Used by:Timeline
Symbol 694 MovieClipUses:122Used by:Timeline
Streaming Sound 1Used by:Symbol 101 MovieClip
Streaming Sound 2Used by:Symbol 114 MovieClip
Streaming Sound 3Used by:Symbol 173 MovieClip
Streaming Sound 4Used by:Symbol 197 MovieClip
Streaming Sound 5Used by:Symbol 487 MovieClip
Streaming Sound 6Used by:Symbol 573 MovieClip
Streaming Sound 7Used by:Symbol 596 MovieClip
Streaming Sound 8Used by:Symbol 635 MovieClip
Streaming Sound 9Used by:Symbol 648 MovieClip
Streaming Sound 10Used by:Symbol 674 MovieClip
Streaming Sound 11Used by:Symbol 675 MovieClip

Instance Names

"loadBar"Frame 2Symbol 18 MovieClip
"Icon"Frame 5Symbol 129 MovieClip [icoN]
"startB"Frame 6Symbol 160 MovieClip
"startC"Frame 6Symbol 166 MovieClip
"floor"Frame 9Symbol 207 MovieClip
"p22"Frame 9Symbol 248 MovieClip
"p17"Frame 9Symbol 272 MovieClip
"p18"Frame 9Symbol 272 MovieClip
"p20"Frame 9Symbol 272 MovieClip
"p19"Frame 9Symbol 272 MovieClip
"p21"Frame 9Symbol 272 MovieClip
"p15"Frame 9Symbol 272 MovieClip
"p16"Frame 9Symbol 272 MovieClip
"p14"Frame 9Symbol 278 MovieClip
"p12"Frame 9Symbol 272 MovieClip
"p11"Frame 9Symbol 272 MovieClip
"p13"Frame 9Symbol 278 MovieClip
"target"Frame 9Symbol 290 MovieClip
"p5"Frame 9Symbol 291 MovieClip
"p7"Frame 9Symbol 292 MovieClip
"p8"Frame 9Symbol 292 MovieClip
"p6"Frame 9Symbol 293 MovieClip
"p10"Frame 9Symbol 293 MovieClip
"p9"Frame 9Symbol 294 MovieClip
"p23"Frame 9Symbol 294 MovieClip
"hut2"Frame 9Symbol 251 MovieClip
"hut1"Frame 9Symbol 251 MovieClip
"p4"Frame 9Symbol 247 MovieClip
"p3"Frame 9Symbol 272 MovieClip
"p1"Frame 9Symbol 296 MovieClip
"p2"Frame 9Symbol 306 MovieClip
"shrubs"Frame 9Symbol 310 MovieClip
"texture"Frame 9Symbol 312 MovieClip
"ammoclips"Frame 9Symbol 318 MovieClip
"qanda"Frame 9Symbol 322 MovieClip
"startB"Frame 10Symbol 196 MovieClip
"floor"Frame 11Symbol 207 MovieClip
"p17"Frame 11Symbol 272 MovieClip
"p20"Frame 11Symbol 272 MovieClip
"p19"Frame 11Symbol 272 MovieClip
"p21"Frame 11Symbol 272 MovieClip
"p15"Frame 11Symbol 272 MovieClip
"p16"Frame 11Symbol 272 MovieClip
"p14"Frame 11Symbol 278 MovieClip
"p11"Frame 11Symbol 272 MovieClip
"p6"Frame 11Symbol 278 MovieClip
"p8"Frame 11Symbol 247 MovieClip
"p7"Frame 11Symbol 278 MovieClip
"target"Frame 11Symbol 341 MovieClip
"target2"Frame 11Symbol 342 MovieClip
"p23"Frame 11Symbol 294 MovieClip
"hut2"Frame 11Symbol 251 MovieClip
"hut1"Frame 11Symbol 251 MovieClip
"p4"Frame 11Symbol 247 MovieClip
"p5"Frame 11Symbol 272 MovieClip
"p1"Frame 11Symbol 272 MovieClip
"p2"Frame 11Symbol 278 MovieClip
"p3"Frame 11Symbol 247 MovieClip
"shrubs"Frame 11Symbol 310 MovieClip
"texture"Frame 11Symbol 312 MovieClip
"ammoclips"Frame 11Symbol 318 MovieClip
"qanda"Frame 11Symbol 322 MovieClip
"startB"Frame 12Symbol 196 MovieClip
"floor"Frame 13Symbol 207 MovieClip
"t1"Frame 13Symbol 459 MovieClip
"t2"Frame 13Symbol 459 MovieClip
"t3"Frame 13Symbol 459 MovieClip
"gm"Frame 13Symbol 460 MovieClip
"p1"Frame 13Symbol 461 MovieClip
"p2"Frame 13Symbol 462 MovieClip
"shrubs"Frame 13Symbol 465 MovieClip
"texture"Frame 13Symbol 312 MovieClip
"rocky"Frame 13Symbol 470 MovieClip
"normy"Frame 13Symbol 474 MovieClip
"ammoclips"Frame 13Symbol 318 MovieClip
"qanda"Frame 13Symbol 322 MovieClip
"floor"Frame 15Symbol 207 MovieClip
"t1"Frame 15Symbol 505 MovieClip
"t2"Frame 15Symbol 506 MovieClip
"t3"Frame 15Symbol 507 MovieClip
"p3"Frame 15Symbol 248 MovieClip
"p4"Frame 15Symbol 249 MovieClip
"p1"Frame 15Symbol 529 MovieClip
"p2"Frame 15Symbol 530 MovieClip
"p23"Frame 15Symbol 294 MovieClip
"shrubs"Frame 15Symbol 310 MovieClip
"texture"Frame 15Symbol 312 MovieClip
"ammoclips"Frame 15Symbol 318 MovieClip
"qanda"Frame 15Symbol 322 MovieClip
"startB"Frame 16Symbol 196 MovieClip
"floor"Frame 17Symbol 207 MovieClip
"p1"Frame 17Symbol 291 MovieClip
"p2"Frame 17Symbol 557 MovieClip
"p3"Frame 17Symbol 558 MovieClip
"p4"Frame 17Symbol 559 MovieClip
"t1"Frame 17Symbol 560 MovieClip
"shrubs"Frame 17Symbol 563 MovieClip
"texture"Frame 17Symbol 312 MovieClip
"rocky"Frame 17Symbol 470 MovieClip
"normy"Frame 17Symbol 474 MovieClip
"ammoclips"Frame 17Symbol 318 MovieClip
"qanda"Frame 17Symbol 322 MovieClip
"floor"Frame 19Symbol 207 MovieClip
"target"Frame 19Symbol 459 MovieClip
"gash"Frame 19Symbol 585 MovieClip
"target2"Frame 19Symbol 459 MovieClip
"gm"Frame 19Symbol 460 MovieClip
"p2"Frame 19Symbol 292 MovieClip
"p1"Frame 19Symbol 586 MovieClip
"shrubs"Frame 19Symbol 465 MovieClip
"texture"Frame 19Symbol 312 MovieClip
"ammoclips"Frame 19Symbol 318 MovieClip
"qanda"Frame 19Symbol 322 MovieClip
"floor"Frame 21Symbol 207 MovieClip
"p22"Frame 21Symbol 248 MovieClip
"p17"Frame 21Symbol 272 MovieClip
"p18"Frame 21Symbol 272 MovieClip
"p20"Frame 21Symbol 272 MovieClip
"p19"Frame 21Symbol 272 MovieClip
"p15"Frame 21Symbol 272 MovieClip
"p16"Frame 21Symbol 272 MovieClip
"p14"Frame 21Symbol 278 MovieClip
"p12"Frame 21Symbol 272 MovieClip
"p11"Frame 21Symbol 272 MovieClip
"p12"Frame 21Symbol 272 MovieClip
"p5"Frame 21Symbol 291 MovieClip
"p7"Frame 21Symbol 292 MovieClip
"p8"Frame 21Symbol 292 MovieClip
"p6"Frame 21Symbol 293 MovieClip
"p10"Frame 21Symbol 293 MovieClip
"p9"Frame 21Symbol 294 MovieClip
"p23"Frame 21Symbol 294 MovieClip
"target3"Frame 21Symbol 611 MovieClip
"target"Frame 21Symbol 612 MovieClip
"target2"Frame 21Symbol 613 MovieClip
"target4"Frame 21Symbol 614 MovieClip
"hut"Frame 21Symbol 618 MovieClip
"window"Frame 21Symbol 620 MovieClip
"bars"Frame 21Symbol 622 MovieClip
"p4"Frame 21Symbol 247 MovieClip
"shrubs"Frame 21Symbol 310 MovieClip
"texture"Frame 21Symbol 312 MovieClip
"firey"Frame 21Symbol 626 MovieClip
"normy"Frame 21Symbol 474 MovieClip
"ammoclips"Frame 21Symbol 318 MovieClip
"qanda"Frame 21Symbol 322 MovieClip
"floor"Frame 23Symbol 207 MovieClip
"t1"Frame 23Symbol 459 MovieClip
"t2"Frame 23Symbol 459 MovieClip
"t3"Frame 23Symbol 459 MovieClip
"gm2"Frame 23Symbol 460 MovieClip
"gm"Frame 23Symbol 460 MovieClip
"gm3"Frame 23Symbol 460 MovieClip
"p1"Frame 23Symbol 291 MovieClip
"shrubs"Frame 23Symbol 465 MovieClip
"texture"Frame 23Symbol 312 MovieClip
"rocky"Frame 23Symbol 470 MovieClip
"normy"Frame 23Symbol 474 MovieClip
"ammoclips"Frame 23Symbol 318 MovieClip
"qanda"Frame 23Symbol 322 MovieClip
"target"Frame 25Symbol 669 MovieClip
"shrubs"Frame 25Symbol 563 MovieClip
"ammoclips"Frame 25Symbol 318 MovieClip
"qanda"Frame 25Symbol 322 MovieClip
"startB"Frame 27Symbol 677 MovieClip
"startC"Frame 27Symbol 679 MovieClip
"ach"Frame 27Symbol 683 MovieClip
"B"Symbol 197 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 197 MovieClip Frame 1437Symbol 196 MovieClip
"B"Symbol 487 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 487 MovieClip Frame 843Symbol 196 MovieClip
"B"Symbol 573 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 573 MovieClip Frame 376Symbol 196 MovieClip
"B"Symbol 596 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 596 MovieClip Frame 791Symbol 196 MovieClip
"B"Symbol 635 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 635 MovieClip Frame 404Symbol 196 MovieClip
"B"Symbol 648 MovieClip Frame 1Symbol 170 MovieClip
"startB"Symbol 648 MovieClip Frame 453Symbol 196 MovieClip
"floor"Symbol 654 MovieClip Frame 1Symbol 207 MovieClip
"texture"Symbol 654 MovieClip Frame 1Symbol 312 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 4Symbol 31 as "Wind.mp3"
ExportAssets (56)Timeline Frame 5Symbol 70 as "dustimpact"
ExportAssets (56)Timeline Frame 5Symbol 75 as "aim"
ExportAssets (56)Timeline Frame 5Symbol 102 as "kill"
ExportAssets (56)Timeline Frame 5Symbol 115 as "killTargetAni"
ExportAssets (56)Timeline Frame 5Symbol 119 as "fuckedItRetry"
ExportAssets (56)Timeline Frame 5Symbol 121 as "gaveUp"
ExportAssets (56)Timeline Frame 5Symbol 126 as "killedRandom"
ExportAssets (56)Timeline Frame 5Symbol 129 as "icoN"
ExportAssets (56)Timeline Frame 5Symbol 131 as "heartbeat"
ExportAssets (56)Timeline Frame 5Symbol 141 as "dropandfade"
ExportAssets (56)Timeline Frame 5Symbol 146 as "hhh"
ExportAssets (56)Timeline Frame 5Symbol 148 as "wflash"
ExportAssets (56)Timeline Frame 5Symbol 153 as "bluraim"

Labels

"title"Frame 6
"intro"Frame 7
"reset"Frame 8
"mission1"Frame 9
"m2b"Frame 10
"mission2"Frame 11
"m3b"Frame 12
"mission3"Frame 13
"m4b"Frame 14
"mission4"Frame 15
"m5b"Frame 16
"mission5"Frame 17
"m6b"Frame 18
"mission6"Frame 19
"m7b"Frame 20
"mission7"Frame 21
"m8b"Frame 22
"mission8"Frame 23
"m9b"Frame 24
"mission9"Frame 25
"end"Frame 26
"brief"Symbol 197 MovieClip Frame 1437
"5c"Symbol 318 MovieClip Frame 1
"4c"Symbol 318 MovieClip Frame 2
"3c"Symbol 318 MovieClip Frame 3
"2c"Symbol 318 MovieClip Frame 4
"1c"Symbol 318 MovieClip Frame 5
"0c"Symbol 318 MovieClip Frame 6
"walk"Symbol 459 MovieClip Frame 1
"run"Symbol 459 MovieClip Frame 2
"fuck"Symbol 459 MovieClip Frame 3
"dead"Symbol 459 MovieClip Frame 4
"hit"Symbol 459 MovieClip Frame 5
"hit2"Symbol 459 MovieClip Frame 6
"off"Symbol 470 MovieClip Frame 1
"on"Symbol 470 MovieClip Frame 2
"off"Symbol 474 MovieClip Frame 1
"on"Symbol 474 MovieClip Frame 2
"brief"Symbol 487 MovieClip Frame 843
"brief"Symbol 573 MovieClip Frame 376
"walk"Symbol 585 MovieClip Frame 1
"panic"Symbol 585 MovieClip Frame 2
"brief"Symbol 596 MovieClip Frame 791
"normal"Symbol 618 MovieClip Frame 1
"fire"Symbol 618 MovieClip Frame 2
"off"Symbol 626 MovieClip Frame 1
"on"Symbol 626 MovieClip Frame 2
"brief"Symbol 635 MovieClip Frame 404
"brief"Symbol 648 MovieClip Frame 453

Dynamic Text Variables

qualSymbol 320 EditableText""
qualSymbol 343 EditableText""
ammoSymbol 478 EditableText"0"
qualSymbol 479 EditableText""
qualSymbol 531 EditableText""
ammoSymbol 564 EditableText"0"
qualSymbol 565 EditableText""
qualSymbol 588 EditableText""
ammoSymbol 627 EditableText"0"
qualSymbol 628 EditableText""
ammoSymbol 638 EditableText"0"
qualSymbol 639 EditableText""
qualSymbol 670 EditableText""
saintvSymbol 681 EditableText"<p align="left"></p>"
mrpSymbol 685 EditableText"<p align="left"></p>"
cssSymbol 689 EditableText"<p align="left"></p>"
assSymbol 692 EditableText"<p align="left"></p>"




https://swfchan.com/53/262906/info.shtml
Created: 12/3 -2026 08:47:33 Last modified: 12/3 -2026 08:47:33 Server time: 01/04 -2026 12:05:52