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

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

Santa Fighter.swf

This is the info page for
Flash #23315

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


Text
Loading

Chris Murray

presents

2000

Please wait   Loading the game

Welcome to Santa Fighter

I made this game to pitch to a client, who wanted to see the
gaming possibilities in Flash.

Please don't expect too much, it is only a rough demo, and still has a
few bugs.

I decided to upload it because I am not going to take
this particular version any further

READ INSTRUCTIONS

READ INSTRUCTIONS

Instructions

Basically the idea of the game is to beat up the very nasty evil Santa, who
wants  to take over Christmas and stop people enjoying Christmas.

There are 10 levels of evil Santa's to beat your way through.  They start wimpy, but they
very soon become accomplished fighters. Survive for as long as you can!

As for rules, there aren't any, just hit, kick and beat those nasty Santas.
You get more points for punching him, rather than kicking, although the crouching sweep
kick, can sometimes be the only way to get out of bother.

If you want to submit highscores please visit the official Santafighter site

Loading game...

Loading game...

CONTINUE

CONTINUE

Official SIte

www.murrayanimations.co.uk/santafighter.htm

www.murrayanimations.co.uk/santafighter.htm

Play the Game

Play the Game

View Highscores

View Highscores

All material on this website is copyright of Murrayanimations©2000

Santa Fighter 2000 was created by

www.murrayanimations.co.uk

www.murrayanimations.co.uk

chris@murrayanimations.co.uk

chris@murrayanimations.co.uk

Mail

SORRY!

To save and view highscores you must play Santafighter at our official site below.

www.murrayanimations.co.uk/santafighter.htm

www.murrayanimations.co.uk/santafighter.htm

note: for best performance, shut down any unnecessary windows in your
Internet Browser and close any other running applications on your computer

Back

Back

Player 1

Santa Claus

Computer

Evil  Santa

demo - only santa is available

Click to start

Click to start

Keys :

Left
Arrow

Right
Arrow

Up Arrow

"Jump"

"move left"

"Move Right"

"Duck"

Down Arrow

i = Light Punch
o = Hard Punch
p = Kick/sweep (while ducking)

demo version

Please press a key for jump

default

Press a key for lightpunch

Press a key for punchhard

Press a key for  mediumkick

press a key for left

press a key for right

press a key for crouch

Santa Claus

Computer
Evil Santa

Score :

energy

energy

Combo!

1

2

3

ROUND 1

FIGHT!

p

Options

Paused!

continue

continue

TIME UP!!

YOU LOSE!

YOU WIN

CONGRATULATIONS

You have completed the demo of Santa Fighter

Please visit  our official website to play and save your high scores

Unfortunately there are no prizes for the highest scores, just honour!

Official website :

Creator :

http://www.murrayanimations.co.uk/santafighter.htm

http://www.murrayanimations.co.uk/santafighter.htm

http://www.murrayanimations.co.uk/santafighter.htm

chris@murrayanimations.co.uk

chris@murrayanimations.co.uk

Thank You for playing the demo of Santa Fighter

ActionScript [AS1/AS2]

Frame 2
ifFrameLoaded (135) { gotoAndPlay (4); }
Frame 3
gotoAndPlay (1);
Frame 135
gotoAndPlay (153);
Frame 154
ifFrameLoaded (162) { gotoAndStop (157); }
Frame 155
gotoAndPlay (153);
Frame 159
ifFrameLoaded (490) { gotoAndStop (162); }
Frame 160
gotoAndPlay (158);
Frame 165
stop();
Frame 166
Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 264
score = 0; round = "ROUND 1"; Mouse.hide(); gotoAndPlay (286);
Instance of Symbol 154 MovieClip in Frame 266
onClipEvent (keyDown) { Set("/:up", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (3); }; }
Frame 267
gotoAndPlay (266);
Instance of Symbol 160 MovieClip in Frame 268
onClipEvent (keyDown) { Set("/:punchlight", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (5); }; }
Frame 269
gotoAndPlay (268);
Instance of Symbol 163 MovieClip in Frame 270
onClipEvent (keyDown) { Set("/:punchhard", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (7); }; }
Frame 271
gotoAndPlay (270);
Instance of Symbol 165 MovieClip in Frame 272
onClipEvent (keyDown) { Set("/:mediumkick", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (9); }; }
Frame 273
gotoAndPlay (272);
Instance of Symbol 167 MovieClip in Frame 274
onClipEvent (keyDown) { Set("/:left", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (11); }; }
Frame 275
gotoAndPlay (274);
Instance of Symbol 169 MovieClip in Frame 276
onClipEvent (keyDown) { Set("/:right", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (13); }; }
Frame 277
gotoAndPlay (276);
Instance of Symbol 171 MovieClip in Frame 278
onClipEvent (keyDown) { Set("/:down", Key.getCode()); } onClipEvent (keyUp) { tellTarget (_parent) { gotoAndPlay (15); }; }
Frame 279
gotoAndPlay (278);
Frame 286
Set("/:up", ""); Set("/:left", ""); Set("/:right", ""); Set("/:down", ""); Set("/:punchhard", ""); Set("/:punchlight", ""); Set("/:mediumkick", "");
Frame 328
if (round eq "ROUND 1") { gotoAndPlay (329); } if (round eq "ROUND 2") { gotoAndPlay (491); } if (round eq "ROUND 3") { gotoAndPlay (653); } if (round eq "ROUND 4") { gotoAndPlay (815); } if (round eq "ROUND 5") { gotoAndPlay (977); } if (round eq "ROUND 6") { gotoAndPlay (1139); } if (round eq "ROUND 7") { gotoAndPlay (1301); } if (round eq "ROUND 8") { gotoAndPlay (1463); } if (round eq "ROUND 9") { gotoAndPlay (1625); } if (round eq "ROUND 10") { gotoAndPlay (1787); }
Frame 329
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 330
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(60)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(11)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(11) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(30)) + 1; } if ((1 < evilduck) and (evilduck < 40)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 40; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 40; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 40; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(40)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (338); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (338); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (428); }
Frame 331
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (330);
Frame 337
stop();
Frame 338
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 414
if (badsanta == 1) { gotoAndPlay (471); } else { gotoAndPlay (449); }
Frame 448
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (471); } else { winner = 2; gotoAndPlay (449); }
Frame 470
gotoAndStop (1949);
Frame 490
round = "ROUND 2"; gotoAndPlay (286);
Frame 491
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 492
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(50)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(10)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(10) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(35)) + 1; } if ((1 < evilduck) and (evilduck < 35)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 35; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 35; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 35; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(35)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (500); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (500); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (590); }
Frame 493
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (492);
Frame 499
stop();
Frame 500
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 576
if (badsanta == 1) { gotoAndPlay (633); } else { gotoAndPlay (611); }
Frame 610
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (633); } else { winner = 2; gotoAndPlay (611); }
Frame 632
gotoAndStop (1949);
Frame 652
gotoAndPlay (286); round = "ROUND 3";
Frame 653
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 654
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(45)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(9)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(9) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(30)) + 1; } if ((1 < evilduck) and (evilduck < 40)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 30; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 30; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 30; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(30)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (662); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (662); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (752); }
Frame 655
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (654);
Frame 661
stop();
Frame 662
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 738
if (badsanta == 1) { gotoAndPlay (795); } else { gotoAndPlay (773); }
Frame 772
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (795); } else { winner = 2; gotoAndPlay (773); }
Frame 794
gotoAndStop (1949);
Frame 814
gotoAndPlay (286); round = "ROUND 4";
Frame 815
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 816
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(40)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(8)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(8) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(25)) + 1; } if ((1 < evilduck) and (evilduck < 40)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 25; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 25; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 25; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(25)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (824); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (824); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (914); }
Frame 817
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (816);
Frame 823
stop();
Frame 824
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 900
if (badsanta == 1) { gotoAndPlay (957); } else { gotoAndPlay (935); }
Frame 934
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (957); } else { winner = 2; gotoAndPlay (935); }
Frame 956
gotoAndStop (1949);
Frame 976
gotoAndPlay (286); round = "ROUND 5";
Frame 977
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 978
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(35)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(7)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(7) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(20)) + 1; } if ((1 < evilduck) and (evilduck < 20)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 20; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 20; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 20; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(20)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (986); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (986); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1076); }
Frame 979
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (978);
Frame 985
stop();
Frame 986
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1062
if (badsanta == 1) { gotoAndPlay (1119); } else { gotoAndPlay (1097); }
Frame 1096
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1119); } else { winner = 2; gotoAndPlay (1097); }
Frame 1118
gotoAndStop (1949);
Frame 1138
gotoAndPlay (286); round = "ROUND 6";
Frame 1139
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 1140
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(30)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(6)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(6) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(18)) + 1; } if ((1 < evilduck) and (evilduck < 18)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 18; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 18; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 18; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(18)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (1148); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (1148); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1238); }
Frame 1141
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (1140);
Frame 1147
stop();
Frame 1148
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1224
if (badsanta == 1) { gotoAndPlay (1281); } else { gotoAndPlay (1259); }
Frame 1258
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1281); } else { winner = 2; gotoAndPlay (1259); }
Frame 1280
gotoAndStop (1949);
Frame 1300
gotoAndPlay (286); round = "ROUND 7";
Frame 1301
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 1302
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(25)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(5)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(5) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(15)) + 1; } if ((1 < evilduck) and (evilduck < 15)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 15; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 15; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 15; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(15)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (1310); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (1310); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1400); }
Frame 1303
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (1302);
Frame 1309
stop();
Frame 1310
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1386
if (badsanta == 1) { gotoAndPlay (1443); } else { gotoAndPlay (1421); }
Frame 1420
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1443); } else { winner = 2; gotoAndPlay (1421); }
Frame 1442
gotoAndStop (1949);
Frame 1462
gotoAndPlay (286); round = "ROUND 8";
Frame 1463
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 1464
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(20)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(4)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(4) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(10)) + 1; } if ((1 < evilduck) and (evilduck < 10)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 10; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 10; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 10; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(10)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (1472); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (1472); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1562); }
Frame 1465
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (1464);
Frame 1471
stop();
Frame 1472
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1548
if (badsanta == 1) { gotoAndPlay (1605); } else { gotoAndPlay (1583); }
Frame 1582
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1605); } else { winner = 2; gotoAndPlay (1583); }
Frame 1604
gotoAndStop (1949);
Frame 1624
gotoAndPlay (286); round = "ROUND 9";
Frame 1625
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 1626
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(15)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(3)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(3) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(8)) + 1; } if ((1 < evilduck) and (evilduck < 8)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 8; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 8; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 8; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(8)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (1634); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (1634); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1724); }
Frame 1627
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (1626);
Frame 1633
stop();
Frame 1634
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1710
if (badsanta == 1) { gotoAndPlay (1767); } else { gotoAndPlay (1745); }
Frame 1744
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1767); } else { winner = 2; gotoAndPlay (1745); }
Frame 1766
gotoAndStop (1949);
Frame 1786
gotoAndPlay (286); round = "ROUND 10";
Frame 1787
combo = 0; blood = 0; sweep = 0; eviljump = 0; duckpunch = 0; santajump = 0; randomduck = 0; ice = 0; hithim = 0; kicks = 0; threekicks = 0; speed = 0; time = 99; tick = 0; Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73);
Frame 1788
tick = tick + 1; if (tick >= 24) { time = time - 1; tick = 0; } x = getProperty("/santa", _x); x2 = getProperty("/evilsanta", _x); setProperty("/evilsanta", _quality , "medium"); if ((moving == 0) or (moving < 0)) { evilduck = 0; movement = int(random(8)) + 1; randomduck = int(random(10)) + 1; moving = 0; } if ((x2 - x) < -50) { movement = 2; } if (randomduck == 11) { evilduck = 1; moving = 8; randomduck = 0; } if (x2 >= 582) { movement = 3; } if (((((sweep == 1) and ((x2 - x) < 40)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0)) { eviljump = int(random(2)) + 1; if (eviljump == 1) { tellTarget ("/evilsanta") { gotoAndPlay (80); }; } if (1 < eviljump) { tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/evilsanta") { gotoAndPlay ("fall"); }; Set("/:score", /:score + 5); } eviljump = 3; sweep = 2; moving = 25; } if ((((lightpunch == 1) and ((x2 - x) < -50)) and (evilduck == 0)) and (evildown == 0)) { evilduck = int(random(2) + 1); } if (((evilduck == 1) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (60); }; if (Key.isDown(80)) { evilduck = 1; moving = 2; } } if ((evilduck == 1) and (evildown == 0)) { duckpunch = int(random(5)) + 1; } if ((1 < evilduck) and (evilduck < 5)) { evilduck = 0; } if ((((duckpunch == 3) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { evilduck = 5; tellTarget ("/evilsanta") { gotoAndPlay (95); }; if ((((x2 - x) < 40) and (santadown == 0)) and (santajump == 0)) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (120); }; Set("/:score", /:score - 5); } } if ((((duckpunch == 1) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (65); }; evilduck = 5; } if ((((duckpunch == 2) and (evilduck == 1)) and (eviljump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (70); }; evilduck = 5; } if ((((((x2 - x) < 30) and (evilduck == 0)) and (sweep < 1)) and (getProperty("/evilsanta", _currentframe) < 10)) or (((((x2 - x) < 30) and (evilduck == 0)) and (29 < getProperty("/evilsanta", _currentframe))) and (sweep < 1))) { punch = int(random(5)) + 1; } else { punch = 0; } if (((((punch == 1) and (santadown == 0)) and (santajump == 0)) and (hithim == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (15); }; } if ((200 < (x2 - x)) and (ice < 12)) { ice = int(random(10)) + 1; } if (ice == 1) { setProperty("/ice", _x , getProperty("/evilsanta", _x)); ice = 12; tellTarget ("/ice") { gotoAndPlay (2); }; } if (ice >= 12) { setProperty("/ice", _x , getProperty("/ice", _x) - 30); } if (getProperty("/ice", _x) < -100) { ice = 0; tellTarget ("/ice") { gotoAndStop (1); }; } if ((((((getProperty("/santa", _x) - 30) >= getProperty("/ice", _x)) and (duck == 0)) and (santajump == 0)) and (santadown == 0)) and (ice == 12)) { tellTarget ("/santa") { gotoAndPlay (150); }; Set("/:score", /:score - 5); tellTarget ("/ice") { gotoAndStop (1); }; ice = 0; setProperty("/ice", _x , -100); } if (((getProperty("/santa", _x) - 120) >= getProperty("/ice", _x)) and (ice == 12)) { ice = 13; } if (((((punch == 2) and (santadown == 0)) and (hithim == 0)) and (santajump == 0)) and (evildown == 0)) { tellTarget ("/evilsanta") { gotoAndPlay (20); }; } if (((((((x2 - x) < -50) and (punch == 1)) and (duck == 0)) and (santadown == 0)) and (hithim == 0)) or (((((x2 - x) < -50) and (duckpunch == 1)) and (santadown == 0)) and (hithim == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); punch = 0; } if (((((x2 - x) < -20) and (punch == 2)) and (santadown == 0)) or ((((x2 - x) < -20) and (duckpunch == 2)) and (santadown == 0))) { tellTarget ("/senergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/santa") { gotoAndPlay (55); }; Set("/:score", /:score - 5); if (blood == 1) { tellTarget ("/blood") { setProperty("/blood", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/blood", "blood2", 1); tellTarget ("/blood2") { setProperty("/blood2", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/blood", "blood3", 2); tellTarget ("/blood3") { setProperty("/blood3", _x , getProperty("/santa", _x) - 180); gotoAndPlay (2); }; } blood = blood + 1; punch = 0; } if (((((x2 - x) < 10) and (eviljump == 0)) and (kick == 1)) and (evildown == 0)) { hithim = 1; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; tellTarget ("evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 10); tellTarget ("hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 60); setProperty("/hit", _y , getProperty("/santa", _y) - 20); gotoAndPlay (2); }; kick = 2; evilduck = 0; if (kicks == 0) { threekicks = 1; kicks = kicks + 1; } if (0 < kicks) { kicks = kicks + 1; } } if (kicks >= 4) { sweep = 1; kicks = 0; } if ((((((x2 - x) < -50) and (lightpunch == 1)) and (evilduck == 0)) and (evildown == 0)) or ((((((x2 - x) < -50) and (lowheadpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 125)) and (eviljump == 0)) and (evildown == 0))) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 1); }; Set("/:score", /:score + 20); tellTarget ("/evilsanta") { gotoAndPlay (55); }; speed = speed + 1; lightpunch == 2; } if ((((((x2 - x) < -30) and (hardpunch == 1)) and (getProperty("/evilsanta", _currentframe) < 100)) and (eviljump == 0)) and (evildown == 0)) { hithim = 1; if (speed == 0) { combo = 1; speed = speed + 1; } tellTarget ("/hit") { setProperty("/hit", _x , getProperty("/santa", _x) + 20); gotoAndPlay (2); if (/:duck == 1) { setProperty("/hit", _y , getProperty("/santa", _y) - 30); } else { setProperty("/hit", _y , getProperty("/santa", _y) - 60); } }; tellTarget ("/evilenergy") { gotoAndStop(_currentframe + 2); }; tellTarget ("/evilsanta") { gotoAndPlay (55); }; Set("/:score", /:score + 15); if (evilblood == 1) { tellTarget ("/evilblood") { setProperty("/evilblood", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 2) { duplicateMovieClip ("/evilblood", "evilblood2", 3); tellTarget ("/evilblood2") { setProperty("/evilblood2", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } if (blood == 3) { duplicateMovieClip ("/evilblood", "evilblood3", 4); tellTarget ("/evilblood3") { setProperty("/evilblood3", _x , getProperty("/evilsanta", _x) + 160); gotoAndPlay (2); }; } evilblood = evilblood + 1; hardpunch = 2; speed = speed + 1; } if (getProperty("/evilenergy", _currentframe) >= 99) { badsanta = 1; gotoAndPlay (1796); } if (getProperty("/senergy", _currentframe) >= 99) { badsanta = 2; gotoAndPlay (1796); } if (((((2 < movement) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (30); }; moving = 4; } if (((((movement == 2) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (getProperty("/evilsanta", _currentframe) < 10)) { tellTarget ("/evilsanta") { gotoAndPlay (40); }; moving = 4; } if (((((movement == 1) and (moving == 0)) and (evilduck == 0)) and (duckpunch == 0)) and (sweep < 1)) { tellTarget ("/evilsanta") { gotoAndPlay (1); }; moving = 4; } if (combo >= 1) { combo = combo + 1; } if (30 < combo) { combo = 0; speed = 0; } if (speed >= 6) { setProperty("/combo", _x , getProperty("/santa", _x) - 80); tellTarget ("/combo") { gotoAndPlay (2); }; Set("/:score", /:score + 30); speed = 0; combo = 0; } moving = moving - 1; if (moving < 0) { moving = 0; } if (blood >= 4) { blood = 1; } if (evilblood >= 4) { evilblood = 1; } if (threekicks >= 1) { threekicks = threekicks + 1; } if (30 < threekicks) { threekicks = 0; kicks = 0; } if (0 >= time) { gotoAndPlay (1886); }
Frame 1789
speed2 = getProperty("/evilenergy", _currentframe); gotoAndPlay (1788);
Frame 1795
stop();
Frame 1796
if (badsanta == 1) { tellTarget ("/evilsanta") { gotoAndPlay (300); }; } else { tellTarget ("santa") { gotoAndPlay (180); }; }
Frame 1872
if (badsanta == 1) { gotoAndPlay (1929); } else { gotoAndPlay (1907); }
Frame 1906
if (getProperty("senergy", _currentframe) < getProperty("evilenergy", _currentframe)) { winner = 1; gotoAndPlay (1929); } else { winner = 2; gotoAndPlay (1907); }
Frame 1928
gotoAndStop (1949);
Frame 1948
gotoAndStop (1949);
Frame 1949
Mouse.show(); if ((badsanta == 2) or (winner == 2)) { gotoAndStop (1950); } setProperty("logo", _quality , "high");
Symbol 19 Button
on (release) { gotoAndPlay (158); }
Symbol 32 Button
on (release) { gotoAndStop (163); }
Symbol 37 Button
on (release) { getURL ("http://www.murrayanimations.co.uk/santafighter.htm", "_blank"); }
Symbol 41 Button
on (release) { gotoAndStop (165); }
Symbol 45 Button
on (release) { gotoAndStop (164); }
Symbol 51 Button
on (release) { getURL ("http://www.murrayanimations.co.uk", "_self"); }
Symbol 55 Button
on (release) { getURL ("mailto:chris@murrayanimations.co.uk"); }
Symbol 62 Button
on (release) { getURL ("http://www.murrayanimations.co.uk/santafighter.htm", "_blank"); }
Symbol 67 Button
on (release) { gotoAndStop (163); }
Symbol 72 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 11
gotoAndPlay (1);
Symbol 82 MovieClip Frame 11
gotoAndPlay (1);
Symbol 93 Button
on (release) { gotoAndStop (166); }
Symbol 130 MovieClip Frame 24
stop();
Symbol 131 MovieClip Frame 1
if (Key.isDown(/:down)) { gotoAndPlay (60); } Set("/:duck", 0); Set("/:lightpunch", 0); Set("/:lowheadpunch", 0); Set("/:santadown", 0); Set("/:santajump", 0); Set("/:sweep", 0);
Instance of Symbol 95 MovieClip "keys" in Symbol 131 MovieClip Frame 1
onClipEvent (keyDown) { if (Key.isDown(/:punchlight)) { tellTarget ("/santa") { gotoAndPlay (15); }; } } onClipEvent (keyDown) { if (Key.isDown(/:punchhard)) { tellTarget ("/santa") { if (hardpunch == 0) { gotoAndPlay (20); } }; } } onClipEvent (keyDown) { if (Key.isDown(/:right)) { tellTarget ("/santa") { if (getProperty("/santa", _x) < 753) { gotoAndPlay (30); } }; } } onClipEvent (keyDown) { if (Key.isDown(/:left)) { tellTarget ("/santa") { if (186 < getProperty("/santa", _x)) { gotoAndPlay (40); } }; } } onClipEvent (keyDown) { if (Key.isDown(/:down)) { tellTarget ("/santa") { gotoAndPlay (60); }; } } onClipEvent (keyDown) { if (Key.isDown(/:up)) { tellTarget ("/santa") { gotoAndPlay (95); }; } } onClipEvent (keyDown) { if (Key.isDown(/:mediumkick)) { tellTarget ("/santa") { if (kick == 0) { gotoAndPlay (110); } }; } }
Symbol 131 MovieClip Frame 3
hardpunch = 0; Set("/:hardpunch", 0); kick = 0; Set("/:kick", 0);
Symbol 131 MovieClip Frame 11
gotoAndPlay (1);
Symbol 131 MovieClip Frame 15
Set("/:lightpunch", 1);
Symbol 131 MovieClip Frame 18
gotoAndPlay (1);
Symbol 131 MovieClip Frame 20
Set("/:hardpunch", 1);
Symbol 131 MovieClip Frame 24
hardpunch = 1; gotoAndPlay (1);
Symbol 131 MovieClip Frame 30
setProperty("/santa", _x , getProperty("/santa", _x) + 1);
Symbol 131 MovieClip Frame 31
setProperty("/santa", _x , getProperty("/santa", _x) + 8);
Symbol 131 MovieClip Frame 32
setProperty("/santa", _x , getProperty("/santa", _x) + 8);
Symbol 131 MovieClip Frame 33
setProperty("/santa", _x , getProperty("/santa", _x) + 2);
Symbol 131 MovieClip Frame 34
setProperty("/santa", _x , getProperty("/santa", _x) + 8);
Symbol 131 MovieClip Frame 35
setProperty("/santa", _x , getProperty("/santa", _x) + 8);
Symbol 131 MovieClip Frame 36
setProperty("/santa", _x , getProperty("/santa", _x) + 6); if (Key.isDown(/:right)) { if (getProperty("/santa", _x) < 753) { gotoAndPlay (30); } }
Symbol 131 MovieClip Frame 37
gotoAndPlay (1);
Symbol 131 MovieClip Frame 40
setProperty("/santa", _x , getProperty("/santa", _x) - 1);
Symbol 131 MovieClip Frame 41
setProperty("/santa", _x , getProperty("/santa", _x) - 8);
Symbol 131 MovieClip Frame 42
setProperty("/santa", _x , getProperty("/santa", _x) - 8);
Symbol 131 MovieClip Frame 43
setProperty("/santa", _x , getProperty("/santa", _x) - 2);
Symbol 131 MovieClip Frame 44
setProperty("/santa", _x , getProperty("/santa", _x) - 8);
Symbol 131 MovieClip Frame 45
setProperty("/santa", _x , getProperty("/santa", _x) - 8);
Symbol 131 MovieClip Frame 46
setProperty("/santa", _x , getProperty("/santa", _x) - 6); if (Key.isDown(/:left)) { if (186 < getProperty("/santa", _x)) { gotoAndPlay (40); } }
Symbol 131 MovieClip Frame 47
gotoAndPlay (1);
Symbol 131 MovieClip Frame 55
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 6); }
Symbol 131 MovieClip Frame 58
gotoAndPlay (1);
Symbol 131 MovieClip Frame 60
Set("/:duck", 1); if (Key.isDown(/:down)) { play(); } else { gotoAndPlay (1); } Set("/:hardpunch", 0); Set("/:lowheadpunch", 0);
Instance of Symbol 108 MovieClip "keys" in Symbol 131 MovieClip Frame 60
onClipEvent (keyDown) { if (Key.isDown(/:punchhard)) { tellTarget ("/santa") { if (hardpunch == 0) { gotoAndPlay (75); } }; } } onClipEvent (keyDown) { if (Key.isDown(/:mediumkick)) { tellTarget ("/santa") { if (sweep == 0) { gotoAndPlay (80); } }; } } onClipEvent (keyDown) { if (Key.isDown(/:punchlight)) { tellTarget ("/santa") { gotoAndPlay (70); }; } }
Symbol 131 MovieClip Frame 61
sweep = 0;
Symbol 131 MovieClip Frame 62
hardpunch = 0;
Symbol 131 MovieClip Frame 63
if (Key.isDown(/:down)) { play(); } else { gotoAndPlay (1); }
Symbol 131 MovieClip Frame 67
if (Key.isDown(/:down)) { gotoAndPlay (60); } else { gotoAndPlay (1); }
Symbol 131 MovieClip Frame 70
Set("/:lowheadpunch", 1);
Symbol 131 MovieClip Frame 73
if (Key.isDown(/:down)) { gotoAndPlay (60); } else { gotoAndPlay (1); }
Symbol 131 MovieClip Frame 75
Set("/:hardpunch", 1);
Symbol 131 MovieClip Frame 79
if (Key.isDown(/:down)) { gotoAndPlay (60); } else { gotoAndPlay (1); } hardpunch = 1;
Symbol 131 MovieClip Frame 80
Set("/:sweep", 1);
Symbol 131 MovieClip Frame 83
Set("/:sweep", 2);
Symbol 131 MovieClip Frame 88
sweep = 1; gotoAndPlay (60);
Symbol 131 MovieClip Frame 95
Set("/:santajump", 1);
Symbol 131 MovieClip Frame 106
Set("/:santajump", 0); gotoAndPlay (1);
Symbol 131 MovieClip Frame 112
kick = 1; Set("/:kick", 1);
Symbol 131 MovieClip Frame 117
gotoAndPlay (1);
Symbol 131 MovieClip Frame 120
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); } Set("/:santadown", 1);
Symbol 131 MovieClip Frame 121
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 122
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 123
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 124
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 125
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 126
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 127
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 9); }
Symbol 131 MovieClip Frame 128
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 7); }
Symbol 131 MovieClip Frame 129
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 5); }
Symbol 131 MovieClip Frame 130
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 4); }
Symbol 131 MovieClip Frame 131
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 3); }
Symbol 131 MovieClip Frame 132
if (160 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 2); }
Symbol 131 MovieClip Frame 144
gotoAndPlay (1);
Symbol 131 MovieClip Frame 171
gotoAndPlay (1);
Symbol 131 MovieClip Frame 180
Set("/:santadown", 1); if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 181
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 182
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 183
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 184
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 185
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 186
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 187
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 188
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 189
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 190
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 191
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 192
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 193
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 194
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 195
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 196
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 197
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 10); }
Symbol 131 MovieClip Frame 198
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 6); }
Symbol 131 MovieClip Frame 199
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 6); }
Symbol 131 MovieClip Frame 200
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 6); }
Symbol 131 MovieClip Frame 201
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 4); }
Symbol 131 MovieClip Frame 203
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 4); }
Symbol 131 MovieClip Frame 204
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 2); }
Symbol 131 MovieClip Frame 205
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 1); }
Symbol 131 MovieClip Frame 206
if (186 < getProperty("/santa", _x)) { setProperty("/santa", _x , getProperty("/santa", _x) - 1); }
Symbol 131 MovieClip Frame 216
stop();
Symbol 143 Button
on (release) { gotoAndPlay (167); }
Symbol 157 Button
on (release) { Set("/:up", 38); Set("/:left", 37); Set("/:right", 39); Set("/:down", 40); Set("/:punchhard", 79); Set("/:punchlight", 80); Set("/:mediumkick", 73); gotoAndPlay (280); }
Symbol 180 MovieClip Frame 1
Set("/:evilduck", 0); Set("/:beinghit", 0); Set("/:eviljump", 0); Set("/:evildown", 0); Set("/:hithim", 0);
Symbol 180 MovieClip Frame 11
gotoAndPlay (1);
Symbol 180 MovieClip Frame 18
gotoAndPlay (1);
Symbol 180 MovieClip Frame 25
gotoAndPlay (1);
Symbol 180 MovieClip Frame 30
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 1);
Symbol 180 MovieClip Frame 31
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 8);
Symbol 180 MovieClip Frame 32
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 8);
Symbol 180 MovieClip Frame 33
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 2);
Symbol 180 MovieClip Frame 34
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 8);
Symbol 180 MovieClip Frame 35
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 8);
Symbol 180 MovieClip Frame 36
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) - 6);
Symbol 180 MovieClip Frame 37
gotoAndPlay (1);
Symbol 180 MovieClip Frame 40
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 1);
Symbol 180 MovieClip Frame 41
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8);
Symbol 180 MovieClip Frame 42
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8);
Symbol 180 MovieClip Frame 43
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 2);
Symbol 180 MovieClip Frame 44
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8);
Symbol 180 MovieClip Frame 45
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8);
Symbol 180 MovieClip Frame 46
setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 6);
Symbol 180 MovieClip Frame 47
gotoAndPlay (1);
Symbol 180 MovieClip Frame 55
if (getProperty("/evilsanta", _x) < 753) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 6); } Set("/:hithim", 1);
Symbol 180 MovieClip Frame 59
gotoAndPlay (1);
Symbol 180 MovieClip Frame 60
Set("/:duckpunch", 0); Set("/:eviljump", 0);
Symbol 180 MovieClip Frame 63
Set("/:evilduck", 0); gotoAndPlay (1);
Symbol 180 MovieClip Frame 68
Set("/:evilduck", 1); gotoAndPlay (60);
Symbol 180 MovieClip Frame 74
Set("/:evilduck", 1); gotoAndPlay (60);
Symbol 180 MovieClip Frame 91
gotoAndPlay (1); Set("/:eviljump", 0); Set("/:moving", 0);
Symbol 180 MovieClip Frame 103
Set("/:evilduck", 1); gotoAndPlay (60);
Symbol 180 MovieClip Frame 125
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 126
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 127
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 128
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 129
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 130
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 131
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 132
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 9); }
Symbol 180 MovieClip Frame 133
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8); }
Symbol 180 MovieClip Frame 134
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 7); }
Symbol 180 MovieClip Frame 135
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 5); }
Symbol 180 MovieClip Frame 136
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 3); }
Symbol 180 MovieClip Frame 137
if (getProperty("/evilsanta", _x) < 582) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 2); }
Symbol 180 MovieClip Frame 149
gotoAndPlay (1); Set("/:moving", 0); Set("/:sweep", 0);
Symbol 180 MovieClip Frame 300
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 301
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 302
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 303
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 304
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 305
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 306
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 307
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 308
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 309
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 310
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 311
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 312
Set("/:evildown", 1); if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 313
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 314
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 315
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 10); }
Symbol 180 MovieClip Frame 316
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8); }
Symbol 180 MovieClip Frame 317
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 8); }
Symbol 180 MovieClip Frame 318
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 6); }
Symbol 180 MovieClip Frame 319
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 6); }
Symbol 180 MovieClip Frame 320
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 6); }
Symbol 180 MovieClip Frame 321
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 4); }
Symbol 180 MovieClip Frame 323
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 4); }
Symbol 180 MovieClip Frame 324
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 2); }
Symbol 180 MovieClip Frame 325
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 1); }
Symbol 180 MovieClip Frame 326
if (getProperty("/evilsanta", _x) < 500) { setProperty("/evilsanta", _x , getProperty("/evilsanta", _x) + 1); }
Symbol 180 MovieClip Frame 336
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 35
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
blood = int(random(5) + 1) * 10; gotoAndPlay(blood);
Symbol 199 MovieClip Frame 19
stop();
Symbol 199 MovieClip Frame 29
stop();
Symbol 199 MovieClip Frame 39
stop();
Symbol 199 MovieClip Frame 49
stop();
Symbol 199 MovieClip Frame 60
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
blood = int(random(5) + 1) * 10; gotoAndPlay(blood);
Symbol 200 MovieClip Frame 19
stop();
Symbol 200 MovieClip Frame 29
stop();
Symbol 200 MovieClip Frame 39
stop();
Symbol 200 MovieClip Frame 49
stop();
Symbol 200 MovieClip Frame 60
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 7
gotoAndStop (1);
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 7
gotoAndPlay (2);
Symbol 219 Button
on (keyPress "g") { gotoAndPlay (333); }
Symbol 225 Button
on (release, keyPress "g") { gotoAndPlay (330); }
Symbol 233 Button
on (keyPress "g") { gotoAndPlay (495); }
Symbol 234 Button
on (release, keyPress "g") { gotoAndPlay (492); }
Symbol 239 Button
on (keyPress "g") { gotoAndPlay (657); }
Symbol 240 Button
on (release, keyPress "g") { gotoAndPlay (654); }
Symbol 245 Button
on (keyPress "g") { gotoAndPlay (819); }
Symbol 246 Button
on (release, keyPress "g") { gotoAndPlay (816); }
Symbol 251 Button
on (keyPress "g") { gotoAndPlay (981); }
Symbol 252 Button
on (release, keyPress "g") { gotoAndPlay (978); }
Symbol 257 Button
on (keyPress "g") { gotoAndPlay (1143); }
Symbol 258 Button
on (release, keyPress "g") { gotoAndPlay (1140); }
Symbol 263 Button
on (keyPress "g") { gotoAndPlay (1305); }
Symbol 264 Button
on (release, keyPress "g") { gotoAndPlay (1302); }
Symbol 269 Button
on (keyPress "g") { gotoAndPlay (1467); }
Symbol 270 Button
on (release, keyPress "g") { gotoAndPlay (1464); }
Symbol 275 Button
on (keyPress "g") { gotoAndPlay (1629); }
Symbol 276 Button
on (release, keyPress "g") { gotoAndPlay (1626); }
Symbol 281 Button
on (keyPress "g") { gotoAndPlay (1791); }
Symbol 282 Button
on (release, keyPress "g") { gotoAndPlay (1788); }
Symbol 294 Button
on (release) { getURL ("http://www.murrayanimations.co.uk/santafighter.htm", "_blank"); }
Symbol 298 Button
on (release) { getURL ("mailto:chris@murrayanimations.co.uk"); }

Library Items

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

Instance Names

"santa"Frame 165Symbol 78 MovieClip
"santa"Frame 166Symbol 131 MovieClip
"evilsanta"Frame 286Symbol 180 MovieClip
"santa"Frame 286Symbol 131 MovieClip
"senergy"Frame 286Symbol 185 MovieClip
"evilenergy"Frame 286Symbol 186 MovieClip
"combo"Frame 286Symbol 197 MovieClip
"blood"Frame 286Symbol 199 MovieClip
"evilblood"Frame 286Symbol 200 MovieClip
"hit"Frame 286Symbol 207 MovieClip
"evilsanta"Frame 329Symbol 180 MovieClip
"santa"Frame 329Symbol 131 MovieClip
"senergy"Frame 329Symbol 185 MovieClip
"evilenergy"Frame 329Symbol 186 MovieClip
"combo"Frame 329Symbol 197 MovieClip
"blood"Frame 329Symbol 199 MovieClip
"evilblood"Frame 329Symbol 200 MovieClip
"hit"Frame 329Symbol 207 MovieClip
"ice"Frame 329Symbol 216 MovieClip
"evilsanta"Frame 491Symbol 180 MovieClip
"santa"Frame 491Symbol 131 MovieClip
"senergy"Frame 491Symbol 185 MovieClip
"evilenergy"Frame 491Symbol 186 MovieClip
"combo"Frame 491Symbol 197 MovieClip
"blood"Frame 491Symbol 199 MovieClip
"evilblood"Frame 491Symbol 200 MovieClip
"hit"Frame 491Symbol 207 MovieClip
"ice"Frame 491Symbol 216 MovieClip
"evilsanta"Frame 653Symbol 180 MovieClip
"santa"Frame 653Symbol 131 MovieClip
"senergy"Frame 653Symbol 185 MovieClip
"evilenergy"Frame 653Symbol 186 MovieClip
"combo"Frame 653Symbol 197 MovieClip
"blood"Frame 653Symbol 199 MovieClip
"evilblood"Frame 653Symbol 200 MovieClip
"hit"Frame 653Symbol 207 MovieClip
"ice"Frame 653Symbol 216 MovieClip
"evilsanta"Frame 815Symbol 180 MovieClip
"santa"Frame 815Symbol 131 MovieClip
"senergy"Frame 815Symbol 185 MovieClip
"evilenergy"Frame 815Symbol 186 MovieClip
"combo"Frame 815Symbol 197 MovieClip
"blood"Frame 815Symbol 199 MovieClip
"evilblood"Frame 815Symbol 200 MovieClip
"hit"Frame 815Symbol 207 MovieClip
"ice"Frame 815Symbol 216 MovieClip
"evilsanta"Frame 977Symbol 180 MovieClip
"santa"Frame 977Symbol 131 MovieClip
"senergy"Frame 977Symbol 185 MovieClip
"evilenergy"Frame 977Symbol 186 MovieClip
"combo"Frame 977Symbol 197 MovieClip
"blood"Frame 977Symbol 199 MovieClip
"evilblood"Frame 977Symbol 200 MovieClip
"hit"Frame 977Symbol 207 MovieClip
"ice"Frame 977Symbol 216 MovieClip
"evilsanta"Frame 1139Symbol 180 MovieClip
"santa"Frame 1139Symbol 131 MovieClip
"senergy"Frame 1139Symbol 185 MovieClip
"evilenergy"Frame 1139Symbol 186 MovieClip
"combo"Frame 1139Symbol 197 MovieClip
"blood"Frame 1139Symbol 199 MovieClip
"evilblood"Frame 1139Symbol 200 MovieClip
"hit"Frame 1139Symbol 207 MovieClip
"ice"Frame 1139Symbol 216 MovieClip
"evilsanta"Frame 1301Symbol 180 MovieClip
"santa"Frame 1301Symbol 131 MovieClip
"senergy"Frame 1301Symbol 185 MovieClip
"evilenergy"Frame 1301Symbol 186 MovieClip
"combo"Frame 1301Symbol 197 MovieClip
"blood"Frame 1301Symbol 199 MovieClip
"evilblood"Frame 1301Symbol 200 MovieClip
"hit"Frame 1301Symbol 207 MovieClip
"ice"Frame 1301Symbol 216 MovieClip
"evilsanta"Frame 1463Symbol 180 MovieClip
"santa"Frame 1463Symbol 131 MovieClip
"senergy"Frame 1463Symbol 185 MovieClip
"evilenergy"Frame 1463Symbol 186 MovieClip
"combo"Frame 1463Symbol 197 MovieClip
"blood"Frame 1463Symbol 199 MovieClip
"evilblood"Frame 1463Symbol 200 MovieClip
"hit"Frame 1463Symbol 207 MovieClip
"ice"Frame 1463Symbol 216 MovieClip
"evilsanta"Frame 1625Symbol 180 MovieClip
"santa"Frame 1625Symbol 131 MovieClip
"senergy"Frame 1625Symbol 185 MovieClip
"evilenergy"Frame 1625Symbol 186 MovieClip
"combo"Frame 1625Symbol 197 MovieClip
"blood"Frame 1625Symbol 199 MovieClip
"evilblood"Frame 1625Symbol 200 MovieClip
"hit"Frame 1625Symbol 207 MovieClip
"ice"Frame 1625Symbol 216 MovieClip
"evilsanta"Frame 1787Symbol 180 MovieClip
"santa"Frame 1787Symbol 131 MovieClip
"senergy"Frame 1787Symbol 185 MovieClip
"evilenergy"Frame 1787Symbol 186 MovieClip
"combo"Frame 1787Symbol 197 MovieClip
"blood"Frame 1787Symbol 199 MovieClip
"evilblood"Frame 1787Symbol 200 MovieClip
"hit"Frame 1787Symbol 207 MovieClip
"ice"Frame 1787Symbol 216 MovieClip
"logo"Frame 1949Symbol 283 MovieClip
"shadow"Symbol 78 MovieClip Frame 1Symbol 72 MovieClip
"shadow"Symbol 82 MovieClip Frame 1Symbol 72 MovieClip
"shadow"Symbol 131 MovieClip Frame 1Symbol 72 MovieClip
"keys"Symbol 131 MovieClip Frame 1Symbol 95 MovieClip
"keys"Symbol 131 MovieClip Frame 60Symbol 108 MovieClip
"shadow"Symbol 180 MovieClip Frame 1Symbol 72 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"standing still"Symbol 78 MovieClip Frame 1
"standing still"Symbol 131 MovieClip Frame 1
"lighpunch"Symbol 131 MovieClip Frame 15
"hardpunch"Symbol 131 MovieClip Frame 20
"walkforward"Symbol 131 MovieClip Frame 30
"walkback"Symbol 131 MovieClip Frame 40
"hit"Symbol 131 MovieClip Frame 55
"duck down"Symbol 131 MovieClip Frame 60
"lightpunch"Symbol 131 MovieClip Frame 70
"duckhardpunch"Symbol 131 MovieClip Frame 75
"sweep"Symbol 131 MovieClip Frame 80
"jump"Symbol 131 MovieClip Frame 95
"death"Symbol 131 MovieClip Frame 180
"fall"Symbol 180 MovieClip Frame 125
"death"Symbol 180 MovieClip Frame 300

Dynamic Text Variables

upSymbol 151 EditableText""
punchlightSymbol 158 EditableText""
punchhardSymbol 161 EditableText""
timeSymbol 191 EditableText""
scoreSymbol 192 EditableText""
roundSymbol 209 EditableText"ROUND 1"
timeSymbol 212 EditableText""
scoreSymbol 213 EditableText""
timeSymbol 230 EditableText""
scoreSymbol 231 EditableText""
timeSymbol 236 EditableText""
scoreSymbol 237 EditableText""
timeSymbol 242 EditableText""
scoreSymbol 243 EditableText""
timeSymbol 248 EditableText""
scoreSymbol 249 EditableText""
timeSymbol 254 EditableText""
scoreSymbol 255 EditableText""
timeSymbol 260 EditableText""
scoreSymbol 261 EditableText""
timeSymbol 266 EditableText""
scoreSymbol 267 EditableText""
timeSymbol 272 EditableText""
scoreSymbol 273 EditableText""
timeSymbol 278 EditableText""
scoreSymbol 279 EditableText""




http://swfchan.com/5/23315/info.shtml
Created: 26/5 -2019 07:10:14 Last modified: 26/5 -2019 07:10:14 Server time: 27/04 -2024 23:18:48