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

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

ElvesInc8vi.swf

This is the info page for
Flash #264096

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


Text
-25

-50

Back to Game

Back to Game

Give Up and return to Main Menu

Exit Game and Return to Main Menu

Toggle Music

Toggle Music

Toggle Anti-Aliasing

Toggle Anti-Aliasing

elfington wins

panza (p2) wins

D R A W

to main menu

toggle anti-aliasing

toggle music

how to play

0

0

0

0

Body  Checks

Shots Fired

Shots Missed

Shots Hit

0

0

0

0

0

0

Total
Gifts

0

Level Reached

0

0

0

0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0

0

0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

0

0

0 / 0

0:00

0 / 0

0

start battle

starting ammo

3

level timer

9:00

starting weapon

NormalShot

matches

3

starting weapon

Elfington

Panza

0

0

0

0

0

0

0:00

0

0

0:00

0

Player2

Player1

Player1

Player1

Player2

Player2

Player2

Player2

Player1

Player1

Steps to Winning the Game
1- Shoot the Gifts for Santa with your "Wrap Master 3000"
2- Collect the Wrapped Gifts
3- Wrap Bones to help Jingles the Santa Cat and get Powerups

ActionScript [AS1/AS2]

Frame 1
fscommand ("showmenu", "false");
Instance of Symbol 93 MovieClip "GameTotals" in Frame 1
onClipEvent (load) { GameImageQuality = "LOW"; Gravity = 1; GameMode = ""; CurrentGameState = "LevelIntro"; FirstPlayerControl = "Arrows"; DifficultyLevel = ""; Player1Name = "Player1"; Player2Name = "Player2"; VSLevelBG = "The Holiday Express"; TotalVSMatches = 3; TimeLimit = 60; StartingAmmo = 3; CurrentVSRound = 0; StartingWeapon = "NormalShot"; NumberOfBounces = 0; LevelReached = 0; ElfingtonChecks = 0; ElfingtonShots = 0; ElfingtonHits = 0; ElfingtonMisses = 0; ElfingtonTotalGifts = 0; PanzaChecks = 0; PanzaShots = 0; PanzaMisses = 0; PanzaTotalGifts = 0; ElfingtonBattlesWon = 0; PanzaBattlesWon = 0; LevelFloor = 530; CurTimer = TimeLimit; CurSeconds = 17; ButtonCaption = ""; _quality = GameImageQuality; } onClipEvent (enterFrame) { function UpdateTimerString() { if ((CurTimer < 60) && (CurTimer >= 0)) { if (Curtimer < 10) { TimerString = "0:0" + CurTimer; _root.SoundLibrary.PlaySound("ButtonDown01"); } else { TimerString = "0:" + CurTimer; } } if ((CurTimer >= 60) && (119 >= CurTimer)) { if ((Curtimer - 60) < 10) { TimerString = "1:0" + (CurTimer - 60); } else { TimerString = "1:" + (CurTimer - 60); } } if ((CurTimer >= 120) && (179 >= CurTimer)) { if ((Curtimer - 120) < 10) { TimerString = "2:0" + (CurTimer - 120); } else { TimerString = "2:" + (CurTimer - 120); } } if ((CurTimer >= 180) && (239 >= CurTimer)) { if ((Curtimer - 180) < 10) { TimerString = "3:0" + (CurTimer - 180); } else { TimerString = "3:" + (CurTimer - 180); } } if ((CurTimer >= 240) && (299 >= CurTimer)) { if ((Curtimer - 240) < 10) { TimerString = "4:0" + (CurTimer - 240); } else { TimerString = "4:" + (CurTimer - 240); } } } if (CurrentGameState == "InPlay") { curSeconds++; } if (17 < curSeconds) { curSeconds = 0; curTimer--; UpdateTimerString(); } }
Instance of Symbol 96 MovieClip "MusicLibrary" in Frame 1
onClipEvent (load) { MusicOn = true; CurrentTune = "7"; lastTuneIn = 0; } onClipEvent (enterFrame) { function PlayTune(TuneIn) { CurrentTune = TuneIn; if ((LastTune != TuneIn) && (MusicOn)) { gotoAndPlay("Tune0" + TuneIn); } lastTune = TuneIn; } function StopTune() { gotoAndPlay (1); } function ToggleMusic() { MusicOn = !MusicOn; if (!MusicOn) { StopTune(); } if (MusicOn) { gotoAndPlay("Tune0" + CurrentTune); } } }
Instance of Symbol 103 MovieClip "SoundLibrary" in Frame 1
onClipEvent (enterFrame) { function PlaySound(TuneIn) { gotoAndPlay(TuneIn); } function StopSound() { gotoAndPlay (1); } }
Instance of Symbol 105 MovieClip in Frame 1
onClipEvent (load) { _root.GameTotals.ELfingtonChecks = 0; _root.GameTotals.ELfingtonHits = 0; _root.GameTotals.ELfingtonMisses = 0; _root.GameTotals.PanzaChecks = 0; _root.GameTotals.PanzaHits = 0; _root.GameTotals.PanzaMisses = 0; } onClipEvent (enterFrame) { _root.MusicLibrary.MusicOn = true; _root.MusicLibrary.PlayTune(7); }
Instance of Symbol 131 MovieClip in Frame 64
onClipEvent (load) { _root.GameTotals.ELfingtonChecks = 0; _root.GameTotals.ELfingtonShots = 0; _root.GameTotals.ELfingtonHits = 0; _root.GameTotals.ELfingtonMisses = 0; _root.GameTotals.ElfingtonTotalGifts = 0; _root.GameTotals.PanzaChecks = 0; _root.GameTotals.PanzaShots = 0; _root.GameTotals.PanzaHits = 0; _root.GameTotals.PanzaMisses = 0; _root.GameTotals.PanzaTotalGifts = 0; } onClipEvent (enterFrame) { _root.MusicLibrary.MusicOn = true; _root.MusicLibrary.PlayTune(7); }
Frame 67
gotoAndPlay(_currentframe - 1);
Frame 83
gotoAndPlay(_currentframe - 1);
Instance of Symbol 182 MovieClip in Frame 90
onClipEvent (load) { if (_root.GameTotals.GameMode == "OnePlayerStory") { this.unloadMovie(); } }
Instance of Symbol 185 MovieClip "LevelVariables" in Frame 90
onClipEvent (load) { GameTotals = _root.GameTotals; ElfingtonComments = "Good Playing!"; PanzaComments = "Good Playing!"; if (GameTotals.LevelReached == 1) { ElfingtonComments = "You couldn't get past level 1?!"; PanzaComments = "Is it that hard to help wrap gifts?!"; } if (GameTotals.LevelReached == 2) { ElfingtonComments = "Keep trying and you could reach level 3!"; PanzaComments = "Use teamwork to get through level 2!"; } if (GameTotals.LevelReached == 3) { ElfingtonComments = "Level 3...not too shabby!"; PanzaComments = "Good job! Level 4's just around the corner!"; } if (GameTotals.LevelReached == 4) { ElfingtonComments = "Watch out for those falling tools on this level!"; PanzaComments = "Keep trying!"; } if (10 < ((GameTotals.ElfingtonChecks / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Perhaps you should send more time shooting and less time checking Panza."; } if (10 < ((GameTotals.PanzaChecks / GameTotals.PanzaShots) * 100)) { PanzaComments = "Perhaps you should send more time shooting and less time checking Elfington."; } if (5 < ((GameTotals.ElfingtonChecks / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Do you have some Body Checking fixation with Panza?!"; } if (5 < ((GameTotals.PanzaChecks / GameTotals.PanzaShots) * 100)) { PanzaComments = "Do you have some Body Checking fixation with Elfington?!"; } if (80 < ((GameTotals.ElfingtonHits / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Good shooting! Way to wrap those gifts!"; } if (80 < ((GameTotals.PanzaHits / GameTotals.PanzaShots) * 100)) { PanzaComments = "Good shooting! Way to wrap those gifts!"; } if (90 < ((GameTotals.ElfingtonHits / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Excellent Aim!"; } if (90 < ((GameTotals.PanzaHits / GameTotals.PanzaShots) * 100)) { PanzaComments = "Excellent Aim!"; } if (50 < ((GameTotals.ElfingtonMisses / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Looks like you need to work on your aim!"; } if (50 < ((GameTotals.PanzaMisses / GameTotals.PanzaShots) * 100)) { PanzaComments = "You could use some help hitting those targets!"; } if (70 < ((GameTotals.ElfingtonMisses / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "You accuracy needs some improvement."; } if (70 < ((GameTotals.PanzaMisses / GameTotals.PanzaShots) * 100)) { PanzaComments = "You accuracy needs some improvement."; } if (90 < ((GameTotals.ElfingtonMisses / GameTotals.ElfingtonShots) * 100)) { ElfingtonComments = "Did you even ATTEMPT to hit the falling gifts?!"; } if (90 < ((GameTotals.PanzaMisses / GameTotals.PanzaShots) * 100)) { PanzaComments = "Did you even ATTEMPT to hit the falling gifts?!"; } if (GameTotals.ElfingtonShots == GameTotals.ElfingtonHits) { ElfingtonComments = "Perfect Shooting!"; } if (GameTotals.PanzaShots == GameTotals.PanzaHits) { PanzaComments = "Perfect Shooting!"; } if (GameTotals.ElfingtonShots == GameTotals.ElfingtonMisses) { ElfingtonComments = "You didn't hit a single gift. Is it that hard to aim a weapon you can only point in one direction?"; } if (GameTotals.PanzaShots == GameTotals.PanzaMisses) { PanzaComments = "You didn't hit a single gift. Is it that hard to aim a weapon you can only point in one direction?"; } if (GameTotals.ElfingtonShots == 0) { ElfingtonComments = "Congratulations sitting on your butt the whole game."; } if (GameTotals.PanzaShots == 0) { PanzaComments = "Congratulations sitting on your butt the whole game."; } if ((GameTotals.ElfingtonShots < 5) && (4 < GameTotals.ElfingtonChecks)) { ElfingtonComments = "You should consider wrapping the presents rather than beating up Panza the whole game."; } if ((GameTotals.PanzaShots < 5) && (4 < GameTotals.PanzaChecks)) { PanzaComments = "You should consider wrapping the presents rather than beating up Panza the whole game."; } if (((GameTotals.ElfingtonTotalGifts / GameTotals.PanzaTotalGifts) * 100) < 5) { ElfingtonComments = "Worthless Partner Award!"; } if (((GameTotals.PanzaTotalGifts / GameTotals.ElfingtonTotalGifts) * 100) < 5) { PanzaComments = "Worthless Partner Award!"; } } onClipEvent (enterFrame) { _root.MusicLibrary.PlayTune(7); }
Frame 93
gotoAndPlay(_currentframe - 1);
Frame 108
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 188 MovieClip in Frame 108
onClipEvent (load) { escIsBeingHeld = false; } onClipEvent (enterFrame) { if (((_root.GameTotals.CurrentGameState == "InPlay") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.GameTotals.CurrentGameState = "Paused"; _root.attachMovie("PausedScreen", "PausedScreen", 1000); _root.PausedScreen.gotoAndPlay(1); escIsBeingHeld = true; } else if (((_root.GameTotals.CurrentGameState == "Paused") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.PausedScreen.UnloadMovie(); _root.GameTotals.CurrentGameState = "InPlay"; escIsBeingHeld = true; } if (!Key.IsDown(Key.Escape)) { escIsBeingHeld = false; } }
Instance of Symbol 191 MovieClip in Frame 108
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 192 MovieClip in Frame 108
onClipEvent (load) { PlayerName = "Panza"; }
Instance of Symbol 227 MovieClip "LevelVariables" in Frame 108
onClipEvent (load) { _root.MusicLibrary.PlayTune(4); Level = 1; MaxLevelGifts = 5; LevelGiftGoal = 25; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 60; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 254 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Instance of Symbol 250 MovieClip "elfington" in Frame 108
onClipEvent (load) { PlayerName = "Elfington"; }
Frame 111
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 119
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 275 MovieClip "LevelVariables" in Frame 119
onClipEvent (load) { _root.MusicLibrary.PlayTune(4); Level = 2; MaxLevelGifts = 5; LevelGiftGoal = 30; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 60; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 119
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 119
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 122
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 132
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 285 MovieClip "LevelVariables" in Frame 132
onClipEvent (load) { _root.MusicLibrary.PlayTune(1); Level = 3; MaxLevelGifts = 5; LevelGiftGoal = 35; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 80; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 60; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 132
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 136
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 142
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 327 MovieClip "LevelVariables" in Frame 142
onClipEvent (load) { _root.MusicLibrary.PlayTune(5); Level = 4; MaxLevelGifts = 5; LevelGiftGoal = 45; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 80; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 142
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 146
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 152
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 188 MovieClip in Frame 152
onClipEvent (load) { escIsBeingHeld = false; } onClipEvent (enterFrame) { if (((_root.GameTotals.CurrentGameState == "InPlay") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.GameTotals.CurrentGameState = "Paused"; _root.attachMovie("PausedScreen", "PausedScreen", 1000); _root.PausedScreen.gotoAndPlay(1); escIsBeingHeld = true; } else if (((_root.GameTotals.CurrentGameState == "Paused") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.PausedScreen.UnloadMovie(); _root.GameTotals.CurrentGameState = "InPlay"; escIsBeingHeld = true; } if (!Key.IsDown(Key.Escape)) { escIsBeingHeld = false; } }
Instance of Symbol 335 MovieClip "LevelVariables" in Frame 152
onClipEvent (load) { _root.MusicLibrary.PlayTune(4); Level = 5; MaxLevelGifts = 5; LevelGiftGoal = 55; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 60; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 152
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 155
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 160
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 343 MovieClip "LevelVariables" in Frame 160
onClipEvent (load) { _root.MusicLibrary.PlayTune(4); Level = 6; MaxLevelGifts = 5; LevelGiftGoal = 65; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 60; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 160
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 163
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 168
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 351 MovieClip "LevelVariables" in Frame 168
onClipEvent (load) { _root.MusicLibrary.PlayTune(1); Level = 7; MaxLevelGifts = 5; LevelGiftGoal = 75; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 80; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 130; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 168
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 168
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 172
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Frame 178
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 359 MovieClip "LevelVariables" in Frame 178
onClipEvent (load) { _root.MusicLibrary.PlayTune(5); Level = 8; MaxLevelGifts = 5; LevelGiftGoal = 85; if (_root.GameTotals.GameMode == "TwoPlayerStory") { LevelGiftGoal = LevelGiftGoal * 2; } LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; GiftString = "0 / " + LevelGiftGoal; TimeBetweenAttacks = 60; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = 95; _root.GameTotals.UpdateTimerString(); _root.GameTotals.LevelReached = Level; _root.Elfington.Player.CurrentIdleAnimation = "Idle"; _root.Elfington.Player.action = "Idle"; _root.Panza.Player.CurrentIdleAnimation = "Idle"; _root.Panza.Player.action = "Idle"; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; curGift++; } } function CheckLevelCleared() { if (TotalGifts >= LevelGiftGoal) { _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("LevelTally", "LevelTally", 1000); _root.LevelTally.gotoAndPlay(1); _root.Panza.player.CurrentIdleAnimation = "Dancing"; _root.Elfington.player.CurrentIdleAnimation = "Dancing"; trace(_root.Panza.player.CurrentIdleAnimation); _root.MusicLibrary.PlayTune(6); } } function CheckTimeUp() { if (_root.GameTotals.CurTimer < 0) { _root.GameTotals.CurrentGameState = "LevelTimeUp"; _root.attachMovie("TimeUp", "TimeUp", 1000); _root.TimeUp.gotoAndPlay(1); _root.MusicLibrary.PlayTune(3); } } if (_root.GameTotals.CurrentGameState == "InPlay") { TotalGifts = ElfingtonPresents + PanzaPresents; GiftString = (TotalGifts + " / ") + LevelGiftGoal; CheckLevelCleared(); CheckTimeUp(); } }
Instance of Symbol 250 MovieClip "elfington" in Frame 178
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 182
if (_root.gameVariables.LevelCompleted) { gotoAndPlay(_root._currentFrame - 1); } else { gotoAndPlay(_root._currentFrame - 1); }
Instance of Symbol 392 MovieClip in Frame 205
onClipEvent (load) { _root.GameTotals.CurTimer = _root.GameTotals.TimeLimit; _root.GameTotals.UpdateTimerString(); }
Frame 208
gotoAndPlay(_currentframe - 1);
Frame 217
gotoAndPlay(_root._currentFrame + 1);
Instance of Symbol 424 MovieClip "LevelDisplay" in Frame 217
onClipEvent (load) { gotoAndStop(_root.GameTotals.VSLevelBG); }
Instance of Symbol 188 MovieClip in Frame 217
onClipEvent (load) { escIsBeingHeld = false; } onClipEvent (enterFrame) { if (((_root.GameTotals.CurrentGameState == "InPlay") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.GameTotals.CurrentGameState = "Paused"; _root.attachMovie("PausedScreen", "PausedScreen", 1000); _root.PausedScreen.gotoAndPlay(1); escIsBeingHeld = true; } else if (((_root.GameTotals.CurrentGameState == "Paused") && (Key.IsDown(Key.Escape))) && (!escIsBeingHeld)) { _root.PausedScreen.UnloadMovie(); _root.GameTotals.CurrentGameState = "InPlay"; escIsBeingHeld = true; } if (!Key.IsDown(Key.Escape)) { escIsBeingHeld = false; } }
Instance of Symbol 191 MovieClip in Frame 217
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 192 MovieClip in Frame 217
onClipEvent (load) { PlayerName = "Panza"; }
Instance of Symbol 425 MovieClip "LevelVariables" in Frame 217
onClipEvent (load) { _root.MusicLibrary.PlayTune(4); if ((_root.GameTotals.ElfingtonBattlesWon == (_root.GameTotals.TotalVSMatches - 1)) && (_root.GameTotals.PanzaBattlesWon == (_root.GameTotals.TotalVSMatches - 1))) { _root.MusicLibrary.PlayTune(5); } _root.GameTotals.CurrentVSRound++; MaxLevelGifts = 5; LevelCompleted = false; NextGift = 30; NextDepth = 100; NextBulletInstance = 1; Gravity = 1; FirstPlayerControl = "Letters"; ElfingtonPresents = 0; PanzaPresents = 0; TotalGifts = 0; _root.GameTotals.CurSeconds = 17; _root.GameTotals.CurTimer = _root.GameTotals.TimeLimit; _root.GameTotals.UpdateTimerString(); TimeBetweenAttacks = 60; } onClipEvent (enterFrame) { function EndLevelIntro() { curGift = 30; while ((30 + MaxLevelGifts) >= curGift) { _root.attachMovie("Gift", "Gift_" + curGift, curGift); curPath = eval (("_root.Gift_" + curGift) + ".Gift"); eval ("_root.Gift_" + curGift)._x = random(690) + 5; eval ("_root.Gift_" + curGift)._y = (-random(100)) + 15; curGift++; } } if (_root.GameTotals.CurrentGameState == "InPlay") { if (_root.GameTotals.CurTimer < 0) { _root.MusicLibrary.PlayTune(6); _root.GameTotals.CurrentGameState = "EndLevelTally"; _root.attachMovie("EndVSMatch", "EndVSMatch", 1000); _root.EndVSMatch.gotoAndPlay(1); if (_root.LevelVariables.PanzaPresents < _root.LevelVariables.ElfingtonPresents) { _root.EndVSMatch.panza._visible = false; _root.EndVSMatch.draw._visible = false; _root.GameTotals.ElfingtonBattlesWon++; if (_root.Elfington.Player.Action == _root.Elfington.Player.CurrentIdleAnimation) { _root.Elfington.Player.Action = "Dancing"; } _root.Elfington.Player.CurrentIdleAnimation = "Dancing"; } if (_root.LevelVariables.ElfingtonPresents < _root.LevelVariables.PanzaPresents) { _root.EndVSMatch.elfington._visible = false; _root.EndVSMatch.draw._visible = false; _root.GameTotals.PanzaBattlesWon++; if (_root.Panza.Player.Action == _root.Panza.Player.CurrentIdleAnimation) { _root.Panza.Player.Action = "Dancing"; } _root.Panza.Player.CurrentIdleAnimation = "Dancing"; } if (_root.LevelVariables.ElfingtonPresents == _root.LevelVariables.PanzaPresents) { _root.MusicLibrary.PlayTune(3); _root.EndVSMatch.elfington._visible = false; _root.EndVSMatch.panza._visible = false; } } } }
Instance of Symbol 250 MovieClip "elfington" in Frame 217
onClipEvent (load) { PlayerName = "Elfington"; }
Instance of Symbol 254 MovieClip in Frame 217
onClipEvent (enterFrame) { if (_root.GameTotals.GameMode == "OnePlayerStory") { _visible = false; } }
Frame 218
gotoAndPlay(_root._currentFrame + 1);
Frame 222
gotoAndPlay(_root._currentFrame - 1);
Frame 223
gotoAndPlay(_root._currentFrame - 1);
Frame 224
gotoAndPlay(_root._currentFrame - 2);
Instance of Symbol 453 MovieClip in Frame 228
onClipEvent (enterFrame) { if (Key.isDown(Key.enter) || (Key.isDown(Key.space))) { if (_root.GameTotals.ElfingtonBattlesWon >= _root.GameTotals.TotalVSMatches) { _root.gotoAndPlay("ElfingtonWins"); } if (_root.GameTotals.PanzaBattlesWon >= _root.GameTotals.TotalVSMatches) { _root.gotoAndPlay("PanzaWins"); } if ((_root.GameTotals.PanzaBattlesWon != _root.GameTotals.TotalVSMatches) && (_root.GameTotals.ElfingtonBattlesWon != _root.GameTotals.TotalVSMatches)) { _root.gotoAndPlay("BattleLevel"); } } }
Frame 235
gotoAndPlay(_currentframe - 1);
Instance of Symbol 464 MovieClip in Frame 252
onClipEvent (load) { _root.MusicLibrary.PlayTune(6); }
Frame 257
gotoAndPlay(_currentframe - 1);
Instance of Symbol 468 MovieClip in Frame 274
onClipEvent (load) { _root.MusicLibrary.PlayTune(6); }
Frame 277
gotoAndPlay(_currentframe - 1);
Frame 296
_quality = "HIGH";
Instance of Symbol 475 MovieClip in Frame 312
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { _root.MusicLibrary.PlayTune(7); timer++; if ((timer >= 850) || (Key.isDown(Key.space))) { gotoAndPlay (91); } }
Frame 317
gotoAndPlay(_currentframe - 1);
Symbol 11 MovieClip Frame 8
gotoAndStop (8);
Symbol 17 MovieClip Frame 6
_parent.DestroyBullet();
Instance of Symbol 18 MovieClip "Bullet" in Symbol 19 MovieClip [Bullet] Frame 1
onClipEvent (load) { gotoAndStop(_parent.Action); Action = _parent.Action; LevelVariables = _root.LevelVariables; ExplosionFirstFrame = true; if (Action == "NormalShot") { YVelocity = -15; } if (Action == "WrapMissile") { if (YVelocity < 20) { YVelocity = YVelocity - 2; } } if (Action == "PeircingBow") { YVelocity = -25; } HasHitAGift = false; playerShotName = "Default"; } onClipEvent (enterFrame) { function DestroyBullet() { trace(PlayerShotName); if (!HasHitAGift) { PlayerShotPath.IncrementMisses(); } if (HasHitAGift) { PlayerShotPath.IncrementHits(); } _parent.removeMovieClip(); } if (_root.GameTotals.CurrentGameState != "Paused") { if (_parent._Y < -150) { PlayerShotPath.WeaponRemaining++; DestroyBullet(); } if (Action == "WrapMissile") { if (YVelocity < 20) { YVelocity = YVelocity - 2; } } curGift = 30; while ((30 + LevelVariables.MaxLevelGifts) >= curGift) { if (this.hitTest(eval (("_root.Gift_" + curGift) + ".Gift")) && (ExplosionFirstFrame)) { HasHitAGift = true; curPath = eval (("_root.Gift_" + curGift) + ".Gift"); curPathParent = eval ("_root.Gift_" + curGift); if ((curPath.action == "PetGift") || (curPath.action == "PetGiftFalling")) { curPath.ChangeAction("PetGiftFalling"); } else { curPath.ChangeAction("GiftFalling"); } curPath.YVelocity = -4; curPath.xVelocity = 0; if ((curPathParent._x + 10) < _parent._x) { curPath.xVelocity = -3; } if ((curPathParent._x - 10) >= _parent._x) { curPath.xVelocity = 3; } if (action == "NormalShot") { PlayerShotPath.WeaponRemaining++; DestroyBullet(); } if (Action == "WrapMissile") { PlayerShotPath.WeaponRemaining++; LevelVariables.GetBulletCost(Action); Action = "Explosion"; gotoAndStop (35); ExplosionFirstFrame = true; curGift = 30; yVelocity = 0; } } curGift++; } _parent._y = _parent._y + yVelocity; if (Action == "Explosion") { ExplosionFirstFrame = false; } } }
Symbol 19 MovieClip [Bullet] Frame 2
gotoAndPlay (1);
Symbol 44 MovieClip Frame 17
gotoAndPlay (11);
Symbol 49 MovieClip Frame 27
gotoAndPlay (10);
Instance of Symbol 51 MovieClip "Gift" in Symbol 52 MovieClip [Gift] Frame 1
onClipEvent (load) { XVelocity = 0; YVelocity = 5; MaxVelocity = 8; Action = "Plus" + (random(2) + 1); prevAction = ""; Bounces = 0; GameTotals = _root.GameTotals; if (Action == "Plus1") { PresentPoints = 1; } if (Action == "Plus2") { PresentPoints = 2; } if (Action == "Plus3") { PresentPoints = 3; } if (Action == "Minus1") { PresentPoints = -1; } if (Action == "Minus2") { PresentPoints = -2; } } onClipEvent (enterFrame) { function ChangeAction(ActionIn) { prevAction = Action; Action = ActionIn; } function RepositionGift() { bounces = 0; _parent._y = 0; ChangeAction("Plus" + (random(3) + 1)); if (random(15) == 5) { action = "PetGift"; } _parent._X = random(680) + 10; xVelocity = 0; if (Action == "Plus1") { PresentPoints = 1; } if (Action == "Plus2") { PresentPoints = 2; } if (Action == "Plus3") { PresentPoints = 3; } if (Action == "Minus1") { PresentPoints = -1; } if (Action == "Minus2") { PresentPoints = -2; } } if (_root.GameTotals.CurrentGameState == "InPlay") { if (Action == "GiftFalling") { curPath = _root.Elfington; if (curPath.HitTest(this)) { RepositionGift(); _root.LevelVariables.ElfingtonPresents = _root.LevelVariables.ElfingtonPresents + PresentPoints; _root.GameTotals.ElfingtonTotalGifts = _root.GameTotals.ElfingtonTotalGifts + PresentPoints; curPath.player.CurCombo++; } curPath = _root.Panza; if (curPath.HitTest(this)) { RepositionGift(); _root.LevelVariables.PanzaPresents = _root.LevelVariables.PanzaPresents + PresentPoints; _root.GameTotals.PanzaTotalGifts = _root.GameTotals.PanzaTotalGifts + PresentPoints; curPath.player.CurCombo++; } } if (Action == "PetGiftFalling") { curPath = _root.Elfington.player; if (curPath.HitTest(this)) { RepositionGift(); curPath.CatPoints++; } curPath = _root.Panza.player; if (curPath.HitTest(this)) { RepositionGift(); curPath.CatPoints++; } } YVelocity = YVelocity + _root.LevelVariables.Gravity; if (MaxVelocity < YVelocity) { YVelocity = MaxVelocity; } _parent._y = _parent._y + YVelocity; _parent._x = _parent._x + xVelocity; if (((GameTotals.LevelFloor < _parent._y) && (bounces < 1)) && (Action == "GiftFalling")) { yVelocity = -6; _parent._y = _parent._y - 4; bounces++; } if ((700 < _parent._x) || (_parent._x < 5)) { xVelocity = xVelocity * -1; _parent._x = _parent._x + xVelocity; } if (610 < _parent._y) { RepositionGift(); } gotoAndStop(Action); gotoAndStop((_currentframe + PresentPoints) - 1); } if ((_root.gameTotals.CUrrentGameState == "EndLevelTally") || (_root.gameTotals.CUrrentGameState == "LevelTimeUp")) { YVelocity = YVelocity + _root.LevelVariables.Gravity; if (MaxVelocity < YVelocity) { YVelocity = MaxVelocity; } _parent._y = _parent._y + YVelocity; _parent._x = _parent._x + xVelocity; if (_parent._alpha < 0) { _parent.removeMovieClip(); } _parent._alpha = _parent._alpha - 9; } }
Symbol 52 MovieClip [Gift] Frame 2
gotoAndStop (1);
Symbol 57 MovieClip [TimeUp] Frame 84
_root.gameTotals.currentGameState = "LevelIntro"; _root.gotoAndPlay("EndGameTally"); _root.TimeUp.removeMovieClip();
Symbol 64 Button
on (release) { _root.PausedScreen.UnloadMovie(); _root.GameTotals.CurrentGameState = "InPlay"; }
Symbol 68 Button
on (release) { _root.PausedScreen.UnloadMovie(); _root.GameTotals.CurrentGameState = "InPlay"; _root.GameTotals.CurTimer = 1; }
Symbol 72 Button
on (release) { _root.musicLibrary.ToggleMusic(); }
Symbol 76 Button
on (release) { toggleHighQuality(); _root.GameTotals.GameImageQuality = _quality; }
Symbol 79 MovieClip [PausedScreen] Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 82 MovieClip [LevelTally] Frame 80
_root.gameTotals.currentGameState = "LevelIntro"; _root.gotoAndPlay("Level" + (_root.levelVariables.level + 1)); if (_root.levelVariables.level == 8) { _root.gotoAndPlay("StoryModeCongrats"); } _root.LevelTally.removeMovieClip();
Symbol 92 MovieClip [EndVSMatch] Frame 73
_root.gotoAndPlay("BattleTally"); _root.EndVSMatch.removeMovieClip();
Symbol 96 MovieClip Frame 1
gotoAndStop(_currentframe);
Symbol 96 MovieClip Frame 193
this.gotoAndPlay("Tune01");
Symbol 96 MovieClip Frame 265
gotoAndStop (1);
Symbol 96 MovieClip Frame 774
gotoAndPlay (278);
Symbol 96 MovieClip Frame 1149
gotoAndPlay (781);
Symbol 96 MovieClip Frame 1235
gotoAndStop (1);
Symbol 96 MovieClip Frame 1489
gotoAndPlay (1243);
Symbol 96 MovieClip Frame 1521
gotoAndStop (1);
Symbol 103 MovieClip Frame 17
gotoAndStop (1);
Symbol 103 MovieClip Frame 36
gotoAndStop (1);
Symbol 103 MovieClip Frame 56
gotoAndStop (1);
Symbol 103 MovieClip Frame 76
gotoAndStop (1);
Symbol 103 MovieClip Frame 97
gotoAndStop (1);
Symbol 103 MovieClip Frame 113
gotoAndStop (1);
Symbol 103 MovieClip Frame 131
gotoAndStop (1);
Symbol 116 Button
on (release) { _root.GameTotals.GameMode = "TwoPlayerStory"; _root.SoundLibrary.PlaySound("ButtonUp01"); gotoAndPlay (109); } on (rollOver) { _root.GameTotals.ButtonCaption = "Two Player Co-Op"; } on (rollOut) { _root.GameTotals.ButtonCaption = ""; }
Symbol 120 Button
on (release) { _root.GameTotals.GameMode = "OnePlayerStory"; _root.SoundLibrary.PlaySound("ButtonUp01"); gotoAndPlay (109); } on (rollOver) { _root.GameTotals.ButtonCaption = "One Player Mode"; } on (rollOut) { _root.GameTotals.ButtonCaption = ""; }
Symbol 126 Button
on (release) { _root.GameTotals.GameMode = "TwoPlayerBattle"; _root.GameTotals.TotalVSMatches = 3; _root.GameTotals.TimeLimit = 60; _root.GameTotals.StartingWeapon = "NormalShot"; _root.GameTotals.StartingAmmo = 3; _root.GameTotals.ElfingtonBattlesWon = 0; _root.GameTotals.PanzaBattlesWon = 0; _root.SoundLibrary.PlaySound("ButtonUp01"); gotoAndPlay (206); } on (rollOver) { _root.GameTotals.ButtonCaption = "Two Player Battle"; } on (rollOut) { _root.GameTotals.ButtonCaption = ""; }
Symbol 130 Button
on (release) { _root.SoundLibrary.PlaySound("ButtonUp01"); gotoAndPlay (80); } on (rollOver) { _root.GameTotals.ButtonCaption = "Options"; } on (rollOut) { _root.GameTotals.ButtonCaption = ""; }
Symbol 132 Button
on (release) { getURL ("http://www.stardock.com", "_blank"); }
Symbol 137 Button
on (release) { getURL ("http://www.stardock.com", "_blank"); }
Symbol 140 Button
on (release) { gotoAndPlay (64); }
Symbol 143 Button
on (release) { toggleHighQuality(); _root.GameTotals.GameImageQuality = _quality; }
Symbol 148 Button
on (release) { _root.musicLibrary.ToggleMusic(); }
Symbol 151 Button
on (release) { gotoAndStop (296); }
Instance of Symbol 163 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { holderPath = eval (("_root." + _parent.holder) + ".player"); } onClipEvent (enterFrame) { if (holderPath.CurrentWeapon == "NormalShot") { gotoAndStop (1); } if (holderPath.CurrentWeapon == "WrapMissile") { gotoAndStop (3); } if (holderPath.CurrentWeapon == "PeircingBow") { gotoAndStop (2); } if (((holderPath.CurrentWeapon != "PeircingBow") && (holderPath.CurrentWeapon != "WrapMissile")) && (holderPath.CurrentWeapon != "NormalShot")) { gotoAndStop (100); } }
Symbol 164 MovieClip Frame 6
gotoAndPlay(_currentframe - 2);
Instance of Symbol 164 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (load) { Holder = "Elfington"; }
Instance of Symbol 163 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (load) { holderPath = eval (("_root." + _parent.holder) + ".player"); } onClipEvent (enterFrame) { if (holderPath.CurrentWeapon == "NormalShot") { gotoAndStop (1); } if (holderPath.CurrentWeapon == "WrapMissile") { gotoAndStop (3); } if (holderPath.CurrentWeapon == "PeircingBow") { gotoAndStop (2); } if (((holderPath.CurrentWeapon != "PeircingBow") && (holderPath.CurrentWeapon != "WrapMissile")) && (holderPath.CurrentWeapon != "NormalShot")) { gotoAndStop (100); } }
Symbol 172 MovieClip Frame 6
gotoAndPlay(_currentframe - 2);
Instance of Symbol 172 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { Holder = "Panza"; }
Instance of Symbol 190 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) { _parent._y = _root.GameTotals.LevelFloor; PlayerPath = eval ("_root." + _parent.PlayerName); if ((_parent.PlayerName == "Panza") && (_root.GameTotals.GameMode == "OnePlayerStory")) { _parent.unloadMovie(); } } onClipEvent (enterFrame) { trace(_parent.PlayerName); _parent._x = PlayerPath._x; }
Instance of Symbol 190 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { _parent._y = _root.GameTotals.LevelFloor; PlayerPath = eval ("_root." + _parent.PlayerName); if ((_parent.PlayerName == "Panza") && (_root.GameTotals.GameMode == "OnePlayerStory")) { _parent.unloadMovie(); } } onClipEvent (enterFrame) { trace(_parent.PlayerName); _parent._x = PlayerPath._x; }
Instance of Symbol 164 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (load) { Holder = "Elfington"; }
Instance of Symbol 172 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (load) { Holder = "Panza"; }
Symbol 195 MovieClip Frame 9
gotoAndStop(_currentframe);
Symbol 196 MovieClip Frame 12
gotoAndStop(_currentframe);
Instance of Symbol 164 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (load) { Holder = "Elfington"; }
Symbol 200 MovieClip Frame 7
_parent.action = _parent.CurrentIdleAnimation;
Instance of Symbol 163 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) { holderPath = eval (("_root." + _parent.holder) + ".player"); } onClipEvent (enterFrame) { if (holderPath.CurrentWeapon == "NormalShot") { gotoAndStop (1); } if (holderPath.CurrentWeapon == "WrapMissile") { gotoAndStop (3); } if (holderPath.CurrentWeapon == "PeircingBow") { gotoAndStop (2); } if (((holderPath.CurrentWeapon != "PeircingBow") && (holderPath.CurrentWeapon != "WrapMissile")) && (holderPath.CurrentWeapon != "NormalShot")) { gotoAndStop (100); } }
Symbol 202 MovieClip Frame 6
gotoAndPlay(_currentframe - 2);
Instance of Symbol 202 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) { Holder = "Panza"; }
Instance of Symbol 202 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (load) { Holder = "Panza"; }
Symbol 206 MovieClip Frame 7
_parent.action = _parent.CurrentIdleAnimation;
Symbol 207 MovieClip Frame 7
_parent.action = _parent.CurrentIdleAnimation;
Symbol 210 MovieClip Frame 7
_parent.action = _parent.CurrentIdleAnimation;
Symbol 211 MovieClip Frame 7
_parent.action = _parent.CurrentIdleAnimation;
Instance of Symbol 164 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) { Holder = "Elfington"; }
Instance of Symbol 225 MovieClip "Player" in Symbol 226 MovieClip Frame 1
onClipEvent (load) { if ((_root.GameTotals.GameMode == "OnePlayerStory") && (_parent._name == "Panza")) { _parent.unloadMovie(); } CatPoints = 0; Speed = 2; Friction = 5; xVelocity = 0; yVelocity = 0; maxXVelocity = 20; Action = "Idle"; prevAction = ""; CurrentIdleAnimation = "Idle"; ShotButtonHeld = false; RightButtonHeld = false; LeftButtonHeld = false; JumpButtonHeld = false; DownButtonHeld = false; TimeLastJumpKey = 100; TimeLastLeftKey = 100; TimeLastRightKey = 100; TimeLastDownKey = 100; Combo = 0; GameTotals = _root.GameTotals; LevelVariables = _root.LevelVariables; CurrentWeapon = GameTotals.StartingWeapon; WeaponRemaining = GameTotals.StartingAmmo; if (_parent._name == "Elfington") { OtherPlayerPath = _root.Panza.player; otherPlayerName = "Panza"; } if (_parent._name == "Panza") { OtherPlayerPath = _root.Elfington.player; otherPlayerName = "Elfington"; } eval (otherPlayerName)._visible = false; if (((GameTotals.FirstPlayerControl == "Arrows") && (_parent._name == "Elfington")) || ((GameTotals.FirstPlayerControl != "Arrows") && (_parent._name == "Panza"))) { rightKey = Key.Right; leftKey = Key.Left; shotKey = 13; jumpKey = Key.Up; downKey = Key.Down; } if (((GameTotals.FirstPlayerControl == "Letters") && (_parent._name == "Elfington")) || ((GameTotals.FirstPlayerControl != "Letters") && (_parent._name == "Panza"))) { rightKey = 68; leftKey = 65; shotKey = 192; jumpKey = 87; downKey = 83; } } onClipEvent (enterFrame) { function IncrementHits() { eval (("_root.GameTotals." + _parent._name) + "Hits")++; } function IncrementMisses() { eval (("_root.GameTotals." + _parent._name) + "Misses")++; } function PlayOtherPlayerHurtSound() { soundToPlay = (OtherPlayerName + "Checked0") + (random(2) + 1); _root.soundLibrary.PlaySound(SoundToPlay); } function ChangeAction(ActionIn) { prevAction = Action; Action = ActionIn; } function UpdateXVelocity() { if ((Action != "CheckRight") && (Action != "CheckLeft")) { if (Key.isDown(rightKey) && ((XVelocity >= 0) < 20)) { XVelocity = XVelocity + Speed; RightButtonHeld = true; } if (Key.isDown(rightKey) && (XVelocity < 0)) { XVelocity = XVelocity + Friction; RightButtonHeld = true; } if (Key.isDown(leftKey) && (-20 < (XVelocity < 0))) { XVelocity = XVelocity - Speed; LeftButtonHeld = true; } if (Key.isDown(leftKey) && (XVelocity >= 0)) { XVelocity = XVelocity - Friction; LeftButtonHeld = true; } } if (((XVelocity != 0) && (!Key.isDown(rightKey))) && (!Key.isDown(LeftKey))) { if (((((-1 * Friction) - 1) < XVelocity) && (XVelocity < 0)) || ((Friction >= XVelocity) && (0 < XVelocity))) { XVelocity = 0; } if (Friction < XVelocity) { XVelocity = XVelocity - Friction; } if (XVelocity < ((-1 * Friction) + 1)) { XVelocity = XVelocity + Friction; } } if (maxXVelocity < XVelocity) { XVelocity = maxXVelocity; } if (XVelocity < (-1 * maxXVelocity)) { XVelocity = -1 * maxXVelocity; } } function CreateNewBullet() { eval (("_root.GameTotals." + _parent._name) + "Shots")++; LevelVariables.NextBulletInstance++; LevelVariables.NextDepth++; _root.attachMovie("Bullet", "Bullet" + LevelVariables.NextBulletInstance, LevelVariables.NextDepth); curPath = eval ("_root.Bullet" + LevelVariables.NextBulletInstance); curPath._x = _parent._X; curPath._y = _parent._Y; curPath.Action = CurrentWeapon; curPath.Bullet.PlayerShotPath = this; curPath.PlayerShotName = _parent._name; WeaponRemaining = WeaponRemaining - 1; ShotButtonHeld = true; } function SetAnimation() { gotoAndStop(Action); eval (otherPlayerName)._visible = false; } function MakeCheckingCurrentAction() { curTime = getTimer(); if (Key.isDown(rightKey) && (!RightButtonHeld)) { if ((curTime - TimeLastRightKey) < 300) { _parent._X = _parent._X + 100; TimeLastRightKey = 100; Action = "CheckRight"; } else { TimeLastRightKey = curTime; } } if (Key.isDown(leftKey) && (!LeftButtonHeld)) { if ((curTime - TimeLastLeftKey) < 300) { _parent._X = _parent._X - 100; TimeLastLeftKey = 100; Action = "CheckLeft"; } else { TimeLastLeftKey = curTime; } } } function PowercheckPlayer(xVelocityIn, yVelocityIn, NewYIn) { eval (("_root.GameTotals." + OtherPlayerName) + "Checks")++; ChangeAction("Checked"); XVelocity = xVelocityIn; yVelocity = yVelocityIn; _parent._y = _parent._y + NewYIn; } trace(CurrentIdleAnimation); if ((_parent._y < GameTotals.LevelFloor) && (Action != "Checked")) { Action = "Jumping"; yVelocity = (yVelocity + LevelVariables.Gravity) + 4; UpdateXVelocity(); if (hitTest(OtherPlayerPath) && (OtherPlayerPath.action == "Checked")) { if (OtherPlayerPath._x < _parent._x) { OtherPlayerPath.PowercheckPlayer(100, -40, -10); PlayOtherPlayerHurtSound(); } if (OtherPlayerPath._x >= _parent._x) { OtherPlayerPath.PowercheckPlayer(-100, -40, -10); PlayOtherPlayerHurtSound(); } } } if (Action == "CheckLeft") { if (_parent.hitTest(OtherPlayerPath) && (OtherPlayerPath.Action != "Jumping")) { OtherPlayerPath.PowercheckPlayer(-100, -40, -10); PlayOtherPlayerHurtSound(); } } if (Action == "CheckRight") { if (_parent.hitTest(OtherPlayerPath) && (OtherPlayerPath.Action != "Jumping")) { OtherPlayerPath.PowercheckPlayer(100, -40, -10); PlayOtherPlayerHurtSound(); } } if ((_parent._y >= GameTotals.LevelFloor) && ((Action == "Jumping") || (Action == "Checked"))) { yVelocity = 0; _parent._y = GameTotals.LevelFloor; Action = CurrentIdleAnimation; } if (Action == "Checked") { if (_parent._y < GameTotals.LevelFloor) { yVelocity = (yVelocity + LevelVariables.Gravity) + 4; } if ((Key.isDown(downKey) && (300 >= (getTimer() - TimeLastDownKey))) && (!DownButtonHeld)) { TimeLastDownKey = getTimer(); ChangeAction("BumRush"); _parent._y = GameTotals.LevelFloor; xVelocity = 0; yVelocity = 0; DownButtonHeld = true; } if ((Key.isDown(downKey) && (300 < (getTimer() - TimeLastDownKey))) && (!DownButtonHeld)) { TimeLastDownKey = getTimer(); DownButtonHeld = true; } if ((_parent._y >= GameTotals.LevelFloor) && (Action != "BumRush")) { yVelocity = 0; _parent._y = GameTotals.LevelFloor; ChangeAction(""); } } if (Action == "BumRush") { if (hitTest(OtherPlayerPath)) { if (OtherPlayerPath._x < _parent._x) { OtherPlayerPath.PowercheckPlayer(100, -40, -10); PlayOtherPlayerHurtSound(); } if (OtherPlayerPath._x >= _parent._x) { OtherPlayerPath.PowercheckPlayer(-100, -40, -10); PlayOtherPlayerHurtSound(); } } } if (((Action == CurrentIdleAnimation) || (Action == "MoveLeft")) || (Action == "MoveRight")) { if (0 < XVelocity) { Action = "MoveRight"; } if (XVelocity < 0) { Action = "MoveLeft"; } if (XVelocity == 0) { Action = CurrentIdleAnimation; } MakeCheckingCurrentAction(); UpdateXVelocity(); if (Key.isDown(jumpKey) && (!JumpButtonHeld)) { action = "Jumping"; _parent._y = _parent._y - 50; yVelocity = -10; JumpButtonHeld = true; xVelocity = 0; } if (((Key.isDown(shotkey) && (ShotButtonHeld == false)) && (WeaponRemaining != 0)) && (GameTotals.CurrentGameState == "InPlay")) { CreateNewBullet(); } } SetAnimation(); if (_parent.hitTest(_root.SnowmanObject) && (action != "Jumping")) { if (0 < xVelocity) { xVelocity = 2; } if (xVelocity < 0) { xVelocity = -2; } } _parent._X = _parent._X + XVelocity; _parent._Y = _parent._Y + yVelocity; if (695 < _parent._x) { _parent._x = 695; xVelocity = 0; if (Action == "Checked") { xVelocity = -10; } } if (_parent._x < 5) { _parent._x = 5; xVelocity = 0; if (Action == "Checked") { xVelocity = 10; } } ShotButtonHeld = Key.isDown(shotKey); RightButtonHeld = Key.isDown(rightKey); LeftButtonHeld = Key.isDown(leftKey); JumpButtonHeld = Key.isDown(jumpKey); DownButtonHeld = Key.isDown(downKey); }
Instance of Symbol 233 MovieClip "cat" in Symbol 234 MovieClip Frame 1
onClipEvent (load) { xVelocity = 0; yVelocity = 0; _parent._x = -100; _parent._y = 545; action = "Idle"; CurrentPowerUp = ""; GoToPlayerPath = ""; CheckedBy = ""; PowerUpPath = _root.PowerUp; } onClipEvent (enterFrame) { function PowercheckPlayer(xVelocityIn, yVelocityIn, NewYIn) { action = "CheckedLeft"; XVelocity = xVelocityIn; yVelocity = yVelocityIn; _parent._y = _parent._y + NewYIn; } function GetCatMoving(curPlayerPath) { GoToPlayerPath = curPlayerPath; GoToPlayerPath.player.catpoints = 0; if (350 >= GoToPlayerPath._x) { action = "MovingRight"; xVelocity = 10; } if (350 < GoToPlayerPath._x) { action = "MovingLeft"; xVelocity = -10; _parent._x = 800; } CurrentPowerUp = "WrapMissile"; if (random(2) == 1) { CurrentPowerUp = "PeircingBow"; } } if (Action != "Idle") { gotoAndStop(action); _parent._x = _parent._x + xVelocity; _parent._y = _parent._y + yVelocity; if ((((action == "MovingRight") && (gotoPlayerPath._x < _parent._x)) && (gotoPlayerPath != "")) && ((gotoPlayerPath.player.action != "checkingleft") || (gotoPlayerPath.player.action != "checkingRight"))) { PowerUpPath._x = _parent._x; PowerUpPath._y = _parent._y - 150; PowerUpPath.PowerUpObject.InPlay = true; PowerUpPath.PowerUpObject.xVelocity = 2; PowerUpPath.PowerUpObject.yVelocity = -6; xVelocity = -10; yVelocity = 0; action = "MovingLeft"; GoToPlayerPath = ""; } if ((((action == "MovingLeft") && (_parent._x < gotoPlayerPath._x)) && (gotoPlayerPath != "")) && ((gotoPlayerPath.player.action != "checkingleft") || (gotoPlayerPath.player.action != "checkingRight"))) { PowerUpPath._x = _parent._x; PowerUpPath._y = _parent._y - 150; PowerUpPath.PowerUpObject.InPlay = true; PowerUpPath.PowerUpObject.xVelocity = -2; PowerUpPath.PowerUpObject.yVelocity = -6; xVelocity = 10; yVelocity = 0; action = "MovingRight"; GoToPlayerPath = ""; } if (((_parent._x < -100) || (800 < _parent._x)) || (_parent._y < -10)) { xVelocity = 0; yVelocity = 0; _parent._x = -100; _parent._y = 545; action = "Idle"; CurrentPowerUp = ""; GoToPlayerPath = ""; CheckedBy = ""; } } if (Action == "Idle") { curPlayerPath = _root.Elfington; if (curPlayerPath.player.catPoints == 5) { GetCatMoving(curPlayerPath); } curPlayerPath = _root.panza; if (curPlayerPath.player.catPoints == 5) { GetCatMoving(curPlayerPath); } } }
Instance of Symbol 240 MovieClip "PowerUpObject" in Symbol 241 MovieClip Frame 1
onClipEvent (load) { currentPowerup = 0; maxPowerups = 4; countToNextPowerUp = 18; currentCOunt = 0; xVelocity = 0; yVelocity = 0; curBounce = 5; PanzaPath = _root.panza; ElfingtonPath = _root.elfington; PowerUp = new Array("PeircingBow", "WrapMissile", "Cleets", "RunningShoes", "AmmoHolder"); inPlay = true; } onClipEvent (enterFrame) { function hidePowerUp() { xVelocity = 0; yVelocity = 0; curBounce = 5; _parent._x = -100; _parent._y = 0; inPlay = false; } if (InPlay) { yVelocity = yVelocity + _root.LevelVariables.Gravity; _parent._x = _parent._x + xVelocity; _parent._y = _parent._y + yVelocity; if ((545 < _parent._y) && (0 < curBounce)) { curBounce--; yVelocity = -5 * curBounce; } if ((_parent._x < 5) || (695 < _parent._x)) { xVelocity = xVelocity * -1; } if (this.hitTest(PanzaPath)) { if ((currentPowerUp == 0) || (currentPowerUp == 1)) { panzaPath.player.CurrentWeapon = powerUp[currentPowerup]; } if (currentPowerUp == 4) { panzaPath.player.WeaponRemaining = panzaPath.player.WeaponRemaining + 1; } if (currentPowerUp == 2) { panzaPath.player.Friction = 15; panzaPath.player.maxXVelocity = 25; panzaPath.player.speed = 4; } if (currentPowerUp == 3) { _root.GameTotals.CurTimer = _root.GameTotals.CurTimer + 30; } hidePowerUp(); } else if (this.hitTest(ElfingtonPath)) { if ((currentPowerUp == 0) || (currentPowerUp == 1)) { ElfingtonPath.player.CurrentWeapon = powerUp[currentPowerup]; } if (currentPowerUp == 4) { ElfingtonPath.player.WeaponRemaining = ElfingtonPath.player.WeaponRemaining + 1; } if (currentPowerUp == 2) { ElfingtonPath.player.Friction = 15; ElfingtonPath.player.maxXVelocity = 25; elfingtonPath.player.speed = 4; } if (currentPowerUp == 3) { _root.GameTotals.CurTimer = _root.GameTotals.CurTimer + 30; } hidePowerUp(); } if (currentCount < countToNextPowerUp) { currentCount++; } else { currentCount = 0; currentPowerUp++; if (maxPowerUps < currentPowerUp) { currentPowerUp = 0; } gotoAndStop(PowerUp[currentPowerUp]); } if (600 < _parent._y) { hidePowerUp(); } } }
Instance of Symbol 249 MovieClip "1" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { playerPath = eval (("_root." + _parent._Name) + ".player"); _alpha = 30; } onClipEvent (enterFrame) { if (playerPath.catPoints >= _name) { _alpha = 100; } else { _alpha = 30; } }
Instance of Symbol 249 MovieClip "2" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { playerPath = eval (("_root." + _parent._Name) + ".player"); _alpha = 30; } onClipEvent (enterFrame) { if (playerPath.catPoints >= _name) { _alpha = 100; } else { _alpha = 30; } }
Instance of Symbol 249 MovieClip "3" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { playerPath = eval (("_root." + _parent._Name) + ".player"); _alpha = 30; } onClipEvent (enterFrame) { if (playerPath.catPoints >= _name) { _alpha = 100; } else { _alpha = 30; } }
Instance of Symbol 249 MovieClip "4" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { playerPath = eval (("_root." + _parent._Name) + ".player"); _alpha = 30; } onClipEvent (enterFrame) { if (playerPath.catPoints >= _name) { _alpha = 100; } else { _alpha = 30; } }
Instance of Symbol 249 MovieClip "5" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { playerPath = eval (("_root." + _parent._Name) + ".player"); _alpha = 30; } onClipEvent (enterFrame) { if (playerPath.catPoints >= _name) { _alpha = 100; } else { _alpha = 30; } }
Symbol 250 MovieClip Frame 4
gotoAndPlay (2);
Instance of Symbol 250 MovieClip "panza" in Symbol 254 MovieClip Frame 1
onClipEvent (load) { PlayerName = "Elfington"; }
Symbol 269 MovieClip Frame 40
_root.gameTotals.CurrentGameState = "InPlay"; _root.levelVariables.EndLevelIntro();
Symbol 269 MovieClip Frame 46
gotoAndStop(_currentframe);
Symbol 317 MovieClip Frame 75
_parent.resetSnowman();
Instance of Symbol 320 MovieClip "Snowman" in Symbol 321 MovieClip Frame 1
onClipEvent (load) { xVelocity = 0; yVelocity = 50; action = "Falling"; } onClipEvent (enterFrame) { function resetSnowman() { _parent._x = random(400) + 100; _parent._y = -1500; xVelocity = 0; yVelocity = 50; action = "Falling"; } gotoAndStop(action); _parent._y = _parent._y + yVelocity; _parent._x = _parent._x + xVelocity; if (545 < _parent._y) { _parent._y = 545; action = "Idle"; } }
Instance of Symbol 323 MovieClip in Symbol 324 MovieClip Frame 1
onClipEvent (load) { xVelocity = 0; yVelocity = 0; maxyVelocity = 25; } onClipEvent (enterFrame) { yVelocity = yVelocity + 1; if (maxYVelocity < yVelocity) { yVelocity = maxYVelocity; } _parent._y = _parent._y + yVelocity; if (_parent.hitTest(_root.elfington)) { _root.elfington.player.PowercheckPlayer((100 * random(2)) - 1, -40, -10); } if (_parent.hitTest(_root.panza)) { _root.panza.player.PowercheckPlayer((100 * random(2)) - 1, -40, -10); } if (700 < _parent._y) { _parent._y = -1000; _parent._x = random(700); } }
Symbol 371 Button
on (release) { gotoAndPlay (220); }
Symbol 377 Button
on (release) { _root.GameTotals.StartingAmmo--; if (_root.GameTotals.StartingAmmo < 1) { _root.GameTotals.StartingAmmo = 1; } _root.SoundLibrary.PlaySound("ButtonDown01"); }
Symbol 381 Button
on (release) { _root.GameTotals.StartingAmmo++; if (5 < _root.GameTotals.StartingAmmo) { _root.GameTotals.StartingAmmo = 5; } _root.SoundLibrary.PlaySound("ButtonUp01"); }
Symbol 384 MovieClip Frame 14
gotoAndPlay(_currentframe - 1);
Symbol 388 Button
on (release) { _root.GameTotals.TimeLimit = _root.GameTotals.TimeLimit - 30; if (_root.GameTotals.TimeLimit < 30) { _root.GameTotals.TimeLimit = 30; } _root.GameTotals.CurTimer = _root.GameTotals.TimeLimit; _root.GameTotals.UpdateTimerString(); _root.SoundLibrary.PlaySound("ButtonDown01"); }
Symbol 389 Button
on (release) { _root.GameTotals.TimeLimit = _root.GameTotals.TimeLimit + 30; if (210 < _root.GameTotals.TimeLimit) { _root.GameTotals.TimeLimit = 210; } _root.GameTotals.CurTimer = _root.GameTotals.TimeLimit; _root.GameTotals.UpdateTimerString(); _root.SoundLibrary.PlaySound("ButtonUp01"); }
Symbol 392 MovieClip Frame 20
gotoAndPlay(_currentframe - 1);
Symbol 397 Button
on (release) { HasntBeenChanged = true; if ((_root.GameTotals.StartingWeapon == "NormalShot") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "WrapMissile"; HasntBeenChanged = false; } if ((_root.GameTotals.StartingWeapon == "PeircingBow") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "NormalShot"; HasntBeenChanged = false; } if ((_root.GameTotals.StartingWeapon == "WrapMissile") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "PeircingBow"; HasntBeenChanged = false; } _root.SoundLibrary.PlaySound("ButtonDown01"); }
Symbol 400 Button
on (release) { HasntBeenChanged = true; if ((_root.GameTotals.StartingWeapon == "NormalShot") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "PeircingBow"; HasntBeenChanged = false; } if ((_root.GameTotals.StartingWeapon == "PeircingBow") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "WrapMissile"; HasntBeenChanged = false; } if ((_root.GameTotals.StartingWeapon == "WrapMissile") and HasntBeenChanged) { _root.GameTotals.StartingWeapon = "NormalShot"; HasntBeenChanged = false; } _root.SoundLibrary.PlaySound("ButtonUp01"); }
Symbol 404 MovieClip Frame 20
gotoAndPlay(_currentframe - 1);
Symbol 408 Button
on (release) { _root.GameTotals.TotalVSMatches--; if (_root.GameTotals.TotalVSMatches < 1) { _root.GameTotals.TotalVSMatches = 1; } _root.SoundLibrary.PlaySound("ButtonDown01"); }
Symbol 409 Button
on (release) { _root.GameTotals.TotalVSMatches++; if (5 < _root.GameTotals.TotalVSMatches) { _root.GameTotals.TotalVSMatches = 5; } _root.SoundLibrary.PlaySound("ButtonUp01"); }
Symbol 413 MovieClip Frame 23
gotoAndPlay(_currentframe - 1);
Symbol 415 Button
on (release) { changed = false; if ((_root.GameTotals.VSLevelBG == "Santas Sweet Spot") && (!changed)) { _root.GameTotals.VSLevelBG = "The Holiday Express"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Wrappin Courtside") && (!changed)) { _root.GameTotals.VSLevelBG = "Santas Sweet Spot"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Christmas Conveyor") && (!changed)) { _root.GameTotals.VSLevelBG = "Wrappin Courtside"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Elves Inc Classic") && (!changed)) { _root.GameTotals.VSLevelBG = "Christmas Conveyor"; changed = true; } if ((_root.GameTotals.VSLevelBG == "The Holiday Express") && (!changed)) { _root.GameTotals.VSLevelBG = "Elves Inc Classic"; changed = true; } _root.SoundLibrary.PlaySound("ButtonDown01"); }
Symbol 416 Button
on (release) { changed = false; if ((_root.GameTotals.VSLevelBG == "Elves Inc Classic") && (!changed)) { _root.GameTotals.VSLevelBG = "The Holiday Express"; changed = true; } if ((_root.GameTotals.VSLevelBG == "The Holiday Express") && (!changed)) { _root.GameTotals.VSLevelBG = "Santas Sweet Spot"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Santas Sweet Spot") && (!changed)) { _root.GameTotals.VSLevelBG = "Wrappin Courtside"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Wrappin Courtside") && (!changed)) { _root.GameTotals.VSLevelBG = "Christmas Conveyor"; changed = true; } if ((_root.GameTotals.VSLevelBG == "Christmas Conveyor") && (!changed)) { _root.GameTotals.VSLevelBG = "Elves Inc Classic"; changed = true; } _root.SoundLibrary.PlaySound("ButtonUp01"); }
Instance of Symbol 420 MovieClip "LevelDisplay" in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_root.GameTotals.VSLevelBG); }
Symbol 435 MovieClip Frame 37
_root.gameTotals.CurrentGameState = "InPlay"; _root.levelVariables.EndLevelIntro();
Symbol 435 MovieClip Frame 43
gotoAndStop(_currentframe);
Instance of Symbol 449 MovieClip in Symbol 450 MovieClip Frame 1
onClipEvent (load) { PlayerBattlesWonPath = eval (("_root.GameTotals." + _parent._parent._name) + "BattlesWon"); if (PlayerBattlesWonPath >= _parent._name) { _visible = true; } else { _visible = false; } }
Instance of Symbol 449 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (load) { PlayerBattlesWonPath = eval (("_root.GameTotals." + _parent._parent._name) + "BattlesWon"); if (PlayerBattlesWonPath >= _parent._name) { _visible = true; } else { _visible = false; } }
Symbol 454 Button
on (release) { if (_root.GameTotals.ElfingtonBattlesWon >= _root.GameTotals.TotalVSMatches) { _root.gotoAndPlay("ElfingtonWins"); } if (_root.GameTotals.PanzaBattlesWon >= _root.GameTotals.TotalVSMatches) { _root.gotoAndPlay("PanzaWins"); } if ((_root.GameTotals.PanzaBattlesWon != _root.GameTotals.TotalVSMatches) && (_root.GameTotals.ElfingtonBattlesWon != _root.GameTotals.TotalVSMatches)) { _root.gotoAndPlay("BattleLevel"); } }
Symbol 469 Button
on (release) { _quality = _root.GameTotals.GameImageQuality; gotoAndPlay (64); }
Symbol 476 Button
on (release) { gotoAndPlay (91); }

Library Items

Symbol 1 Sound [SndUp01]
Symbol 2 GraphicUsed by:8 15
Symbol 3 GraphicUsed by:8 15
Symbol 4 GraphicUsed by:8 15
Symbol 5 GraphicUsed by:8 15
Symbol 6 GraphicUsed by:8 15
Symbol 7 GraphicUsed by:8 15
Symbol 8 MovieClipUses:2 3 4 5 6 7Used by:18 93 425
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:11
Symbol 11 MovieClipUses:10Used by:18 93 425
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:18 93 425
Symbol 14 GraphicUsed by:17
Symbol 15 MovieClipUses:2 3 4 5 6 7Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:18 93 425
Symbol 18 MovieClipUses:8 11 13 17Used by:19
Symbol 19 MovieClip [Bullet]Uses:18
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:20 21Used by:51
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:23 24 25Used by:51
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:27 28 29Used by:51
Symbol 31 GraphicUsed by:51
Symbol 32 FontUsed by:33 35
Symbol 33 TextUses:32Used by:51
Symbol 34 GraphicUsed by:51
Symbol 35 TextUses:32Used by:51
Symbol 36 GraphicUsed by:44
Symbol 37 GraphicUsed by:44
Symbol 38 GraphicUsed by:44
Symbol 39 GraphicUsed by:44
Symbol 40 GraphicUsed by:44
Symbol 41 GraphicUsed by:44
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:36 37 38 39 40 41 42 43Used by:51
Symbol 45 GraphicUsed by:51
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:46 47 48Used by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:22 26 30 31 33 34 35 44 45 49 50Used by:52
Symbol 52 MovieClip [Gift]Uses:51
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:57
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClip [TimeUp]Uses:54 56
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:79
Symbol 60 FontUsed by:61 62 65 67 69 70 73 74 83 85 133 139 142 147 150 155 156 157 158 167 168 169 170 175 176 177 178 179 180 181 183 184 186 187 243 244 246 247 253 255 256 257 259 260 262 263 265 266 270 277 278 279 280 281 282 287 288 289 290 291 292 329 330 331 332 333 334 337 338 339 340 341 342 345 346 347 348 349 350 353 354 355 356 357 358 361 362 363 364 365 366 370 373 382 386 387 394 401 406 410 414 422 423 427 428 430 431 433 434 437 438 439 440 441 442 444 455 456 457 458 462 463 466 467 471
Symbol 61 TextUses:60Used by:64
Symbol 62 TextUses:60Used by:64
Symbol 63 GraphicUsed by:64
Symbol 64 ButtonUses:61 62 63Used by:79
Symbol 65 TextUses:60Used by:68
Symbol 66 GraphicUsed by:68
Symbol 67 TextUses:60Used by:68
Symbol 68 ButtonUses:65 66 67Used by:79
Symbol 69 TextUses:60Used by:72
Symbol 70 TextUses:60Used by:72
Symbol 71 GraphicUsed by:72
Symbol 72 ButtonUses:69 70 71Used by:79
Symbol 73 TextUses:60Used by:76
Symbol 74 TextUses:60Used by:76
Symbol 75 GraphicUsed by:76
Symbol 76 ButtonUses:73 74 75Used by:79
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:79
Symbol 79 MovieClip [PausedScreen]Uses:59 64 68 72 76 78
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClip [LevelTally]Uses:81
Symbol 83 EditableTextUses:60Used by:84 90
Symbol 84 MovieClipUses:83Used by:92
Symbol 85 EditableTextUses:60Used by:86 91
Symbol 86 MovieClipUses:85Used by:92
Symbol 87 FontUsed by:88
Symbol 88 EditableTextUses:87Used by:89
Symbol 89 MovieClipUses:88Used by:92
Symbol 90 MovieClipUses:83Used by:92
Symbol 91 MovieClipUses:85Used by:92
Symbol 92 MovieClip [EndVSMatch]Uses:84 86 89 90 91
Symbol 93 MovieClipUses:8 11 13 17Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:96 103
Symbol 96 MovieClipUses:95 SS1Used by:Timeline
Symbol 97 SoundUsed by:103
Symbol 98 SoundUsed by:103
Symbol 99 SoundUsed by:103
Symbol 100 SoundUsed by:103
Symbol 101 SoundUsed by:103
Symbol 102 SoundUsed by:103
Symbol 103 MovieClipUses:95 97 98 99 100 101 102Used by:Timeline
Symbol 104 GraphicUsed by:105 131 185 188 227 275 285 327 335 343 351 359 453 464 468 475
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109 110 132
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 MovieClipUses:108Used by:Timeline
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:420 424  Timeline
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 GraphicUsed by:116
Symbol 116 ButtonUses:113 114 115Used by:Timeline
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:117 118 119Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:Timeline
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 ButtonUses:123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 ButtonUses:127 128 129Used by:Timeline
Symbol 131 MovieClipUses:104Used by:Timeline
Symbol 132 ButtonUses:108Used by:Timeline
Symbol 133 EditableTextUses:60Used by:Timeline
Symbol 134 GraphicUsed by:135 137
Symbol 135 MovieClipUses:134Used by:137
Symbol 136 GraphicUsed by:137
Symbol 137 ButtonUses:135 136 134Used by:Timeline
Symbol 138 GraphicUsed by:140 371 454 469 476
Symbol 139 TextUses:60Used by:140 469 476
Symbol 140 ButtonUses:138 139Used by:Timeline
Symbol 141 GraphicUsed by:143 148
Symbol 142 TextUses:60Used by:143
Symbol 143 ButtonUses:141 142Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 TextUses:60Used by:148
Symbol 148 ButtonUses:141 147Used by:Timeline
Symbol 149 GraphicUsed by:151
Symbol 150 TextUses:60Used by:151
Symbol 151 ButtonUses:149 150Used by:Timeline
Symbol 152 GraphicUsed by:153 154
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 MovieClipUses:152Used by:182  Timeline
Symbol 155 EditableTextUses:60Used by:Timeline
Symbol 156 EditableTextUses:60Used by:Timeline
Symbol 157 EditableTextUses:60Used by:Timeline
Symbol 158 EditableTextUses:60Used by:Timeline
Symbol 159 GraphicUsed by:166 193
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:160 161 162Used by:164 172 202
Symbol 164 MovieClipUses:163Used by:166 193 199 224
Symbol 165 GraphicUsed by:166 193
Symbol 166 MovieClipUses:159 164 165Used by:Timeline
Symbol 167 TextUses:60Used by:Timeline
Symbol 168 TextUses:60Used by:Timeline
Symbol 169 TextUses:60Used by:Timeline
Symbol 170 TextUses:60Used by:Timeline
Symbol 171 GraphicUsed by:174 194
Symbol 172 MovieClipUses:163Used by:174 194
Symbol 173 GraphicUsed by:174 194
Symbol 174 MovieClipUses:171 172 173Used by:182  Timeline
Symbol 175 EditableTextUses:60Used by:182
Symbol 176 EditableTextUses:60Used by:182
Symbol 177 EditableTextUses:60Used by:182
Symbol 178 EditableTextUses:60Used by:182
Symbol 179 EditableTextUses:60Used by:182
Symbol 180 EditableTextUses:60Used by:182
Symbol 181 TextUses:60Used by:182  Timeline
Symbol 182 MovieClipUses:154 174 175 176 177 178 179 180 181Used by:Timeline
Symbol 183 EditableTextUses:60Used by:Timeline
Symbol 184 TextUses:60Used by:Timeline
Symbol 185 MovieClipUses:104Used by:Timeline
Symbol 186 EditableTextUses:60Used by:Timeline
Symbol 187 EditableTextUses:60Used by:Timeline
Symbol 188 MovieClipUses:104Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:191 192
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 MovieClipUses:190Used by:Timeline
Symbol 193 MovieClipUses:159 164 165Used by:195 208 210 225
Symbol 194 MovieClipUses:171 172 173Used by:196 209 210 211 225
Symbol 195 MovieClipUses:193Used by:225
Symbol 196 MovieClipUses:194Used by:225
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:197 164 198Used by:200
Symbol 200 MovieClipUses:199Used by:225
Symbol 201 GraphicUsed by:204 205
Symbol 202 MovieClipUses:163Used by:204 205
Symbol 203 GraphicUsed by:204 205
Symbol 204 MovieClipUses:201 202 203Used by:206 207
Symbol 205 MovieClipUses:201 202 203Used by:206 207
Symbol 206 MovieClipUses:204 205Used by:225
Symbol 207 MovieClipUses:204 205Used by:225
Symbol 208 MovieClipUses:193Used by:225
Symbol 209 MovieClipUses:194Used by:225
Symbol 210 MovieClipUses:193 194Used by:225
Symbol 211 MovieClipUses:194Used by:225
Symbol 212 GraphicUsed by:224
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:224
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:224
Symbol 217 GraphicUsed by:224
Symbol 218 GraphicUsed by:224
Symbol 219 GraphicUsed by:224
Symbol 220 GraphicUsed by:224
Symbol 221 GraphicUsed by:224
Symbol 222 GraphicUsed by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:164 212 214 216 217 218 219 220 221 222 223Used by:225
Symbol 225 MovieClipUses:193 194 195 196 200 206 207 208 209 210 211 224Used by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 MovieClipUses:104Used by:Timeline
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClipUses:229Used by:231 232
Symbol 231 MovieClipUses:230Used by:233
Symbol 232 MovieClipUses:230Used by:233
Symbol 233 MovieClipUses:231 232Used by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:240
Symbol 236 GraphicUsed by:240
Symbol 237 GraphicUsed by:240
Symbol 238 GraphicUsed by:240
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:235 236 237 238 239Used by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 EditableTextUses:60Used by:Timeline
Symbol 244 EditableTextUses:60Used by:Timeline
Symbol 245 GraphicUsed by:254
Symbol 246 EditableTextUses:60Used by:254
Symbol 247 EditableTextUses:60Used by:254
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:250
Symbol 250 MovieClipUses:249Used by:254  Timeline
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:254
Symbol 253 EditableTextUses:60Used by:254
Symbol 254 MovieClipUses:245 246 247 250 252 253Used by:Timeline
Symbol 255 EditableTextUses:60Used by:Timeline
Symbol 256 EditableTextUses:60Used by:Timeline
Symbol 257 EditableTextUses:60Used by:Timeline
Symbol 258 GraphicUsed by:269
Symbol 259 EditableTextUses:60Used by:269
Symbol 260 EditableTextUses:60Used by:269
Symbol 261 GraphicUsed by:269
Symbol 262 EditableTextUses:60Used by:269
Symbol 263 EditableTextUses:60Used by:269
Symbol 264 GraphicUsed by:269
Symbol 265 EditableTextUses:60Used by:269
Symbol 266 EditableTextUses:60Used by:269
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:269 435
Symbol 269 MovieClipUses:258 259 260 261 262 263 264 265 266 268Used by:Timeline
Symbol 270 EditableTextUses:60Used by:Timeline
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:420 424  Timeline
Symbol 275 MovieClipUses:104Used by:Timeline
Symbol 276 GraphicUsed by:Timeline
Symbol 277 EditableTextUses:60Used by:Timeline
Symbol 278 EditableTextUses:60Used by:Timeline
Symbol 279 EditableTextUses:60Used by:Timeline
Symbol 280 EditableTextUses:60Used by:Timeline
Symbol 281 EditableTextUses:60Used by:Timeline
Symbol 282 EditableTextUses:60Used by:Timeline
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:420 424  Timeline
Symbol 285 MovieClipUses:104Used by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 EditableTextUses:60Used by:Timeline
Symbol 288 EditableTextUses:60Used by:Timeline
Symbol 289 EditableTextUses:60Used by:Timeline
Symbol 290 EditableTextUses:60Used by:Timeline
Symbol 291 EditableTextUses:60Used by:Timeline
Symbol 292 EditableTextUses:60Used by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:320
Symbol 295 GraphicUsed by:317
Symbol 296 GraphicUsed by:317
Symbol 297 GraphicUsed by:317
Symbol 298 GraphicUsed by:317
Symbol 299 GraphicUsed by:317
Symbol 300 GraphicUsed by:317
Symbol 301 GraphicUsed by:317
Symbol 302 GraphicUsed by:317
Symbol 303 GraphicUsed by:317
Symbol 304 GraphicUsed by:317
Symbol 305 GraphicUsed by:317
Symbol 306 GraphicUsed by:317
Symbol 307 GraphicUsed by:317
Symbol 308 GraphicUsed by:317
Symbol 309 GraphicUsed by:317
Symbol 310 GraphicUsed by:317
Symbol 311 GraphicUsed by:317
Symbol 312 GraphicUsed by:317
Symbol 313 GraphicUsed by:317
Symbol 314 GraphicUsed by:317
Symbol 315 GraphicUsed by:317
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316Used by:320
Symbol 318 GraphicUsed by:320
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:294 317 318 319Used by:321
Symbol 321 MovieClipUses:320Used by:Timeline
Symbol 322 GraphicUsed by:323 367
Symbol 323 MovieClipUses:322Used by:324
Symbol 324 MovieClipUses:323Used by:Timeline
Symbol 325 BitmapUsed by:326 419
Symbol 326 GraphicUses:325Used by:420 424  Timeline
Symbol 327 MovieClipUses:104Used by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 EditableTextUses:60Used by:Timeline
Symbol 330 EditableTextUses:60Used by:Timeline
Symbol 331 EditableTextUses:60Used by:Timeline
Symbol 332 EditableTextUses:60Used by:Timeline
Symbol 333 EditableTextUses:60Used by:Timeline
Symbol 334 EditableTextUses:60Used by:Timeline
Symbol 335 MovieClipUses:104Used by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 EditableTextUses:60Used by:Timeline
Symbol 338 EditableTextUses:60Used by:Timeline
Symbol 339 EditableTextUses:60Used by:Timeline
Symbol 340 EditableTextUses:60Used by:Timeline
Symbol 341 EditableTextUses:60Used by:Timeline
Symbol 342 EditableTextUses:60Used by:Timeline
Symbol 343 MovieClipUses:104Used by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 EditableTextUses:60Used by:Timeline
Symbol 346 EditableTextUses:60Used by:Timeline
Symbol 347 EditableTextUses:60Used by:Timeline
Symbol 348 EditableTextUses:60Used by:Timeline
Symbol 349 EditableTextUses:60Used by:Timeline
Symbol 350 EditableTextUses:60Used by:Timeline
Symbol 351 MovieClipUses:104Used by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 EditableTextUses:60Used by:Timeline
Symbol 354 EditableTextUses:60Used by:Timeline
Symbol 355 EditableTextUses:60Used by:Timeline
Symbol 356 EditableTextUses:60Used by:Timeline
Symbol 357 EditableTextUses:60Used by:Timeline
Symbol 358 EditableTextUses:60Used by:Timeline
Symbol 359 MovieClipUses:104Used by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 EditableTextUses:60Used by:Timeline
Symbol 362 EditableTextUses:60Used by:Timeline
Symbol 363 EditableTextUses:60Used by:Timeline
Symbol 364 EditableTextUses:60Used by:Timeline
Symbol 365 EditableTextUses:60Used by:Timeline
Symbol 366 EditableTextUses:60Used by:Timeline
Symbol 367 MovieClipUses:322Used by:Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 TextUses:60Used by:371 454
Symbol 371 ButtonUses:138 370Used by:Timeline
Symbol 372 GraphicUsed by:383
Symbol 373 TextUses:60Used by:383
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:377 388 408
Symbol 376 GraphicUsed by:377 388 408
Symbol 377 ButtonUses:375 376Used by:383
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:381 389 409
Symbol 380 GraphicUsed by:381 389 397 400 409 415 416
Symbol 381 ButtonUses:379 380Used by:383
Symbol 382 EditableTextUses:60Used by:383
Symbol 383 MovieClipUses:372 373 377 381 382Used by:384
Symbol 384 MovieClipUses:383Used by:Timeline
Symbol 385 GraphicUsed by:390 391
Symbol 386 TextUses:60Used by:390 391
Symbol 387 EditableTextUses:60Used by:390 391
Symbol 388 ButtonUses:375 376Used by:390 391
Symbol 389 ButtonUses:379 380Used by:390 391
Symbol 390 MovieClipUses:385 386 387 388 389Used by:392
Symbol 391 MovieClipUses:385 386 387 388 389Used by:392
Symbol 392 MovieClipUses:390 391Used by:Timeline
Symbol 393 GraphicUsed by:402 403
Symbol 394 TextUses:60Used by:402 403
Symbol 395 GraphicUsed by:396
Symbol 396 MovieClipUses:395Used by:397 415
Symbol 397 ButtonUses:396 380Used by:402 403
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:400 416
Symbol 400 ButtonUses:399 380Used by:402 403
Symbol 401 EditableTextUses:60Used by:402 403
Symbol 402 MovieClipUses:393 394 397 400 401Used by:404
Symbol 403 MovieClipUses:393 394 397 400 401Used by:404
Symbol 404 MovieClipUses:402 403Used by:Timeline
Symbol 405 GraphicUsed by:411 412
Symbol 406 TextUses:60Used by:411 412
Symbol 407 GraphicUsed by:411 412
Symbol 408 ButtonUses:375 376Used by:411 412
Symbol 409 ButtonUses:379 380Used by:411 412
Symbol 410 EditableTextUses:60Used by:411 412
Symbol 411 MovieClipUses:405 406 407 408 409 410Used by:413
Symbol 412 MovieClipUses:405 406 407 408 409 410Used by:413
Symbol 413 MovieClipUses:411 412Used by:Timeline
Symbol 414 EditableTextUses:60Used by:421
Symbol 415 ButtonUses:396 380Used by:421
Symbol 416 ButtonUses:399 380Used by:421
Symbol 417 GraphicUsed by:421
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418 325Used by:420 424
Symbol 420 MovieClipUses:112 274 284 326 419Used by:421
Symbol 421 MovieClipUses:414 415 416 417 420Used by:Timeline
Symbol 422 EditableTextUses:60Used by:Timeline
Symbol 423 EditableTextUses:60Used by:Timeline
Symbol 424 MovieClipUses:112 274 284 326 419Used by:Timeline
Symbol 425 MovieClipUses:8 11 13 17Used by:Timeline
Symbol 426 GraphicUsed by:435
Symbol 427 EditableTextUses:60Used by:435
Symbol 428 EditableTextUses:60Used by:435
Symbol 429 GraphicUsed by:435
Symbol 430 EditableTextUses:60Used by:435
Symbol 431 EditableTextUses:60Used by:435
Symbol 432 GraphicUsed by:435
Symbol 433 EditableTextUses:60Used by:435
Symbol 434 EditableTextUses:60Used by:435
Symbol 435 MovieClipUses:426 427 428 429 430 431 432 433 434 268Used by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 EditableTextUses:60Used by:Timeline
Symbol 438 EditableTextUses:60Used by:Timeline
Symbol 439 EditableTextUses:60Used by:Timeline
Symbol 440 EditableTextUses:60Used by:Timeline
Symbol 441 EditableTextUses:60Used by:Timeline
Symbol 442 EditableTextUses:60Used by:443
Symbol 443 MovieClipUses:442Used by:Timeline
Symbol 444 EditableTextUses:60Used by:445
Symbol 445 MovieClipUses:444Used by:Timeline
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:Timeline
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:448Used by:450 451
Symbol 450 MovieClipUses:449Used by:452
Symbol 451 MovieClipUses:449Used by:452
Symbol 452 MovieClipUses:450 451Used by:Timeline
Symbol 453 MovieClipUses:104Used by:Timeline
Symbol 454 ButtonUses:138 370Used by:Timeline
Symbol 455 EditableTextUses:60Used by:Timeline
Symbol 456 EditableTextUses:60Used by:Timeline
Symbol 457 EditableTextUses:60Used by:Timeline
Symbol 458 EditableTextUses:60Used by:Timeline
Symbol 459 GraphicUsed by:460
Symbol 460 MovieClipUses:459Used by:Timeline
Symbol 461 GraphicUsed by:Timeline
Symbol 462 EditableTextUses:60Used by:Timeline
Symbol 463 EditableTextUses:60Used by:Timeline
Symbol 464 MovieClipUses:104Used by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 EditableTextUses:60Used by:Timeline
Symbol 467 EditableTextUses:60Used by:Timeline
Symbol 468 MovieClipUses:104Used by:Timeline
Symbol 469 ButtonUses:138 139Used by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 TextUses:60Used by:Timeline
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:472Used by:Timeline
Symbol 474 GraphicUsed by:Timeline
Symbol 475 MovieClipUses:104Used by:Timeline
Symbol 476 ButtonUses:138 139Used by:Timeline
Symbol 477 Bitmap
Streaming Sound 1Used by:Symbol 96 MovieClip

Instance Names

"GameTotals"Frame 1Symbol 93 MovieClip
"MusicLibrary"Frame 1Symbol 96 MovieClip
"SoundLibrary"Frame 1Symbol 103 MovieClip
"LevelVariables"Frame 90Symbol 185 MovieClip
"Elfington"Frame 108Symbol 226 MovieClip
"Panza"Frame 108Symbol 226 MovieClip
"LevelVariables"Frame 108Symbol 227 MovieClip
"santaCat"Frame 108Symbol 234 MovieClip
"PowerUp"Frame 108Symbol 241 MovieClip
"elfington"Frame 108Symbol 250 MovieClip
"LevelVariables"Frame 119Symbol 275 MovieClip
"santaCat"Frame 119Symbol 234 MovieClip
"PowerUp"Frame 119Symbol 241 MovieClip
"elfington"Frame 119Symbol 250 MovieClip
"LevelVariables"Frame 132Symbol 285 MovieClip
"santaCat"Frame 132Symbol 234 MovieClip
"PowerUp"Frame 132Symbol 241 MovieClip
"elfington"Frame 132Symbol 250 MovieClip
"SnowmanObject"Frame 132Symbol 321 MovieClip
"LevelVariables"Frame 142Symbol 327 MovieClip
"santaCat"Frame 142Symbol 234 MovieClip
"PowerUp"Frame 142Symbol 241 MovieClip
"elfington"Frame 142Symbol 250 MovieClip
"LevelVariables"Frame 152Symbol 335 MovieClip
"santaCat"Frame 152Symbol 234 MovieClip
"PowerUp"Frame 152Symbol 241 MovieClip
"elfington"Frame 152Symbol 250 MovieClip
"SnowmanObject"Frame 152Symbol 321 MovieClip
"LevelVariables"Frame 160Symbol 343 MovieClip
"santaCat"Frame 160Symbol 234 MovieClip
"PowerUp"Frame 160Symbol 241 MovieClip
"elfington"Frame 160Symbol 250 MovieClip
"LevelVariables"Frame 168Symbol 351 MovieClip
"santaCat"Frame 168Symbol 234 MovieClip
"PowerUp"Frame 168Symbol 241 MovieClip
"elfington"Frame 168Symbol 250 MovieClip
"SnowmanObject"Frame 168Symbol 321 MovieClip
"SnowmanObject"Frame 168Symbol 321 MovieClip
"SnowmanObject"Frame 168Symbol 321 MovieClip
"LevelVariables"Frame 178Symbol 359 MovieClip
"santaCat"Frame 178Symbol 234 MovieClip
"PowerUp"Frame 178Symbol 241 MovieClip
"elfington"Frame 178Symbol 250 MovieClip
"LevelDisplay"Frame 217Symbol 424 MovieClip
"LevelVariables"Frame 217Symbol 425 MovieClip
"Elfington"Frame 217Symbol 226 MovieClip
"Panza"Frame 217Symbol 226 MovieClip
"santaCat"Frame 217Symbol 234 MovieClip
"PowerUp"Frame 217Symbol 241 MovieClip
"elfington"Frame 217Symbol 250 MovieClip
"Elfington"Frame 228Symbol 452 MovieClip
"Panza"Frame 228Symbol 452 MovieClip
"Bullet"Symbol 19 MovieClip [Bullet] Frame 1Symbol 18 MovieClip
"Gift"Symbol 52 MovieClip [Gift] Frame 1Symbol 51 MovieClip
"elfington"Symbol 92 MovieClip [EndVSMatch] Frame 1Symbol 84 MovieClip
"panza"Symbol 92 MovieClip [EndVSMatch] Frame 1Symbol 86 MovieClip
"draw"Symbol 92 MovieClip [EndVSMatch] Frame 1Symbol 89 MovieClip
"elfington"Symbol 92 MovieClip [EndVSMatch] Frame 73Symbol 90 MovieClip
"Panza"Symbol 92 MovieClip [EndVSMatch] Frame 73Symbol 91 MovieClip
"panza"Symbol 196 MovieClip Frame 1Symbol 194 MovieClip
"panza"Symbol 209 MovieClip Frame 1Symbol 194 MovieClip
"panza"Symbol 210 MovieClip Frame 1Symbol 193 MovieClip
"panza"Symbol 210 MovieClip Frame 1Symbol 193 MovieClip
"panza"Symbol 210 MovieClip Frame 4Symbol 194 MovieClip
"panza"Symbol 211 MovieClip Frame 1Symbol 194 MovieClip
"panza"Symbol 211 MovieClip Frame 1Symbol 194 MovieClip
"panza"Symbol 211 MovieClip Frame 4Symbol 194 MovieClip
"panza"Symbol 211 MovieClip Frame 7Symbol 194 MovieClip
"elfington"Symbol 225 MovieClip Frame 1Symbol 193 MovieClip
"panza"Symbol 225 MovieClip Frame 1Symbol 194 MovieClip
"elfington"Symbol 225 MovieClip Frame 54Symbol 195 MovieClip
"panza"Symbol 225 MovieClip Frame 54Symbol 196 MovieClip
"elfington"Symbol 225 MovieClip Frame 83Symbol 200 MovieClip
"panza"Symbol 225 MovieClip Frame 83Symbol 206 MovieClip
"panza"Symbol 225 MovieClip Frame 95Symbol 207 MovieClip
"elfington"Symbol 225 MovieClip Frame 107Symbol 208 MovieClip
"panza"Symbol 225 MovieClip Frame 107Symbol 209 MovieClip
"Panza"Symbol 225 MovieClip Frame 117Symbol 210 MovieClip
"Panza"Symbol 225 MovieClip Frame 117Symbol 211 MovieClip
"Elfington"Symbol 225 MovieClip Frame 128Symbol 224 MovieClip
"panza"Symbol 225 MovieClip Frame 128Symbol 194 MovieClip
"Player"Symbol 226 MovieClip Frame 1Symbol 225 MovieClip
"cat"Symbol 234 MovieClip Frame 1Symbol 233 MovieClip
"PowerUpObject"Symbol 241 MovieClip Frame 1Symbol 240 MovieClip
"1"Symbol 250 MovieClip Frame 1Symbol 249 MovieClip
"2"Symbol 250 MovieClip Frame 1Symbol 249 MovieClip
"3"Symbol 250 MovieClip Frame 1Symbol 249 MovieClip
"4"Symbol 250 MovieClip Frame 1Symbol 249 MovieClip
"5"Symbol 250 MovieClip Frame 1Symbol 249 MovieClip
"panza"Symbol 254 MovieClip Frame 1Symbol 250 MovieClip
"Snowman"Symbol 321 MovieClip Frame 1Symbol 320 MovieClip
"LevelDisplay"Symbol 421 MovieClip Frame 1Symbol 420 MovieClip
"1"Symbol 452 MovieClip Frame 1Symbol 450 MovieClip
"2"Symbol 452 MovieClip Frame 1Symbol 451 MovieClip
"3"Symbol 452 MovieClip Frame 1Symbol 450 MovieClip
"4"Symbol 452 MovieClip Frame 1Symbol 450 MovieClip
"5"Symbol 452 MovieClip Frame 1Symbol 450 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "SndUp01"
ExportAssets (56)Timeline Frame 1Symbol 19 as "Bullet"
ExportAssets (56)Timeline Frame 1Symbol 52 as "Gift"
ExportAssets (56)Timeline Frame 1Symbol 57 as "TimeUp"
ExportAssets (56)Timeline Frame 1Symbol 79 as "PausedScreen"
ExportAssets (56)Timeline Frame 1Symbol 82 as "LevelTally"
ExportAssets (56)Timeline Frame 1Symbol 92 as "EndVSMatch"

Labels

"MainMenu"Frame 64
"Option"Frame 80
"EndGameTally"Frame 91
"Level1"Frame 109
"Level2"Frame 121
"Level3"Frame 134
"Level4"Frame 144
"Level5"Frame 153
"Level6"Frame 162
"Level7"Frame 170
"Level8"Frame 180
"BattleMenu"Frame 206
"BattleLevel"Frame 220
"BattleTally"Frame 230
"PanzaWins"Frame 253
"ElfingtonWins"Frame 275
"HowToPlay"Frame 296
"StoryModeCongrats"Frame 313
"NormalShot"Symbol 18 MovieClip Frame 1
"WrapMissile"Symbol 18 MovieClip Frame 10
"PeircingBow"Symbol 18 MovieClip Frame 20
"Explosion"Symbol 18 MovieClip Frame 35
"Plus1"Symbol 51 MovieClip Frame 1
"Plus2"Symbol 51 MovieClip Frame 15
"Plus3"Symbol 51 MovieClip Frame 30
"Minus1"Symbol 51 MovieClip Frame 45
"Minus2"Symbol 51 MovieClip Frame 54
"GiftFalling"Symbol 51 MovieClip Frame 70
"GiftIdle"Symbol 51 MovieClip Frame 86
"PetGiftFalling"Symbol 51 MovieClip Frame 104
"PetGift"Symbol 51 MovieClip Frame 120
"NormalShot"Symbol 93 MovieClip Frame 1
"WrapMissile"Symbol 93 MovieClip Frame 10
"PeircingBow"Symbol 93 MovieClip Frame 20
"Explosion"Symbol 93 MovieClip Frame 35
"Idle"Symbol 96 MovieClip Frame 1
"Tune01"Symbol 96 MovieClip Frame 9
"Tune03"Symbol 96 MovieClip Frame 198
"Tune04"Symbol 96 MovieClip Frame 278
"Tune05"Symbol 96 MovieClip Frame 781
"Tune06"Symbol 96 MovieClip Frame 1160
"Tune07"Symbol 96 MovieClip Frame 1243
"Tune08"Symbol 96 MovieClip Frame 1498
"Idle"Symbol 103 MovieClip Frame 1
"ElfingtonChecked01"Symbol 103 MovieClip Frame 29
"ElfingtonChecked02"Symbol 103 MovieClip Frame 52
"PanzaChecked01"Symbol 103 MovieClip Frame 71
"PanzaChecked02"Symbol 103 MovieClip Frame 92
"ButtonUp01"Symbol 103 MovieClip Frame 106
"ButtonDown01"Symbol 103 MovieClip Frame 123
"Idle"Symbol 225 MovieClip Frame 1
"MoveLeft"Symbol 225 MovieClip Frame 14
"MoveRight"Symbol 225 MovieClip Frame 34
"Jumping"Symbol 225 MovieClip Frame 54
"CheckRight"Symbol 225 MovieClip Frame 83
"CheckLeft"Symbol 225 MovieClip Frame 95
"Checked"Symbol 225 MovieClip Frame 107
"BumRush"Symbol 225 MovieClip Frame 117
"Dancing"Symbol 225 MovieClip Frame 128
"MovingRight"Symbol 233 MovieClip Frame 1
"MovingLeft"Symbol 233 MovieClip Frame 13
"CheckedRight"Symbol 233 MovieClip Frame 28
"CheckedLeft"Symbol 233 MovieClip Frame 47
"PeircingBow"Symbol 240 MovieClip Frame 1
"WrapMissile"Symbol 240 MovieClip Frame 14
"Cleets"Symbol 240 MovieClip Frame 40
"RunningShoes"Symbol 240 MovieClip Frame 54
"AmmoHolder"Symbol 240 MovieClip Frame 66
"Falling"Symbol 320 MovieClip Frame 1
"Idle"Symbol 320 MovieClip Frame 11
"CheckedRIght"Symbol 320 MovieClip Frame 23
"CheckedLeft"Symbol 320 MovieClip Frame 37
"The Holiday Express"Symbol 420 MovieClip Frame 1
"Santas Sweet Spot"Symbol 420 MovieClip Frame 16
"Wrappin Courtside"Symbol 420 MovieClip Frame 32
"Christmas Conveyor"Symbol 420 MovieClip Frame 45
"Elves Inc Classic"Symbol 420 MovieClip Frame 61
"The Holiday Express"Symbol 424 MovieClip Frame 1
"Santas Sweet Spot"Symbol 424 MovieClip Frame 16
"Wrappin Courtside"Symbol 424 MovieClip Frame 32
"Christmas Conveyor"Symbol 424 MovieClip Frame 45
"Elves Inc Classic"Symbol 424 MovieClip Frame 61
"NormalShot"Symbol 425 MovieClip Frame 1
"WrapMissile"Symbol 425 MovieClip Frame 10
"PeircingBow"Symbol 425 MovieClip Frame 20
"Explosion"Symbol 425 MovieClip Frame 35

Dynamic Text Variables

TextField20Symbol 83 EditableText"elfington wins"
TextField20Symbol 85 EditableText"panza (p2) wins"
TextField22Symbol 88 EditableText"D R A W"
_root.GameTotals.ButtonCaptionSymbol 133 EditableText""
_root.GameTotals.ElfingtonChecksSymbol 155 EditableText"0"
_root.GameTotals.ElfingtonShotsSymbol 156 EditableText"0"
_root.GameTotals.ElfingtonMissesSymbol 157 EditableText"0"
_root.GameTotals.ElfingtonHitsSymbol 158 EditableText"0"
_root.GameTotals.PanzaChecksSymbol 175 EditableText"0"
_root.GameTotals.PanzaShotsSymbol 176 EditableText"0"
_root.GameTotals.PanzaMissesSymbol 177 EditableText"0"
_root.GameTotals.PanzaHitsSymbol 178 EditableText"0"
_root.LevelVariables.PanzaCommentsSymbol 179 EditableText"0"
_root.GameTotals.PanzaTotalGiftsSymbol 180 EditableText"0"
_root.LevelVariables.ElfingtonCommentsSymbol 183 EditableText"0"
_root.GameTotals.ElfingtonTotalGiftsSymbol 186 EditableText"0"
_root.GameTotals.LevelReachedSymbol 187 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 243 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 244 EditableText"0"
LevelVariables.PanzaPresentsSymbol 246 EditableText"0"
_root.Panza.Player.WeaponRemainingSymbol 247 EditableText"0"
LevelVariables.PanzaPresentsSymbol 253 EditableText"0"
_root.LevelVariables.GiftStringSymbol 255 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 256 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 257 EditableText"0 / 0"
_root.LevelVariables.LevelSymbol 259 EditableText"0"
_root.LevelVariables.LevelSymbol 260 EditableText"0"
_root.LevelVariables.LevelSymbol 262 EditableText"0"
_root.LevelVariables.LevelSymbol 263 EditableText"0"
_root.LevelVariables.LevelSymbol 265 EditableText"0"
_root.LevelVariables.LevelSymbol 266 EditableText"0"
_root.Elfington.Player.WeaponRemainingSymbol 270 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 277 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 278 EditableText"0"
_root.LevelVariables.GiftStringSymbol 279 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 280 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 281 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 282 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 287 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 288 EditableText"0"
_root.LevelVariables.GiftStringSymbol 289 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 290 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 291 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 292 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 329 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 330 EditableText"0"
_root.LevelVariables.GiftStringSymbol 331 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 332 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 333 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 334 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 337 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 338 EditableText"0"
_root.LevelVariables.GiftStringSymbol 339 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 340 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 341 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 342 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 345 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 346 EditableText"0"
_root.LevelVariables.GiftStringSymbol 347 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 348 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 349 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 350 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 353 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 354 EditableText"0"
_root.LevelVariables.GiftStringSymbol 355 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 356 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 357 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 358 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 361 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 362 EditableText"0"
_root.LevelVariables.GiftStringSymbol 363 EditableText"0 / 0"
_root.GameTotals.TimerStringSymbol 364 EditableText"0:00"
_root.LevelVariables.GiftStringSymbol 365 EditableText"0 / 0"
_root.Elfington.Player.WeaponRemainingSymbol 366 EditableText"0"
_root.GameTotals.StartingAmmoSymbol 382 EditableText"3"
_root.GameTotals.TimerStringSymbol 387 EditableText"9:00"
_root.GameTotals.StartingWeaponSymbol 401 EditableText"NormalShot"
_root.GameTotals.TotalVSMatchesSymbol 410 EditableText"3"
_root.GameTotals.VSLevelBGSymbol 414 EditableText"starting weapon"
_root.GameTotals.Player1NameSymbol 422 EditableText"Elfington"
_root.GameTotals.Player2NameSymbol 423 EditableText"Panza"
_root.GameTotals.CurrentVSRoundSymbol 427 EditableText"0"
_root.GameTotals.CurrentVSRoundSymbol 428 EditableText"0"
_root.GameTotals.CurrentVSRoundSymbol 430 EditableText"0"
_root.GameTotals.CurrentVSRoundSymbol 431 EditableText"0"
_root.GameTotals.CurrentVSRoundSymbol 433 EditableText"0"
_root.GameTotals.CurrentVSRoundSymbol 434 EditableText"0"
_root.GameTotals.TimerStringSymbol 437 EditableText"0:00"
LevelVariables.ElfingtonPresentsSymbol 438 EditableText"0"
LevelVariables.ElfingtonPresentsSymbol 439 EditableText"0"
_root.GameTotals.TimerStringSymbol 440 EditableText"0:00"
_root.Elfington.Player.WeaponRemainingSymbol 441 EditableText"0"
_root.GameTotals.Player2NameSymbol 442 EditableText"Player2"
_root.GameTotals.Player1NameSymbol 444 EditableText"Player1"
_root.GameTotals.Player1NameSymbol 455 EditableText"Player1"
_root.GameTotals.Player1NameSymbol 456 EditableText"Player1"
_root.GameTotals.Player2NameSymbol 457 EditableText"Player2"
_root.GameTotals.Player2NameSymbol 458 EditableText"Player2"
_root.GameTotals.Player2NameSymbol 462 EditableText"Player2"
_root.GameTotals.Player2NameSymbol 463 EditableText"Player2"
_root.GameTotals.Player1NameSymbol 466 EditableText"Player1"
_root.GameTotals.Player1NameSymbol 467 EditableText"Player1"




https://swfchan.com/53/264096/info.shtml
Created: 3/5 -2026 19:01:09 Last modified: 3/5 -2026 19:01:09 Server time: 04/05 -2026 14:50:49