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

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

Xmas Game Collab 07.swf

This is the info page for
Flash #40743

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


Text
H

S

SANTA ON THE RUN

score

Points to next
level

life

Santa's Pwnage Path

Continue

Continue

Play again

Submit score

View highscores

Go back to menu

Final Score:

Move Santa with the arrow keys like shown in the example

Go back

Collect These

Avoid These

Adds 10 to score

Adds 1 to score

Takes away 10 life and takes away 3 score

Takes away 20 life

PLAY

Made by: KevinHR

HIGHSCORES

Menu

Balls have been caught.

<p align="center"><font face="Franklin Gothic Demi" size="18" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

0

SUBMIT

Game by Bloopco

PLAY

HOW

BACK

Magic sleigh down!

00

Presents deliverd:

Try Again?

Try Again?

00

Presents Delivered:

MERRY CHRISTMAS!

YOU KILLED
SANTA!

HOW TO PLAY

Uh oh! It's a foggy night and Rudolph's nose shorted-
out! Click and hold to fly and let go to fall, avoid
clouds or they'll blur your vision, if it gets too
blury you'll crash! And make sure you don't hit a plane,
or you'll become a pile of merry moulch!
One more thing, if you hit a battery
rudolph's nose will light up and clear
your vision! Now go deliver as many
presents as you can before you crash!

Back

PLAY

INSTRUCTIONS

SETTINGS

You're trying to destroy
the towers run by evil
snowmen, because the
snowmen stole all of
Santa's presents to kids.
Move the cannon with
the W, A, S, and D keys.
Shoot with space.  Your
cannon automatically
shoots
towards
the
mouse

Speed
upgrade

Extra
health

Quality:

L

M

H

MENU

Score box

Score

Your score was

Start!

Back to Menu

Shoot GREEN chimneys with presents
and RED ones with coal

W, A, S, D to move the sleigh

Q to change to presents

E to change to coal

Avoid birds

Mouse to shoot

Spawner

Score:

Time:

Avg Distance:

Hits:

Misses:

Score:

Start!

Start!

Back to menu

Back to menu

Catch the falling presents!

Present Catch

Arrow keys to move

Score:

Time:

Your Score:

Present Factory

Use A, S, D, and F to change toy color

Click to release toy

Match the toys color with the boxes

You can only put one toy in each box!
Do not to let any boxes go without being filled!
Don't miss!

Score:

<p align="left"><font face="Lucida Sans" size="28" color="#000000" letterSpacing="0.000000" kerning="0">F</font></p>

<p align="left"><font face="Lucida Sans" size="28" color="#000000" letterSpacing="0.000000" kerning="0">D</font></p>

<p align="left"><font face="Lucida Sans" size="28" color="#000000" letterSpacing="0.000000" kerning="0">S</font></p>

<p align="left"><font face="Lucida Sans" size="28" color="#000000" letterSpacing="0.000000" kerning="0">A</font></p>

Time:

Score:

Toys Packed:

Presents Missed:

Toys Dropped:

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();
Frame 4
function itemHandler1(obj, item) { getURL ("http://www.armorgames.com/", "_blank"); } function itemHandler4(obj, item) { _quality = "high"; } function itemHandler5(obj, item) { _quality = "medium"; } function itemHandler6(obj, item) { _quality = "low"; } stopAllSounds(); Mouse.hide(); root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); aaa_cmi = new ContextMenuItem("Play More Games", itemHandler1); eee_cmi = new ContextMenuItem("High Quality", itemHandler4); fff_cmi = new ContextMenuItem("Mid Quality", itemHandler5); ggg_cmi = new ContextMenuItem("Low Quality", itemHandler6); bbb_cmi.separatorBefore = true; eee_cmi.separatorBefore = true; root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, eee_cmi, fff_cmi, ggg_cmi); _root.menu = root_cm; _global.playgame = false; _root.cursor_hit = false;
Instance of Symbol 155 MovieClip "menuu" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(39)) { if (!_global.menu_end) { this.play(); } } if (Key.isDown(37)) { _global.menu_move = true; } if (_global.menu_move) { this.gotoAndStop(this._currentframe - 1); } }
Instance of Symbol 210 MovieClip in Frame 4
on (release) { getURL ("http://www.newgrounds.com/collection/christmas2007", "_blank"); }
Instance of Symbol 213 MovieClip in Frame 4
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Instance of Symbol 222 MovieClip "cursor" in Frame 4
onClipEvent (enterFrame) { i = 0; while (i < 12) { if (_root["present" + i].hitTest(_x, _y, true)) { _root.cursor_hit = true; } else { _root.cursor_hit = false; } i++; } _x = _root._xmouse; _y = _root._ymouse; updateAfterEvent(); }
Frame 63
stop();
Instance of Symbol 318 MovieClip "present3" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game3"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 330 MovieClip "present9" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game8"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 243 MovieClip "present5" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game6"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 302 MovieClip "present6" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game7"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 292 MovieClip "present10" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game10"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 264 MovieClip "present1" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game9"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 253 MovieClip "present2" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game4"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 282 MovieClip "present4" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game5"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 347 MovieClip "present8" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game2"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Instance of Symbol 356 MovieClip "present7" in Frame 63
onClipEvent (load) { this.stop(); clicked = false; } onClipEvent (enterFrame) { if (this._currentframe == 50) { stopAllSounds(); Mouse.show(); _global.playgame = true; _root.gotoAndStop("game1"); } if (!clicked) { if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && (!_root.cursor_hit)) { thiscursor = true; _root.cursor_hit = true; if (this._currentframe == 30) { this.stop(); } else { this.play(); } } else if (thiscursor) { thiscursor = false; _root.cursor_hit = false; this.gotoAndStop(1); } else { this.gotoAndStop(1); } } } on (release) { clicked = true; this.gotoAndPlay(31); }
Frame 64
stop(); Mouse.show();
Frame 65
stop();
Instance of Symbol 396 MovieClip in Frame 65
onClipEvent (load) { function Sbouncer() { return(_root.ground.Sbouncer.hitTest(_x, _y + 5, true)); } function bouncer() { return(_root.ground.bouncer1.hitTest(_x, _y + 5, true)); } function bouncer2() { return(_root.ground.bouncer2.hitTest(_x, _y + 5, true)); } function bouncer3() { return(_root.ground.bouncer3.hitTest(_x, _y + 5, true)); } function bouncer4() { return(_root.ground.bouncer4.hitTest(_x, _y + 5, true)); } dead = false; BOUNCE = false; moveit = false; SBOUNCE = false; xspeed = 0; grav = 0; speed = 7; jumpHeight = 12; bounceHeight = 20; SbounceHeight = 35; scale = _xscale; slowfall = 0.5; } onClipEvent (enterFrame) { if (SBOUNCE) { _root.ground._x = _root.ground._x - 15; _root.bg._x = _root.bg._x - 1.5; _y = (_y - 5); this.gotoAndStop(3); if (_root.endoflvl1.hitTest(this)) { _root.play(); } } else { _root.ground._x = _root.ground._x - xspeed; _root.bg._x = _root.bg._x - (xspeed / 10); if (moveit) { _xspeed++; } else { xspeed = 0; } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.ground.spikes.hitTest(this) || (_root.DEATH.hitTest(this))) { dead = true; } if (dead) { this.gotoAndStop(5); if (this.death._currentframe == 50) { dead = false; xspeed = 0; grav = 0; speed = 7; this.gotoAndStop(1); _xscale = scale; _root.ground._x = 0; _root.bg._x = 0; this._y = 300; } } else if (Key.isDown(39)) { xspeed = xspeed + speed; _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else { this.gotoAndStop(4); } } else if (Key.isDown(37)) { xspeed = xspeed - speed; _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else { this.gotoAndStop(4); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) { this.gotoAndStop(1); } if (BOUNCE && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -bounceHeight; _y = (_y - 4); this.gotoAndStop(3); } if (((((bouncer() || (bouncer2())) || (bouncer3())) || (bouncer4())) || (Sbouncer())) || (dead)) { } else if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(3); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { xspeed = xspeed - speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { xspeed = xspeed + speed; } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } if (((bouncer() || (bouncer2())) || (bouncer3())) || (bouncer4())) { BOUNCE = true; } else { BOUNCE = false; } if (Sbouncer()) { SBOUNCE = true; } else { SBOUNCE = false; } } }
Frame 151
stop();
Instance of Symbol 396 MovieClip in Frame 151
onClipEvent (load) { function Sbouncer() { return(_root.ground.Sbouncer.hitTest(_x, _y + 5, true)); } function bouncer() { return(_root.ground.bouncer1.hitTest(_x, _y + 5, true)); } function bouncer2() { return(_root.ground.bouncer2.hitTest(_x, _y + 5, true)); } function bouncer3() { return(_root.ground.bouncer3.hitTest(_x, _y + 5, true)); } function endoflvl2() { return(_root.ground.endoflvl2.hitTest(this)); } dead = false; _root.stop(); BOUNCE = false; moveit = false; SBOUNCE = false; xspeed = 0; grav = 0; speed = 7; jumpHeight = 12; bounceHeight = 20; SbounceHeight = 35; scale = _xscale; slowfall = 0.5; } onClipEvent (enterFrame) { if (SBOUNCE) { _root.ground._x = _root.ground._x - 15; _root.bg._x = _root.bg._x - 1.5; _y = (_y - 5); this.gotoAndStop(3); if (_root.endoflvl1.hitTest(this)) { _root.play(); } } else { if (endoflvl2()) { _root.play(); } if (_root.ground._y < 800) { _root.ground._y = _root.ground._y + 0.8; } _x = (_x + (xspeed / 1.5)); _root.bg._x = _root.bg._x - (xspeed / 10); if (moveit) { _xspeed++; } else { xspeed = 0; } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.ground.spikes.hitTest(this) || (_root.DEATH.hitTest(this))) { dead = true; } if (dead) { this.gotoAndStop(5); if (this.death._currentframe == 50) { dead = false; xspeed = 0; grav = 0; speed = 7; this.gotoAndStop(1); _xscale = scale; _root.ground._y = 216; this._y = 205; this._x = 120; } } else if (Key.isDown(39)) { xspeed = xspeed + speed; _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else { this.gotoAndStop(4); } } else if (Key.isDown(37)) { xspeed = xspeed - speed; _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } else { this.gotoAndStop(4); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) { this.gotoAndStop(1); } if (BOUNCE && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -bounceHeight; _y = (_y - 4); this.gotoAndStop(3); } if ((((bouncer() || (bouncer2())) || (bouncer3())) || (bouncer4())) || (Sbouncer())) { } else if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(3); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { xspeed = xspeed - speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { xspeed = xspeed + speed; } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } if (((bouncer() || (bouncer2())) || (bouncer3())) || (bouncer4())) { BOUNCE = true; } else { BOUNCE = false; } if (Sbouncer()) { SBOUNCE = true; } else { SBOUNCE = false; } } }
Frame 194
stopAllSounds(); _root.gotoAndStop("game1");
Frame 195
stop(); Mouse.show();
Frame 196
stop(); healthvar = false; health3 = false; var health = 3; score = 0; level = 1; _global.dead = false; onEnterFrame = function () { if (score == level) { score = 0; level++; i = 0; while (i < level) { duplicateMovieClip ("enemy", "enemy_" + i, i); i++; } a = 100; while (a < (level + 98)) { duplicateMovieClip ("enemy2", "enemy2_" + a, _root.getNextHighestDepth()); a++; } } if ((_root.health < 3) && (!health3)) { health3 = true; _root.health1.play(); } if ((_root.health < 2) && (!healthvar)) { healthvar = true; _root.health2.play(); } if ((_root.health < 1) && (_global.dead == false)) { stopAllSounds(); _root.prevFrame(); _global.dead = true; } };
Instance of Symbol 419 MovieClip "gun" in Frame 196
onClipEvent (load) { Mouse.hide(); speed = 5; } onClipEvent (enterFrame) { Xd = _root._xmouse - this._x; Yd = _root._ymouse - this._y; radAngle = Math.atan2(Yd, Xd); this._rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 421 MovieClip "enemy" in Frame 196
onClipEvent (load) { function getPoints() { (getX = random(550)); (getY = random(400)); (gotoX = (getX - _x) / speed); (gotoY = (getY - _y) / speed); clearInterval(id); id = setInterval(getPoints, random(2000) + 500); } _x = random(550); _y = random(400); no_move = false; speed = 60; id = setInterval(getPoints, 1); (getX = random(550)); (getY = random(400)); } onClipEvent (enterFrame) { if (_global.dead == true) { this.removeMovieClip(); } else if (_root.gun.hitTest(this)) { _root.score++; this._x = -200; no_move = true; } else if (!no_move) { _x = (_x + gotoX); _x + gotoX; _y = (_y + gotoY); _y + gotoY; _rotation = (_rotation + gotoX); } }
Instance of Symbol 429 MovieClip "enemy2" in Frame 196
onClipEvent (load) { function getPoints() { (getX = random(550)); (getY = random(400)); (gotoX = (getX - _x) / speed); (gotoY = (getY - _y) / speed); clearInterval(id); id = setInterval(getPoints, random(2000) + 500); } _x = random(550); _y = random(400); no_move = false; speed = 60; id = setInterval(getPoints, 1); (getX = random(550)); (getY = random(400)); } onClipEvent (enterFrame) { if (_global.dead == true) { this.removeMovieClip(); } else if (_name == "enemy2") { _x = -1000; } else { if (_root.gun.hitTest(this)) { _root.health--; this.removeMovieClip(); } _x = (_x + gotoX); _x + gotoX; _y = (_y + gotoY); _y + gotoY; _rotation = (_rotation + gotoX); } }
Frame 197
stop(); var correctFrame = _root._currentframe; var i = 2; var lineColour = 1; var score = 0; var life = 100; var level = 1; var instructionsOn = false; var gameStarted = false; var gamePause = true; var scoreToNextLv = 10; var userName = "InsertName"; createEmptyMovieClip("terrain", 1); terrain.lineStyle(10, 16711935, 0); imdrawing = false;
Instance of Symbol 446 MovieClip "reindeer" in Frame 197
onClipEvent (enterFrame) { if (_root.gamePause == false) { while (_root.terrain.hitTest(_x, _y - (_height / 2), true)) { _y = (_y+1); } while (_root.terrain.hitTest(_x, _y + (_height / 2), true)) { _y = (_y-1); } while (_y < 150) { _y = (_y+1); } while (_y > 330) { _y = (_y-1); } if (Key.isDown(38)) { _y = (_y - (4 + _root.level)); } if (Key.isDown(40)) { _y = (_y + (4 + _root.level)); } } adjside = (_root.rope._x + 0) - _root.reindeer._x; oppside = (_root.rope._y + 0) - _root.reindeer._y; angle = Math.atan2(-oppside, adjside); angle = Math.round((angle / Math.PI) * 180); _root.rope._rotation = -angle; }
Instance of Symbol 451 MovieClip "santa" in Frame 197
onClipEvent (load) { var randomSpawnPresent; var randomSpawnObstacle; var obstacleDifficulty = 300; var presentDifficulty = 100; } onClipEvent (enterFrame) { if (_root.gamePause == false) { this._y = _root.reindeer._y; _root.rope._x = _x + 20; _root.rope._y = _y + 10; randomSpawnPresent = Math.round(Math.random() * presentDifficulty); if (randomSpawnPresent == 1) { duplicateMovieClip (_root.present, "newPresent" + _root.i, _root.i + 500); _root["newPresent" + _root.i]._x = 600; _root["newPresent" + _root.i]._y = random(150) + 150; _root.i++; } randomSpawnObstacle = Math.round(Math.random() * obstacleDifficulty); if (randomSpawnObstacle == 1) { duplicateMovieClip (_root.obstacle, "newObstacle" + _root.i, _root.i + 250); _root["newObstacle" + _root.i]._x = 600; _root["newObstacle" + _root.i]._y = random(150) + 150; _root.i++; } } }
Instance of Symbol 454 MovieClip "rope" in Frame 197
onClipEvent (enterFrame) { adjside = (_root.rope._x + 0) - _root.reindeer._x; oppside = (_root.rope._y + 0) - _root.reindeer._y; angle = Math.atan2(-oppside, adjside); angle = Math.round((angle / Math.PI) * 180); _root.rope._rotation = -angle; }
Instance of Symbol 460 MovieClip "present" in Frame 197
onClipEvent (load) { var goldPresent = false; if (Math.round(Math.random() * 20) == 1) { gotoAndStop (198); goldPresent = true; } } onClipEvent (enterFrame) { if (_root.gamePause == false) { if (!_root.terrain.hitTest(_x - (_width / 2), _y, true)) { _x = (_x - (2 + _root.level)); } if (goldPresent == true) { _x = (_x - (_root.level / 2)); } if (this.hitTest(_root.santa)) { _root.score++; if (goldPresent == true) { _root.score = _root.score + 9; } } if ((_x < 0) || (this.hitTest(_root.santa))) { if (this._name == "present") { this._x = -100; } else { removeMovieClip(this); } } } if (_root._currentFrame != _root.correctFrame) { removeMovieClip(this); } if ((_root.gameScreens._currentframe == 4) && (this._name != "present")) { removeMovieClip(this); } }
Instance of Symbol 473 MovieClip "obstacle" in Frame 197
onClipEvent (load) { var bombPresent = false; if (Math.round(Math.random() * 10) == 1) { gotoAndStop (198); bombPresent = true; } var randomSpawn = ((Math.random() * 4) + 1); } onClipEvent (enterFrame) { if (_root.gamePause == false) { if (!_root.terrain.hitTest(_x - (_width / 2), _y, true)) { _x = (_x - (3 + _root.level)); } if (this.hitTest(_root.santa)) { j = 1; while (j <= randomSpawn) { _root.i++; duplicateMovieClip (_root.flame, "newSmoke" + _root.i, _root.i); _root["newSmoke" + _root.i]._x = _x - 70; _root["newSmoke" + _root.i]._y = _y; j++; } _root.life = _root.life - 10; if (bombPresent == false) { _root.life = _root.life - 10; } else { _root.score = _root.score - 3; } } if ((_x < 0) || (this.hitTest(_root.santa))) { if (this._name == "obstacle") { this._x = -100; } else { removeMovieClip(this); } } } if (_root._currentFrame != _root.correctFrame) { removeMovieClip(this); } if ((_root.gameScreens._currentframe == 4) && (this._name != "obstacle")) { removeMovieClip(this); } }
Instance of Symbol 479 MovieClip in Frame 197
onClipEvent (enterFrame) { _xscale = _root.life; }
Instance of Symbol 489 MovieClip "flame" in Frame 197
onClipEvent (load) { _root.i++; this.swapDepths(_root.i + 9999); var xvel = ((Math.random() * 10) - (Math.random() * 10)); var yvel = ((Math.random() * -13) - 5); var spin = ((Math.random() * 30) - (Math.random() * 30)); gotoAndStop(Math.round(Math.random() * 3) + 1 +196); } onClipEvent (enterFrame) { if (_y < 500) { _x = (_x + xvel); _y = (_y + yvel); yvel++; _rotation = (_rotation + spin); _root.i++; duplicateMovieClip (_root.smoke, "newSmoke" + _root.i, _root.i); _root["newSmoke" + _root.i]._x = _x - 10; _root["newSmoke" + _root.i]._y = _y; } else if (_name != "flame") { removeMovieClip(this); } }
Instance of Symbol 534 MovieClip "gameScreens" in Frame 197
onClipEvent (enterFrame) { if (_root.score >= _root.scoreToNextLv) { _root.gamePause = true; } if ((_root.gamePause == true) && (_root.gameStarted == true)) { this.gotoAndStop(2); } if (_root.life <= 0) { this.gotoAndStop(4); } }
Frame 198
stop(); nott = 0; Mouse.show();
Frame 199
stop(); nott = 1; onMouseMove = function () { if (nott == 1) { Mouse.hide(); } }; i = 0; onEnterFrame = function () { if (nott == 1) { seconds++; i++; if (random(8) == 0) { _root.attachMovie("circlez", "circlez1" + i, i); } } }; seconds = 0; plus_p = 0;
Instance of Symbol 572 MovieClip "pf" in Frame 199
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }
Frame 200
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } stop(); nott = 0; Mouse.show(); onEnterFrame = function () { bXlnYW1lX25hbWVfdmFyaWFibGU = my_name1_variable; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = plus_p; };
Frame 201
stop(); conteoPerder = 0; started = 0; if (started == 0) { var theme = new Sound(); theme.attachSound("The Beat 02"); theme.start(); } function playfps() { clearInterval(_root.mysetinterval); _root.mysetinterval = setInterval(playAndLoop, 10000000000, this); } stop();
Instance of Symbol 586 MovieClip in Frame 201
on (press) { this._parent.gotoAndStop(2); }
Frame 202
function started() { if (startMap == 0) { cloudsMovie.attachMovie("cloud1", "cloud1MC", cloudsMovie.getNextHighestDepth(), {_x:0, _y:0}); cloudCount1 = 1; startMap = 1; } } function setSpeed() { speedCounter = speedCounter + 1; if (speedCounter == 8000) { cloudsMoveAmount = cloudsMoveAmount + 1; speedCounter = 0; } cloudsMovie._x = cloudsMovie._x - cloudsMoveAmount; } function checkClouds() { if ((createCloudsCount == 0) && (cloudsMovie._x < -550)) { newCloud = random(10); if ((newCloud == cloudCount1) && (newCloud > 2)) { newCloud = newCloud - 1; } if ((newCloud == cloudCount1) && (newCloud < 2)) { newCloud = newCloud + 1; } if (newCloud == 0) { newCloud = 1; } if (newCloud == 1) { cloudsMovie.attachMovie("cloud1", "cloud1MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 2) { cloudsMovie.attachMovie("cloud2", "cloud2MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 3) { cloudsMovie.attachMovie("cloud3", "cloud3MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 4) { cloudsMovie.attachMovie("cloud4", "cloud4MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 5) { cloudsMovie.attachMovie("cloud5", "cloud5MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 6) { cloudsMovie.attachMovie("cloud6", "cloud6MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 7) { cloudsMovie.attachMovie("cloud7", "cloud7MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 8) { cloudsMovie.attachMovie("cloud8", "cloud8MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 9) { cloudsMovie.attachMovie("cloud9", "cloud9MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 10) { cloudsMovie.attachMovie("cloud10", "cloud10MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } createCloudsCount = 1; } if (((((((((((createCloudsCount == 1) && (stopLine.hitTest(cloudsMovie.cloud1MC))) || (stopLine.hitTest(cloudsMovie.cloud2MC))) || (stopLine.hitTest(cloudsMovie.cloud3MC))) || (stopLine.hitTest(cloudsMovie.cloud4MC))) || (stopLine.hitTest(cloudsMovie.cloud5MC))) || (stopLine.hitTest(cloudsMovie.cloud6MC))) || (stopLine.hitTest(cloudsMovie.cloud7MC))) || (stopLine.hitTest(cloudsMovie.cloud8MC))) || (stopLine.hitTest(cloudsMovie.cloud9MC))) || (stopLine.hitTest(cloudsMovie.cloud10MC))) { if (cloudCount1 == 1) { removeMovieClip(cloudsMovie.cloud1MC); createCloudsCount = 0; } if (cloudCount1 == 2) { removeMovieClip(cloudsMovie.cloud2MC); createCloudsCount = 0; } if (cloudCount1 == 3) { removeMovieClip(cloudsMovie.cloud3MC); createCloudsCount = 0; } if (cloudCount1 == 4) { removeMovieClip(cloudsMovie.cloud4MC); createCloudsCount = 0; } if (cloudCount1 == 5) { removeMovieClip(cloudsMovie.cloud5MC); createCloudsCount = 0; } if (cloudCount1 == 6) { removeMovieClip(cloudsMovie.cloud6MC); createCloudsCount = 0; } if (cloudCount1 == 7) { removeMovieClip(cloudsMovie.cloud7MC); createCloudsCount = 0; } if (cloudCount1 == 8) { removeMovieClip(cloudsMovie.cloud8MC); createCloudsCount = 0; } if (cloudCount1 == 9) { removeMovieClip(cloudsMovie.cloud9MC); createCloudsCount = 0; } if (cloudCount1 == 10) { removeMovieClip(cloudsMovie.cloud10MC); createCloudsCount = 0; } cloudCount1 = cloudCount2; } } function perder() { if (cloudsMovie.cloud1MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud2MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud3MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud4MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud5MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud6MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud7MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud8MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud9MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud10MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } } function gravity() { plane._y = plane._y + 10; if (up == 0) { plane.gotoAndStop("1"); } up = 0; } function air() { onMouseDown = function () { mousePress = 1; }; onMouseUp = function () { mousePress = 0; }; if (mousePress == 1) { plane.gotoAndStop("2"); plane._y = plane._y - 20; up = 1; } } function badCloud() { if (cloudsMovie.cloud3MC.darkCloud.hitTest(plane._x, plane._y, true) || (thunders == 1)) { thunders = 1; thundersGraph.nextFrame(); stormSound.start(); } if (cloudsMovie.cloud8MC.darkCloud.hitTest(plane._x, plane._y, true) || (thunders == 1)) { thunders = 1; thundersGraph.nextFrame(); stormSound.start(); } if (cloudsMovie.cloud8MC.god.cloud4Silva.hitTest(plane._x, plane._y, true) || (thunders == 1)) { visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); angelSound.start(); } if (cloudsMovie.cloud8MC.god.hitTest(plane._x, plane._y, true) || (thunders == 1)) { visibilityGraph.prevFrame(); } if (cloudsMovie.cloud6MC.god.cloud4Silva.hitTest(plane._x, plane._y, true) || (thunders == 1)) { visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); angelSound.start(); } if (cloudsMovie.cloud6MC.god.hitTest(plane._x, plane._y, true) || (thunders == 1)) { visibilityGraph.prevFrame(); } } function countMiles() { Miles = Miles + 1; } function smoke() { smoke15._y = smoke14._y + 7; smoke14._y = smoke13._y - 2; smoke13._y = smoke12._y + 2; smoke12._y = smoke11._y + 6; smoke11._y = smoke10._y + 1; smoke10._y = smoke9._y - 8; smoke9._y = smoke8._y + 1; smoke8._y = smoke7._y + 4; smoke7._y = smoke6._y + 2; smoke6._y = smoke5._y - 5; smoke5._y = smoke4._y + 2; smoke4._y = smoke3._y + 8; smoke3._y = smoke2._y; smoke2._y = smoke1._y; smoke1._y = plane._y + 6; if (up == 0) { smoke1._y = smoke1._y - 40; } } function badAltitude() { if ((plane._y < 0) || (plane._y > 500)) { perdio = 1; } } function soundLoop() { windSound.onSoundComplete = function () { windSound.start(); }; } theme.stop(); speedCount = 5; speedCounter = 0; verifyRandom = 0; startMap = 0; up = 0; conteo = 0; Miles = 0; perdio = 0; cloudsMoveAmount = 20; thunders = 0; var windSound = new Sound(); windSound.attachSound("Space Wind"); windSound.start(); windSound.setVolume(10); var stormSound = new Sound(); stormSound.attachSound("Foreign Storm"); stormSound.setVolume(50); var angelSound = new Sound(); angelSound.attachSound("Angel Wonder"); angelSound.setVolume(50); createCloudsCount = 0; onEnterFrame = function () { if (perdio == 0) { setSpeed(); checkClouds(); started(); perder(); gravity(); air(); badCloud(); countMiles(); smoke(); badAltitude(); soundLoop(); } if (perdio == 1) { gotoAndStop ("F3"); } };
Frame 204
started = 0; if (started == 0) { var theme = new Sound(); theme.attachSound("The Beat 02"); theme.start(); } onEnterFrame = function () { if (started == 1) { theme.stop(); } };
Instance of Symbol 586 MovieClip in Frame 204
on (press) { this._parent.gotoAndStop(2); }
Frame 205
theme.stop();
Frame 208
stop();
Frame 224
stop(); var HOUSESPEED = 5; var HOUSESPACE = 40; var shootTimerRESET = 15; _root.win._visible = false; var houseTimer = HOUSESPACE; var shootTimer = 15; var AMPM = " PM"; var hour = 11; var minute = 0; var timer = "11:00 PM"; var houseCount = 0; var houseDeleted = 0; var presentCount = 0; var particleCount = 0; var coalCount = 0; var birdCount = 0; var SCOREINC = 100; var SCOREDEC = 100; var BIRDDEC = 50; var score = 0; var avgDis = 0; var disTot = 0; var shots = 0; var miss = 0; var hit = 0; _root.crosshair.swapDepths(1000000); _root.onMouseDown = function () { if (shootTimer == 0) { if (_root.gun._currentframe == 1) { duplicateMovieClip (_root.presents, "presant" + _root.presentCount, 6000 + _root.presentCount); _root.presentCount++; } else { duplicateMovieClip (_root.coal, "coal" + _root.coalCount, 5000 + _root.coalCount); _root.coalCount++; } shootTimer = _root.shootTimerRESET; } }; onEnterFrame = function () { if (shootTimer > 0) { shootTimer--; } if (score < 0) { score = 0; } }; var snowCount = 0; snowGen = setInterval(function () { if (_root.snowCount == 250) { _root.snowCount = 0; } duplicateMovieClip (_root.snow, "snow" + _root.snowCount, 10000 + _root.snowCount); _root.snowCount++; }, 50); timerInterval = setInterval(function () { _root.minute++; if ((_root.minute == 60) && (_root.hour == 4)) { clearInterval(snowGen); _root.gotoAndStop("CS_over"); i = 0; while (i < _root.houseCount) { removeMovieClip(_root["house" + i]); i++; } i = 0; while (i < 250) { removeMovieClip(_root["snow" + i]); i++; } i = 0; while (i < _root.birdCount) { removeMovieClip(_root["bird" + i]); i++; } clearInterval(timerInterval); } else { if (_root.minute == 60) { if (_root.hour == 12) { _root.hour = 0; } _root.hour++; _root.minute = 0; } if (_root.hour == 1) { _root.AMPM = " AM"; } if (_root.minute < 10) { _root.timer = ((_root.hour + ":0") + _root.minute) + _root.AMPM; } else { _root.timer = ((_root.hour + ":") + _root.minute) + _root.AMPM; } } }, 100);
Instance of Symbol 780 MovieClip "house" in Frame 224
onClipEvent (load) { this.chimney.gotoAndStop(random(3) + 1); this.roof.gotoAndStop(random(3) + 1); this.wall.gotoAndStop(random(3) + 1); if (this._name != "house") { this._width = random(85) + 100; this._height = random(85) + 100; this._y = 385; this._x = 600 + (this._width / 2); ranZ = random(2); if (ranZ == 0) { this._xscale = -100; } } } onClipEvent (enterFrame) { if (this._name != "house") { this._x = this._x - _root.HOUSESPEED; if (this._x < (-(this._width / 2))) { _root.houseDeleted++; removeMovieClip(this); } } }
Instance of Symbol 783 MovieClip in Frame 224
onClipEvent (enterFrame) { houseSpawn = random(10); birdSpawn = random(110); if (birdSpawn == 0) { duplicateMovieClip (_root.bird, "bird" + _root.birdCount, 1000 + _root.birdCount); _root.birdCount++; } if ((houseSpawn == 0) && (_root.houseTimer == 0)) { duplicateMovieClip (_root.house, "house" + _root.houseCount, 100 + _root.houseCount); _root.houseCount++; _root.houseTimer = _root.HOUSESPACE; } else if (_root.houseTimer > 0) { _root.houseTimer--; } }
Instance of Symbol 787 MovieClip "coal" in Frame 224
onClipEvent (load) { if (this._name != "coal") { _root.shots++; this._rotation = _root.gun._rotation + 90; score = 0; speed = 20; this._x = _root.gun._x; this._y = _root.gun._y; } } onClipEvent (enterFrame) { if (this._name != "coal") { if (_rotation > 180) { _y = (_y + (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (speed * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (speed * Math.sin((Math.PI/180) * _rotation))); } if ((((this._x < -20) || (this._x > 570)) || (this._y > 420)) || (this._y < -20)) { _root.miss++; removeMovieClip(this); } duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root["particle" + _root.particleCount].gotoAndStop(3); _root.particleCount++; duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root["particle" + _root.particleCount].gotoAndStop(3); _root.particleCount++; duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root["particle" + _root.particleCount].gotoAndStop(3); _root.particleCount++; score++; i = _root.houseDeleted; while (i < _root.houseCount) { if (_root["house" + i].hitBox.hitTest(this._x, this._y, false) && (_root["house" + i]._currentframe > 1)) { _root.score = _root.score - _root.SCOREDEC; _root.hit++; removeMovieClip(this); } else if (_root["house" + i].hitBox.hitTest(this._x, this._y, false) && (_root["house" + i]._currentframe == 1)) { _root.disTot = _root.disTot + score; _root.score = _root.score + (_root.SCOREINC + score); _root.hit++; removeMovieClip(this); } i++; } } }
Instance of Symbol 789 MovieClip "sleigh" in Frame 224
onClipEvent (load) { xSpeed = 0; ySpeed = 0; accel = 0.5; decel = 0.5; halfWidth = this._width / 2; halfHeight = this._height / 2; } onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y - ySpeed; _root.gun._x = this._x; _root.gun._y = this._y; if (Key.isDown(68) && (this._x < (550 - halfWidth))) { xSpeed = xSpeed + accel; } else if (Key.isDown(65) && (this._x > (0 + halfWidth))) { xSpeed = xSpeed - accel; } else if (xSpeed > 0) { xSpeed = xSpeed - decel; if (xSpeed < 0) { xSpeed = 0; } } else if (xSpeed < 0) { xSpeed = xSpeed + decel; if (xSpeed > 0) { xSpeed = 0; } } if (Key.isDown(87) && (this._y > (0 + halfHeight))) { ySpeed = ySpeed + accel; this._rotation = this._rotation - 0.25; } else if (Key.isDown(83) && (this._y < (200 - halfHeight))) { ySpeed = ySpeed - accel; this._rotation = this._rotation + 0.25; } else { if (ySpeed > 0) { ySpeed = ySpeed - decel; if (ySpeed < 0) { ySpeed = 0; } } else if (ySpeed < 0) { ySpeed = ySpeed + decel; if (ySpeed > 0) { ySpeed = 0; } } if (this._rotation > 0) { this._rotation = this._rotation - 2; if (this._rotation < 0) { this._rotation = 0; } } else if (this._rotation < 0) { this._rotation = this._rotation + 2; if (this._rotation > 0) { this._rotation = 0; } } } while (this._x < (0 + halfWidth)) { xSpeed = 0; this._x++; } while (this._x > (600 - halfWidth)) { xSpeed = 0; this._x--; } while (this._y < (0 + halfHeight)) { ySpeed = 0; this._y++; } while (this._y > (200 - halfHeight)) { ySpeed = 0; this._y--; } duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x - 45; _root["particle" + _root.particleCount]._y = this._y + 8; _root["particle" + _root.particleCount]._rotation = ((this._rotation - 90) + random(30)) - 15; _root["particle" + _root.particleCount].gotoAndStop(2); _root.particleCount++; }
Instance of Symbol 791 MovieClip "crosshair" in Frame 224
onClipEvent (load) { this.startDrag(true); Mouse.hide(); }
Instance of Symbol 795 MovieClip "gun" in Frame 224
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int((radAngle * 360) / (Math.PI*2)); if (Key.isDown(81)) { this.gotoAndStop(1); } else if (Key.isDown(69)) { this.gotoAndStop(2); } }
Instance of Symbol 799 MovieClip "presents" in Frame 224
onClipEvent (load) { this.gotoAndStop(random(3) + 1); if (this._name != "presents") { _root.shots++; this._rotation = _root.gun._rotation + 90; score = 0; speed = 20; this._x = _root.gun._x; this._y = _root.gun._y; } } onClipEvent (enterFrame) { if (this._name != "presents") { duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root.particleCount++; duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root.particleCount++; duplicateMovieClip (_root.particle, "particle" + _root.particleCount, 50000 + _root.particleCount); _root["particle" + _root.particleCount]._x = this._x; _root["particle" + _root.particleCount]._y = this._y; _root["particle" + _root.particleCount]._rotation = (this._rotation + random(90)) - 45; _root.particleCount++; if (_rotation > 180) { _y = (_y + (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (speed * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (speed * Math.sin((Math.PI/180) * _rotation))); } score++; if ((((this._x < -20) || (this._x > 570)) || (this._y > 420)) || (this._y < -20)) { _root.miss++; removeMovieClip(this); } i = _root.houseDeleted; while (i < _root.houseCount) { if (_root["house" + i].hitBox.hitTest(this._x, this._y, false) && (_root["house" + i].chimney._currentframe > 1)) { _root.score = _root.score + (_root.SCOREINC + score); _root.hit++; removeMovieClip(this); } else if (_root["house" + i].hitBox.hitTest(this._x, this._y, false) && (_root["house" + i].chimney._currentframe == 1)) { _root.score = _root.score - _root.SCOREDEC; _root.disTot = _root.disTot + score; _root.hit++; removeMovieClip(this); } i++; } } }
Instance of Symbol 801 MovieClip "snow" in Frame 224
onClipEvent (load) { if (this._name != "snow") { speed = 3; xSpeed = random(3) - 4; ran = random(25) + 25; this._xscale = ran; this._yscale = ran; this._x = random(900); this._y = -(this._width / 2); } } onClipEvent (enterFrame) { if (this._name != "snow") { this._y = this._y + speed; this._x = this._x + xSpeed; if (this._y > (400 + (this._height / 2))) { removeMovieClip(this); } } }
Instance of Symbol 807 MovieClip "bird" in Frame 224
onClipEvent (load) { if (this._name != "bird") { dead = false; speed = 8; this._x = 550 + (this._width / 2); this._y = random(200 - this._height) + (this._height / 2); } } onClipEvent (enterFrame) { if (this._name != "bird") { if (!dead) { this._x = this._x - speed; } else if (dead) { speed++; } if ((this._x < (-(this._width / 2))) && (this._y > (600 + (this._width / 2)))) { removeMovieClip(this); } if (this.hitTest(_root.sleigh) && (!dead)) { _root.score = _root.score - _root.BIRDDEC; speed = -5; stop(); dead = true; } if (dead) { this._rotation = 180; this._y = this._y + speed; } } }
Instance of Symbol 810 MovieClip "particle" in Frame 224
onClipEvent (load) { if (this._name != "particle") { speed = 5; this._width = 1; this._height = 1; } } onClipEvent (enterFrame) { if (this._name != "particle") { this._alpha = this._alpha - 10; speed = speed - 0.25; this._width = this._width + 0.5; this._height = this._height + 0.5; if (_rotation > 180) { _y = (_y + (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (speed * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (speed * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (speed * Math.sin((Math.PI/180) * _rotation))); } if (this._alpha < 1) { removeMovieClip(this); } } }
Frame 238
avgDis = Math.round((disTot / shots) * 10); _root.crosshair.removeMovieClip(); Mouse.show();
Frame 253
stop(); var PC_snowCount = 0; snowGen = setInterval(function () { if (_root.PC_snowCount == 250) { _root.PC_snowCount = 0; } duplicateMovieClip (_root.PC_snow, "PC_snow" + _root.PC_snowCount, 1000 + _root.PC_snowCount); _root.PC_snowCount++; }, 50);
Instance of Symbol 823 MovieClip "PC_snow" in Frame 253
onClipEvent (load) { if (this._name != "snow") { speed = 3; xSpeed = random(3) - 4; ran = random(25) + 25; this._xscale = ran; this._yscale = ran; this._x = random(900); this._y = -(this._width / 2); } } onClipEvent (enterFrame) { if (this._name != "snow") { this._y = this._y + speed; this._x = this._x + xSpeed; if (this._y > (400 + (this._height / 2))) { removeMovieClip(this); } } }
Frame 258
var PC_presentCount = 0; var PC_score = 0; PC_pTimer = random(45) + 15; PC_time = 45; onEnterFrame = function () { if (PC_pTimer > 0) { PC_pTimer--; } else { duplicateMovieClip (_root.PC_present, "PC_present" + _root.PC_presentCount, 2000 + _root.PC_presentCount); if (_root.PC_presentCount <= 100) { _root.PC_presentCount++; } else { _root.PC_presentCount = 0; } PC_pTimer = random(20) + 10; } }; timerInterval = setInterval(function () { _root.PC_time--; if (_root.PC_time == 0) { _root.gotoAndStop("PC_over"); clearInterval(timerInterval); } }, 1000); snowGen = setInterval(function () { if (_root.PC_snowCount == 250) { _root.PC_snowCount = 0; } duplicateMovieClip (_root.PC_snow, "PC_snow" + _root.PC_snowCount, 1000 + _root.PC_snowCount); _root.PC_snowCount++; }, 50);
Instance of Symbol 840 MovieClip "PC_present" in Frame 258
onClipEvent (load) { this.gotoAndStop(random(4) + 1); if (this._name != "present") { wid = this._width; this._rotation = random(360); this._x = random(550 - this.wid) + (this.wid / 2); speed = random(2) + 6; rotSpeed = random(9) - 4; } } onClipEvent (enterFrame) { if (this._name != "PC_present") { this._y = this._y + speed; this._rotation = this._rotation + rotSpeed; if (this._y > (400 + (this._height / 2))) { if (_root.PC_score >= 50) { _root.PC_score = _root.PC_score - 25; } else { _root.PC_score = 0; } removeMovieClip(this); } } }
Instance of Symbol 823 MovieClip "snow" in Frame 258
onClipEvent (load) { if (this._name != "snow") { speed = 3; xSpeed = random(3) - 4; ran = random(25) + 25; this._xscale = ran; this._yscale = ran; this._x = random(900); this._y = -(this._width / 2); } } onClipEvent (enterFrame) { if (this._name != "snow") { this._y = this._y + speed; this._x = this._x + xSpeed; if (this._y > (400 + (this._height / 2))) { removeMovieClip(this); } } }
Instance of Symbol 848 MovieClip "PC_sled" in Frame 258
onClipEvent (load) { this.swapDepths(5000); xSpeed = 0; } onClipEvent (enterFrame) { if (_root.PC_time == 0) { this.removeMovieClip(); } this._x = this._x + xSpeed; if (Key.isDown(39) && (xSpeed < 20)) { xSpeed++; } if (Key.isDown(37) && (xSpeed > -20)) { xSpeed--; } if ((!Key.isDown(37)) && (!Key.isDown(39))) { if (xSpeed > 0) { xSpeed--; } else if (xSpeed < 0) { xSpeed++; } } if (this._x > (550 - (this._width / 2))) { this._x = 550 - (this._width / 2); xSpeed = 0; } else if (this._x < (0 + (this._width / 2))) { this._x = 0 + (this._width / 2); xSpeed = 0; } i = 0; while (i < 100) { if (this.PC_hitArea.hitTest(_root["PC_present" + i])) { _root.PC_score = _root.PC_score + (100 + Math.round((_root["PC_present" + i]._width / 2) - Math.abs(this._x - _root["PC_present" + i]._x))); removeMovieClip(_root["PC_present" + i]); } i++; } }
Frame 263
i = 0; while (i <= 102) { removeMovieClip(_root["PC_present" + i]); i++; } snowGen = setInterval(function () { if (_root.PC_snowCount == 250) { _root.PC_snowCount = 0; } duplicateMovieClip (_root.PC_snow, "PC_snow" + _root.PC_snowCount, 1000 + _root.PC_snowCount); _root.PC_snowCount++; }, 50);
Frame 268
stop();
Frame 273
stop(); var PF_presentSpeed = 4; var PF_presentCount = 0; var PF_toyCount = 0; var PF_score = 0; PF_pTimer = random(30); PF_tTimer = 0; PF_dropped = 0; PF_missed = 0; PF_packed = 0; PF_time = 45; onEnterFrame = function () { if (PF_pTimer == 0) { duplicateMovieClip (_root.PF_present, "PF_present" + _root.PF_presentCount, 100 + _root.PF_presentCount); if (_root.PF_presentCount < 100) { _root.PF_presentCount++; } else { _root.PF_presentCount = 0; } PF_pTimer = random(30) + 30; } else { PF_pTimer--; } if (PF_tTimer > 0) { PF_tTimer--; } }; onMouseDown = function () { if (PF_tTimer == 0) { duplicateMovieClip (_root.PF_toy, "PF_toy" + _root.PF_toyCount, 200 + _root.PF_toyCount); if (_root.PF_toyCount < 100) { _root.PF_toyCount++; } else { _root.PF_toyCount = 0; } PF_tTimer = 15; } }; timerInterval = setInterval(function () { _root.PF_time--; if (_root.PF_time == 0) { _root.gotoAndStop("PF_over"); } }, 1000);
Instance of Symbol 872 MovieClip "PF_present" in Frame 273
onClipEvent (load) { this.gotoAndStop(random(4) + 1); this._xscale = random(50) + 75; this._yscale = random(50) + 75; hit = false; } onClipEvent (enterFrame) { if (this._name != "PF_present") { this._x = this._x - _root.PF_presentSpeed; if (this._x < (-(this._width / 2))) { if ((_root.PF_score >= 150) && (!hit)) { _root.PF_missed++; _root.PF_score = _root.PF_score - 150; } else if (_root.PF_score < 150) { _root.PF_missed++; _root.PF_score = 0; } removeMovieClip(this); } } }
Instance of Symbol 877 MovieClip "PF_pipe" in Frame 273
onClipEvent (load) { this.stop(); this.swapDepths(100000); } onClipEvent (enterFrame) { this._x = _root._xmouse; if (Key.isDown(65)) { this.gotoAndStop(1); } else if (Key.isDown(83)) { this.gotoAndStop(2); } else if (Key.isDown(68)) { this.gotoAndStop(3); } else if (Key.isDown(70)) { this.gotoAndStop(4); } }
Instance of Symbol 883 MovieClip "PF_toy" in Frame 273
onClipEvent (load) { if (this._name != "PF_toy") { this.gotoAndStop(_root.PF_pipe._currentframe); this._x = _root.PF_pipe._x; this._y = _root.PF_pipe._y; speed = 1; } } onClipEvent (enterFrame) { speed++; this._y = this._y + speed; i = 0; while (i < 100) { if ((this.hitTest(_root["PF_present" + i]) && (!_root["PF_present" + i].hit)) && (_root["PF_present" + i]._currentframe == this._currentframe)) { _root.PF_score = _root.PF_score + (100 + Math.round((_root["PF_present" + i]._width / 2) - Math.abs(this._x - _root["PF_present" + i]._x))); _root["PF_present" + i].hit = true; _root.PF_packed++; removeMovieClip(this); } i++; } if (this._y > 400) { if (_root.PF_score >= 150) { _root.PF_score = _root.PF_score - 150; } else { _root.PF_score = 0; } _root.PF_dropped++; removeMovieClip(this); } }
Frame 278
removeMovieClip(_root.PF_pipe); clearInterval(timerInterval); i = 0; while (i <= 100) { removeMovieClip(_root["PF_present" + i]); i++; }
Symbol 20 MovieClip [esplode] Frame 22
stop();
Symbol 23 MovieClip [snowball] Frame 29
stop();
Instance of Symbol 25 MovieClip in Symbol 32 MovieClip [power] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.game.shooter.body) == true) { tellTarget ("_root.game.health") { prevFrame(); }; removeMovieClip("_root.game.power"); _root.game.pp.play(); } }
Instance of Symbol 30 MovieClip in Symbol 32 MovieClip [power] Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.game.shooter.body) == true) { _root.game.shooter.mspeed = 12; removeMovieClip("_root.game.power"); _root.game.pt.play(); } }
Symbol 35 MovieClip [ammo] Frame 26
stop();
Symbol 61 Button
on (release) { getURL ("http://www.cheezeworld.com/blog", _blank); }
Symbol 71 MovieClip [Evilelf] Frame 1
function endPhase1(done) { if (done) { BG.theScore = 0; clearInterval(endP1ID); deInitializeBG(); deInitializePresent(); deInitializePlayer(); startPhase1(); } else { Gameworld.State = "phase2"; endP1ID = setInterval(endPhase1, 3000, {done:true}); } } function runPhase1() { if (Player.isAlive) { moveChainedPresents(); moveElf(); } else { endPhase1(); } } function initializeBG() { switch (Gameworld.State) { case "phase1" : var _local1 = attachMovie("Phase1BG", "Phase1BG", 1); break; case "phase2" : break; case "menu" : } } function deInitializeBG() { removeMovieClip(BG); } function startPhase1() { Player = new Object(); Gameworld = new Object(); initializePlayer(); initializePresent(); Gameworld.State = "phase1"; initializeBG(); } function hitWorldPresent() { somesound = new Sound(); somesound.attachSound("pop"); somesound.start(0, 1); BG.theScore++; Gameworld.Present.S._x = (GRIDX + (CELLSIZE / 2)) + (Math.floor(Math.random() * GRIDHCELLS) * CELLSIZE); Gameworld.Present.S._y = (GRIDY + (CELLSIZE / 2)) + (Math.floor(Math.random() * GRIDVCELLS) * CELLSIZE); var _local1 = Player.presents.length; addToChain(_local1); } function initializePresent() { Gameworld.Present = {}; Gameworld.Present.S = attachMovie("Present", "Present", 300); Gameworld.Present.S._x = (GRIDX + (CELLSIZE / 2)) + (Math.floor(0.3 * GRIDHCELLS) * CELLSIZE); Gameworld.Present.S._y = (GRIDY + (CELLSIZE / 2)) + (Math.floor(0.3 * GRIDVCELLS) * CELLSIZE); } function deInitializePresent() { removeMovieClip(Gameworld.Present.S); } function addToChain(Index) { Player.presents[Index] = {}; Player.presents[Index].MC = attachMovie("Present", "Present" + Index, 200 + Index); Player.presents[Index].MC._x = Player.presents[Index - 1].MC._x; Player.presents[Index].MC._y = Player.presents[Index - 1].MC._y; Player.presents[Index].MC.Index = Index; Player.presents[Index].counter = PLAYERCOUNTER; Player.presents[Index].canTurn = false; Player.presents[Index].speed = CELLSIZE / PLAYERCOUNTER; Player.presents[Index].vX = 0; Player.presents[Index].vY = 0; Player.presents[Index].newDir = Player.presents[Index - 1].dir; Player.presents[Index].dir = Player.presents[Index - 1].dir; Player.presents[Index].isAlive = true; } function initializePlayer() { Player.MC = attachMovie("Elf", "Elf", 100); Player.MC._x = GRIDX + (CELLSIZE / 2); Player.MC._y = GRIDY + (CELLSIZE / 2); Player.counter = PLAYERCOUNTER; Player.canTurn = false; Player.speed = CELLSIZE / PLAYERCOUNTER; Player.vX = Player.speed; Player.vY = 0; Player.dir = 3; Player.isAlive = true; Player.presents = new Array(); var _local1 = 0; Player.presents[_local1] = {}; Player.presents[_local1].MC = attachMovie("Present", "Present" + _local1, 200 + _local1); Player.presents[_local1].MC._x = Player.MC._x; Player.presents[_local1].MC._y = Player.MC._y; Player.presents[_local1].MC.Index = _local1; Player.presents[_local1].counter = PLAYERCOUNTER + 1; Player.presents[_local1].canTurn = false; Player.presents[_local1].speed = CELLSIZE / PLAYERCOUNTER; Player.presents[_local1].vX = 0; Player.presents[_local1].vY = 0; Player.presents[_local1].newDir = Player.dir; Player.presents[_local1].dir = Player.dir; Player.presents[_local1].isAlive = true; } function deInitializePlayer() { removeMovieClip(Player.MC); Player.isAlive = false; i = 0; while (i < Player.presents.length) { removeMovieClip(Player.presents[i].MC); Player.presents[i].isAlive = false; i++; } } function checkPlayerContact() { var _local1 = 0; while (_local1 < Player.presents.length) { if (Player.presents[_local1].MC._x == Player.MC._x) { if (Player.presents[_local1].MC._y == Player.MC._y) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } } else if (Player.presents[_local1].MC.hitTest(Player.MC._x, Player.MC._y + (Player.vY * PLAYERCOUNTER), false)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } _local1++; } if (Gameworld.Present.S._x == Player.MC._x) { if (Gameworld.Present.S._y == Player.MC._y) { hitWorldPresent(); } } else if (Gameworld.Present.S.hitTest(Player.MC._x, Player.MC._y + (Player.vY * PLAYERCOUNTER), false)) { hitWorldPresent(); } } function moveChainedPresents() { Index = 0; while (Index < Player.presents.length) { if (Player.presents[Index].counter == 0) { Player.presents[Index].canTurn = true; } if (Player.presents[Index].canTurn) { Player.presents[Index].counter = PLAYERCOUNTER; if ((Player.presents.length - 1) != Index) { Player.presents[Index + 1].newDir = Player.presents[Index].dir; } changeDirection(Player.presents[Index], Player.presents[Index].newDir); Player.presents[Index].canTurn = false; } Player.presents[Index].MC._x = Player.presents[Index].MC._x + Player.presents[Index].vX; Player.presents[Index].MC._y = Player.presents[Index].MC._y + Player.presents[Index].vY; Player.presents[Index].counter--; Index++; } } function moveElf() { if (Player.counter == 0) { Player.canTurn = true; } if (Player.canTurn) { Player.counter = PLAYERCOUNTER; Player.presents[0].newDir = Player.dir; changeDirection(Player, Player.newDir); Player.canTurn = false; checkPlayerContact(); } Player.MC._x = Player.MC._x + Player.vX; Player.MC._y = Player.MC._y + Player.vY; Player.counter--; if (Player.MC._x > (((GRIDX + (CELLSIZE / 2)) + (GRIDHCELLS * CELLSIZE)) - CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._x < ((GRIDX - (CELLSIZE / 2)) + CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._y > (((GRIDY + (CELLSIZE / 2)) + (GRIDVCELLS * CELLSIZE)) - CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._y < ((GRIDY - (CELLSIZE / 2)) + CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } } function changeDirection(_Obj, dir) { _Obj.dir = dir; switch (dir) { case 1 : if (_Obj.vX == 0) { _Obj.MC._rotation = 180; _Obj.vX = -_Obj.speed; _Obj.vY = 0; } break; case 2 : if (_Obj.vY == 0) { _Obj.MC._rotation = -90; _Obj.vX = 0; _Obj.vY = -_Obj.speed; } break; case 3 : if (_Obj.vX == 0) { _Obj.MC._rotation = 0; _Obj.vX = _Obj.speed; _Obj.vY = 0; } break; case 4 : if (_Obj.vY != 0) { break; } _Obj.MC._rotation = 90; _Obj.vX = 0; _Obj.vY = _Obj.speed; } } function drawGrid() { var _local2 = new Shape(); _local2.graphics.lineStyle(1, 0); var _local1 = 0; while (_local1 < (GRIDHCELLS + 1)) { _local2.graphics.moveTo(GRIDX + (_local1 * CELLSIZE), GRIDY); _local2.graphics.lineTo(GRIDX + (_local1 * CELLSIZE), GRIDY + (CELLSIZE * GRIDVCELLS)); _local1++; } _local1 = 0; while (_local1 < (GRIDVCELLS + 1)) { _local2.graphics.moveTo(GRIDX, GRIDY + (_local1 * CELLSIZE)); _local2.graphics.lineTo(GRIDX + (CELLSIZE * GRIDHCELLS), GRIDY + (_local1 * CELLSIZE)); _local1++; } addChild(_local2); } var CELLSIZE = 48; var GRIDX = 138; var GRIDY = 28; var GRIDHCELLS = 8; var GRIDVCELLS = 7; var PLAYERCOUNTER = 4; var Player; var Gameworld; stop(); startPhase1(); Key.addListener(this); onEnterFrame = function () { switch (Gameworld.State) { case "menu" : return; case "phase1" : runPhase1(); return; case "phase2" : return; case "highscores" : } }; onKeyDown = function () { if (!(Gameworld.State === "phase1")) { } else { switch (Key.getCode()) { case 37 : Player.newDir = 1; return; case 38 : Player.newDir = 2; return; case 39 : Player.newDir = 3; return; case 40 : Player.newDir = 4; } } };
Symbol 106 MovieClip [circlez] Frame 1
_y = -10; _x = (Math.random() * 550); _rotation = random(360); speed = Math.random(3) * 9; onEnterFrame = function () { _y = (_y + speed); if (this.hitTest(_root.pf)) { removeMovieClip(this); _root.plus_p++; } if (this.hitTest(_root.Limit)) { removeMovieClip(this); _root.nextFrame(); } if (_root.nott == 0) { removeMovieClip(this); } };
Symbol 113 Button
on (release) { if (_root.instructions) { this._alpha = 0; _root.instructions = false; trace("erkay"); if (_root.gameOver) { _root.SANTALIFE = 40; _root.gameOver = false; _root.killCount = 0; } } }
Symbol 118 MovieClip [instructions] Frame 1
stop();
Symbol 120 MovieClip [smoke] Frame 10
removeMovieClip(this);
Symbol 138 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 145 MovieClip Frame 81
_root.play(); _root.play();
Symbol 153 Button
on (release) { if (!_global.menu_end) { this.play(); } }
Symbol 154 Button
on (release) { _global.menu_move = true; }
Symbol 155 MovieClip Frame 1
stop(); _global.menu_move = false;
Symbol 155 MovieClip Frame 20
stop(); _global.menu_move = false;
Symbol 155 MovieClip Frame 40
stop(); _global.menu_move = false; _global.menu_end = false;
Symbol 155 MovieClip Frame 60
stop(); _global.menu_move = false; _global.menu_end = true;
Symbol 218 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 235 MovieClip Frame 1
stop(); _root.game.shoot = false;
Symbol 243 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 360 Button
on (release) { _root.nextFrame(); }
Symbol 363 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("main_menu"); }
Symbol 391 MovieClip Frame 13
stop();
Symbol 394 MovieClip Frame 40
stop();
Symbol 395 MovieClip Frame 50
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 411 Button
on (release) { _root.nextFrame(); }
Symbol 415 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("main_menu"); }
Symbol 421 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 6
stop();
Symbol 429 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 2
stop();
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
stop();
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 2
stop();
Symbol 489 MovieClip Frame 3
stop();
Symbol 489 MovieClip Frame 4
stop();
Symbol 497 Button
on (press) { if (_root.instructionsOn == false) { bgSound = new Sound(this); bgSound.attachSound("sound1"); bgSound.start(0, 99); _root.gameStarted = true; _root.gamePause = false; _root.gameScreens.gotoAndStop(3); } }
Symbol 500 Button
on (press) { if (_root.instructionsOn == false) { _root.gotoAndPlay("main_menu"); } }
Symbol 503 Button
on (press) { if (_root.instructionsOn == false) { _root.instructionsScreen._x = 250; _root.instructionsOn = true; } }
Symbol 511 Button
on (press) { _root.gameScreens.gotoAndStop(3); _root.gamePause = false; _root.scoreToNextLv = _root.scoreToNextLv + (Math.round(_root.scoreToNextLv * 0.1) + _root.scoreToNextLv); _root.santa.presentDifficulty = _root.santa.presentDifficulty - 10; _root.santa.obstacleDifficulty = _root.santa.obstacleDifficulty - 30; _root.level++; }
Symbol 517 Button
on (press) { bgSound = new Sound(this); bgSound.attachSound("sound1"); bgSound.start(0, 99); _root.gameStarted = true; _root.gamePause = false; _root.score = 0; _root.gameScreens.gotoAndStop(3); }
Symbol 520 Button
on (press) { function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } bXlnYW1lX25hbWVfdmFyaWFibGU = _root.userName; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score; __rankz_send__("MjA1NWolZSVhJW4lcw==", "dFBpblFYcXI=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.gameScreens.submitButton._y = _root.gameScreens.submitButton._y + 5000; }
Symbol 523 Button
on (press) { getURL ("http://rankz.armorbot.com/santalineguide/", "_blank"); }
Symbol 528 Button
on (press) { _root.gotoAndPlay("main_menu"); }
Symbol 534 MovieClip Frame 1
stop(); _root.correctFrame = _root._currentframe; _root.i = 2; _root.lineColour = 1; _root.score = 0; _root.life = 100; _root.level = 1; _root.gameStarted = false; _root.gamePause = true; _root.scoreToNextLv = 10;
Symbol 534 MovieClip Frame 2
stop();
Symbol 534 MovieClip Frame 3
stop();
Symbol 534 MovieClip Frame 4
stop(); stopAllSounds(); _root.correctFrame = _root._currentframe; _root.i = 2; _root.lineColour = 1; _root.life = 100; _root.level = 1; _root.gameStarted = false; _root.gamePause = true; _root.scoreToNextLv = 10; _root.santa.presentDifficulty = 100; _root.santa.obstacleDifficulty = 300;
Symbol 544 Button
on (press) { _root.instructionsScreen.gotoAndStop(2); }
Symbol 547 Button
on (press) { _root.instructionsOn = false; _root.instructionsScreen._x = 1000; }
Symbol 554 Button
on (press) { _root.instructionsOn = false; _root.instructionsScreen._x = 1000; _root.instructionsScreen.gotoAndStop(1); }
Symbol 559 Button
on (press) { _root.instructionsScreen.gotoAndStop(1); }
Symbol 560 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 2
stop();
Symbol 564 Button
on (release) { _root.nextFrame(); }
Symbol 567 Button
on (release) { getURL ("http://rankz.armorbot.com/Xmas_Ball_catcher/"); }
Symbol 569 Button
on (release) { _root.gotoAndPlay("main_menu"); }
Symbol 581 Button
on (release) { _root.__rankz_send__("MjAzN2olZSVhJW4lcw==", "UnRTS25FTUQ=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.gotoAndStop("game4"); }
Symbol 594 Button
on (release) { gotoAndStop ("F2"); }
Symbol 598 Button
on (release) { gotoAndStop ("F5"); }
Symbol 602 Button
on (release) { _root.gotoAndPlay("main_menu"); }
Symbol 618 MovieClip Frame 4
stop();
Symbol 619 MovieClip Frame 4
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
onEnterFrame = function () { if (this._parent.perdio == 0) { moveSmoke = random(5); if (moveSmoke == 0) { gotoAndPlay ("1"); } if (moveSmoke == 1) { gotoAndPlay ("2"); } if (moveSmoke == 2) { gotoAndPlay ("3"); } if (moveSmoke == 3) { gotoAndPlay ("4"); } if (moveSmoke == 4) { gotoAndPlay ("5"); } if (moveSmoke == 5) { gotoAndPlay ("6"); } } }; stop();
Symbol 632 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 15
this._parent.perdio = 1;
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 15
this._parent.perdio = 1;
Symbol 657 Button
on (release) { gotoAndStop ("F4"); }
Symbol 683 MovieClip Frame 129
stopAllSounds(); stop();
Symbol 688 Button
on (release) { gotoAndStop ("F4"); }
Symbol 692 MovieClip Frame 1
r = 0;
Symbol 692 MovieClip Frame 2
setProperty("snow", _rotation , r); r = r + 2;
Symbol 692 MovieClip Frame 3
gotoAndPlay (2);
Symbol 711 Button
on (release) { _root.game._quality = "low"; }
Symbol 713 Button
on (release) { _root.game._quality = "medium"; }
Symbol 715 Button
on (release) { _root.game._quality = "high"; }
Symbol 716 MovieClip Frame 1
stop();
Instance of Symbol 705 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.game.shooter.body) == true) { _root.game.shooter.mspeed = 10; removeMovieClip("_root.game.power"); _root.game.pt.play(); } }
Instance of Symbol 706 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.game.shooter.body) == true) { tellTarget ("_root.game.health") { prevFrame(); }; removeMovieClip("_root.game.power"); _root.game.pp.play(); } }
Symbol 718 Button
on (release) { _root.gotoAndPlay("main_menu"); }
Symbol 735 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 21
_root.game.gotoAndStop(3);
Symbol 740 MovieClip Frame 60
_root.game.attachMovie("snowball", "snow1", 10, {_x:_root.game.t1._x, _y:_root.game.t1._y}); _root.game.attachMovie("snowball", "snow2", 11, {_x:_root.game.t2._x, _y:_root.game.t2._y}); _root.game.attachMovie("snowball", "snow3", 12, {_x:_root.game.t3._x, _y:_root.game.t3._y}); _root.game.attachMovie("snowball", "snow4", 13, {_x:_root.game.t4._x, _y:_root.game.t4._y}); _root.game.snow1._rotation = _root.game.t1._rotation; _root.game.snow2._rotation = _root.game.t2._rotation; _root.game.snow3._rotation = _root.game.t3._rotation; _root.game.snow4._rotation = _root.game.t4._rotation; gotoAndPlay (1);
Symbol 741 MovieClip Frame 210
_root.game.attachMovie("power", "power", 17, {_x:0, _y:0}); gotoAndStop (1);
Symbol 744 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 125
gotoAndStop (1); _root.game.shooter.mspeed = 6; _root.game.pp.play();
Symbol 748 MovieClip Frame 1
stop(); play_mc.onRelease = function () { _root.game.gotoAndStop(2); }; instr_mc.onRelease = function () { _root.game.box.gotoAndStop(2); }; sett_mc.onRelease = function () { _root.game.box.gotoAndStop(3); };
Instance of Symbol 720 MovieClip in Symbol 748 MovieClip Frame 1
onClipEvent (enterFrame) { this.startDrag(true); Mouse.hide(); }
Symbol 748 MovieClip Frame 2
stop(); shoot = false; score = 0; onealmost = false; onehit = 0; twoalmost = false; twohit = 0; threealmost = false; threehit = 0; fouralmost = false; fourhit = 0; ogone = false; tgone = false; thgone = false; fgone = false; onEnterFrame = function () { if (Key.isDown(32)) { if (shoot == false) { attachMovie("ammo", "ammo", 5, {_x:_root.game.shooter._x, _y:_root.game.shooter._y}); _root.game.ammo._rotation = _root.game.shooter.head._rotation - 90; shoot = true; _root.game.shooter.gotoAndPlay(2); } } if (_root.game.ammo.hitTest(_root.game.t1) == true) { removeMovieClip("ammo"); tellTarget ("t1") { nextFrame(); }; score++; onehit++; } if (onehit == 5) { attachMovie("esplode", "ex", 7, {_x:_root.game.t1._x, _y:_root.game.t1._y - 30}); t1._x = t1._x + 1000; onehit = 0; ogone = true; } if (_root.game.ammo.hitTest(_root.game.t2) == true) { removeMovieClip("ammo"); tellTarget ("t2") { nextFrame(); }; score++; twohit++; } if (twohit == 5) { attachMovie("esplode", "ex", 7, {_x:_root.game.t2._x, _y:_root.game.t2._y - 30}); t2._x = t2._x - 1000; twohit = 0; tgone = true; } if (_root.game.ammo.hitTest(_root.game.t3) == true) { removeMovieClip("ammo"); tellTarget ("t3") { nextFrame(); }; score++; threehit++; } if (threehit == 5) { attachMovie("esplode", "ex", 7, {_x:_root.game.t3._x, _y:_root.game.t3._y - 30}); t3._x = t3._x - 1000; threehit = 0; thgone = true; } if (_root.game.ammo.hitTest(_root.game.t4) == true) { removeMovieClip("ammo"); tellTarget ("t4") { nextFrame(); }; score++; fourhit++; } if (fourhit == 5) { attachMovie("esplode", "ex", 7, {_x:_root.game.t4._x, _y:_root.game.t4._y - 30}); t4._x = t4._x + 1000; fourhit = 0; fgone = true; } if (shooter.body.hitTest(_root.game.snow1) == true) { removeMovieClip("_root.game.snow1"); tellTarget ("health") { nextFrame(); }; } if (shooter.body.hitTest(_root.game.snow2) == true) { removeMovieClip("_root.game.snow2"); tellTarget ("health") { nextFrame(); }; } if (shooter.body.hitTest(_root.game.snow3) == true) { removeMovieClip("_root.game.snow3"); tellTarget ("health") { nextFrame(); }; } if (shooter.body.hitTest(_root.game.snow4) == true) { removeMovieClip("_root.game.snow4"); tellTarget ("health") { nextFrame(); }; } if ((((ogone == true) & (tgone == true)) & (thgone == true)) & (fgone == true)) { _root.game.gotoAndStop(3); removeMovieClip("power"); } };
Instance of Symbol 692 MovieClip in Symbol 748 MovieClip Frame 2
onClipEvent (load) { this._rotation = (Math.random() * 300) + 30; this.snow.gotoAndPlay(8); }
Instance of Symbol 692 MovieClip in Symbol 748 MovieClip Frame 2
onClipEvent (load) { this._rotation = (Math.random() * 300) + 30; this.snow.gotoAndPlay(5); }
Instance of Symbol 692 MovieClip in Symbol 748 MovieClip Frame 2
onClipEvent (load) { this._rotation = (Math.random() * 300) + 30; this.snow.gotoAndPlay(3); }
Instance of Symbol 735 MovieClip "t1" in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.game.shooter._y - this._y, _root.game.shooter._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.game.shooter._y - this._y); _root.xChange = Math.round(_root.game.shooter._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 735 MovieClip "t2" in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.game.shooter._y - this._y, _root.game.shooter._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.game.shooter._y - this._y); _root.xChange = Math.round(_root.game.shooter._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 735 MovieClip "t4" in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.game.shooter._y - this._y, _root.game.shooter._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.game.shooter._y - this._y); _root.xChange = Math.round(_root.game.shooter._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 735 MovieClip "t3" in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.game.shooter._y - this._y, _root.game.shooter._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.game.shooter._y - this._y); _root.xChange = Math.round(_root.game.shooter._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 235 MovieClip "shooter" in Symbol 748 MovieClip Frame 2
onClipEvent (load) { yspeed = 0; xspeed = 0; mspeed = 7; } onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (Key.isDown(65) && (xspeed > (-mspeed))) { xspeed--; } if (Key.isDown(68) && (xspeed < mspeed)) { xspeed++; } if (Key.isDown(87) && (yspeed > (-mspeed))) { yspeed--; } if (Key.isDown(83) && (yspeed < mspeed)) { yspeed++; } if (this._x > 252) { this._x = 252; xspeed = 0; } if (this._x < -247.6) { this._x = -247.5; xspeed = 0; } if (this._y > 176.9) { this._y = 176.9; yspeed = 0; } if (this._y < -153.1) { this._y = -153.1; yspeed = 0; } if ((yspeed > 0) && (!Key.isDown(83))) { yspeed = yspeed - 1; } if ((yspeed < 0) && (!Key.isDown(87))) { yspeed = yspeed + 1; } if ((xspeed > 0) && (!Key.isDown(68))) { xspeed = xspeed - 1; } if ((xspeed < 0) && (!Key.isDown(65))) { xspeed = xspeed + 1; } myRadians = Math.atan2(_root.game._ymouse - this._y, _root.game._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this.head._rotation = myDegrees + 90; }
Symbol 748 MovieClip Frame 3
menu_mc.onRelease = function () { _root.game.gotoAndStop(1); }; ogone = false; tgone = false; thgone = false; fgone = false;
Symbol 749 MovieClip Frame 1
function endPhase1(done) { if (done) { BG.theScore = 0; clearInterval(endP1ID); deInitializeBG(); deInitializePresent(); deInitializePlayer(); startPhase1(); } else { Gameworld.State = "phase2"; endP1ID = setInterval(endPhase1, 3000, {done:true}); } } function runPhase1() { if (Player.isAlive) { moveChainedPresents(); moveElf(); } else { endPhase1(); } } function initializeBG() { switch (Gameworld.State) { case "phase1" : var _local1 = attachMovie("Phase1BG", "Phase1BG", 1); break; case "phase2" : break; case "menu" : } } function deInitializeBG() { removeMovieClip(BG); } function startPhase1() { Player = new Object(); Gameworld = new Object(); initializePlayer(); initializePresent(); Gameworld.State = "phase1"; initializeBG(); } function hitWorldPresent() { somesound = new Sound(); somesound.attachSound("pop"); somesound.start(0, 1); BG.theScore++; Gameworld.Present.S._x = (GRIDX + (CELLSIZE / 2)) + (Math.floor(Math.random() * GRIDHCELLS) * CELLSIZE); Gameworld.Present.S._y = (GRIDY + (CELLSIZE / 2)) + (Math.floor(Math.random() * GRIDVCELLS) * CELLSIZE); var _local1 = Player.presents.length; addToChain(_local1); } function initializePresent() { Gameworld.Present = {}; Gameworld.Present.S = attachMovie("Present", "Present", 300); Gameworld.Present.S._x = (GRIDX + (CELLSIZE / 2)) + (Math.floor(0.3 * GRIDHCELLS) * CELLSIZE); Gameworld.Present.S._y = (GRIDY + (CELLSIZE / 2)) + (Math.floor(0.3 * GRIDVCELLS) * CELLSIZE); } function deInitializePresent() { removeMovieClip(Gameworld.Present.S); } function addToChain(Index) { Player.presents[Index] = {}; Player.presents[Index].MC = attachMovie("Present", "Present" + Index, 200 + Index); Player.presents[Index].MC._x = Player.presents[Index - 1].MC._x; Player.presents[Index].MC._y = Player.presents[Index - 1].MC._y; Player.presents[Index].MC.Index = Index; Player.presents[Index].counter = PLAYERCOUNTER; Player.presents[Index].canTurn = false; Player.presents[Index].speed = CELLSIZE / PLAYERCOUNTER; Player.presents[Index].vX = 0; Player.presents[Index].vY = 0; Player.presents[Index].newDir = Player.presents[Index - 1].dir; Player.presents[Index].dir = Player.presents[Index - 1].dir; Player.presents[Index].isAlive = true; } function initializePlayer() { Player.MC = attachMovie("Elf", "Elf", 100); Player.MC._x = GRIDX + (CELLSIZE / 2); Player.MC._y = GRIDY + (CELLSIZE / 2); Player.counter = PLAYERCOUNTER; Player.canTurn = false; Player.speed = CELLSIZE / PLAYERCOUNTER; Player.vX = Player.speed; Player.vY = 0; Player.dir = 3; Player.isAlive = true; Player.presents = new Array(); var _local1 = 0; Player.presents[_local1] = {}; Player.presents[_local1].MC = attachMovie("Present", "Present" + _local1, 200 + _local1); Player.presents[_local1].MC._x = Player.MC._x; Player.presents[_local1].MC._y = Player.MC._y; Player.presents[_local1].MC.Index = _local1; Player.presents[_local1].counter = PLAYERCOUNTER + 1; Player.presents[_local1].canTurn = false; Player.presents[_local1].speed = CELLSIZE / PLAYERCOUNTER; Player.presents[_local1].vX = 0; Player.presents[_local1].vY = 0; Player.presents[_local1].newDir = Player.dir; Player.presents[_local1].dir = Player.dir; Player.presents[_local1].isAlive = true; } function deInitializePlayer() { removeMovieClip(Player.MC); Player.isAlive = false; i = 0; while (i < Player.presents.length) { removeMovieClip(Player.presents[i].MC); Player.presents[i].isAlive = false; i++; } } function checkPlayerContact() { var _local1 = 0; while (_local1 < Player.presents.length) { if (Player.presents[_local1].MC._x == Player.MC._x) { if (Player.presents[_local1].MC._y == Player.MC._y) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } } else if (Player.presents[_local1].MC.hitTest(Player.MC._x, Player.MC._y + (Player.vY * PLAYERCOUNTER), false)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } _local1++; } if (Gameworld.Present.S._x == Player.MC._x) { if (Gameworld.Present.S._y == Player.MC._y) { hitWorldPresent(); } } else if (Gameworld.Present.S.hitTest(Player.MC._x, Player.MC._y + (Player.vY * PLAYERCOUNTER), false)) { hitWorldPresent(); } } function moveChainedPresents() { Index = 0; while (Index < Player.presents.length) { if (Player.presents[Index].counter == 0) { Player.presents[Index].canTurn = true; } if (Player.presents[Index].canTurn) { Player.presents[Index].counter = PLAYERCOUNTER; if ((Player.presents.length - 1) != Index) { Player.presents[Index + 1].newDir = Player.presents[Index].dir; } changeDirection(Player.presents[Index], Player.presents[Index].newDir); Player.presents[Index].canTurn = false; } Player.presents[Index].MC._x = Player.presents[Index].MC._x + Player.presents[Index].vX; Player.presents[Index].MC._y = Player.presents[Index].MC._y + Player.presents[Index].vY; Player.presents[Index].counter--; Index++; } } function moveElf() { if (Player.counter == 0) { Player.canTurn = true; } if (Player.canTurn) { Player.counter = PLAYERCOUNTER; Player.presents[0].newDir = Player.dir; changeDirection(Player, Player.newDir); Player.canTurn = false; checkPlayerContact(); } Player.MC._x = Player.MC._x + Player.vX; Player.MC._y = Player.MC._y + Player.vY; Player.counter--; if (Player.MC._x > (((GRIDX + (CELLSIZE / 2)) + (GRIDHCELLS * CELLSIZE)) - CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._x < ((GRIDX - (CELLSIZE / 2)) + CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._y > (((GRIDY + (CELLSIZE / 2)) + (GRIDVCELLS * CELLSIZE)) - CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } else if (Player.MC._y < ((GRIDY - (CELLSIZE / 2)) + CELLSIZE)) { Player.isAlive = false; somesound2 = new Sound(); somesound2.attachSound("agony"); somesound2.start(0, 1); } } function changeDirection(_Obj, dir) { _Obj.dir = dir; switch (dir) { case 1 : if (_Obj.vX == 0) { _Obj.MC._rotation = 180; _Obj.vX = -_Obj.speed; _Obj.vY = 0; } break; case 2 : if (_Obj.vY == 0) { _Obj.MC._rotation = -90; _Obj.vX = 0; _Obj.vY = -_Obj.speed; } break; case 3 : if (_Obj.vX == 0) { _Obj.MC._rotation = 0; _Obj.vX = _Obj.speed; _Obj.vY = 0; } break; case 4 : if (_Obj.vY != 0) { break; } _Obj.MC._rotation = 90; _Obj.vX = 0; _Obj.vY = _Obj.speed; } } function drawGrid() { var _local2 = new Shape(); _local2.graphics.lineStyle(1, 0); var _local1 = 0; while (_local1 < (GRIDHCELLS + 1)) { _local2.graphics.moveTo(GRIDX + (_local1 * CELLSIZE), GRIDY); _local2.graphics.lineTo(GRIDX + (_local1 * CELLSIZE), GRIDY + (CELLSIZE * GRIDVCELLS)); _local1++; } _local1 = 0; while (_local1 < (GRIDVCELLS + 1)) { _local2.graphics.moveTo(GRIDX, GRIDY + (_local1 * CELLSIZE)); _local2.graphics.lineTo(GRIDX + (CELLSIZE * GRIDHCELLS), GRIDY + (_local1 * CELLSIZE)); _local1++; } addChild(_local2); } var CELLSIZE = 48; var GRIDX = 138; var GRIDY = 28; var GRIDHCELLS = 8; var GRIDVCELLS = 7; var PLAYERCOUNTER = 4; var Player; var Gameworld; stop(); startPhase1(); Key.addListener(this); onEnterFrame = function () { switch (Gameworld.State) { case "menu" : return; case "phase1" : runPhase1(); return; case "phase2" : return; case "highscores" : } }; onKeyDown = function () { if (!(Gameworld.State === "phase1")) { } else { switch (Key.getCode()) { case 37 : Player.newDir = 1; return; case 38 : Player.newDir = 2; return; case 39 : Player.newDir = 3; return; case 40 : Player.newDir = 4; } } };
Symbol 753 Button
on (release) { _root.gotoAndStop("CS_game"); }
Symbol 756 Button
on (release) { _root.gotoAndPlay("main_menu"); }
Symbol 810 MovieClip Frame 1
stop();
Symbol 813 Button
on (release) { _root.gotoAndPlay("main_menu"); }
Symbol 827 Button
on (release) { _root.gotoAndStop("PC_game"); }
Symbol 831 Button
on (release) { clearInterval(snowGen); _root.gotoAndPlay("main_menu"); }
Symbol 865 Button
on (release) { _root.gotoAndStop("PF_game"); }
Symbol 866 Button
on (release) { _root.gotoAndPlay("main_menu"); }

Library Items

Symbol 1 Sound [The Beat 02]
Symbol 2 Sound [The Beat 0]
Symbol 3 Sound [Space Wind]
Symbol 4 Sound [Foreign Storm]
Symbol 5 Sound [Angel Wonde]
Symbol 6 Sound [angel wonder]
Symbol 7 Sound [pop]
Symbol 8 Sound [agony]
Symbol 9 Sound [sound1]Used by:Timeline
Symbol 10 ShapeTweeningUsed by:19
Symbol 11 ShapeTweeningUsed by:19
Symbol 12 ShapeTweeningUsed by:19
Symbol 13 ShapeTweeningUsed by:19
Symbol 14 ShapeTweeningUsed by:19
Symbol 15 ShapeTweeningUsed by:19
Symbol 16 ShapeTweeningUsed by:19
Symbol 17 ShapeTweeningUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:10 11 12 13 14 15 16 17 18Used by:20
Symbol 20 MovieClip [esplode]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClip [snowball]Uses:22
Symbol 24 GraphicUsed by:25 706
Symbol 25 MovieClipUses:24Used by:32
Symbol 26 GraphicUsed by:32 716
Symbol 27 FontUsed by:28 31 461 474 475 476 477 480 504 531 533 539 548 549 550 551 552 553 642 659 681 685 686 687 707 708 739 745 746 824 825 828 829 861 862 863 864 867
Symbol 28 TextUses:27Used by:32 716
Symbol 29 GraphicUsed by:30 705
Symbol 30 MovieClipUses:29Used by:32
Symbol 31 TextUses:27Used by:32 716
Symbol 32 MovieClip [power]Uses:25 26 28 30 31
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClip [ammo]Uses:34
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:50
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:50
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:50
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:50
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:50
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:50
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClipUses:37 39 41 43 45 47 49Used by:51
Symbol 51 MovieClip [Elf]Uses:50
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClip [Present]Uses:54
Symbol 56 GraphicUsed by:68 135 138 810
Symbol 57 GraphicUsed by:58 61
Symbol 58 MovieClipUses:57Used by:61
Symbol 59 GraphicUsed by:60 61
Symbol 60 MovieClipUses:59Used by:61
Symbol 61 ButtonUses:58 60 57 59Used by:68
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:68
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:66Used by:68
Symbol 68 MovieClip [Phase1BG]Uses:56 61 63 65 67
Symbol 69 MovieClip [menu]
Symbol 70 GraphicUsed by:71 155 397 749  Timeline
Symbol 71 MovieClip [Evilelf]Uses:70
Symbol 72 GraphicUsed by:78 82 93 94 95 96 97 100
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:76 77 81 89
Symbol 76 MovieClipUses:73 75Used by:78 82 94 95 100
Symbol 77 MovieClipUses:75Used by:78 82 94 95 96 97 102
Symbol 78 MovieClip [cloud10]Uses:72 76 77
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:80 75Used by:82 93 94 95 96 97 99 100 102
Symbol 82 MovieClip [cloud9]Uses:72 81 77 76
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:84 85Used by:87
Symbol 87 MovieClipUses:83 86Used by:93 99
Symbol 88 GraphicUsed by:92
Symbol 89 MovieClipUses:75Used by:92
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClipUses:88 89 91Used by:93 95
Symbol 93 MovieClip [cloud8]Uses:72 81 87 92
Symbol 94 MovieClip [cloud7]Uses:72 77 81 76
Symbol 95 MovieClip [cloud6]Uses:72 76 77 81 92
Symbol 96 MovieClip [cloud5]Uses:72 81 77
Symbol 97 MovieClip [cloud4]Uses:72 77 81
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClip [cloud3]Uses:98 81 87
Symbol 100 MovieClip [cloud2]Uses:72 76 81
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClip [cloud1]Uses:101 77 81
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClip [Symbol 13]Uses:103
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClip [circlez]Uses:105
Symbol 107 GraphicUsed by:111 115
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:111 115 117
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:107 109 110Used by:118
Symbol 112 GraphicUsed by:113
Symbol 113 ButtonUses:112Used by:118
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:107 109 114Used by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116 109Used by:118
Symbol 118 MovieClip [instructions]Uses:111 113 115 117
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClip [smoke]Uses:119Used by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:126
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:122 124 125Used by:135
Symbol 127 GraphicUsed by:135
Symbol 128 ShapeTweeningUsed by:135
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:135
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:135
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:135
Symbol 135 MovieClipUses:126 127 128 130 132 134 56Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:145
Symbol 138 ButtonUses:56Used by:145
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:145
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:145
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:145
Symbol 145 MovieClipUses:137 138 140 142 144 SS1Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:155
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:155
Symbol 151 GraphicUsed by:153 154
Symbol 152 GraphicUsed by:153 154
Symbol 153 ButtonUses:151 152Used by:155
Symbol 154 ButtonUses:151 152Used by:155
Symbol 155 MovieClipUses:70 148 150 153 154Used by:Timeline
Symbol 156 GraphicUsed by:159
Symbol 157 FontUsed by:158
Symbol 158 TextUses:157Used by:159
Symbol 159 MovieClipUses:156 158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:210
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:210
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:210
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:210
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:210
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:210
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:210
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:210
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:210
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:210
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:210
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:210
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:210
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:210
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:210
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:210
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:210
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:210
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:210
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:210
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:210
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:210
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:210
Symbol 210 MovieClipUses:165 167 169 171 173 175 177 179 181 183 185 187 189 191 193 195 197 199 201 203 205 207 209Used by:Timeline
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 GraphicUsed by:218
Symbol 215 GraphicUsed by:216 218
Symbol 216 MovieClipUses:215Used by:218
Symbol 217 GraphicUsed by:218
Symbol 218 ButtonUses:214 216 217 215Used by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 SoundUsed by:Timeline
Symbol 224 GraphicUsed by:243
Symbol 225 ShapeTweeningUsed by:243
Symbol 226 GraphicUsed by:236
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:235
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:235
Symbol 231 GraphicUsed by:235
Symbol 232 GraphicUsed by:235
Symbol 233 ShapeTweeningUsed by:235
Symbol 234 GraphicUsed by:235 723 738
Symbol 235 MovieClipUses:228 230 231 232 233 234Used by:236 748
Symbol 236 MovieClipUses:226 235Used by:243
Symbol 237 GraphicUsed by:243
Symbol 238 GraphicUsed by:243
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:239Used by:243 253 264 282 292 302 318 330 347 356
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:224 225 236 237 238 240 241 242Used by:Timeline
Symbol 244 GraphicUsed by:253
Symbol 245 ShapeTweeningUsed by:253
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246Used by:253
Symbol 248 GraphicUsed by:253
Symbol 249 GraphicUsed by:253
Symbol 250 GraphicUsed by:253
Symbol 251 GraphicUsed by:253
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:244 245 247 248 249 240 250 251 252Used by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:264
Symbol 256 GraphicUsed by:264
Symbol 257 GraphicUsed by:264
Symbol 258 ShapeTweeningUsed by:264
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:264
Symbol 261 GraphicUsed by:264
Symbol 262 GraphicUsed by:264
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:255 256 257 258 260 261 240 262 263Used by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:282
Symbol 267 ShapeTweeningUsed by:282
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:282
Symbol 270 GraphicUsed by:282
Symbol 271 GraphicUsed by:282
Symbol 272 GraphicUsed by:282
Symbol 273 GraphicUsed by:282
Symbol 274 GraphicUsed by:282
Symbol 275 GraphicUsed by:282
Symbol 276 GraphicUsed by:282
Symbol 277 GraphicUsed by:282
Symbol 278 GraphicUsed by:282
Symbol 279 GraphicUsed by:282
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:266 267 269 270 271 240 272 273 274 275 276 277 278 279 280 281Used by:Timeline
Symbol 283 GraphicUsed by:292
Symbol 284 ShapeTweeningUsed by:292
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:292
Symbol 287 GraphicUsed by:292
Symbol 288 GraphicUsed by:292
Symbol 289 GraphicUsed by:292
Symbol 290 GraphicUsed by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:283 284 286 287 288 240 289 290 291Used by:Timeline
Symbol 293 GraphicUsed by:347  Timeline
Symbol 294 GraphicUsed by:302
Symbol 295 ShapeTweeningUsed by:302
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:302
Symbol 298 GraphicUsed by:302
Symbol 299 GraphicUsed by:302
Symbol 300 GraphicUsed by:302
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:294 295 297 298 299 240 300 301Used by:Timeline
Symbol 303 GraphicUsed by:318
Symbol 304 ShapeTweeningUsed by:318
Symbol 305 GraphicUsed by:312
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:312 448
Symbol 308 GraphicUsed by:311
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:311
Symbol 311 MovieClipUses:308 310Used by:312 450
Symbol 312 MovieClipUses:305 307 311Used by:318
Symbol 313 GraphicUsed by:318
Symbol 314 GraphicUsed by:318
Symbol 315 GraphicUsed by:318
Symbol 316 GraphicUsed by:318
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:303 304 312 313 314 240 315 316 317Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 GraphicUsed by:330
Symbol 322 ShapeTweeningUsed by:330
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:330
Symbol 325 GraphicUsed by:330
Symbol 326 GraphicUsed by:330
Symbol 327 GraphicUsed by:330
Symbol 328 GraphicUsed by:330
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:321 322 324 325 326 240 327 328 329Used by:Timeline
Symbol 331 ShapeTweeningUsed by:347
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:347
Symbol 334 GraphicUsed by:347
Symbol 335 GraphicUsed by:347
Symbol 336 GraphicUsed by:347
Symbol 337 GraphicUsed by:347
Symbol 338 GraphicUsed by:347
Symbol 339 GraphicUsed by:347
Symbol 340 GraphicUsed by:347
Symbol 341 GraphicUsed by:347
Symbol 342 GraphicUsed by:347
Symbol 343 GraphicUsed by:347
Symbol 344 GraphicUsed by:347
Symbol 345 GraphicUsed by:347
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:293 331 333 334 335 336 240 337 338 339 340 341 342 343 344 345 346Used by:Timeline
Symbol 348 GraphicUsed by:356
Symbol 349 ShapeTweeningUsed by:356
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:356
Symbol 352 GraphicUsed by:356
Symbol 353 GraphicUsed by:356
Symbol 354 GraphicUsed by:356
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:348 349 351 352 353 240 354 355Used by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:360
Symbol 359 GraphicUsed by:360
Symbol 360 ButtonUses:358 359Used by:Timeline
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 ButtonUses:361 362Used by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 SoundUsed by:Timeline
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUsed by:375
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:369Used by:375 404
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:375
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373Used by:375
Symbol 375 MovieClipUses:368 370 372 374Used by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 GraphicUsed by:396
Symbol 379 GraphicUsed by:387 391 394
Symbol 380 GraphicUsed by:387
Symbol 381 GraphicUsed by:387 391 394
Symbol 382 GraphicUsed by:387 391 394
Symbol 383 GraphicUsed by:387 391 394
Symbol 384 GraphicUsed by:387
Symbol 385 GraphicUsed by:387
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:379 380 381 382 383 384 385 386Used by:396
Symbol 388 GraphicUsed by:391 394
Symbol 389 GraphicUsed by:391
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:379 388 381 382 389 383 390Used by:396
Symbol 392 GraphicUsed by:394
Symbol 393 GraphicUsed by:394
Symbol 394 MovieClipUses:379 388 381 382 392 383 393Used by:395
Symbol 395 MovieClipUses:394Used by:396
Symbol 396 MovieClipUses:378 387 391 395Used by:Timeline
Symbol 397 MovieClipUses:70Used by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 GraphicUsed by:404
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:401Used by:404
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:400 402 403 370Used by:Timeline
Symbol 405 ShapeTweeningUsed by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:411
Symbol 409 GraphicUsed by:411
Symbol 410 GraphicUsed by:411
Symbol 411 ButtonUses:408 409 410Used by:Timeline
Symbol 412 GraphicUsed by:415
Symbol 413 GraphicUsed by:415
Symbol 414 GraphicUsed by:415
Symbol 415 ButtonUses:412 413 414Used by:Timeline
Symbol 416 SoundUsed by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:Timeline
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:Timeline
Symbol 422 GraphicUsed by:425
Symbol 423 ShapeTweeningUsed by:425
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:422 423 424Used by:Timeline
Symbol 426 FontUsed by:427
Symbol 427 EditableTextUses:426Used by:Timeline
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:428Used by:Timeline
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUsed by:560  Timeline
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:434
Symbol 434 MovieClipUses:433Used by:Timeline
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:435Used by:437
Symbol 437 MovieClipUses:436Used by:Timeline
Symbol 438 GraphicUsed by:Timeline
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:445
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:441Used by:445
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:443Used by:445
Symbol 445 MovieClipUses:440 442 444Used by:446
Symbol 446 MovieClipUses:445Used by:535  Timeline
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClipUses:447 307Used by:451
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449 311Used by:451
Symbol 451 MovieClipUses:448 450Used by:535  Timeline
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:452Used by:454
Symbol 454 MovieClipUses:453Used by:535  Timeline
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:460 560
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:459 560
Symbol 459 MovieClipUses:458Used by:460  Timeline
Symbol 460 MovieClipUses:456 459Used by:Timeline
Symbol 461 EditableTextUses:27Used by:Timeline
Symbol 462 GraphicUsed by:465
Symbol 463 GraphicUsed by:465
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:462 463 464Used by:473
Symbol 466 GraphicUsed by:473
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:472
Symbol 469 GraphicUsed by:472
Symbol 470 GraphicUsed by:472
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:468 469 470 471Used by:473 560  Timeline
Symbol 473 MovieClipUses:465 466 472Used by:560  Timeline
Symbol 474 TextUses:27Used by:Timeline
Symbol 475 EditableTextUses:27Used by:Timeline
Symbol 476 TextUses:27Used by:Timeline
Symbol 477 TextUses:27Used by:Timeline
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:478Used by:Timeline
Symbol 480 EditableTextUses:27Used by:Timeline
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:481Used by:489
Symbol 483 GraphicUsed by:484
Symbol 484 MovieClipUses:483Used by:489
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485Used by:489
Symbol 487 GraphicUsed by:488
Symbol 488 MovieClipUses:487Used by:489
Symbol 489 MovieClipUses:482 484 486 488Used by:Timeline
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:534
Symbol 492 GraphicUsed by:494 497 500 503
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:492 493Used by:497 500 503
Symbol 495 GraphicUsed by:496 497
Symbol 496 MovieClipUses:495Used by:497
Symbol 497 ButtonUses:494 496 492 495Used by:534
Symbol 498 GraphicUsed by:499 500
Symbol 499 MovieClipUses:498Used by:500
Symbol 500 ButtonUses:494 499 492 498Used by:534
Symbol 501 GraphicUsed by:502 503
Symbol 502 MovieClipUses:501Used by:503
Symbol 503 ButtonUses:494 502 492 501Used by:534
Symbol 504 TextUses:27Used by:505
Symbol 505 MovieClipUses:504Used by:534
Symbol 506 FontUsed by:507 508 514 518 521 524 545
Symbol 507 TextUses:506Used by:510 511
Symbol 508 TextUses:506Used by:510 511
Symbol 509 GraphicUsed by:510 511
Symbol 510 MovieClipUses:507 508 509Used by:511
Symbol 511 ButtonUses:510 507 508 509Used by:534
Symbol 512 BitmapUsed by:513
Symbol 513 GraphicUses:512Used by:534
Symbol 514 TextUses:506Used by:516 517
Symbol 515 GraphicUsed by:516 517 519 520 522 523 546 547 554
Symbol 516 MovieClipUses:514 515Used by:517
Symbol 517 ButtonUses:516 514 515Used by:534
Symbol 518 TextUses:506Used by:519 520
Symbol 519 MovieClipUses:518 515Used by:520
Symbol 520 ButtonUses:519 518 515Used by:534
Symbol 521 TextUses:506Used by:522 523
Symbol 522 MovieClipUses:521 515Used by:523
Symbol 523 ButtonUses:522 521 515Used by:534
Symbol 524 TextUses:506Used by:526 528
Symbol 525 GraphicUsed by:526 528
Symbol 526 MovieClipUses:524 525Used by:528
Symbol 527 GraphicUsed by:528 624
Symbol 528 ButtonUses:526 527 524 525Used by:534
Symbol 529 FontUsed by:530
Symbol 530 TextUses:529Used by:534
Symbol 531 EditableTextUses:27Used by:534
Symbol 532 GraphicUsed by:534
Symbol 533 EditableTextUses:27Used by:534
Symbol 534 MovieClipUses:491 497 500 503 505 511 513 517 520 523 528 530 531 532 533Used by:Timeline
Symbol 535 MovieClipUses:451 446 454Used by:538
Symbol 536 GraphicUsed by:538
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:535 536 537Used by:560
Symbol 539 TextUses:27Used by:560
Symbol 540 GraphicUsed by:542 544
Symbol 541 GraphicUsed by:542 544
Symbol 542 MovieClipUses:540 541Used by:544
Symbol 543 GraphicUsed by:544
Symbol 544 ButtonUses:542 543 540 541Used by:560
Symbol 545 TextUses:506Used by:546 547 554
Symbol 546 MovieClipUses:545 515Used by:547 554
Symbol 547 ButtonUses:546 545 515Used by:560
Symbol 548 TextUses:27Used by:560
Symbol 549 TextUses:27Used by:560
Symbol 550 TextUses:27Used by:560
Symbol 551 TextUses:27Used by:560
Symbol 552 TextUses:27Used by:560
Symbol 553 TextUses:27Used by:560
Symbol 554 ButtonUses:546 545 515Used by:560
Symbol 555 GraphicUsed by:557 559
Symbol 556 GraphicUsed by:557 559
Symbol 557 MovieClipUses:555 556Used by:559
Symbol 558 GraphicUsed by:559
Symbol 559 ButtonUses:557 558 555 556Used by:560
Symbol 560 MovieClipUses:431 538 539 544 547 548 458 456 549 472 473 550 551 552 553 554 559Used by:Timeline
Symbol 561 GraphicUsed by:Timeline
Symbol 562 FontUsed by:563 565 566 568 573 574 578 579 582
Symbol 563 TextUses:562Used by:564
Symbol 564 ButtonUses:563Used by:Timeline
Symbol 565 TextUses:562Used by:Timeline
Symbol 566 TextUses:562Used by:567
Symbol 567 ButtonUses:566Used by:Timeline
Symbol 568 TextUses:562Used by:569
Symbol 569 ButtonUses:568Used by:Timeline
Symbol 570 GraphicUsed by:Timeline
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:571Used by:Timeline
Symbol 573 TextUses:562Used by:Timeline
Symbol 574 EditableTextUses:562Used by:Timeline
Symbol 575 GraphicUsed by:576
Symbol 576 MovieClipUses:575Used by:Timeline
Symbol 577 GraphicUsed by:Timeline
Symbol 578 EditableTextUses:562Used by:Timeline
Symbol 579 TextUses:562Used by:580 581
Symbol 580 MovieClipUses:579Used by:581
Symbol 581 ButtonUses:580 579Used by:Timeline
Symbol 582 EditableTextUses:562Used by:Timeline
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:583Used by:Timeline
Symbol 585 GraphicUsed by:586
Symbol 586 MovieClipUses:585Used by:Timeline
Symbol 587 FontUsed by:588
Symbol 588 TextUses:587Used by:Timeline
Symbol 589 GraphicUsed by:594
Symbol 590 FontUsed by:591 596 600
Symbol 591 TextUses:590Used by:594
Symbol 592 GraphicUsed by:594
Symbol 593 GraphicUsed by:594 598 602
Symbol 594 ButtonUses:589 591 592 593Used by:Timeline
Symbol 595 GraphicUsed by:598
Symbol 596 TextUses:590Used by:598
Symbol 597 GraphicUsed by:598
Symbol 598 ButtonUses:595 596 597 593Used by:Timeline
Symbol 599 GraphicUsed by:602
Symbol 600 TextUses:590Used by:602
Symbol 601 GraphicUsed by:602
Symbol 602 ButtonUses:599 600 601 593Used by:Timeline
Symbol 603 GraphicUsed by:Timeline
Symbol 604 FontUsed by:605
Symbol 605 TextUses:604Used by:Timeline
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:606Used by:Timeline
Symbol 608 GraphicUsed by:609
Symbol 609 ButtonUses:608Used by:Timeline
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:610Used by:612
Symbol 612 MovieClipUses:611Used by:Timeline
Symbol 613 GraphicUsed by:614
Symbol 614 MovieClipUses:613Used by:615
Symbol 615 MovieClipUses:614Used by:Timeline
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:616Used by:618 619
Symbol 618 MovieClipUses:617Used by:620
Symbol 619 MovieClipUses:617Used by:620
Symbol 620 MovieClipUses:618 619Used by:Timeline
Symbol 621 GraphicUsed by:623
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:621 622Used by:Timeline
Symbol 624 MovieClipUses:527Used by:Timeline
Symbol 625 GraphicUsed by:626
Symbol 626 MovieClipUses:625Used by:627
Symbol 627 MovieClipUses:626Used by:Timeline
Symbol 628 GraphicUsed by:629
Symbol 629 MovieClipUses:628Used by:Timeline
Symbol 630 GraphicUsed by:632
Symbol 631 GraphicUsed by:632
Symbol 632 MovieClipUses:630 631Used by:Timeline
Symbol 633 GraphicUsed by:639
Symbol 634 GraphicUsed by:639
Symbol 635 GraphicUsed by:639
Symbol 636 GraphicUsed by:639
Symbol 637 ShapeTweeningUsed by:639
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClipUses:633 634 635 636 637 638Used by:Timeline
Symbol 640 FontUsed by:641 658 884 885 895 896 897 898 899 900 901 902 903 904
Symbol 641 EditableTextUses:640Used by:Timeline
Symbol 642 TextUses:27Used by:Timeline
Symbol 643 GraphicUsed by:644
Symbol 644 MovieClipUses:643Used by:645
Symbol 645 MovieClipUses:644Used by:Timeline
Symbol 646 GraphicUsed by:Timeline
Symbol 647 GraphicUsed by:648
Symbol 648 MovieClipUses:647Used by:652
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:651
Symbol 651 MovieClipUses:650Used by:652
Symbol 652 MovieClipUses:648 651Used by:Timeline
Symbol 653 FontUsed by:654 656
Symbol 654 TextUses:653Used by:657
Symbol 655 GraphicUsed by:657
Symbol 656 TextUses:653Used by:657
Symbol 657 ButtonUses:654 655 656Used by:Timeline
Symbol 658 EditableTextUses:640Used by:Timeline
Symbol 659 TextUses:27Used by:Timeline
Symbol 660 GraphicUsed by:Timeline
Symbol 661 GraphicUsed by:683
Symbol 662 GraphicUsed by:683
Symbol 663 GraphicUsed by:683
Symbol 664 GraphicUsed by:683
Symbol 665 GraphicUsed by:683
Symbol 666 GraphicUsed by:683
Symbol 667 GraphicUsed by:683
Symbol 668 GraphicUsed by:683
Symbol 669 GraphicUsed by:683
Symbol 670 GraphicUsed by:683
Symbol 671 GraphicUsed by:683
Symbol 672 GraphicUsed by:683
Symbol 673 GraphicUsed by:683
Symbol 674 GraphicUsed by:683
Symbol 675 GraphicUsed by:683
Symbol 676 GraphicUsed by:683
Symbol 677 GraphicUsed by:683
Symbol 678 FontUsed by:679
Symbol 679 TextUses:678Used by:680
Symbol 680 MovieClipUses:679Used by:683
Symbol 681 TextUses:27Used by:682
Symbol 682 MovieClipUses:681Used by:683
Symbol 683 MovieClipUses:661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 680 682 SS2Used by:Timeline
Symbol 684 GraphicUsed by:Timeline
Symbol 685 TextUses:27Used by:Timeline
Symbol 686 TextUses:27Used by:Timeline
Symbol 687 TextUses:27Used by:688
Symbol 688 ButtonUses:687Used by:Timeline
Symbol 689 GraphicUsed by:748
Symbol 690 GraphicUsed by:691
Symbol 691 MovieClipUses:690Used by:692
Symbol 692 MovieClipUses:691Used by:748
Symbol 693 GraphicUsed by:696 698 700 718 747
Symbol 694 FontUsed by:695 697 699 709 710 712 714 717
Symbol 695 TextUses:694Used by:696
Symbol 696 MovieClipUses:693 695Used by:748
Symbol 697 TextUses:694Used by:698
Symbol 698 MovieClipUses:693 697Used by:748
Symbol 699 TextUses:694Used by:700
Symbol 700 MovieClipUses:693 699Used by:748
Symbol 701 GraphicUsed by:716
Symbol 702 FontUsed by:703
Symbol 703 TextUses:702Used by:704
Symbol 704 MovieClipUses:703Used by:716
Symbol 705 MovieClipUses:29Used by:716
Symbol 706 MovieClipUses:24Used by:716
Symbol 707 TextUses:27Used by:716
Symbol 708 TextUses:27Used by:716
Symbol 709 TextUses:694Used by:716
Symbol 710 TextUses:694Used by:711
Symbol 711 ButtonUses:710Used by:716
Symbol 712 TextUses:694Used by:713
Symbol 713 ButtonUses:712Used by:716
Symbol 714 TextUses:694Used by:715
Symbol 715 ButtonUses:714Used by:716
Symbol 716 MovieClipUses:701 704 26 705 31 706 28 707 708 709 711 713 715Used by:748
Symbol 717 TextUses:694Used by:718 747
Symbol 718 ButtonUses:693 717Used by:748  Timeline
Symbol 719 GraphicUsed by:720
Symbol 720 MovieClipUses:719Used by:748
Symbol 721 GraphicUsed by:722
Symbol 722 MovieClipUses:721Used by:748
Symbol 723 MovieClipUses:234Used by:735
Symbol 724 GraphicUsed by:725 744
Symbol 725 MovieClipUses:724Used by:735
Symbol 726 GraphicUsed by:735
Symbol 727 GraphicUsed by:735
Symbol 728 GraphicUsed by:735
Symbol 729 GraphicUsed by:735
Symbol 730 GraphicUsed by:735
Symbol 731 GraphicUsed by:735
Symbol 732 GraphicUsed by:735
Symbol 733 GraphicUsed by:735
Symbol 734 GraphicUsed by:735
Symbol 735 MovieClipUses:723 725 726 727 728 729 730 731 732 733 734Used by:748
Symbol 736 ShapeTweeningUsed by:738
Symbol 737 GraphicUsed by:738
Symbol 738 MovieClipUses:736 737 234Used by:748
Symbol 739 EditableTextUses:27Used by:748
Symbol 740 MovieClipUsed by:748
Symbol 741 MovieClipUsed by:748
Symbol 742 GraphicUsed by:744  Timeline
Symbol 743 ShapeTweeningUsed by:744
Symbol 744 MovieClipUses:724 742 743Used by:748
Symbol 745 EditableTextUses:27Used by:748
Symbol 746 TextUses:27Used by:748
Symbol 747 MovieClipUses:693 717Used by:748
Symbol 748 MovieClipUses:689 692 696 698 700 716 718 720 722 735 738 739 235 740 741 744 745 746 747Used by:Timeline
Symbol 749 MovieClipUses:70Used by:Timeline
Symbol 750 GraphicUsed by:Timeline
Symbol 751 FontUsed by:752 754 757 758 760 761 762 763 784 785 811 812 814 815 816 817 818 819 820 821 832 833 834 841 842 843 844 849 850 891 892 893 894
Symbol 752 TextUses:751Used by:753
Symbol 753 ButtonUses:752Used by:Timeline
Symbol 754 TextUses:751Used by:756 813
Symbol 755 GraphicUsed by:756 813
Symbol 756 ButtonUses:754 755Used by:Timeline
Symbol 757 TextUses:751Used by:Timeline
Symbol 758 TextUses:751Used by:Timeline
Symbol 759 GraphicUsed by:Timeline
Symbol 760 TextUses:751Used by:Timeline
Symbol 761 TextUses:751Used by:Timeline
Symbol 762 TextUses:751Used by:Timeline
Symbol 763 TextUses:751Used by:Timeline
Symbol 764 GraphicUsed by:Timeline
Symbol 765 GraphicUsed by:769
Symbol 766 GraphicUsed by:769
Symbol 767 GraphicUsed by:769
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClipUses:765 766 767 768Used by:780
Symbol 770 GraphicUsed by:773
Symbol 771 GraphicUsed by:773
Symbol 772 GraphicUsed by:773
Symbol 773 MovieClipUses:770 771 772Used by:780
Symbol 774 GraphicUsed by:775
Symbol 775 MovieClipUses:774Used by:780
Symbol 776 GraphicUsed by:778
Symbol 777 GraphicUsed by:778
Symbol 778 MovieClipUses:776 777Used by:780
Symbol 779 GraphicUsed by:780
Symbol 780 MovieClipUses:769 773 775 778 779Used by:Timeline
Symbol 781 FontUsed by:782 891 892 893 894
Symbol 782 TextUses:781Used by:783
Symbol 783 MovieClipUses:782Used by:Timeline
Symbol 784 TextUses:751Used by:Timeline
Symbol 785 EditableTextUses:751Used by:Timeline
Symbol 786 GraphicUsed by:787
Symbol 787 MovieClipUses:786Used by:Timeline
Symbol 788 GraphicUsed by:789
Symbol 789 MovieClipUses:788Used by:Timeline
Symbol 790 GraphicUsed by:791
Symbol 791 MovieClipUses:790Used by:Timeline
Symbol 792 GraphicUsed by:795
Symbol 793 GraphicUsed by:795
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:792 793 794Used by:Timeline
Symbol 796 GraphicUsed by:799
Symbol 797 GraphicUsed by:799
Symbol 798 GraphicUsed by:799
Symbol 799 MovieClipUses:796 797 798Used by:Timeline
Symbol 800 GraphicUsed by:801 823
Symbol 801 MovieClipUses:800Used by:Timeline
Symbol 802 GraphicUsed by:807
Symbol 803 GraphicUsed by:807
Symbol 804 GraphicUsed by:807
Symbol 805 GraphicUsed by:807
Symbol 806 GraphicUsed by:807
Symbol 807 MovieClipUses:802 803 804 805 806Used by:Timeline
Symbol 808 GraphicUsed by:810
Symbol 809 GraphicUsed by:810
Symbol 810 MovieClipUses:56 808 809Used by:Timeline
Symbol 811 TextUses:751Used by:Timeline
Symbol 812 EditableTextUses:751Used by:Timeline
Symbol 813 ButtonUses:754 755Used by:Timeline
Symbol 814 TextUses:751Used by:Timeline
Symbol 815 EditableTextUses:751Used by:Timeline
Symbol 816 TextUses:751Used by:Timeline
Symbol 817 EditableTextUses:751Used by:Timeline
Symbol 818 TextUses:751Used by:Timeline
Symbol 819 EditableTextUses:751Used by:Timeline
Symbol 820 TextUses:751Used by:Timeline
Symbol 821 EditableTextUses:751Used by:Timeline
Symbol 822 GraphicUsed by:Timeline
Symbol 823 MovieClipUses:800Used by:Timeline
Symbol 824 TextUses:27Used by:827 865
Symbol 825 TextUses:27Used by:827 865
Symbol 826 GraphicUsed by:827 865
Symbol 827 ButtonUses:824 825 826Used by:Timeline
Symbol 828 TextUses:27Used by:831 866
Symbol 829 TextUses:27Used by:831 866
Symbol 830 GraphicUsed by:831 866
Symbol 831 ButtonUses:828 829 830Used by:Timeline
Symbol 832 TextUses:751Used by:Timeline
Symbol 833 TextUses:751Used by:Timeline
Symbol 834 TextUses:751Used by:Timeline
Symbol 835 GraphicUsed by:Timeline
Symbol 836 GraphicUsed by:840
Symbol 837 GraphicUsed by:840
Symbol 838 GraphicUsed by:840
Symbol 839 GraphicUsed by:840
Symbol 840 MovieClipUses:836 837 838 839Used by:Timeline
Symbol 841 TextUses:751Used by:Timeline
Symbol 842 EditableTextUses:751Used by:Timeline
Symbol 843 TextUses:751Used by:Timeline
Symbol 844 EditableTextUses:751Used by:Timeline
Symbol 845 GraphicUsed by:846
Symbol 846 MovieClipUses:845Used by:848
Symbol 847 GraphicUsed by:848
Symbol 848 MovieClipUses:846 847Used by:Timeline
Symbol 849 TextUses:751Used by:Timeline
Symbol 850 EditableTextUses:751Used by:Timeline
Symbol 851 GraphicUsed by:860
Symbol 852 BitmapUsed by:853 855
Symbol 853 GraphicUses:852Used by:854
Symbol 854 MovieClipUses:853Used by:860
Symbol 855 GraphicUses:852Used by:858
Symbol 856 GraphicUsed by:858
Symbol 857 GraphicUsed by:858
Symbol 858 MovieClipUses:855 856 857Used by:860
Symbol 859 GraphicUsed by:860
Symbol 860 MovieClipUses:851 854 858 859Used by:Timeline
Symbol 861 TextUses:27Used by:Timeline
Symbol 862 TextUses:27Used by:Timeline
Symbol 863 TextUses:27Used by:Timeline
Symbol 864 TextUses:27Used by:Timeline
Symbol 865 ButtonUses:824 825 826Used by:Timeline
Symbol 866 ButtonUses:828 829 830Used by:Timeline
Symbol 867 TextUses:27Used by:Timeline
Symbol 868 GraphicUsed by:872
Symbol 869 GraphicUsed by:872
Symbol 870 GraphicUsed by:872
Symbol 871 GraphicUsed by:872
Symbol 872 MovieClipUses:868 869 870 871Used by:Timeline
Symbol 873 GraphicUsed by:877
Symbol 874 GraphicUsed by:877
Symbol 875 GraphicUsed by:877
Symbol 876 GraphicUsed by:877
Symbol 877 MovieClipUses:873 874 875 876Used by:Timeline
Symbol 878 GraphicUsed by:883
Symbol 879 GraphicUsed by:883
Symbol 880 GraphicUsed by:883
Symbol 881 GraphicUsed by:882
Symbol 882 MovieClipUses:881Used by:883
Symbol 883 MovieClipUses:878 879 880 882Used by:Timeline
Symbol 884 TextUses:640Used by:Timeline
Symbol 885 EditableTextUses:640Used by:Timeline
Symbol 886 GraphicUsed by:889
Symbol 887 GraphicUsed by:888
Symbol 888 MovieClipUses:887Used by:889
Symbol 889 MovieClipUses:886 888Used by:Timeline
Symbol 890 GraphicUsed by:Timeline
Symbol 891 EditableTextUses:751 781Used by:Timeline
Symbol 892 EditableTextUses:751 781Used by:Timeline
Symbol 893 EditableTextUses:751 781Used by:Timeline
Symbol 894 EditableTextUses:751 781Used by:Timeline
Symbol 895 TextUses:640Used by:Timeline
Symbol 896 EditableTextUses:640Used by:Timeline
Symbol 897 TextUses:640Used by:Timeline
Symbol 898 TextUses:640Used by:Timeline
Symbol 899 TextUses:640Used by:Timeline
Symbol 900 EditableTextUses:640Used by:Timeline
Symbol 901 TextUses:640Used by:Timeline
Symbol 902 EditableTextUses:640Used by:Timeline
Symbol 903 EditableTextUses:640Used by:Timeline
Symbol 904 EditableTextUses:640Used by:Timeline
Streaming Sound 1Used by:Symbol 145 MovieClip
Streaming Sound 2Used by:Symbol 683 MovieClip

Instance Names

"bar"Frame 1Symbol 135 MovieClip
"menuu"Frame 4Symbol 155 MovieClip
"cursor"Frame 4Symbol 222 MovieClip
"present4"Frame 32Symbol 282 MovieClip
"present3"Frame 63Symbol 318 MovieClip
"present9"Frame 63Symbol 330 MovieClip
"present5"Frame 63Symbol 243 MovieClip
"present6"Frame 63Symbol 302 MovieClip
"present10"Frame 63Symbol 292 MovieClip
"present1"Frame 63Symbol 264 MovieClip
"present2"Frame 63Symbol 253 MovieClip
"present4"Frame 63Symbol 282 MovieClip
"present8"Frame 63Symbol 347 MovieClip
"present7"Frame 63Symbol 356 MovieClip
"bg"Frame 65Symbol 367 MovieClip
"ground"Frame 65Symbol 375 MovieClip
"endoflvl1"Frame 65Symbol 377 MovieClip
"endoflvl1"Frame 65Symbol 377 MovieClip
"DEATH"Frame 65Symbol 377 MovieClip
"ground"Frame 151Symbol 404 MovieClip
"DEATH"Frame 151Symbol 377 MovieClip
"gun"Frame 196Symbol 419 MovieClip
"enemy"Frame 196Symbol 421 MovieClip
"health2"Frame 196Symbol 425 MovieClip
"health1"Frame 196Symbol 425 MovieClip
"enemy2"Frame 196Symbol 429 MovieClip
"reindeer"Frame 197Symbol 446 MovieClip
"santa"Frame 197Symbol 451 MovieClip
"rope"Frame 197Symbol 454 MovieClip
"present"Frame 197Symbol 460 MovieClip
"obstacle"Frame 197Symbol 473 MovieClip
"smoke"Frame 197Symbol 120 MovieClip [smoke]
"flame"Frame 197Symbol 489 MovieClip
"gameScreens"Frame 197Symbol 534 MovieClip
"instructionsScreen"Frame 197Symbol 560 MovieClip
"pf"Frame 199Symbol 572 MovieClip
"Limit"Frame 199Symbol 576 MovieClip
"hitLine"Frame 202Symbol 609 Button
"plane"Frame 202Symbol 620 MovieClip
"smoke12"Frame 202Symbol 623 MovieClip
"smoke11"Frame 202Symbol 623 MovieClip
"smoke10"Frame 202Symbol 623 MovieClip
"smoke9"Frame 202Symbol 623 MovieClip
"smoke8"Frame 202Symbol 623 MovieClip
"smoke7"Frame 202Symbol 623 MovieClip
"smoke6"Frame 202Symbol 623 MovieClip
"smoke5"Frame 202Symbol 623 MovieClip
"smoke4"Frame 202Symbol 623 MovieClip
"smoke3"Frame 202Symbol 623 MovieClip
"smoke2"Frame 202Symbol 623 MovieClip
"smoke1"Frame 202Symbol 623 MovieClip
"smoke15"Frame 202Symbol 623 MovieClip
"smoke14"Frame 202Symbol 623 MovieClip
"smoke13"Frame 202Symbol 623 MovieClip
"cloudsMovie"Frame 202Symbol 624 MovieClip
"stopLine"Frame 202Symbol 629 MovieClip
"stopLine2"Frame 202Symbol 629 MovieClip
"planeShadow"Frame 202Symbol 632 MovieClip
"thundersGraph"Frame 202Symbol 639 MovieClip
"visibilityGraph"Frame 202Symbol 645 MovieClip
"game"Frame 206Symbol 748 MovieClip
"house"Frame 224Symbol 780 MovieClip
"v"Frame 224Symbol 787 MovieClip
"coal"Frame 224Symbol 787 MovieClip
"sleigh"Frame 224Symbol 789 MovieClip
"crosshair"Frame 224Symbol 791 MovieClip
"gun"Frame 224Symbol 795 MovieClip
"presents"Frame 224Symbol 799 MovieClip
"snow"Frame 224Symbol 801 MovieClip
"bird"Frame 224Symbol 807 MovieClip
"particle"Frame 224Symbol 810 MovieClip
"PC_snow"Frame 253Symbol 823 MovieClip
"PC_present"Frame 258Symbol 840 MovieClip
"snow"Frame 258Symbol 823 MovieClip
"PC_sled"Frame 258Symbol 848 MovieClip
"PF_present"Frame 273Symbol 872 MovieClip
"PF_pipe"Frame 273Symbol 877 MovieClip
"PF_toy"Frame 273Symbol 883 MovieClip
"btn_cheezeworld"Symbol 68 MovieClip [Phase1BG] Frame 1Symbol 61 Button
"cloud4Silva"Symbol 92 MovieClip Frame 1Symbol 89 MovieClip
"darkCloud"Symbol 93 MovieClip [cloud8] Frame 1Symbol 87 MovieClip
"god"Symbol 93 MovieClip [cloud8] Frame 1Symbol 92 MovieClip
"god"Symbol 95 MovieClip [cloud6] Frame 1Symbol 92 MovieClip
"darkCloud"Symbol 99 MovieClip [cloud3] Frame 1Symbol 87 MovieClip
"cloud1Silva"Symbol 100 MovieClip [cloud2] Frame 1Symbol 76 MovieClip
"cloud2Silva"Symbol 102 MovieClip [cloud1] Frame 1Symbol 77 MovieClip
"cloud3Silva"Symbol 102 MovieClip [cloud1] Frame 1Symbol 81 MovieClip
"cloud2Silva2"Symbol 102 MovieClip [cloud1] Frame 1Symbol 77 MovieClip
"cloud3Silva2"Symbol 102 MovieClip [cloud1] Frame 1Symbol 81 MovieClip
"head"Symbol 235 MovieClip Frame 1Symbol 228 MovieClip
"body"Symbol 235 MovieClip Frame 1Symbol 230 MovieClip
"bouncer1"Symbol 375 MovieClip Frame 1Symbol 370 MovieClip
"bouncer2"Symbol 375 MovieClip Frame 1Symbol 370 MovieClip
"bouncer3"Symbol 375 MovieClip Frame 1Symbol 370 MovieClip
"bouncer4"Symbol 375 MovieClip Frame 1Symbol 370 MovieClip
"Sbouncer"Symbol 375 MovieClip Frame 1Symbol 372 MovieClip
"spikes"Symbol 375 MovieClip Frame 1Symbol 374 MovieClip
"death"Symbol 396 MovieClip Frame 5Symbol 395 MovieClip
"endoflvl2"Symbol 404 MovieClip Frame 1Symbol 402 MovieClip
"bouncer1"Symbol 404 MovieClip Frame 1Symbol 370 MovieClip
"bouncer2"Symbol 404 MovieClip Frame 1Symbol 370 MovieClip
"submitButton"Symbol 534 MovieClip Frame 4Symbol 520 Button
"snow"Symbol 692 MovieClip Frame 1Symbol 691 MovieClip
"bd"Symbol 735 MovieClip Frame 1Symbol 725 MovieClip
"play_mc"Symbol 748 MovieClip Frame 1Symbol 696 MovieClip
"instr_mc"Symbol 748 MovieClip Frame 1Symbol 698 MovieClip
"sett_mc"Symbol 748 MovieClip Frame 1Symbol 700 MovieClip
"box"Symbol 748 MovieClip Frame 1Symbol 716 MovieClip
"t1"Symbol 748 MovieClip Frame 2Symbol 735 MovieClip
"t2"Symbol 748 MovieClip Frame 2Symbol 735 MovieClip
"t4"Symbol 748 MovieClip Frame 2Symbol 735 MovieClip
"t3"Symbol 748 MovieClip Frame 2Symbol 735 MovieClip
"health"Symbol 748 MovieClip Frame 2Symbol 738 MovieClip
"shooter"Symbol 748 MovieClip Frame 2Symbol 235 MovieClip
"pp"Symbol 748 MovieClip Frame 2Symbol 741 MovieClip
"pt"Symbol 748 MovieClip Frame 2Symbol 744 MovieClip
"menu_mc"Symbol 748 MovieClip Frame 3Symbol 747 MovieClip
"roof"Symbol 780 MovieClip Frame 1Symbol 769 MovieClip
"wall"Symbol 780 MovieClip Frame 1Symbol 773 MovieClip
"hitBox"Symbol 780 MovieClip Frame 1Symbol 775 MovieClip
"chimney"Symbol 780 MovieClip Frame 1Symbol 778 MovieClip
"PC_hitArea"Symbol 848 MovieClip Frame 1Symbol 846 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "The Beat 02"
ExportAssets (56)Timeline Frame 1Symbol 2 as "The Beat 0"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Space Wind"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Foreign Storm"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Angel Wonde"
ExportAssets (56)Timeline Frame 1Symbol 6 as "angel wonder"
ExportAssets (56)Timeline Frame 1Symbol 7 as "pop"
ExportAssets (56)Timeline Frame 1Symbol 8 as "agony"
ExportAssets (56)Timeline Frame 1Symbol 9 as "sound1"
ExportAssets (56)Timeline Frame 1Symbol 20 as "esplode"
ExportAssets (56)Timeline Frame 1Symbol 23 as "snowball"
ExportAssets (56)Timeline Frame 1Symbol 32 as "power"
ExportAssets (56)Timeline Frame 1Symbol 35 as "ammo"
ExportAssets (56)Timeline Frame 1Symbol 51 as "Elf"
ExportAssets (56)Timeline Frame 1Symbol 55 as "Present"
ExportAssets (56)Timeline Frame 1Symbol 68 as "Phase1BG"
ExportAssets (56)Timeline Frame 1Symbol 69 as "menu"
ExportAssets (56)Timeline Frame 1Symbol 71 as "Evilelf"
ExportAssets (56)Timeline Frame 1Symbol 78 as "cloud10"
ExportAssets (56)Timeline Frame 1Symbol 82 as "cloud9"
ExportAssets (56)Timeline Frame 1Symbol 93 as "cloud8"
ExportAssets (56)Timeline Frame 1Symbol 94 as "cloud7"
ExportAssets (56)Timeline Frame 1Symbol 95 as "cloud6"
ExportAssets (56)Timeline Frame 1Symbol 96 as "cloud5"
ExportAssets (56)Timeline Frame 1Symbol 97 as "cloud4"
ExportAssets (56)Timeline Frame 1Symbol 99 as "cloud3"
ExportAssets (56)Timeline Frame 1Symbol 100 as "cloud2"
ExportAssets (56)Timeline Frame 1Symbol 102 as "cloud1"
ExportAssets (56)Timeline Frame 1Symbol 104 as "Symbol 13"
ExportAssets (56)Timeline Frame 1Symbol 106 as "circlez"
ExportAssets (56)Timeline Frame 1Symbol 118 as "instructions"
ExportAssets (56)Timeline Frame 1Symbol 120 as "smoke"

Labels

"main_menu"Frame 4
"game1"Frame 64
"level2"Frame 151
"game2"Frame 195
"game3"Frame 197
"game4"Frame 198
"game5"Frame 201
"F2"Frame 202
"F3"Frame 203
"F4"Frame 204
"F5"Frame 205
"game6"Frame 206
"game7"Frame 207
"game8"Frame 208
"CS_game"Frame 224
"CS_over"Frame 238
"PC_start"Frame 253
"game9"Frame 253
"PC_game"Frame 258
"PC_over"Frame 263
"PF_start"Frame 268
"game10"Frame 268
"PF_game"Frame 273
"PF_over"Frame 278
"walk"Symbol 396 MovieClip Frame 2
"jump"Symbol 396 MovieClip Frame 3
"jump-side"Symbol 396 MovieClip Frame 4

Dynamic Text Variables

levelSymbol 427 EditableText""
_root.scoreSymbol 461 EditableText""
scoreToNextLvSymbol 475 EditableText""
_root.lifeSymbol 480 EditableText""
_root.scoreSymbol 531 EditableText""
_root.userNameSymbol 533 EditableText""
plus_pSymbol 574 EditableText"<p align="center"><font face="Franklin Gothic Demi" size="18" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
plus_pSymbol 578 EditableText"0"
my_name1_variableSymbol 582 EditableText""
MilesSymbol 641 EditableText"00"
MilesSymbol 658 EditableText"00"
scoreSymbol 739 EditableText"Score box"
scoreSymbol 745 EditableText"Score"
_root.scoreSymbol 785 EditableText""
_root.timerSymbol 812 EditableText""
_root.avgDisSymbol 815 EditableText""
_root.hitSymbol 817 EditableText""
_root.missSymbol 819 EditableText""
_root.scoreSymbol 821 EditableText""
_root.PC_scoreSymbol 842 EditableText""
_root.PC_timeSymbol 844 EditableText""
_root.PC_scoreSymbol 850 EditableText""
_root.PF_scoreSymbol 885 EditableText""
_root.PF_timeSymbol 896 EditableText""
_root.PF_scoreSymbol 900 EditableText""
_root.PF_packedSymbol 902 EditableText""
_root.PF_missedSymbol 903 EditableText""
_root.PF_droppedSymbol 904 EditableText""




http://swfchan.com/9/40743/info.shtml
Created: 10/5 -2019 21:02:53 Last modified: 10/5 -2019 21:02:53 Server time: 13/05 -2024 18:28:26