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

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

Cupids Adventure.swf

This is the info page for
Flash #23260

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


Text
100

.com

.com

Complete

Armor Games

Cupid's Adventure

Happy Valentine's Day from ArmorGames.com

Created by Evil Izzy

Play

Instructions

Credits

Survival

Adventure

Instructions

Match the colours of
the hearts and arrows

Bonus life - collect this

Bad Hearts - avoid this

(Survival only)

Modes

Adventure

Survival

Two parts, your success
in the first part will aid
you in the second.

Game goes until you
die.  See how long you
can last!

A

S

D

W

1    2    3

Shoot

Arrow colour

Aim

Controls

or

During play, press
ENTER to return to
menu.

Credits

Game Concept/Art/Programing - Isaiah Stankowski

Adventure Theme - The D-force

Survival Theme - The D-force

Boss Theme - migal

FlashKit

#FFCC99

#FFEAD5

HeartMaker5000

WARNING

100

BlackHeart

100

Congratulations!

9999

9999

9999

9999

Score:

Accuracy:

Life:

Total:

Vist ArmorGames.com for more fun!

Better Luck Next Time

9999

9999

9999

Good Job!

9999

9999

9999

9999

Hits:

9999

9999

9999

9999

9999

9999

9999

100

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded);
Frame 2
if (_root.percentLoaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Instance of Symbol 26 MovieClip in Frame 3
on (release) { _root.play(); }
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop();
Frame 10
stop();
Frame 15
stop(); ahit = 1; hits = 1; totalarrows = 1; total = 0; enemyCount = 0; evilcount = 0; score = 0; mouseListener = new Object(); Mouse.addListener(mouseListener); mouseListener.onMouseWheel = function (delta) { if (cupid.shottime == 0) { colourchanger.acolour = colourchanger.acolour + delta; } };
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) { rand = random(_totalframes) + 1; speed = 1; } onClipEvent (enterFrame) { gotoAndStop(rand); _x = (_x - speed); if (_x <= -150) { rand = random(_totalframes) + 1; _x = 707; } }
Instance of Symbol 150 MovieClip "shot_mc" in Frame 15
onClipEvent (load) { speed = 13; hit = false; xSpeed = speed * Math.sin(_rotation * (Math.PI/180)); ySpeed = speed * Math.cos(_rotation * (Math.PI/180)); _root.shot_mc.hit = true; _root.shot_mc._visible = false; damgeup = function () { damage = 5 + (5 * (_root.hits / _root.total)); }; hitFunc = function () { _y = (_y + ySpeed); this.gotoAndPlay("hit"); hit = true; }; } onClipEvent (enterFrame) { if (_x > 560) { gotoAndStop ("diearrowdie"); } if (_x < -10) { gotoAndStop ("diearrowdie"); } if (_y < 22) { gotoAndStop ("diearrowdie"); } if (_y > 255) { gotoAndStop ("diearrowdie"); } if (_root.colourchanger.acolour == 1) { gotoAndStop ("Red"); _root.cupid.bow.shootarrow.gotoAndStop("Red"); } if (_root.colourchanger.acolour == 4) { gotoAndStop ("Green"); _root.cupid.bow.shootarrow.gotoAndStop("Green"); } if (_root.colourchanger.acolour == 7) { gotoAndStop ("Blue"); _root.cupid.bow.shootarrow.gotoAndStop("Blue"); } if (_root.total == 100) { damgeup(); } if (!hit) { if (_root.colourchanger.acolour == 1) { gotoAndStop ("Redd"); } if (_root.colourchanger.acolour == 4) { gotoAndStop ("Greenn"); } if (_root.colourchanger.acolour == 7) { gotoAndStop ("Bluee"); } _y = (_y - ySpeed); _x = (_x + xSpeed); i = 1; while (i <= _root.enemyCount) { if (_root.colourchanger.acolour == _root["enemy" + i].state) { if (_root["enemy" + i].hearthit.hitTest(this._x, this._y, true)) { if (_root["enemy" + i].hit == false) { hitFunc(); gotoAndPlay("ahit" + _root.colourchanger.acolour); _root.total = _root.total + 1; _root.score = _root.score + (10 + _root["enemy" + i].bonus); _root.hits = _root.hits + 1; _root.ahit = _root.ahit + 1; _root["enemy" + i].speed = 0; _root["enemy" + i].gotoAndPlay("hit" + _root["enemy" + i].randstate); break; } } } if (_root.colourchanger.acolour == _root.boss.button.bstate) { if (this.hitTest(_root.boss.button)) { if (_root.boss.death == false) { hitFunc(); gotoAndPlay("ahit" + _root.colourchanger.acolour); _root.score = _root.score + 50; _root.ahit = _root.ahit + 1; _root.boss.bhealth = _root.boss.bhealth - (5 + (5 * (_root.hits / _root.total))); break; } } } i++; } } }
Instance of Symbol 151 MovieClip "enemy" in Frame 15
onClipEvent (load) { bonus = 100; hit = false; state = 1; speed = random(7) + 2; _x = (random(100) + 800); _y = (random(190) + 30); randstate = random(3) + 1; gotoAndStop(randstate); _root.enemyCount++; if (_name == "enemy") { _visible = false; } else { _visible = true; } } onClipEvent (enterFrame) { bonus = bonus - 1; if (bonus <= 0) { bonus = 0; } if (randstate == 1) { state = 1; } if (randstate == 2) { state = 4; } if (randstate == 3) { state = 7; } _x = (_x - speed); if (_x < -150) { gotoAndStop ("remove"); } if (_root.health <= 0) { gotoAndStop ("remove"); } if (Key.isDown(13)) { gotoAndStop ("remove"); } }
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.total >= 100) { _root.boss.active = true; gotoAndStop (1); _root.warning.stop(); _root.warning._x = 1000; _root.warning._y = 1000; } if (_root.total == 95) { stopAllSounds(); _root.warning.play(); _root.warning._x = 141.5; _root.warning._y = 93.4; } }
Instance of Symbol 198 MovieClip "boss" in Frame 15
onClipEvent (load) { bhealth = 200; refireInterval = (random(100) + random(50)) + 200; refire = 0; shotmax = 3; shotCount = 0; death = false; active = false; } onClipEvent (enterFrame) { if (active == true) { play(); _x = 435.4; _y = 236.2; if (death == false) { if (bhealth <= 0) { death = true; gotoAndPlay ("dead"); button.gotoAndStop("broken"); } else { death = false; } delta_x = _x - _root.cupid._x; delta_y = _y - _root.cupid._y; bgun._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); refire++; if (refire >= refireInterval) { refire = 0; shotCount++; bgun.play(); if (shotCount > shotMax) { shotCount = 1; } _root.enemyshot_mc.duplicateMovieClip("enemyshot_mc" + shotCount, -shotCount); with (_root["enemyshot_mc" + shotCount]) { _x = this._x; _y = this._y; _rotation = this.bgun._rotation; } } if (body.hitTest(_root.cupid.cupidbody)) { if (_root.cupid.hurttime == 0) { _root.cupid.hurt = true; _root.cupid.hurttime = 50; _root.health = _root.health - 1; } } if (hand.hitTest(_root.cupid.cupidbody)) { if (_root.cupid.hurttime == 0) { _root.cupid.hurt = true; _root.cupid.hurttime = 50; _root.health = _root.health - 1; } } if (blaser.hitTest(_root.cupid.cupidbody)) { if (_root.cupid.hurttime == 0) { _root.cupid.hurt = true; _root.cupid.hurttime = 50; _root.health = _root.health - 1; } } } } }
Instance of Symbol 202 MovieClip "enemyshot_mc" in Frame 15
onClipEvent (load) { speed = 5; hit = false; xSpeed = speed * Math.sin(_rotation * (Math.PI/180)); ySpeed = speed * Math.cos(_rotation * (Math.PI/180)); _root.enemyshot_mc.hit = true; _root.enemyshot_mc._visible = false; hitFunc = function () { _y = (_y + ySpeed); _x = (_x - xSpeed); this.gotoAndPlay("hit"); hit = true; }; } onClipEvent (enterFrame) { if (!hit) { _y = (_y - ySpeed); _x = (_x + xSpeed); if (this.hitTest(_root.cupid.cupidbody)) { if (_root.cupid.hurttime == 0) { _root.cupid.hurt = true; _root.cupid.hurttime = 50; _root.health = _root.health - 1; hitFunc(); } } } }
Instance of Symbol 229 MovieClip "cupid" in Frame 15
onClipEvent (load) { hurt = false; hurttime = 0; _root.health = 3; shottime = 0; xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.1; maxSpeed = 12; scale = _xscale; shotMax = 10; shotCount = 0; } onClipEvent (enterFrame) { _root.accuracy = Math.round((_root.ahit / _root.totalarrows) * 100); hurttime = hurttime - 1; if (hurttime <= 0) { hurttime = 0; } if (hurttime == 0) { hurt = false; } if (hurt == false) { _alpha = 100; } if (hurt == true) { _alpha = 75; } shottime = shottime - 1; if (shottime <= 0) { shottime = 0; } delta_x = _x - _root._xmouse; delta_y = _y - _root._ymouse; if (_root._xmouse < _x) { _xscale = (-scale); bow._rotation = Math.atan2(delta_x, delta_y) / (Math.PI/180); } if (_root._xmouse > _x) { _xscale = scale; bow._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } _x = (_x - xspeed); _y = (_y - yspeed); if (Key.isDown(65)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(68)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(87)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(83)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > 515) { _x = 515; xspeed = 0; } else if (_x < 35) { _x = 35; xspeed = 0; } if (_y > 200) { _y = 200; yspeed = 0; } else if (_y < 85) { _y = 85; yspeed = 0; } } onClipEvent (mouseDown) { if (!death) { if (shottime == 0) { _root.totalarrows = _root.totalarrows + 1; shottime = shottime + 28; shotCount++; if (shotCount > shotMax) { shotCount = 1; } bow.play(); _root.shot_mc.duplicateMovieClip("shot_mc" + shotCount, shotCount); _root["shot_mc" + shotCount]._x = this._x; _root["shot_mc" + shotCount]._y = this._y; _root["shot_mc" + shotCount]._rotation = this.bow._rotation; if (_root._xmouse < _x) { _root["shot_mc" + shotCount]._rotation = -this.bow._rotation; } if (_root._xmouse > _x) { _root["shot_mc" + shotCount]._rotation = this.bow._rotation; } } } }
Instance of Symbol 236 MovieClip "distance" in Frame 15
onClipEvent (enterFrame) { distancebar._xscale = (_root.total / 100) * 100; }
Instance of Symbol 241 MovieClip "colourchanger" in Frame 15
onClipEvent (load) { acolour = 1; } onClipEvent (enterFrame) { if (acolour >= 8) { acolour = 1; } if (acolour <= 0) { acolour = 7; } if (_root.cupid.shottime == 0) { if (acolour == 1) { gotoAndStop ("Red"); } if (acolour == 4) { gotoAndStop ("Green"); } if (acolour == 7) { gotoAndStop ("Blue"); } if (Key.isDown(49)) { acolour = 1; } if (Key.isDown(50)) { acolour = 4; } if (Key.isDown(51)) { acolour = 7; } } }
Instance of Symbol 245 MovieClip in Frame 15
onClipEvent (enterFrame) { gotoAndStop(_root.health + 1); if (_root.health <= 0) { gotoAndStop (7); } }
Instance of Symbol 246 MovieClip in Frame 15
onClipEvent (load) { speed = random(4) + 8; _x = (random(100) + 800); _y = (random(190) + 30); } onClipEvent (enterFrame) { if (_root.hits >= 30) { _x = (_x - speed); } if (this.hitTest(_root.cupid)) { _root.health = _root.health + 1; _x = (_x - 1000); } if (_root.health <= 0) { _x = -1000; } }
Instance of Symbol 246 MovieClip in Frame 15
onClipEvent (load) { speed = random(4) + 8; _x = (random(100) + 800); _y = (random(190) + 30); } onClipEvent (enterFrame) { if (_root.hits >= 90) { _x = (_x - speed); } if (this.hitTest(_root.cupid)) { _root.health = _root.health + 1; _x = (_x - 1000); } if (_root.health <= 0) { _x = -1000; } }
Instance of Symbol 249 MovieClip in Frame 15
onClipEvent (enterFrame) { if (Key.isDown(13)) { stopAllSounds(); _root.gotoAndStop("menu"); } }
Frame 16
stop(); ahit = 1; hits = 1; totalarrows = 1; total = 0; enemyCount = 0; evilCount = 0; score = 0; mouseListener = new Object(); Mouse.addListener(mouseListener); mouseListener.onMouseWheel = function (delta) { if (cupid.shottime == 0) { colourchanger.acolour = colourchanger.acolour + delta; } };
Instance of Symbol 151 MovieClip "enemy" in Frame 16
onClipEvent (load) { bonus = 100; hit = false; state = 1; speed = random(7) + 2; _x = (random(100) + 800); _y = (random(190) + 30); randstate = random(3) + 1; gotoAndStop(randstate); _root.enemyCount++; if (_name == "enemy") { _visible = false; } else if (_name == "enemy1") { _visible = false; } else { _visible = true; } } onClipEvent (enterFrame) { bonus = bonus - 1; if (bonus <= 0) { bonus = 0; } if (randstate == 1) { state = 1; } if (randstate == 2) { state = 4; } if (randstate == 3) { state = 7; } _x = (_x - speed); if (_x < -150) { gotoAndStop ("remove"); } if (_root.health <= 0) { gotoAndStop ("remove"); } if (Key.isDown(13)) { gotoAndStop ("remove"); } }
Instance of Symbol 154 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 259 MovieClip "evil" in Frame 16
onClipEvent (load) { speed = random(7) + 3; _x = (random(100) + 800); _y = (random(190) + 30); _root.evilCount++; } onClipEvent (enterFrame) { _x = (_x - speed); if (this.hitTest(_root.cupid.cupidbody)) { if (_root.cupid.hurttime == 0) { gotoAndStop (2); _root.cupid.hurt = true; _root.cupid.hurttime = 50; _root.health = _root.health - 1; } } if (_x < -150) { gotoAndStop (2); } if (_root.health <= 0) { _x = -1000; } }
Frame 17
stop(); doneaccuracy = accuracy * 10; liferemain = health * 100; scoretotal = (score + doneaccuracy) + liferemain;
Instance of Symbol 287 MovieClip in Frame 17
/* no clip actions */
Frame 18
stop(); doneaccuracy = accuracy * 10; scoretotal = score + doneaccuracy;
Frame 19
stop(); doneaccuracy = accuracy * 10; hitsheart = hits; scoretotal = (score + doneaccuracy) + hitsheart;
Frame 20
stop(); doneaccuracy = accuracy * 10; liferemain = health * 100; scoretotal = (score + doneaccuracy) + liferemain;
Frame 21
stop(); doneaccuracy = accuracy * 10; scoretotal = score + doneaccuracy;
Frame 23
stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded);
Frame 24
if (_root.percentLoaded == 100) { gotoAndPlay (25); } else { gotoAndPlay (23); }
Frame 25
stop();
Instance of Symbol 26 MovieClip in Frame 25
on (release) { _root.play(); }
Frame 26
stop();
Symbol 21 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Symbol 26 MovieClip Frame 45
stop();
Symbol 34 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 36 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root.monster._x; _y = _root.monster._y; }
Symbol 36 MovieClip Frame 105
_root.play();
Symbol 45 MovieClip Frame 1
stop(); this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Symbol 48 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Symbol 49 MovieClip Frame 1
this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Symbol 53 MovieClip Frame 1
this.onRelease = function () { getURL ("http://evilizzy.deviantart.com", "_blank"); };
Symbol 58 Button
on (release) { gotoAndStop ("gameselect"); }
Symbol 61 Button
on (release) { gotoAndPlay ("modes"); }
Symbol 64 Button
on (release) { gotoAndPlay ("credits"); }
Symbol 69 Button
on (release) { gotoAndStop ("menu"); }
Symbol 72 Button
on (release) { gotoAndStop ("survive"); }
Symbol 75 Button
on (release) { gotoAndStop ("game"); }
Symbol 77 Button
on (release) { gotoAndStop ("controls"); }
Symbol 92 Button
on (release) { gotoAndStop ("info"); }
Symbol 138 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 9
this.removeMovieClip();
Symbol 150 MovieClip Frame 17
this.removeMovieClip();
Symbol 150 MovieClip Frame 25
this.removeMovieClip();
Symbol 150 MovieClip Frame 26
this.removeMovieClip();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 4
_parent.total = _parent.total + 1; this.removeMovieClip();
Symbol 151 MovieClip Frame 5
hit = true;
Symbol 151 MovieClip Frame 10
this.removeMovieClip();
Symbol 151 MovieClip Frame 11
hit = true;
Symbol 151 MovieClip Frame 16
this.removeMovieClip();
Symbol 151 MovieClip Frame 17
hit = true;
Symbol 151 MovieClip Frame 22
this.removeMovieClip();
Symbol 154 MovieClip Frame 120
_root.enemy.duplicateMovieClip("enemy" + _root.enemyCount, _root.enemyCount + 100); _currentframe = (30 + random(35)); gotoAndPlay(30 + random(35));
Symbol 173 MovieClip Frame 1
bstate = 1;
Symbol 173 MovieClip Frame 90
gowhere = random(7) + 1; if (gowhere == 1) { gotoAndPlay (1); } if (gowhere == 2) { gotoAndPlay (91); } if (gowhere == 3) { gotoAndPlay (181); } if (gowhere == 4) { gotoAndPlay (271); } if (gowhere == 5) { gotoAndPlay (1); } if (gowhere == 6) { gotoAndPlay (91); } if (gowhere == 7) { gotoAndPlay (181); }
Symbol 173 MovieClip Frame 91
bstate = 4;
Symbol 173 MovieClip Frame 180
gowhere = random(7) + 1; if (gowhere == 1) { gotoAndPlay (1); } if (gowhere == 2) { gotoAndPlay (91); } if (gowhere == 3) { gotoAndPlay (181); } if (gowhere == 4) { gotoAndPlay (271); } if (gowhere == 5) { gotoAndPlay (1); } if (gowhere == 6) { gotoAndPlay (91); } if (gowhere == 7) { gotoAndPlay (181); }
Symbol 173 MovieClip Frame 181
bstate = 7;
Symbol 173 MovieClip Frame 270
gowhere = random(7) + 1; if (gowhere == 1) { gotoAndPlay (1); } if (gowhere == 2) { gotoAndPlay (91); } if (gowhere == 3) { gotoAndPlay (181); } if (gowhere == 4) { gotoAndPlay (271); } if (gowhere == 5) { gotoAndPlay (1); } if (gowhere == 6) { gotoAndPlay (91); } if (gowhere == 7) { gotoAndPlay (181); }
Symbol 173 MovieClip Frame 271
bstate = 0;
Symbol 173 MovieClip Frame 360
gowhere = random(7) + 1; if (gowhere == 1) { gotoAndPlay (1); } if (gowhere == 2) { gotoAndPlay (91); } if (gowhere == 3) { gotoAndPlay (181); } if (gowhere == 4) { gotoAndPlay (271); } if (gowhere == 5) { gotoAndPlay (1); } if (gowhere == 6) { gotoAndPlay (91); } if (gowhere == 7) { gotoAndPlay (181); }
Symbol 183 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 11
stop();
Symbol 198 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip "button" in Symbol 198 MovieClip Frame 1
onClipEvent (load) { bstate = 0; }
Symbol 198 MovieClip Frame 120
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 200
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 280
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 360
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 440
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 551
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 662
wherego = random(19) + 1; if (wherego == 1) { gotoAndPlay ("idle"); } if (wherego == 2) { gotoAndPlay ("punchupup"); } if (wherego == 3) { gotoAndPlay ("punchdowndown"); } if (wherego == 4) { gotoAndPlay ("puchupdown"); } if (wherego == 5) { gotoAndPlay ("idle"); } if (wherego == 6) { gotoAndPlay ("punchdownup"); } if (wherego == 7) { gotoAndPlay ("laserup"); } if (wherego == 8) { gotoAndPlay ("laserdown"); } if (wherego == 9) { gotoAndPlay ("idle"); } if (wherego == 10) { gotoAndPlay ("laserdown"); } if (wherego == 11) { gotoAndPlay ("laserup"); } if (wherego == 12) { gotoAndPlay ("punchdowndown"); } if (wherego == 13) { gotoAndPlay ("punchupup"); } if (wherego == 14) { gotoAndPlay ("punchdowndown"); } if (wherego == 15) { gotoAndPlay ("laserup"); } if (wherego == 16) { gotoAndPlay ("idle"); } if (wherego == 17) { gotoAndPlay ("laserdown"); } if (wherego == 18) { gotoAndPlay ("punchupup"); } if (wherego == 19) { gotoAndPlay ("idle"); }
Symbol 198 MovieClip Frame 673
stopAllSounds();
Symbol 198 MovieClip Frame 830
stopAllSounds(); _root.gotoAndStop("win");
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 7
stop(); this.removeMovieClip();
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 120
gotoAndPlay (2);
Symbol 209 MovieClip Frame 60
gotoAndPlay (1);
Symbol 218 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 7
tellTarget ("_parent") { stopAllSounds(); gotoAndPlay ("survived"); };
Symbol 246 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 180
_root.evil.duplicateMovieClip("evil" + _root.evilCount, _root.evilCount - 100); _currentframe = (30 + random(35)); gotoAndPlay(30 + random(35));
Symbol 259 MovieClip Frame 2
this.removeMovieClip();
Symbol 270 Button
on (release) { gotoAndStop ("menu"); }
Symbol 275 Button
on (release) { gotoAndStop ("menu"); }
Symbol 287 MovieClip Frame 1
stop(); this.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); };
Symbol 303 Button
on (release) { gotoAndStop (1); }
Symbol 305 Button
on (release) { gotoAndStop (1); }
Symbol 316 Button
on (press) { gotoAndStop (2); }

Library Items

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

Instance Names

"bar"Frame 1Symbol 12 MovieClip
"hearthit"Frame 7Symbol 81 MovieClip
"shot_mc"Frame 15Symbol 150 MovieClip
"enemy"Frame 15Symbol 151 MovieClip
"boss"Frame 15Symbol 198 MovieClip
"enemyshot_mc"Frame 15Symbol 202 MovieClip
"warning"Frame 15Symbol 205 MovieClip
"cupid"Frame 15Symbol 229 MovieClip
"distance"Frame 15Symbol 236 MovieClip
"colourchanger"Frame 15Symbol 241 MovieClip
"enemy"Frame 16Symbol 151 MovieClip
"evil"Frame 16Symbol 259 MovieClip
"bar"Frame 23Symbol 12 MovieClip
"hearthit"Symbol 151 MovieClip Frame 1Symbol 81 MovieClip
"body"Symbol 198 MovieClip Frame 1Symbol 164 MovieClip
"button"Symbol 198 MovieClip Frame 1Symbol 173 MovieClip
"hand"Symbol 198 MovieClip Frame 1Symbol 177 MovieClip
"bgun"Symbol 198 MovieClip Frame 30Symbol 183 MovieClip
"hand"Symbol 198 MovieClip Frame 136Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 186Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 216Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 266Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 296Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 346Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 376Symbol 177 MovieClip
"hand"Symbol 198 MovieClip Frame 426Symbol 177 MovieClip
"blaser"Symbol 198 MovieClip Frame 456Symbol 193 MovieClip
"blaser"Symbol 198 MovieClip Frame 567Symbol 193 MovieClip
"hand"Symbol 198 MovieClip Frame 774Symbol 177 MovieClip
"lfoot"Symbol 213 MovieClip Frame 1Symbol 211 MovieClip
"rfoot"Symbol 213 MovieClip Frame 1Symbol 211 MovieClip
"shootarrow"Symbol 228 MovieClip Frame 1Symbol 218 MovieClip
"shootarrow"Symbol 228 MovieClip Frame 3Symbol 218 MovieClip
"cupidbody"Symbol 229 MovieClip Frame 1Symbol 213 MovieClip
"bow"Symbol 229 MovieClip Frame 1Symbol 228 MovieClip
"distancebar"Symbol 236 MovieClip Frame 1Symbol 234 MovieClip

Labels

"load"Frame 1
"menu"Frame 5
"gameselect"Frame 6
"info"Frame 7
"modes"Frame 8
"controls"Frame 9
"credits"Frame 10
"game"Frame 15
"survive"Frame 16
"win"Frame 17
"lose"Frame 18
"survived"Frame 19
"redd"Symbol 150 MovieClip Frame 1
"Greenn"Symbol 150 MovieClip Frame 2
"Bluee"Symbol 150 MovieClip Frame 3
"ahit1"Symbol 150 MovieClip Frame 4
"ahit4"Symbol 150 MovieClip Frame 11
"ahit7"Symbol 150 MovieClip Frame 19
"diearrowdie"Symbol 150 MovieClip Frame 26
"red"Symbol 151 MovieClip Frame 1
"green"Symbol 151 MovieClip Frame 2
"blue"Symbol 151 MovieClip Frame 3
"remove"Symbol 151 MovieClip Frame 4
"hit1"Symbol 151 MovieClip Frame 5
"hit2"Symbol 151 MovieClip Frame 11
"hit3"Symbol 151 MovieClip Frame 17
"broken"Symbol 173 MovieClip Frame 365
"idle"Symbol 198 MovieClip Frame 31
"punchupup"Symbol 198 MovieClip Frame 121
"punchupdown"Symbol 198 MovieClip Frame 201
"punchdowndown"Symbol 198 MovieClip Frame 281
"punchdownup"Symbol 198 MovieClip Frame 361
"laserup"Symbol 198 MovieClip Frame 441
"laserdown"Symbol 198 MovieClip Frame 552
"dead"Symbol 198 MovieClip Frame 673
"normal"Symbol 202 MovieClip Frame 1
"hit"Symbol 202 MovieClip Frame 2
"Red"Symbol 218 MovieClip Frame 1
"Green"Symbol 218 MovieClip Frame 2
"Blue"Symbol 218 MovieClip Frame 3
"Red"Symbol 241 MovieClip Frame 1
"Green"Symbol 241 MovieClip Frame 2
"Blue"Symbol 241 MovieClip Frame 3
"byebyeevil"Symbol 259 MovieClip Frame 2

Dynamic Text Variables

percentLoadedSymbol 14 EditableText"100"
hitsSymbol 155 EditableText""
totalSymbol 157 EditableText""
accuracySymbol 158 EditableText""
totalarrowsSymbol 159 EditableText""
boss.bhealthSymbol 206 EditableText""
ahitSymbol 207 EditableText""
enemyCountSymbol 231 EditableText""
scoreSymbol 243 EditableText"100"
evilcountSymbol 247 EditableText""
hitsSymbol 251 EditableText""
evilCountSymbol 252 EditableText""
totalSymbol 253 EditableText""
accuracySymbol 254 EditableText""
totalarrowsSymbol 255 EditableText""
boss.bhealthSymbol 260 EditableText""
ahitSymbol 261 EditableText""
enemyCountSymbol 262 EditableText""
scoreSymbol 263 EditableText"100"
evilcountSymbol 264 EditableText""
scoreSymbol 278 EditableText"9999"
doneaccuracySymbol 279 EditableText"9999"
liferemainSymbol 280 EditableText"9999"
scoretotalSymbol 281 EditableText"9999"
scoreSymbol 291 EditableText"9999"
doneaccuracySymbol 292 EditableText"9999"
scoretotalSymbol 293 EditableText"9999"
scoreSymbol 297 EditableText"9999"
doneaccuracySymbol 298 EditableText"9999"
hitsheartSymbol 299 EditableText"9999"
scoretotalSymbol 300 EditableText"9999"
scoreSymbol 306 EditableText"9999"
doneaccuracySymbol 307 EditableText"9999"
liferemainSymbol 308 EditableText"9999"
scoretotalSymbol 309 EditableText"9999"
scoreSymbol 312 EditableText"9999"
doneaccuracySymbol 313 EditableText"9999"
scoretotalSymbol 314 EditableText"9999"
percentLoadedSymbol 318 EditableText"100"




http://swfchan.com/5/23260/info.shtml
Created: 26/5 -2019 08:15:27 Last modified: 26/5 -2019 08:15:27 Server time: 10/05 -2024 10:07:40