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

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

Zombie Baseball.swf

This is the info page for
Flash #47628

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


Text
SCORE:

HEADS:

MAX COMBO:

DAY:

HIT
ANGLE

LEVEL:

PAUSE

DISTANCE:

THE PLAYER

SKIP

THE ZOMBIE

THE PITCHER

Wait the FLOOR BOUNCE

Press Key "A" to STRIKE

GO FOR BROKE!!!

<p align="center"><font face="verdana" size="18" color="#84d44a" letterSpacing="0.000000" kerning="0"><a href="http://armorgames.com" target = "_blank"><b>Get More Games</b></a></font></p>

<p align="center"><font face="verdana" size="18" color="#84d44a" letterSpacing="0.000000" kerning="0"><a href="http://armorblog.com" target = "_blank"><b>Game Blog</b></a></font></p>

LOADING xx%

PLAY

<p align="center"><font face="verdana" size="22" color="#34b60e" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net"><b>SORRY, BUT YOU ARE NOT ALLOWED TO HOST THIS GAME. PLEASE, CONSIDER ASKING FOR PERMISSION OF THE AUTHOR BEFORE HOSTING THE GAME IN YOUR WEBSITE.</b></a></font></p><p align="center"><font face="verdana" size="22" color="#34b60e" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net"><b>THANKS.</b></a></font></p><p align="center"></p><p align="center"><font face="verdana" size="22" color="#34b60e" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net"><b>www.freecreationgames.net</b></a></font></p>

CREATIONgames

free

HIGHSCORES

STAFF

SOUND ON

SOUND OFF

More Games

Game Blog

BACK

NEXT

PAGE 1 OF 4

The instructions of the game, bla, bla, bla, bla, bla

PAGE 2 OF 4

The instructions of the game, bla, bla, bla, bla, bla

PAGE 3 OF 4

The instructions of the game, bla, bla, bla, bla, bla

PAGE 4 OF 4

The instructions of the game, bla, bla, bla, bla, bla

FREECREATOR: Design And Code

<p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net" target = "_blank"><b>More crazy gameplay ideas in:</b></a></font></p><p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net" target = "_blank"><b>http://www.freecreationgames.net</b></a></font></p>

<p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.davidferriz.com" target = "_blank"><b>Visit website of artist:</b></a></font></p><p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.davidferriz.com" target = "_blank"><b>http://www.davidferriz.com</b></a></font></p>

David Ferriz: Graphical Artist

SPECIAL THANKS TO

VICENÇ NOGUERA:

A GOOD TESTER AND FAN
OF WOW

<p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.myspace.com/elhombresinremedio" target = "_blank"><b>Visit website of musician:</b></a></font></p><p align="center"><font face="verdana" size="16" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.myspace.com/elhombresinremedio" target = "_blank"><b>http://www.myspace.com/elhombresinremedio</b></a></font></p>

Daniel Martin: Musician

<p align="left"><font face="VERDANA" size="14" color="#84d44a" letterSpacing="0.000000" kerning="0"><a href="http://shanemccaffrey.voice123.com" target = "_blank"><b>Shane McCaffrey:</b></a></font></p>

<p align="center"><font face="VERDANA" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://voice123.com/shanemccaffrey" target = "_blank"><b>THE GREAT VOICE OF <sbr />THE PROTAGONIST.</b></a></font></p>

<p align="center"></p><p align="center"><font face="verdana" size="23" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.freecreationgames.net" target = "_blank"><b>http://www.freecreationgames.net</b></a></font></p>

Developed by:

PLAY

PLAYER UPGRADE

STRENGTH: Increase the players' strength to hit the ball

RECOVERY: Decrease the recovery time needed to hit
another ball

FREQUENCE BALL: Increase frequence of the throw balls

NUMBER OF UPGRADES:

DD

Use your upgrade points to upgrade player skills

STICKS

EQUIPPED

VALUES

Key A

Key S

DRAG AND DROP THE AVAILABLE BATS TO THE EQUIPPED AREA.

DRAG AND DROP THE AVAILABLE BATS TO THE EQUIPPED AREA. HOLA, HOLA, HOLA, HOLA, HOLA, HOLA, HOLA, HOLA, HOLA,


TYPE:

STRENGTH:

DELAY:

TYPE

SELECT YOUR WEAPONS

LEVEL 1

DAY:

SCORE:

HEADS:

MAX COMBO:

day

score

heads

balls

NAME:

name_player

DISTANCE:

distance

SUBMIT

NEXT

THE END

PAUSE

CONTINUE

EXIT

MAX COMBO:

day

score

heads

balls

name_player

GAME OVER

distance

CONGRATULATIONS!

HEADS

TUTORIAL

Stop the zombies with your best baseball hits

Use Key "A": For primary Bat

Use Key "S": For secondary Bat (Initially there is no bat equipped).

HIT THE ZOMBIES' HEADS TO CUT THEM AND GET DOUBLE SCORE!!!!!

GOOD

+100

GREAT

1000 m

ActionScript [AS3]

Section 1
//Define (common.Define) package common { import flash.display.*; import flash.geom.*; public class Define { public static const AIR_RESISTANCE_HEAD:Number = 0.99; public static const GRAVITY:Number = 0.5; public static const TOTAL_NUMBER_LEVELS:int = 20; public static const POSITION_BOSS_LEVELS:int = 10; public static const AIR_RESISTANCE:Number = 0.96; public static const INITIAL_UNLOCKS:int = 0; public static const INITIAL_LEVEL:int = 0; public static const SHOW_INTRO:Boolean = true; public static const INITIAL_SCORE:int = 0; public static const ENABLE_ALL_STICKS:Boolean = false; public static const SHOW_STICKS_INIT:Boolean = false; public static const DEBUG_GENERAL:Boolean = false; public static const INITIAL_PLAYER_LEVEL:int = 0; public static const PRECISION_STEPS:int = 12; public static const TIME_SHOW_COMBO_INFO:Number = 3000; public static var SCREEN_WIDTH:Number = 700; public static var LIST_EXCLUDE_MOCHIADS:Array = ["newgrounds.com"]; public static var DIRECTION_NONE:Number = -1; public static var DIRECTION_RIGHT:Number = 2; public static var PI_DIV_2:Number = 1.5707963267949; public static var URL_DISPLAY_HIGHSCORE_ZOMBIEBALL:String = "http://www.freecreationgames.net/?q=node/60"; public static var STICK_3:Number = 2; public static var STICK_4:Number = 3; public static var STICK_5:Number = 4; public static var STICK_6:Number = 5; public static var STICK_2:Number = 1; public static var DIRECTION_UP_RIGHT:Number = (DIRECTION_UP + DIRECTION_RIGHT); public static var STICK_1:Number = 0; public static var ENABLE_INTEGRATED_XML:Boolean = true; public static var DIRECTION_UP_LEFT:Number = (DIRECTION_UP + DIRECTION_LEFT); public static var SCREEN_HALF_WIDTH:Number = 350; public static var SCREEN_HEIGHT:Number = 500; public static var KEYPRESSED_ENTER:Number = 8; public static var SCREEN_HALF_HEIGHT:Number = 250; public static var ORIGINAL_FLA_BACKGROUND_HEIGHT:Number = 600; public static var ORIGINAL_FLA_PLANET_WIDTH:Number = 400; public static var DIRECTION_UP:Number = 100; public static var ORIGINAL_FLA_BACKGROUND_WIDTH:Number = 600; public static var PI_MUL_2:Number = 6.28318530717959; public static var KEYPRESSED_SPACE:Number = 9; public static var URL_HIGHSCORE_ZOMBIEBALL:String = "http://www.freecreationgames.net/ZombieBall_Insert.php?"; public static var DIRECTION_DOWN_LEFT:Number = (DIRECTION_DOWN + DIRECTION_LEFT); public static var DIRECTION_DOWN:Number = 200; public static var ORIGINAL_FLA_PLANET_HEIGHT:Number = 400; public static var ENABLE_LOCK_BY_DOMAIN:Boolean = false; public static var ZOMBIES_WAVES_XML:String = "files/wave"; public static var ENABLE_MOCHIADS:Boolean = false; public static var DIRECTION_LEFT:Number = 1; public static var LIST_EXCLUDE_LOCKED:Array = ["armorgames.com"]; public static var DIRECTION_DOWN_RIGHT:Number = (DIRECTION_DOWN + DIRECTION_RIGHT); public static function getScaledValue(_arg1:Number, _arg2:Number, _arg3:Number):Number{ return (((_arg1 * _arg3) / _arg2)); } public static function getDirectionPlus(_arg1:Point, _arg2:Point):Number{ var _local3:Number; var _local4:Number; _local3 = (_arg1.x - _arg2.x); _local4 = (_arg1.y - _arg2.y); if (_local3 == 0){ if (_local4 > 0){ return (DIRECTION_UP); }; return (DIRECTION_DOWN); }; if (_local4 == 0){ if (_local3 > 0){ return (DIRECTION_LEFT); }; return (DIRECTION_RIGHT); }; if (_local3 > 0){ if (_local4 > 0){ return (DIRECTION_UP_LEFT); }; return (DIRECTION_DOWN_LEFT); //unresolved jump }; if (_local4 > 0){ return (DIRECTION_UP_RIGHT); }; return (DIRECTION_DOWN_RIGHT); } public static function randRange(_arg1:Number, _arg2:Number):Number{ var _local3:Number; _local3 = (Math.floor((Math.random() * ((_arg2 - _arg1) + 1))) + _arg1); return (_local3); } public static function randRangeFloat(_arg1:Number, _arg2:Number):Number{ var _local3:Number; _local3 = ((Math.random() * ((_arg2 - _arg1) + 1)) + _arg1); return (_local3); } public static function isInsideBox(_arg1:Point, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number):Boolean{ return ((((((((_arg1.x > _arg2)) && ((_arg1.y > _arg3)))) && ((_arg1.x < _arg4)))) && ((_arg1.y < _arg5)))); } public static function askDirectionPoint(_arg1:Point, _arg2:Number, _arg3:Point):Number{ var _local4:*; var _local5:*; var _local6:*; var _local7:*; var _local8:*; var _local9:*; var _local10:*; var _local11:*; _local4 = new Array(_arg1.x, 0, _arg1.y); _local5 = new Array((_arg1.x + Math.cos(_arg2)), 0, (_arg1.y + Math.sin(_arg2))); _local6 = new Array(_arg1.x, 1, _arg1.y); _local7 = new Array(0, 0, 0); _local8 = new Array(0, 0, 0); _local9 = new Array(0, 0, 0); _local7[0] = (_local5[0] - _local4[0]); _local7[1] = (_local5[1] - _local4[1]); _local7[2] = (_local5[2] - _local4[2]); _local8[0] = (_local6[0] - _local4[0]); _local8[1] = (_local6[1] - _local4[1]); _local8[2] = (_local6[2] - _local4[2]); _local9[0] = ((_local7[1] * _local8[2]) - (_local7[2] * _local8[1])); _local9[1] = ((_local7[2] * _local8[0]) - (_local7[0] * _local8[2])); _local9[2] = ((_local7[0] * _local8[1]) - (_local7[1] * _local8[0])); _local10 = Math.sqrt((((_local9[0] * _local9[0]) + (_local9[1] * _local9[1])) + (_local9[2] * _local9[2]))); if (_local10 == 0){ _local9[0] = 0; _local9[1] = 0; _local9[2] = 0; } else { _local9[0] = (_local9[0] / _local10); _local9[1] = (_local9[1] / _local10); _local9[2] = (_local9[2] / _local10); }; _local11 = -((((_local9[0] * _local4[0]) + (_local9[1] * _local4[1])) + (_local9[2] * _local4[2]))); return ((((_arg3.x * _local9[0]) + (_arg3.y * _local9[2])) + _local11)); } public static function getRadians(_arg1:Number):Number{ return (((_arg1 * Math.PI) / 180)); } public static function getChecksumTimestamp():String{ var _local1:*; var _local2:*; var _local3:String; var _local4:Number; var _local5:*; var _local6:Number; _local1 = new Date(); _local2 = _local1.getTime(); _local3 = ("" + Math.floor((_local2 / 1000))); _local4 = 0; _local5 = 0; while (_local5 < _local3.length) { _local6 = new Number(_local3.substr(_local5, 1)); if ((_local5 % 2) == 0){ _local4 = (_local4 + Math.sqrt(((_local6 * _local5) * 25))); } else { _local4 = (_local4 + _local6); }; _local5++; }; _local4 = Math.floor((_local4 % 100)); return (((("a" + _local4) + _local3) + "0")); } public static function getDistancePlanePoint(_arg1:Point, _arg2:Number, _arg3:Point):Number{ var _local4:*; var _local5:*; var _local6:*; var _local7:*; var _local8:*; var _local9:*; var _local10:*; var _local11:*; _local4 = new Array(_arg1.x, 0, _arg1.y); _local5 = new Array((_arg1.x + Math.cos((_arg2 + (Math.PI / 2)))), 0, (_arg1.y + Math.sin((_arg2 + (Math.PI / 2))))); _local6 = new Array(_arg1.x, 1, _arg1.y); _local7 = new Array(0, 0, 0); _local8 = new Array(0, 0, 0); _local9 = new Array(0, 0, 0); _local7[0] = (_local5[0] - _local4[0]); _local7[1] = (_local5[1] - _local4[1]); _local7[2] = (_local5[2] - _local4[2]); _local8[0] = (_local6[0] - _local4[0]); _local8[1] = (_local6[1] - _local4[1]); _local8[2] = (_local6[2] - _local4[2]); _local9[0] = ((_local7[1] * _local8[2]) - (_local7[2] * _local8[1])); _local9[1] = ((_local7[2] * _local8[0]) - (_local7[0] * _local8[2])); _local9[2] = ((_local7[0] * _local8[1]) - (_local7[1] * _local8[0])); _local10 = Math.sqrt((((_local9[0] * _local9[0]) + (_local9[1] * _local9[1])) + (_local9[2] * _local9[2]))); if (_local10 == 0){ _local9[0] = 0; _local9[1] = 0; _local9[2] = 0; } else { _local9[0] = (_local9[0] / _local10); _local9[1] = (_local9[1] / _local10); _local9[2] = (_local9[2] / _local10); }; _local11 = -((((_local9[0] * _local4[0]) + (_local9[1] * _local4[1])) + (_local9[2] * _local4[2]))); return (Math.abs((((_arg3.x * _local9[0]) + (_arg3.y * _local9[2])) + _local11))); } public static function moveDirectionPlus(_arg1:Point, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number):Point{ var _local6:*; _local6 = new Point(_arg1.x, _arg1.y); switch (_arg2){ case Define.DIRECTION_LEFT: if (_arg4 > _arg3){ _local6.x = (_local6.x - _arg3); } else { _local6.x = (_local6.x - _arg4); }; break; case Define.DIRECTION_RIGHT: if (_arg4 > _arg3){ _local6.x = (_local6.x + _arg3); } else { _local6.x = (_local6.x + _arg4); }; break; case Define.DIRECTION_UP: if (_arg5 > _arg3){ _local6.y = (_local6.y - _arg3); } else { _local6.y = (_local6.y - _arg5); }; break; case Define.DIRECTION_DOWN: if (_arg5 > _arg3){ _local6.y = (_local6.y + _arg3); } else { _local6.y = (_local6.y + _arg5); }; break; case Define.DIRECTION_UP_LEFT: if (_arg4 > _arg3){ _local6.x = (_local6.x - _arg3); } else { _local6.x = (_local6.x - _arg4); }; if (_arg5 > _arg3){ _local6.y = (_local6.y - _arg3); } else { _local6.y = (_local6.y - _arg5); }; break; case Define.DIRECTION_UP_RIGHT: if (_arg4 > _arg3){ _local6.x = (_local6.x + _arg3); } else { _local6.x = (_local6.x + _arg4); }; if (_arg5 > _arg3){ _local6.y = (_local6.y - _arg3); } else { _local6.y = (_local6.y - _arg5); }; break; case Define.DIRECTION_DOWN_LEFT: if (_arg4 > _arg3){ _local6.x = (_local6.x - _arg3); } else { _local6.x = (_local6.x - _arg4); }; if (_arg5 > _arg3){ _local6.y = (_local6.y + _arg3); } else { _local6.y = (_local6.y + _arg5); }; break; case Define.DIRECTION_DOWN_RIGHT: if (_arg4 > _arg3){ _local6.x = (_local6.x + _arg3); } else { _local6.x = (_local6.x + _arg4); }; if (_arg5 > _arg3){ _local6.y = (_local6.y + _arg3); } else { _local6.y = (_local6.y + _arg5); }; break; }; return (_local6); } public static function distancePoint(_arg1:Point, _arg2:Point):Number{ return (Point.distance(_arg1, _arg2)); } public static function getNumber2Digits(_arg1):String{ var _local2:String; _local2 = new String(""); if (_arg1 > 9){ _local2 = ""; } else { _local2 = "0"; }; _local2 = (_local2 + _arg1); return (_local2); } public static function moveDirection(_arg1:Point, _arg2:Number, _arg3:Number):Point{ var _local4:*; _local4 = new Point(_arg1.x, _arg1.y); switch (_arg2){ case Define.DIRECTION_LEFT: _local4.x = (_local4.x - _arg3); break; case Define.DIRECTION_RIGHT: _local4.x = (_local4.x + _arg3); break; case Define.DIRECTION_UP: _local4.y = (_local4.y - _arg3); break; case Define.DIRECTION_DOWN: _local4.y = (_local4.y + _arg3); break; case Define.DIRECTION_UP_LEFT: _local4.x = (_local4.x - _arg3); _local4.y = (_local4.y - _arg3); break; case Define.DIRECTION_UP_RIGHT: _local4.x = (_local4.x + _arg3); _local4.y = (_local4.y - _arg3); break; case Define.DIRECTION_DOWN_LEFT: _local4.x = (_local4.x - _arg3); _local4.y = (_local4.y + _arg3); break; case Define.DIRECTION_DOWN_RIGHT: _local4.x = (_local4.x + _arg3); _local4.y = (_local4.y + _arg3); break; }; return (_local4); } public static function movePointYaw(_arg1:Point, _arg2:Number, _arg3:Number):Point{ var _local4:Point; _local4 = new Point(_arg1.x, _arg1.y); new Point(_arg1.x, _arg1.y).x = (_local4.x + (_arg3 * Math.cos(_arg2))); _local4.y = (_local4.y + (_arg3 * Math.sin(_arg2))); return (_local4); } public static function incrementAngle(_arg1:Number, _arg2:Number):Number{ return ((_arg1 + _arg2)); } public static function getGrados(_arg1:Number):Number{ return (((_arg1 * 180) / Math.PI)); } public static function setMovieCentered(_arg1:MovieClip, _arg2:Number, _arg3:Number):void{ var _local4:Number; var _local5:Number; _local4 = ((_arg1.width * _arg3) / _arg1.height); _local5 = ((_arg1.height * _arg2) / _arg1.width); if (_local4 < _local5){ _arg1.width = _local4; _arg1.height = _arg3; } else { _arg1.width = _arg2; _arg1.height = _local5; }; _arg1.x = ((_arg2 - _arg1.width) / 2); _arg1.y = ((_arg3 - _arg1.height) / 2); } public static function checkNumberFormat(_arg1:Number, _arg2:String, _arg3:Number=-1, _arg4:Number=-1, _arg5:String=null):Boolean{ if (isNaN(_arg1)){ trace(_arg2); return (false); }; if (((!((_arg3 == -1))) && (!((_arg4 == -1))))){ if (!(((_arg3 <= _arg1)) && ((_arg1 <= _arg4)))){ if (_arg5 != null){ trace(_arg5); } else { trace((((((_arg2 + ": OUTSIDE THE RANGE(") + _arg3) + ",") + _arg4) + ")")); }; return (false); }; }; return (true); } public static function getDirection(_arg1:Point, _arg2:Point):Number{ var _local3:Number; var _local4:Number; if ((((_arg1.x == _arg2.x)) && ((_arg1.y == _arg2.y)))){ return (DIRECTION_NONE); }; _local3 = (_arg1.x - _arg2.x); _local4 = (_arg1.y - _arg2.y); if (Math.abs(_local3) > Math.abs(_local4)){ if (_local3 > 0){ return (DIRECTION_LEFT); }; return (DIRECTION_RIGHT); //unresolved jump }; if (_local4 > 0){ return (DIRECTION_UP); }; return (DIRECTION_DOWN); } public static function checkNameInsideList(_arg1:String, _arg2:Array, _arg3:String):Boolean{ if (_arg2.indexOf(_arg1) == -1){ trace(_arg3); return (false); }; return (true); } public static function getDirectionOpposite(_arg1:Number):Number{ switch (_arg1){ case DIRECTION_UP: return (DIRECTION_DOWN); case DIRECTION_DOWN: return (DIRECTION_UP); case DIRECTION_RIGHT: return (DIRECTION_LEFT); case DIRECTION_LEFT: return (DIRECTION_RIGHT); case DIRECTION_UP_LEFT: return (DIRECTION_DOWN_RIGHT); case DIRECTION_UP_RIGHT: return (DIRECTION_DOWN_LEFT); case DIRECTION_DOWN_LEFT: return (DIRECTION_UP_RIGHT); case DIRECTION_DOWN_RIGHT: return (DIRECTION_UP_LEFT); }; return (DIRECTION_NONE); } public static function moveYaw(_arg1:Point, _arg2:Number, _arg3:Number):Point{ return (new Point((_arg1.x + (_arg3 * Math.cos(_arg2))), (_arg1.y + (_arg3 * Math.sin(_arg2))))); } public static function sortChildrenByY(_arg1:MovieClip):void{ var _local2:int; var _local3:Array; _local3 = new Array(); _local2 = _arg1.numChildren; while (_local2--) { _local3[_local2] = _arg1.getChildAt(_local2); }; _local3.sortOn("y", Array.NUMERIC); _local2 = _arg1.numChildren; while (_local2--) { if (_local3[_local2] != _arg1.getChildAt(_local2)){ _arg1.setChildIndex(_local3[_local2], _local2); }; }; } public static function getOrientationToPoint(_arg1:Point, _arg2:Point):Number{ return (Math.atan2((_arg2.y - _arg1.y), (_arg2.x - _arg1.x))); } } }//package common
Section 2
//gameLoader (common.gameLoader) package common { import flash.display.*; import flash.events.*; import flash.net.*; import CPMStar.*; public class gameLoader extends MovieClip { public var backProgressFondo:MovieClip; public var instLoadingBarProgress:loadingBarProgress; public var m_dataCollected:String; public var m_accessCompleted:Boolean; public var adBox:MovieClip; public var btnPlayGame:SimpleButton; public var m_domain:String; public var PASS_KEYWORD_WEBSITE:String;// = "variable1=gromenauerl" public function gameLoader(){ var _local1:String; var _local2:DisplayObject; var _local3:String; var _local4:Number; var _local5:Number; var _local6:String; var _local7:Number; var _local8:Number; var _local9:Boolean; var _local10:*; PASS_KEYWORD_WEBSITE = "variable1=gromenauerl"; super(); _local1 = "165Q1B0A8CB3"; _local2 = new AdLoader(_local1); adBox.addChild(_local2); _local3 = stage.loaderInfo.url; _local4 = (_local3.indexOf("://") + 3); _local5 = _local3.indexOf("/", _local4); _local6 = _local3.substring(_local4, _local5); _local7 = (_local6.lastIndexOf(".") - 1); _local8 = (_local6.lastIndexOf(".", _local7) + 1); m_domain = _local6.substring(_local8, _local6.length); if (Define.ENABLE_LOCK_BY_DOMAIN){ _local9 = true; _local10 = 0; while (_local10 < Define.LIST_EXCLUDE_LOCKED.length) { if (m_domain == Define.LIST_EXCLUDE_LOCKED[_local10]){ _local9 = false; }; _local10++; }; if (_local9){ MovieClip(root).gotoAndStop("not_allowed"); } else { addEventListener(Event.ENTER_FRAME, logicGameLoader); }; } else { addEventListener(Event.ENTER_FRAME, logicGameLoader); }; } public function onMouseClick(_arg1:MouseEvent):void{ var _local2:Boolean; var _local3:*; if (btnPlayGame.alpha == 1){ removeChild(adBox); if (Define.ENABLE_MOCHIADS){ _local2 = false; _local3 = 0; while (_local3 < Define.LIST_EXCLUDE_MOCHIADS.length) { if (m_domain == Define.LIST_EXCLUDE_MOCHIADS[_local3]){ _local2 = true; }; _local3++; }; if (_local2){ MovieClip(root).gotoAndStop("logo"); } else { MovieClip(root).gotoAndStop("mochiads"); }; } else { if (Define.SHOW_INTRO){ MovieClip(root).gotoAndStop("sponsor"); } else { MovieClip(root).gotoAndStop("main"); }; }; }; } function errorInform(_arg1:Event):void{ MovieClip(root).gotoAndStop("not_allowed"); } function completeWebAccess(_arg1:Event):void{ var _local2:URLLoader; _local2 = URLLoader(_arg1.target); m_dataCollected = new String(_local2.data); m_accessCompleted = true; } function logicGameLoader(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (root.loaderInfo.bytesLoaded / 0x0400); _local3 = (root.loaderInfo.bytesTotal / 0x0400); _local4 = Math.floor(((_local2 * 100) / _local3)); instLoadingBarProgress.instText.text = (("LOADING " + _local4) + "%"); instLoadingBarProgress.instMaskLoadingBarProgress.width = ((_local4 * 508) / 100); if (_local2 >= _local3){ removeEventListener(Event.ENTER_FRAME, logicGameLoader); btnPlayGame.addEventListener(MouseEvent.CLICK, onMouseClick); btnPlayGame.alpha = 1; instLoadingBarProgress.instText.text = ""; instLoadingBarProgress.visible = false; backProgressFondo.visible = false; }; } } }//package common
Section 3
//gameTimer (common.gameTimer) package common { public class gameTimer { public var m_timeLastCycle:Number; public var m_currentDate:Date; public var m_timeAcum:Number; public var m_difTime:Number; public function gameTimer(){ m_currentDate = new Date(); m_timeLastCycle = m_currentDate.getTime(); m_timeAcum = 0; } public function resetTime(){ m_timeAcum = 0; } public function updateTime(){ var _local1:Number; if (m_timeLastCycle == -1){ m_currentDate = new Date(); m_timeLastCycle = m_currentDate.getTime(); m_timeAcum = 0; } else { m_currentDate = new Date(); _local1 = m_currentDate.getTime(); m_difTime = Math.abs((_local1 - m_timeLastCycle)); m_timeLastCycle = _local1; if (m_difTime < 1000){ m_timeAcum = (m_timeAcum + m_difTime); }; }; } } }//package common
Section 4
//LevelsXML (common.LevelsXML) package common { public class LevelsXML { public static var LEVELS_XML:Array = ["<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie4</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie3</enemy><enemy x=\"1400\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie4</enemy><enemy x=\"1500\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie5</enemy><enemy x=\"1600\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.7\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.8\">Zombie3</enemy><enemy x=\"1100\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.8\">Zombie4</enemy><enemy x=\"1200\" y=\"400\" type=\"1\" life=\"20\" score=\"20\" speed=\"1.8\">Zombie5</enemy><enemy x=\"1200\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie6</enemy><enemy x=\"1300\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie7</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie3</enemy><enemy x=\"1050\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.3\">Zombie4</enemy><enemy x=\"1150\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.3\">Zombie5</enemy><enemy x=\"1250\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.3\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"1.9\">Zombie3</enemy><enemy x=\"1200\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"1.9\">Zombie4</enemy><enemy x=\"1300\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie5</enemy><enemy x=\"1400\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie5</enemy><enemy x=\"1200\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.2\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"2.0\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.5\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie5</enemy><enemy x=\"1200\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"2.0\">Zombie6</enemy><enemy x=\"1300\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.6\">Zombie6</enemy><enemy x=\"1400\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.5\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"1.8\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.5\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.55\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.45\">Zombie5</enemy><enemy x=\"1200\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"2.3\">Zombie6</enemy><enemy x=\"1400\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.8\">Zombie6</enemy><enemy x=\"1400\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.5\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"30\" score=\"25\" speed=\"1.3\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"1.7\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"2\" life=\"40\" score=\"35\" speed=\"1.5\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"3\" life=\"45\" score=\"40\" speed=\"1.4\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"0\" life=\"30\" score=\"25\" speed=\"1.3\">Zombie5</enemy><enemy x=\"1300\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"1.9\">Zombie6</enemy><enemy x=\"1300\" y=\"400\" type=\"2\" life=\"40\" score=\"35\" speed=\"1.5\">Zombie6</enemy><enemy x=\"1300\" y=\"400\" type=\"3\" life=\"45\" score=\"40\" speed=\"1.4\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"1.1\">Zombie2</enemy><enemy x=\"800\" y=\"400\" type=\"1\" life=\"30\" score=\"30\" speed=\"1.7\">Zombie3</enemy><enemy x=\"1000\" y=\"400\" type=\"2\" life=\"35\" score=\"35\" speed=\"1.4\">Zombie4</enemy><enemy x=\"1100\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"1.3\">Zombie5</enemy><enemy x=\"1400\" y=\"400\" type=\"4\" life=\"350\" score=\"150\" speed=\"1.05\">ZombieBoss</enemy><enemy x=\"1600\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"1.85\">Zombie3</enemy><enemy x=\"1650\" y=\"400\" type=\"2\" life=\"40\" score=\"35\" speed=\"1.7\">Zombie4</enemy><enemy x=\"1700\" y=\"400\" type=\"3\" life=\"45\" score=\"40\" speed=\"1.6\">Zombie5</enemy><enemy x=\"1750\" y=\"400\" type=\"0\" life=\"30\" score=\"25\" speed=\"1.4\">Zombie2</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"40\" score=\"35\" speed=\"2.5\">Zombie1</enemy><enemy x=\"850\" y=\"400\" type=\"1\" life=\"40\" score=\"35\" speed=\"2.3\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"0\" life=\"40\" score=\"35\" speed=\"2.2\">Zombie3</enemy><enemy x=\"1150\" y=\"400\" type=\"1\" life=\"40\" score=\"35\" speed=\"2.3\">Zombie4</enemy><enemy x=\"1600\" y=\"400\" type=\"0\" life=\"40\" score=\"35\" speed=\"2.4\">Zombie5</enemy><enemy x=\"1800\" y=\"400\" type=\"0\" life=\"40\" score=\"35\" speed=\"2.4\">Zombie5</enemy><enemy x=\"1950\" y=\"400\" type=\"1\" life=\"40\" score=\"35\" speed=\"2.4\">Zombie6</enemy><enemy x=\"2100\" y=\"400\" type=\"1\" life=\"40\" score=\"35\" speed=\"2.5\">Zombie6</enemy><enemy x=\"2180\" y=\"400\" type=\"0\" life=\"40\" score=\"35\" speed=\"2.5\">Zombie5</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"2\" life=\"50\" score=\"30\" speed=\"2.4\">Zombie1</enemy><enemy x=\"900\" y=\"400\" type=\"3\" life=\"60\" score=\"30\" speed=\"2.1\">Zombie2</enemy><enemy x=\"1100\" y=\"400\" type=\"2\" life=\"50\" score=\"30\" speed=\"2.1\">Zombie3</enemy><enemy x=\"1300\" y=\"400\" type=\"2\" life=\"60\" score=\"30\" speed=\"2.1\">Zombie4</enemy><enemy x=\"1500\" y=\"400\" type=\"3\" life=\"50\" score=\"30\" speed=\"2.1\">Zombie5</enemy><enemy x=\"1800\" y=\"400\" type=\"7\" life=\"100\" score=\"50\" speed=\"2.0\">Zombie6</enemy><enemy x=\"2000\" y=\"400\" type=\"7\" life=\"100\" score=\"50\" speed=\"2.0\">Zombie6</enemy><enemy x=\"2250\" y=\"400\" type=\"3\" life=\"50\" score=\"30\" speed=\"2.1\">Zombie5</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"7\" life=\"110\" score=\"50\" speed=\"2.0\">Zombie1</enemy><enemy x=\"850\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"2.9\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"7\" life=\"110\" score=\"50\" speed=\"2.0\">Zombie3</enemy><enemy x=\"1150\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"2.5\">Zombie4</enemy><enemy x=\"1300\" y=\"400\" type=\"7\" life=\"110\" score=\"50\" speed=\"2.0\">Zombie5</enemy><enemy x=\"1450\" y=\"400\" type=\"1\" life=\"35\" score=\"30\" speed=\"2.5\">Zombie6</enemy><enemy x=\"1600\" y=\"400\" type=\"7\" life=\"110\" score=\"50\" speed=\"2.0\">Zombie5</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"40\" score=\"30\" speed=\"2.0\">Zombie1</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"40\" score=\"30\" speed=\"2.0\">Zombie2</enemy><enemy x=\"900\" y=\"400\" type=\"0\" life=\"40\" score=\"30\" speed=\"2.0\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"0\" life=\"40\" score=\"30\" speed=\"2.0\">Zombie2</enemy><enemy x=\"1100\" y=\"400\" type=\"2\" life=\"50\" score=\"30\" speed=\"2.1\">Zombie3</enemy><enemy x=\"1200\" y=\"400\" type=\"2\" life=\"50\" score=\"30\" speed=\"2.1\">Zombie4</enemy><enemy x=\"1300\" y=\"400\" type=\"3\" life=\"60\" score=\"30\" speed=\"2.1\">Zombie5</enemy><enemy x=\"1500\" y=\"400\" type=\"3\" life=\"60\" score=\"30\" speed=\"2.1\">Zombie6</enemy><enemy x=\"1600\" y=\"400\" type=\"8\" life=\"220\" score=\"50\" speed=\"1.95\">Zombie6</enemy><enemy x=\"1800\" y=\"400\" type=\"2\" life=\"45\" score=\"30\" speed=\"2.1\">Zombie4</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"7\" life=\"180\" score=\"40\" speed=\"2.2\">Zombie1</enemy><enemy x=\"850\" y=\"400\" type=\"8\" life=\"220\" score=\"45\" speed=\"2.2\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"7\" life=\"180\" score=\"40\" speed=\"2.2\">Zombie3</enemy><enemy x=\"1150\" y=\"400\" type=\"8\" life=\"220\" score=\"45\" speed=\"2.2\">Zombie4</enemy><enemy x=\"1300\" y=\"400\" type=\"7\" life=\"180\" score=\"40\" speed=\"2.2\">Zombie5</enemy><enemy x=\"1450\" y=\"400\" type=\"8\" life=\"220\" score=\"45\" speed=\"2.2\">Zombie6</enemy><enemy x=\"1600\" y=\"400\" type=\"7\" life=\"180\" score=\"40\" speed=\"2.2\">Zombie5</enemy><enemy x=\"1750\" y=\"400\" type=\"8\" life=\"220\" score=\"45\" speed=\"2.2\">Zombie5</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"900\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"1000\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"1100\" y=\"400\" type=\"8\" life=\"250\" score=\"60\" speed=\"2.0\">Zombie9</enemy><enemy x=\"1600\" y=\"400\" type=\"8\" life=\"250\" score=\"60\" speed=\"2.0\">Zombie9</enemy><enemy x=\"1300\" y=\"400\" type=\"1\" life=\"25\" score=\"30\" speed=\"3.0\">Zombie</enemy><enemy x=\"1400\" y=\"400\" type=\"1\" life=\"25\" score=\"30\" speed=\"3.0\">Zombie</enemy><enemy x=\"1500\" y=\"400\" type=\"1\" life=\"25\" score=\"30\" speed=\"3.0\">Zombie</enemy><enemy x=\"1600\" y=\"400\" type=\"1\" life=\"25\" score=\"30\" speed=\"3.0\">Zombie</enemy><enemy x=\"2000\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"2100\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"2200\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy><enemy x=\"2200\" y=\"400\" type=\"0\" life=\"25\" score=\"25\" speed=\"3.0\">Zombie</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"4\" life=\"180\" score=\"45\" speed=\"2.3\">Zombie1</enemy><enemy x=\"850\" y=\"400\" type=\"4\" life=\"180\" score=\"45\" speed=\"2.3\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"4\" life=\"180\" score=\"45\" speed=\"2.3\">Zombie3</enemy><enemy x=\"1300\" y=\"400\" type=\"7\" life=\"220\" score=\"50\" speed=\"2.3\">Zombie3</enemy><enemy x=\"1450\" y=\"400\" type=\"7\" life=\"220\" score=\"55\" speed=\"2.3\">Zombie3</enemy><enemy x=\"1600\" y=\"400\" type=\"7\" life=\"220\" score=\"55\" speed=\"2.3\">Zombie3</enemy><enemy x=\"1900\" y=\"400\" type=\"8\" life=\"260\" score=\"60\" speed=\"2.3\">Zombie3</enemy><enemy x=\"2050\" y=\"400\" type=\"8\" life=\"260\" score=\"60\" speed=\"2.3\">Zombie3</enemy><enemy x=\"2200\" y=\"400\" type=\"8\" life=\"260\" score=\"60\" speed=\"2.3\">Zombie3</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"8\" life=\"300\" score=\"70\" speed=\"1.6\">Zombie6</enemy><enemy x=\"1200\" y=\"400\" type=\"8\" life=\"300\" score=\"70\" speed=\"1.6\">Zombie6</enemy><enemy x=\"1700\" y=\"400\" type=\"8\" life=\"300\" score=\"70\" speed=\"1.6\">Zombie6</enemy><enemy x=\"900\" y=\"400\" type=\"2\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"1000\" y=\"400\" type=\"2\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"1100\" y=\"400\" type=\"2\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"1200\" y=\"400\" type=\"2\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"1900\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"2000\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"2100\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy><enemy x=\"2200\" y=\"400\" type=\"3\" life=\"40\" score=\"40\" speed=\"2.8\">Zombie6</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"4\" life=\"180\" score=\"60\" speed=\"1.9\">Zombie_4</enemy><enemy x=\"900\" y=\"400\" type=\"4\" life=\"180\" score=\"60\" speed=\"1.9\">Zombie_4</enemy><enemy x=\"800\" y=\"400\" type=\"0\" life=\"30\" score=\"30\" speed=\"2.4\">Zombie</enemy><enemy x=\"1000\" y=\"400\" type=\"1\" life=\"30\" score=\"40\" speed=\"2.7\">Zombie</enemy><enemy x=\"1200\" y=\"400\" type=\"1\" life=\"30\" score=\"40\" speed=\"2.7\">Zombie</enemy><enemy x=\"1400\" y=\"400\" type=\"7\" life=\"220\" score=\"70\" speed=\"1.9\">Zombie_7</enemy><enemy x=\"1650\" y=\"400\" type=\"7\" life=\"220\" score=\"70\" speed=\"1.9\">Zombie_7</enemy><enemy x=\"1900\" y=\"400\" type=\"2\" life=\"40\" score=\"45\" speed=\"2.5\">Zombie</enemy><enemy x=\"2100\" y=\"400\" type=\"2\" life=\"40\" score=\"45\" speed=\"2.5\">Zombie</enemy><enemy x=\"2300\" y=\"400\" type=\"2\" life=\"40\" score=\"45\" speed=\"2.5\">Zombie</enemy><enemy x=\"2500\" y=\"400\" type=\"8\" life=\"260\" score=\"80\" speed=\"2.1\">Zombie_8</enemy><enemy x=\"2750\" y=\"400\" type=\"8\" life=\"260\" score=\"80\" speed=\"2.1\">Zombie_8</enemy><enemy x=\"3000\" y=\"400\" type=\"3\" life=\"50\" score=\"50\" speed=\"2.5\">Zombie</enemy><enemy x=\"3200\" y=\"400\" type=\"3\" life=\"50\" score=\"50\" speed=\"2.5\">Zombie</enemy><enemy x=\"3400\" y=\"400\" type=\"3\" life=\"50\" score=\"50\" speed=\"2.5\">Zombie</enemy></wave>", "<wave><enemy x=\"700\" y=\"400\" type=\"0\" life=\"20\" score=\"30\" speed=\"1.6\">Zombie1</enemy><enemy x=\"850\" y=\"400\" type=\"0\" life=\"20\" score=\"30\" speed=\"1.6\">Zombie2</enemy><enemy x=\"1000\" y=\"400\" type=\"1\" life=\"30\" score=\"40\" speed=\"1.6\">Zombie1</enemy><enemy x=\"1150\" y=\"400\" type=\"1\" life=\"30\" score=\"40\" speed=\"1.6\">Zombie2</enemy><enemy x=\"1300\" y=\"400\" type=\"2\" life=\"40\" score=\"50\" speed=\"1.6\">Zombie1</enemy><enemy x=\"1450\" y=\"400\" type=\"2\" life=\"40\" score=\"50\" speed=\"1.6\">Zombie2</enemy><enemy x=\"1600\" y=\"400\" type=\"3\" life=\"50\" score=\"60\" speed=\"1.6\">Zombie1</enemy><enemy x=\"1750\" y=\"400\" type=\"3\" life=\"50\" score=\"60\" speed=\"1.6\">Zombie2</enemy><enemy x=\"1900\" y=\"400\" type=\"4\" life=\"160\" score=\"70\" speed=\"1.6\">Zombie1</enemy><enemy x=\"2050\" y=\"400\" type=\"4\" life=\"160\" score=\"70\" speed=\"1.6\">Zombie2</enemy><enemy x=\"2200\" y=\"400\" type=\"7\" life=\"220\" score=\"80\" speed=\"1.6\">Zombie1</enemy><enemy x=\"2350\" y=\"400\" type=\"7\" life=\"220\" score=\"80\" speed=\"1.6\">Zombie2</enemy><enemy x=\"2500\" y=\"400\" type=\"8\" life=\"260\" score=\"90\" speed=\"1.6\">Zombie1</enemy><enemy x=\"2650\" y=\"400\" type=\"8\" life=\"260\" score=\"90\" speed=\"1.6\">Zombie2</enemy><enemy x=\"2500\" y=\"400\" type=\"9\" life=\"1100\" score=\"300\" speed=\"1.2\">Zombie1</enemy></wave>"]; } }//package common
Section 5
//URLRequestMetodo (common.URLRequestMetodo) package common { import flash.display.*; import flash.events.*; import flash.net.*; public class URLRequestMetodo extends Sprite { public var m_dataLoaded:XML; public var m_isDataLoaded:Boolean; public var m_callback:Function; public function URLRequestMetodo(_arg1:String, _arg2:Function=null){ var _local3:URLLoader; var _local4:URLRequest; super(); m_callback = _arg2; m_isDataLoaded = false; _local3 = new URLLoader(); configureListeners(_local3); _local4 = new URLRequest(_arg1); _local4.method = URLRequestMethod.GET; _local3.load(_local4); } private function httpStatusHandler(_arg1:HTTPStatusEvent):void{ if (Define.DEBUG_GENERAL){ trace(("httpStatusHandler: " + _arg1)); }; } private function ioErrorHandler(_arg1:IOErrorEvent):void{ if (Define.DEBUG_GENERAL){ trace(("ioErrorHandler: " + _arg1)); }; } private function progressHandler(_arg1:ProgressEvent):void{ if (Define.DEBUG_GENERAL){ trace(((("progressHandler loaded:" + _arg1.bytesLoaded) + " total: ") + _arg1.bytesTotal)); }; } private function securityErrorHandler(_arg1:SecurityErrorEvent):void{ if (Define.DEBUG_GENERAL){ trace(("securityErrorHandler: " + _arg1)); }; } private function openHandler(_arg1:Event):void{ if (Define.DEBUG_GENERAL){ trace(("openHandler: " + _arg1)); }; } private function completeHandler(_arg1:Event):void{ var _local2:URLLoader; _local2 = URLLoader(_arg1.target); if (Define.DEBUG_GENERAL){ trace(("completeHandler: " + _local2.data)); }; m_dataLoaded = new XML(_local2.data); m_isDataLoaded = true; if (m_callback != null){ m_callback.call(this); }; } private function configureListeners(_arg1:IEventDispatcher):void{ _arg1.addEventListener(Event.COMPLETE, completeHandler); _arg1.addEventListener(Event.OPEN, openHandler); _arg1.addEventListener(ProgressEvent.PROGRESS, progressHandler); _arg1.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler); _arg1.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler); _arg1.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); } } }//package common
Section 6
//XMLManager (common.XMLManager) package common { import flash.events.*; import flash.net.*; public class XMLManager { public var $xmlContent:XML; public var $xmlListItems:XMLList; public var $resourceUrl:URLRequest; public var $callback:Function; public var $urlLoader:URLLoader; public function XMLManager(_arg1:String, _arg2:Function=null){ if (_arg2 != null){ $callback = _arg2; $resourceUrl = new URLRequest(_arg1); $initXMLManager(); } else { XML.ignoreWhitespace = true; $xmlContent = new XML(_arg1); $xmlListItems = $xmlContent.*; }; } public function level3_getItem(_arg1:int, _arg2:int, _arg3:int, _arg4:int):XML{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*[_arg4]); } public function level2_GetString(_arg1:int, _arg2:int):String{ return ($xmlListItems[_arg1].*[_arg2].*.toString()); } public function level3_GetString(_arg1:int, _arg2:int, _arg3:int):String{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*.toString()); } public function level2_getProperty(_arg1:int, _arg2:int, _arg3:int, _arg4:int):String{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].attributes()[_arg4]); } public function level0_GetNumber():Number{ return ($xmlListItems.length()); } public function level1_GetNumber(_arg1:int):Number{ return ($xmlListItems[_arg1].*.length()); } public function getString():String{ return ($xmlContent.toString()); } public function level2_getProperty_Name(_arg1:int, _arg2:int, _arg3:int, _arg4:int):String{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].attributes()[_arg4].name()); } public function level0_GetString():String{ return ($xmlListItems.toString()); } public function level1_GetString(_arg1:int):String{ return ($xmlListItems[_arg1].*.toString()); } public function level0_getProperties_Length(_arg1:int):Number{ return ($xmlListItems[_arg1].attributes().length()); } public function level1_GetItem(_arg1:int, _arg2:int):XML{ return ($xmlListItems[_arg1].*[_arg2]); } public function level0_getProperty_Name(_arg1:int, _arg2:int):String{ return ($xmlListItems[_arg1].attributes()[_arg2].name()); } private function $onInvalidUrl(_arg1:IOErrorEvent):void{ trace(("XMLManager: Invalid URL=" + $resourceUrl.url)); } public function level2_getProperties_Length(_arg1:int, _arg2:int, _arg3:int):Number{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].attributes().length()); } private function $onLoadComplete(_arg1:Event):void{ XML.ignoreWhitespace = true; $xmlContent = new XML($urlLoader.data); $xmlListItems = $xmlContent.*; $callback.call(); } public function getHeaderProviderFormat_Properties_Level0():Array{ var _local1:Array; var _local2:*; _local1 = new Array(); if (level0_GetNumber() > 0){ _local2 = 0; while (_local2 < level0_getProperties_Length(0)) { _local1.push(level0_getProperty_Name(0, _local2)); _local2++; }; }; return (_local1); } public function level2_GetNumber(_arg1:int, _arg2:int):Number{ return ($xmlListItems[_arg1].*[_arg2].*.length()); } public function level3_GetNumber(_arg1:int, _arg2:int, _arg3:int):Number{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*.length()); } private function $initXMLManager():void{ $urlLoader = new URLLoader(); $urlLoader.addEventListener(Event.COMPLETE, $onLoadComplete); $urlLoader.addEventListener(IOErrorEvent.IO_ERROR, $onInvalidUrl); $urlLoader.load($resourceUrl); } public function level3_getProperties_Length(_arg1:int, _arg2:int, _arg3:int, _arg4:int):Number{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*[_arg4].attributes().length()); } public function replaceTags(_arg1:String):String{ var _local2:String; var _local3:Number; var _local4:Number; _local2 = new String(_arg1); _local3 = _local2.length; _local4 = -1; while (_local2.indexOf("#") != -1) { _local3 = _local4; _local2 = _local2.replace("#", "<"); _local2 = _local2.replace("~", ">"); _local4 = _local2.length; }; return (_local2); } public function level1_getProperties_Length(_arg1:int, _arg2:int):Number{ return ($xmlListItems[_arg1].*[_arg2].attributes().length()); } public function level3_getProperty_Name(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:int):String{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*[_arg4].attributes()[_arg5].name()); } public function level1_getProperty_Name(_arg1:int, _arg2:int, _arg3:int):String{ return ($xmlListItems[_arg1].*[_arg2].attributes()[_arg3].name()); } public function level0_getItem(_arg1:int):XML{ return ($xmlListItems[_arg1]); } public function level0_getProperty(_arg1:int, _arg2:int):String{ return ($xmlListItems[_arg1].attributes()[_arg2]); } public function level1_getProperty(_arg1:int, _arg2:int, _arg3:int):String{ return ($xmlListItems[_arg1].*[_arg2].attributes()[_arg3]); } public function level3_getProperty(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:int):String{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3].*[_arg4].attributes()[_arg5]); } public function level2_getItem(_arg1:int, _arg2:int, _arg3:int):XML{ return ($xmlListItems[_arg1].*[_arg2].*[_arg3]); } } }//package common
Section 7
//AdLoader (CPMStar.AdLoader) package CPMStar { import flash.display.*; import flash.events.*; import flash.net.*; import flash.system.*; public class AdLoader extends Sprite { private var contentspotid:String; private var cpmstarLoader:Loader; public function AdLoader(_arg1:String){ this.contentspotid = _arg1; addEventListener(Event.ADDED, addedHandler); } private function addedHandler(_arg1:Event):void{ var _local2:String; var _local3:DisplayObjectContainer; removeEventListener(Event.ADDED, addedHandler); Security.allowDomain("server.cpmstar.com"); _local2 = "http://server.cpmstar.com/adviewas3.swf"; _local3 = parent; cpmstarLoader = new Loader(); cpmstarLoader.contentLoaderInfo.addEventListener(Event.INIT, dispatchHandler); cpmstarLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, dispatchHandler); cpmstarLoader.load(new URLRequest(((_local2 + "?contentspotid=") + contentspotid))); addChild(cpmstarLoader); } private function dispatchHandler(_arg1:Event):void{ dispatchEvent(_arg1); } } }//package CPMStar
Section 8
//cBall (engine.cBall) package engine { import flash.display.*; import flash.geom.*; import sounds.*; import common.*; public class cBall extends MovieClip { public var m_iterator:Number; public var m_delay:Number; public var m_posLast:Point; public var m_state:Number; public var m_timeAcum:Number; public var m_lastState:Number; public var m_world:cWorld; public var m_pos:Point; public var m_isImpacted:Boolean; public var m_type:Number; public var m_vel:Point; public var m_velocityBounce:Number; public static const TYPE_NUCLEAR:Number = 5; public static const STATE_COLLISION:Number = 1; public static const SUBNAME_FIRE:String = "fire"; public static const TYPE_NORMAL:Number = 0; public static const SUBNAME_DRILLER:String = "driller"; public static const STATE_NULL:Number = -1; public static const SUBNAME_ICE:String = "ice"; public static const TYPE_FIRE:Number = 3; public static const STATE_RUN:Number = 0; public static const NAME_COLLISION:String = "collision_"; public static const SUBNAME_EXPLOSION:String = "explosion"; public static const TYPE_DRILLER:Number = 1; public static const TYPE_ICE:Number = 2; public static const TYPE_EXPLOSION:Number = 4; public static const SUBNAME_NUCLEAR:String = "nuclear"; public static const STATE_DISAPPEAR:Number = 2; public static const NAME_RUN:String = "run_"; public static const SUBNAME_NORMAL:String = "normal"; public function cBall(_arg1:cWorld){ addFrameScript(0, frame1, 10, frame11, 20, frame21, 30, frame31, 42, frame43, 53, frame54, 66, frame67, 77, frame78, 89, frame90, 103, frame104); m_world = _arg1; m_pos = new Point(0, 0); m_posLast = new Point(0, 0); m_vel = new Point(0, 0); m_delay = 0; m_velocityBounce = 0; m_isImpacted = false; changeState(STATE_NULL); } function frame78(){ stop(); } public function init(_arg1:Point, _arg2:Point, _arg3:Number, _arg4:Boolean=false):void{ this.alpha = 1; m_isImpacted = false; m_pos.x = _arg1.x; m_pos.y = _arg1.y; m_vel.x = _arg2.x; m_vel.y = _arg2.y; m_velocityBounce = _arg2.y; m_type = _arg3; if (_arg4){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_NORMALHIT, 1); switch (_arg3){ case TYPE_NORMAL: break; case TYPE_DRILLER: m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_DRILLER, 1); break; case TYPE_ICE: m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ICE, 1); break; case TYPE_FIRE: m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_FIRE, 1); break; case TYPE_EXPLOSION: m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_EXPLOSION, 1); break; case TYPE_NUCLEAR: m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_NUCLEAR, 1); break; }; }; changeState(STATE_RUN); } function frame90(){ stop(); } function frame1(){ stop(); } public function logic():void{ if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_RUN: if (m_iterator == 1){ gotoAndStop((NAME_RUN + getNameType(m_type))); }; this.rotation = (this.rotation + 2); m_pos = moveBall(); break; case STATE_COLLISION: if (m_iterator == 1){ this.rotation = 0; switch (m_type){ case TYPE_NORMAL: m_isImpacted = true; changeState(STATE_RUN); return; case TYPE_DRILLER: changeState(STATE_RUN); return; case TYPE_EXPLOSION: gotoAndStop((NAME_COLLISION + getNameType(m_type))); m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_FX_EXPLOSION, 1); break; case TYPE_NUCLEAR: gotoAndStop((NAME_COLLISION + getNameType(m_type))); m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_FX_NUCLEAR, 1); break; default: gotoAndStop((NAME_COLLISION + getNameType(m_type))); break; }; }; m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 2000){ changeState(STATE_DISAPPEAR); }; break; case STATE_DISAPPEAR: changeState(STATE_NULL); break; case STATE_NULL: if (m_iterator == 1){ gotoAndStop("empty"); }; break; }; if (m_state != STATE_NULL){ this.x = m_pos.x; this.y = m_pos.y; }; if (m_isImpacted){ this.alpha = (this.alpha - 0.03); if (this.alpha < 0.1){ this.alpha = 0; }; }; } public function moveBall():Point{ var _local1:Point; var _local2:Number; var _local3:Number; var _local4:int; m_vel.y = (m_vel.y * Define.AIR_RESISTANCE); m_vel.y = (m_vel.y + Define.GRAVITY); if ((((Math.abs(m_vel.y) <= 1)) && (((m_pos.y + 1) > cWorld.DISTANCE_FLOOR)))){ changeState(STATE_DISAPPEAR); }; _local1 = new Point(m_pos.x, m_pos.y); _local2 = (m_vel.x / Define.PRECISION_STEPS); _local3 = (m_vel.y / Define.PRECISION_STEPS); _local4 = 0; while (_local4 < Define.PRECISION_STEPS) { _local1.x = (_local1.x + _local2); _local1.y = (_local1.y + _local3); if (_local1.x > Define.SCREEN_WIDTH){ changeState(STATE_NULL); return (_local1); }; if (_local1.y > cWorld.DISTANCE_FLOOR){ m_vel.y = -(m_vel.y); return (m_pos); }; if (m_vel.x > 0){ if (m_world.collisionZombies(_local1, this)){ if (m_type != TYPE_DRILLER){ m_vel.x = -(m_vel.x); }; changeState(STATE_COLLISION); return (_local1); }; }; _local4++; }; m_posLast = m_pos; return (_local1); } function frame21(){ stop(); } function frame104(){ stop(); } function frame11(){ stop(); } function frame43(){ stop(); } function frame31(){ stop(); } public function changeState(_arg1:Number):void{ m_lastState = m_state; m_state = _arg1; m_iterator = 0; m_timeAcum = 0; } function frame54(){ stop(); } function frame67(){ stop(); } public static function getNameType(_arg1:Number):String{ switch (_arg1){ case TYPE_NORMAL: return (SUBNAME_NORMAL); case TYPE_DRILLER: return (SUBNAME_DRILLER); case TYPE_ICE: return (SUBNAME_ICE); case TYPE_FIRE: return (SUBNAME_FIRE); case TYPE_EXPLOSION: return (SUBNAME_EXPLOSION); case TYPE_NUCLEAR: return (SUBNAME_NUCLEAR); }; return (SUBNAME_NORMAL); } } }//package engine
Section 9
//cGameTitleDistance (engine.cGameTitleDistance) package engine { import flash.display.*; import flash.geom.*; import flash.text.*; import sounds.*; public class cGameTitleDistance extends MovieClip { public var m_state:int; public var m_world:cWorld; public var txtDistance:TextField; public var m_txtDistance:TextField; public var m_posGoal:Point; public static const STATE_STOP:Number = 1; public static const SPEED_FALL:Number = 40; public static const STATE_RUN:Number = 0; public function cGameTitleDistance(_arg1:cWorld, _arg2:Number, _arg3:Number, _arg4:Number){ addFrameScript(0, frame1); m_world = _arg1; m_txtDistance = TextField(getChildByName("txtDistance")); m_txtDistance.text = (("" + Math.floor((_arg2 / cScreenFinishWave.DIVISOR_CALCULATOR_DISTANCE))) + " m"); m_posGoal = new Point(_arg2, _arg3); this.x = _arg2; this.y = (-(_arg4) * (4 * SPEED_FALL)); m_state = STATE_RUN; } function frame1(){ stop(); } public function logic():Boolean{ switch (m_state){ case STATE_RUN: this.y = (this.y + SPEED_FALL); if (this.y > m_posGoal.y){ this.y = m_posGoal.y; m_state = STATE_STOP; m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_CARTEL_FALL, 0); }; return (false); case STATE_STOP: return (true); }; return (false); } } }//package engine
Section 10
//cHead (engine.cHead) package engine { import flash.display.*; import flash.geom.*; import common.*; public class cHead extends MovieClip { public var m_iterator:Number; public var m_posLast:Point; public var m_state:Number; public var m_timeAcum:Number; public var m_world:cWorld; public var m_pos:Point; public var m_type:Number; public var m_vel:Point; public static const STATE_COLLISION:Number = 1; public static const STATE_DISAPPEAR:Number = 2; public static const STATE_QUIET:Number = 3; public static const STATE_NULL:Number = -1; public static const STATE_RUN:Number = 0; public function cHead(_arg1:cWorld){ m_world = _arg1; m_pos = new Point(0, 0); m_posLast = new Point(0, 0); m_vel = new Point(0, 0); changeState(STATE_NULL); gotoAndStop("empty"); } public function init(_arg1:Point, _arg2:Point, _arg3:Number):void{ this.rotation = 0; m_pos.x = _arg1.x; m_pos.y = _arg1.y; m_vel.x = _arg2.x; m_vel.y = _arg2.y; m_type = _arg3; changeState(STATE_RUN); } public function logic():void{ if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_RUN: if (m_iterator == 1){ gotoAndStop(("head_" + (m_type + 1))); }; m_pos = moveBall(); this.rotation = (this.rotation + 2); if (((((Math.abs(m_vel.y) + Math.abs(m_vel.x)) <= 2)) && (((m_pos.y + 1) > cWorld.DISTANCE_FLOOR)))){ changeState(STATE_QUIET); }; break; case STATE_QUIET: break; case STATE_NULL: if (m_iterator == 1){ gotoAndStop("empty"); }; break; }; if (m_state != STATE_NULL){ this.x = m_pos.x; this.y = m_pos.y; }; } public function moveBall():Point{ var _local1:Point; var _local2:Number; var _local3:Number; var _local4:int; m_vel.x = (m_vel.x * Define.AIR_RESISTANCE_HEAD); m_vel.y = (m_vel.y * Define.AIR_RESISTANCE); m_vel.y = (m_vel.y + Define.GRAVITY); _local1 = new Point(m_pos.x, m_pos.y); _local2 = (m_vel.x / Define.PRECISION_STEPS); _local3 = (m_vel.y / Define.PRECISION_STEPS); _local4 = 0; while (_local4 < Define.PRECISION_STEPS) { _local1.x = (_local1.x + _local2); _local1.y = (_local1.y + _local3); if (_local1.y > cWorld.DISTANCE_FLOOR){ m_vel.y = -(m_vel.y); return (m_pos); }; _local4++; }; m_posLast = m_pos; return (_local1); } public function changeState(_arg1:Number):void{ m_state = _arg1; m_iterator = 0; m_timeAcum = 0; } } }//package engine
Section 11
//cHitAngle (engine.cHitAngle) package engine { import flash.display.*; import flash.geom.*; import common.*; public class cHitAngle extends MovieClip { public var m_world:cWorld; public var m_lines:Array; public static const LIMIT_INFERIOR:Number = 327; public static const LIMIT_SUPERIOR:Number = 30; public static const WITDH:Number = 35; public static const HEIGHT:Number = 83; public function cHitAngle(_arg1:cWorld=null){ var _local2:*; var _local3:gameLineAngle; super(); m_world = _arg1; if (_arg1 != null){ m_lines = new Array(); _local2 = 0; while (_local2 < cWorld.TOTAL_NUMBER_BALLS) { _local3 = new gameLineAngle(); _local3.visible = false; addChild(_local3); m_lines.push(_local3); _local2++; }; }; } public function updateLine(_arg1:int, _arg2:cBall, _arg3:Number, _arg4:Number):void{ var _local5:Number; var _local6:Number; var _local7:Number; var _local8:Number; if (_arg2.m_state == cBall.STATE_NULL){ gameLineAngle(m_lines[_arg1]).visible = false; } else { if ((((_arg2.m_vel.x == 0)) && ((_arg2.m_pos.x == cWorld.ORIGIN_X_TRHOW)))){ _local5 = (_arg2.m_pos.y - LIMIT_INFERIOR); if ((((_local5 > 0)) && ((_local5 < LIMIT_SUPERIOR)))){ gameLineAngle(m_lines[_arg1]).visible = true; gameLineAngle(m_lines[_arg1]).y = ((_local5 * HEIGHT) / LIMIT_SUPERIOR); if (((!((_arg3 == -1))) && (!((_arg4 == -1))))){ _local6 = Define.getRadians((((_local5 * 180) / LIMIT_SUPERIOR) - 90)); _local7 = (_arg3 * Math.cos(_local6)); _local8 = (_arg3 * Math.sin(_local6)); _arg2.init(_arg2.m_pos, new Point(_local7, _local8), _arg4, true); }; } else { gameLineAngle(m_lines[_arg1]).visible = false; }; } else { gameLineAngle(m_lines[_arg1]).visible = false; }; }; } } }//package engine
Section 12
//cScreenEndGame (engine.cScreenEndGame) package engine { import flash.display.*; import flash.events.*; import flash.text.*; import common.*; import flash.net.*; public class cScreenEndGame extends MovieClip { public var instTextDay:TextField; public var m_urlHighscore:URLRequestMetodo; public var m_instTextBalls:TextField; public var btnScreenSubmit:MovieClip; public var m_instTextDay:TextField; public var m_instTextName:TextField; public var m_btnScreenSubmit:MovieClip; public var btnScreenNext:MovieClip; public var instTextBalls:TextField; public var m_instTextDistanceHeads:TextField; public var m_instTextScore:TextField; public var m_btnScreenNext:MovieClip; public var m_world:cWorld; public var instTextName:TextField; public var m_instTextHeads:TextField; public var instTextScore:TextField; public var instTextHeads:TextField; public var instTextDistanceHeads:TextField; public function cScreenEndGame(_arg1:cWorld){ m_world = _arg1; m_instTextName = TextField(getChildByName("instTextName")); m_instTextDay = TextField(getChildByName("instTextDay")); m_instTextScore = TextField(getChildByName("instTextScore")); m_instTextHeads = TextField(getChildByName("instTextHeads")); m_instTextBalls = TextField(getChildByName("instTextBalls")); m_instTextDistanceHeads = TextField(getChildByName("instTextDistanceHeads")); m_instTextDay.text = ("" + m_world.m_level); m_instTextScore.text = ("" + m_world.m_zombieBall.m_score); m_instTextHeads.text = ("" + m_world.m_zombieBall.m_headsCut); m_instTextBalls.text = ("" + m_world.m_zombieBall.m_maxComboHeads); m_instTextDistanceHeads.text = ("" + m_world.m_zombieBall.m_maximumDistanceHead); m_btnScreenNext = MovieClip(getChildByName("btnScreenNext")); m_btnScreenNext.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenNext.buttonMode = true; m_btnScreenSubmit = MovieClip(getChildByName("btnScreenSubmit")); m_btnScreenSubmit.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenSubmit.buttonMode = true; } public function $onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btnScreenNext){ m_world.m_zombieBall.changeState(ZombieBall.STATE_MENU_CREDITS); }; if (_arg1.currentTarget == m_btnScreenSubmit){ submitHighscore(); m_btnScreenSubmit.visible = false; }; } public function displayHighscoreTable():void{ navigateToURL(new URLRequest(Define.URL_DISPLAY_HIGHSCORE_ZOMBIEBALL), "_blank"); } public function submitHighscore():void{ var _local1:String; _local1 = (("type_zombie=" + Define.getChecksumTimestamp()) + "&"); _local1 = (_local1 + (("name=" + m_instTextName.text) + "&")); _local1 = (_local1 + (("level=" + m_instTextDay.text) + "&")); _local1 = (_local1 + (("score=" + m_instTextScore.text) + "&")); _local1 = (_local1 + (("heads=" + m_instTextHeads.text) + "&")); _local1 = (_local1 + (("balls=" + m_instTextBalls.text) + "&")); _local1 = (_local1 + ("distance=" + m_instTextDistanceHeads.text)); m_urlHighscore = new URLRequestMetodo((Define.URL_HIGHSCORE_ZOMBIEBALL + _local1), displayHighscoreTable); } } }//package engine
Section 13
//cScreenFinishWave (engine.cScreenFinishWave) package engine { import flash.display.*; import flash.geom.*; import flash.events.*; import flash.text.*; import sounds.*; import common.*; public class cScreenFinishWave extends MovieClip { public var m_iterator:Number; public var m_listCarteles:Array; public var m_levelMaximumDistanceHead:Number; public var m_state:Number; public var m_timeAcum:Number; public var m_lastState:Number; public var m_world:cWorld; public var btnScreenNext:MovieClip; public var m_farestHead:cHead; public var m_btnScreenNext:MovieClip; public var txtDistanceMaximum:TextField; public var m_goalShift:Number; public var m_txtDistanceMaximum:TextField; public static const DIVISOR_CALCULATOR_DISTANCE:Number = 10; public static const STATE_HEAD_STOP:Number = 2; public static const STATE_CONGRATULATIONS:Number = 0; public static const STATE_HEAD_SCROLL:Number = 1; public function cScreenFinishWave(_arg1:cWorld){ addFrameScript(0, frame1, 19, frame20); m_world = _arg1; m_goalShift = 0; m_btnScreenNext = MovieClip(getChildByName("btnScreenNext")); m_btnScreenNext.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenNext.buttonMode = true; changeState(STATE_CONGRATULATIONS); } function frame1(){ stop(); } public function logic():void{ var _local1:int; var _local2:Number; var _local3:Boolean; var _local4:cGameTitleDistance; _local1 = 0; if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_CONGRATULATIONS: switch (m_iterator){ case 1: break; }; break; case STATE_HEAD_SCROLL: switch (m_iterator){ case 1: if (m_txtDistanceMaximum == null){ m_txtDistanceMaximum = TextField(getChildByName("txtDistanceMaximum")); }; m_iterator = 0; m_farestHead = m_world.getFarestHead(); m_goalShift = (m_goalShift + ((m_farestHead.x - m_goalShift) / 10)); _local2 = (-(m_goalShift) + (Define.SCREEN_WIDTH / 2)); if (_local2 < 0){ m_world.m_clip.x = _local2; }; if (Math.abs((m_farestHead.x - m_goalShift)) < 1){ if (!m_world.isAnyHeadRunning()){ m_iterator = 1; }; }; break; case 2: addCartelesDistance(); break; case 3: m_iterator = 2; _local3 = true; if (m_listCarteles != null){ _local1 = 0; while (_local1 < m_listCarteles.length) { _local4 = cGameTitleDistance(m_listCarteles[_local1]); if (!_local4.logic()){ _local3 = false; }; _local1++; }; }; if (_local3){ m_iterator = 3; }; break; default: m_levelMaximumDistanceHead = Math.floor((m_farestHead.x / DIVISOR_CALCULATOR_DISTANCE)); if (m_levelMaximumDistanceHead > m_world.m_zombieBall.m_maximumDistanceHead){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ALLELUYA, 0); m_world.m_zombieBall.m_maximumDistanceHead = m_levelMaximumDistanceHead; m_txtDistanceMaximum.text = (("NEW MAXIMUM DISTANCE " + m_levelMaximumDistanceHead) + " m"); }; changeState(STATE_HEAD_STOP); m_btnScreenNext.visible = true; break; }; break; case STATE_HEAD_STOP: switch (m_iterator){ case 1: break; }; break; }; } function frame20(){ stop(); } public function addCartelesDistance():void{ var _local1:cHead; var _local2:Number; var _local3:Array; var _local4:int; var _local5:*; var _local6:Point; var _local7:cGameTitleDistance; _local2 = 100000000; _local3 = new Array(); do { _local1 = m_world.getFarestHead(_local2); if (_local1 != null){ _local2 = _local1.x; _local3.push(new Point(_local2, _local1.y)); }; } while (_local1 != null); m_listCarteles = new Array(); _local4 = 0; _local5 = (_local3.length - 1); while (_local5 >= 0) { _local6 = Point(_local3[_local5]); _local7 = new cGameTitleDistance(m_world, _local6.x, _local6.y, _local4); m_world.m_gameBackground.addChild(_local7); m_listCarteles.push(_local7); _local4++; _local5--; }; } public function $onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btnScreenNext){ switch (m_state){ case STATE_CONGRATULATIONS: m_farestHead = m_world.getFarestHead(); if (m_farestHead == null){ if (m_world.m_level < Define.TOTAL_NUMBER_LEVELS){ m_world.m_zombieBall.changeState(ZombieBall.STATE_GAME_SHOP); } else { m_world.changeState(cWorld.STATE_GAME_COMPLETED); }; } else { changeState(STATE_HEAD_SCROLL); gotoAndStop("heads"); m_btnScreenNext.visible = false; }; break; case STATE_HEAD_SCROLL: break; case STATE_HEAD_STOP: if (m_world.m_level < Define.TOTAL_NUMBER_LEVELS){ m_world.m_zombieBall.changeState(ZombieBall.STATE_GAME_SHOP); } else { m_world.changeState(cWorld.STATE_GAME_COMPLETED); }; break; }; }; } public function changeState(_arg1:Number):void{ m_lastState = m_state; m_state = _arg1; m_iterator = 0; m_timeAcum = 0; } } }//package engine
Section 14
//cScreenGameOver (engine.cScreenGameOver) package engine { import flash.display.*; import flash.events.*; import flash.text.*; import common.*; import flash.net.*; public class cScreenGameOver extends MovieClip { public var instTextDay:TextField; public var m_urlHighscore:URLRequestMetodo; public var btnScreenExit:MovieClip; public var m_instTextBalls:TextField; public var btnScreenSubmit:MovieClip; public var m_instTextDay:TextField; public var m_instTextName:TextField; public var m_btnScreenSubmit:MovieClip; public var instTextBalls:TextField; public var m_instTextDistanceHeads:TextField; public var m_instTextScore:TextField; public var m_world:cWorld; public var instTextName:TextField; public var m_instTextHeads:TextField; public var instTextScore:TextField; public var instTextHeads:TextField; public var instTextDistanceHeads:TextField; public var m_btnScreenExit:MovieClip; public function cScreenGameOver(_arg1:cWorld){ m_world = _arg1; m_instTextName = TextField(getChildByName("instTextName")); m_instTextDay = TextField(getChildByName("instTextDay")); m_instTextScore = TextField(getChildByName("instTextScore")); m_instTextHeads = TextField(getChildByName("instTextHeads")); m_instTextBalls = TextField(getChildByName("instTextBalls")); m_instTextDistanceHeads = TextField(getChildByName("instTextDistanceHeads")); m_instTextDay.text = ("" + m_world.m_level); m_instTextScore.text = ("" + m_world.m_zombieBall.m_score); m_instTextHeads.text = ("" + m_world.m_zombieBall.m_headsCut); m_instTextBalls.text = ("" + m_world.m_zombieBall.m_maxComboHeads); m_instTextDistanceHeads.text = ("" + m_world.m_zombieBall.m_maximumDistanceHead); m_btnScreenExit = MovieClip(getChildByName("btnScreenExit")); m_btnScreenExit.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenExit.buttonMode = true; m_btnScreenSubmit = MovieClip(getChildByName("btnScreenSubmit")); m_btnScreenSubmit.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenSubmit.buttonMode = true; } public function $onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btnScreenExit){ m_world.m_zombieBall.changeState(ZombieBall.STATE_MENU_MAIN); }; if (_arg1.currentTarget == m_btnScreenSubmit){ submitHighscore(); m_btnScreenSubmit.visible = false; }; } public function displayHighscoreTable():void{ navigateToURL(new URLRequest(Define.URL_DISPLAY_HIGHSCORE_ZOMBIEBALL), "_blank"); } public function submitHighscore():void{ var _local1:String; _local1 = (("type_zombie=" + Define.getChecksumTimestamp()) + "&"); _local1 = (_local1 + (("name=" + m_instTextName.text) + "&")); _local1 = (_local1 + (("level=" + m_instTextDay.text) + "&")); _local1 = (_local1 + (("score=" + m_instTextScore.text) + "&")); _local1 = (_local1 + (("heads=" + m_instTextHeads.text) + "&")); _local1 = (_local1 + (("balls=" + m_instTextBalls.text) + "&")); _local1 = (_local1 + ("distance=" + m_instTextDistanceHeads.text)); m_urlHighscore = new URLRequestMetodo((Define.URL_HIGHSCORE_ZOMBIEBALL + _local1), displayHighscoreTable); } } }//package engine
Section 15
//cScreenIntroduction (engine.cScreenIntroduction) package engine { import flash.display.*; import flash.events.*; public class cScreenIntroduction extends MovieClip { public var m_gamePlayerA:MovieClip; public var m_world:cWorld; public var m_gamePlayerS:MovieClip; public var btnPlay:SimpleButton; public var m_btnPlay:SimpleButton; public function cScreenIntroduction(_arg1:cWorld){ addFrameScript(0, frame1); m_world = _arg1; m_btnPlay = SimpleButton(getChildByName("btnPlay")); m_btnPlay.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnPlay.addEventListener(MouseEvent.MOUSE_DOWN, $onMouseClick); addChild(new cTutorial(m_world.m_zombieBall)); } function frame1(){ stop(); } public function $onMouseClick(_arg1:MouseEvent):void{ m_world.m_askToAdvanceIntroduction = true; } } }//package engine
Section 16
//cScreenPause (engine.cScreenPause) package engine { import flash.display.*; import flash.events.*; public class cScreenPause extends MovieClip { public var btnScreenExit:MovieClip; public var m_btnScreenContinue:MovieClip; public var btnScreenContinue:MovieClip; public var m_world:cWorld; public var m_btnScreenExit:MovieClip; public function cScreenPause(_arg1:cWorld){ m_world = _arg1; m_btnScreenExit = MovieClip(getChildByName("btnScreenExit")); m_btnScreenExit.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenExit.buttonMode = true; m_btnScreenContinue = MovieClip(getChildByName("btnScreenContinue")); m_btnScreenContinue.addEventListener(MouseEvent.CLICK, $onMouseClick); m_btnScreenContinue.buttonMode = true; } public function $onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btnScreenExit){ m_world.m_zombieBall.changeState(ZombieBall.STATE_MENU_MAIN); }; if (_arg1.currentTarget == m_btnScreenContinue){ m_world.m_iterator = 97; }; } } }//package engine
Section 17
//cScreenPresentation (engine.cScreenPresentation) package engine { import flash.display.*; import flash.text.*; import common.*; public class cScreenPresentation extends MovieClip { public var m_world:cWorld; public var instText:TextField; public function cScreenPresentation(_arg1:cWorld, _arg2:Number){ m_world = _arg1; if ((((_arg2 == 0)) || (!((Math.floor((_arg2 % Define.POSITION_BOSS_LEVELS)) == 0))))){ instText.text = ("DAY " + _arg2); } else { instText.text = ("BOSS: DAY " + _arg2); }; } } }//package engine
Section 18
//cSignalLife (engine.cSignalLife) package engine { import flash.display.*; public class cSignalLife extends MovieClip { public var mcSubRedLife:MovieClip; public static const WITDH:Number = 25; public function cSignalLife(){ addFrameScript(0, frame1); } function frame1(){ stop(); } public function updateLife(_arg1:int, _arg2:Number):void{ if (_arg1 <= 0){ mcSubRedLife.width = 0; } else { mcSubRedLife.width = ((_arg1 * WITDH) / _arg2); }; } } }//package engine
Section 19
//cSignalScore (engine.cSignalScore) package engine { import flash.display.*; import flash.text.*; public class cSignalScore extends MovieClip { public var m_posY:Number; public var m_posInitialY:Number; public var m_goalY:Number; public var instText:TextField; public function cSignalScore(){ addFrameScript(0, frame1, 9, frame10); } public function init(_arg1:String, _arg2:Number, _arg3:Number, _arg4:Number){ gotoAndStop(_arg1); instText.text = ("+" + _arg2); m_goalY = _arg4; m_posY = 0; m_posInitialY = _arg3; } function frame10(){ stop(); } function frame1(){ stop(); } public function logic(){ if (Math.abs((m_posY - m_goalY)) < 1){ this.visible = false; } else { m_posY = (m_posY + ((m_goalY - m_posY) / 7)); this.y = (m_posInitialY - m_posY); }; } } }//package engine
Section 20
//cTutorial (engine.cTutorial) package engine { import flash.display.*; import flash.events.*; import sounds.*; public class cTutorial extends MovieClip { public var m_btn_Skip:SimpleButton; public var m_zombieBall:ZombieBall; public var btnSkip:SimpleButton; public var tutorialLevel:MovieClip; public function cTutorial(_arg1:ZombieBall=null){ addFrameScript(1, frame2, 2, frame3, 18, frame19, 29, frame30, 49, frame50, 59, frame60, 69, frame70, 89, frame90, 101, frame102, 114, frame115); m_zombieBall = _arg1; m_zombieBall.playGameSound(SoundsGame.SOUNDS_MELODY_MENU, 0); m_btn_Skip = SimpleButton(getChildByName("btnSkip")); m_btn_Skip.addEventListener(MouseEvent.CLICK, onMouseClick); } function frame70(){ stop(); } public function onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btn_Skip){ this.stop(); this.visible = false; }; } function frame90(){ MovieClip(getChildByName("tutorialLevel")).gotoAndPlay("ball_animation_2"); stop(); } function frame3(){ MovieClip(MovieClip(MovieClip(getChildByName("tutorialLevel")).getChildByName("gameLevel")).getChildByName("instGamePlayer")).gotoAndStop("taunt"); } function frame19(){ stop(); } function frame102(){ MovieClip(MovieClip(MovieClip(getChildByName("tutorialLevel")).getChildByName("gameLevel")).getChildByName("instGamePlayer")).gotoAndStop("standby"); stop(); } function frame2(){ m_zombieBall.playGameSound(SoundsGame.SOUNDS_PRESENTATION, 0); MovieClip(MovieClip(MovieClip(getChildByName("tutorialLevel")).getChildByName("gameLevel")).getChildByName("instGamePlayer")).gotoAndStop("taunt"); MovieClip(MovieClip(MovieClip(getChildByName("tutorialLevel")).getChildByName("gameLevel")).getChildByName("gameBackground")).gotoAndStop(1); } function frame30(){ stop(); } function frame115(){ this.visible = false; stop(); } function frame50(){ stop(); } function frame60(){ MovieClip(MovieClip(MovieClip(getChildByName("tutorialLevel")).getChildByName("gameLevel")).getChildByName("instGamePlayer")).gotoAndStop("standby"); MovieClip(getChildByName("tutorialLevel")).gotoAndPlay("ball_animation"); stop(); } } }//package engine
Section 21
//cWorld (engine.cWorld) package engine { import flash.display.*; import flash.geom.*; import flash.events.*; import fl.managers.*; import flash.text.*; import sounds.*; import common.*; public class cWorld extends MovieClip { public var m_iterator:Number; public var m_xmlZombies:XMLManager; public var m_balls:Array; public var m_zombiesHeads:Array; public var m_typeHit:Number; public var m_state:Number; public var m_screenPause:cScreenPause; public var m_timeAcum:Number; public var m_lastState:Number; public var m_zombieBall:ZombieBall; public var m_screenGameOver:cScreenGameOver; public var m_gamePlayer:MovieClip; public var m_recoveryTime:Number; public var m_btnPause:SimpleButton; public var m_hitAngle:cHitAngle; public var m_introduction:cScreenIntroduction; public var m_screenPresentation:cScreenPresentation; public var m_strengthHit:Number; public var m_gameBackground:MovieClip; public var m_gameThrower:MovieClip; public var m_timerToNewBallInitial:Number; public var m_screenEndGame:cScreenEndGame; public var m_timerToNewBall:Number; public var m_gameTimer:gameTimer; public var m_level:Number; public var m_delayComboInfo:Number; public var m_zombies:Array; public var m_timeAnimationThrower:Number; public var m_screenFinishWave:cScreenFinishWave; public var m_txtHeadCombo:TextField; public var m_typeKeyHit:int; public var m_btnSound:MovieClip; public var m_timeGameSecond:Number; public var m_askToAdvanceIntroduction:Boolean; public var m_clip:MovieClip; public var m_timeGame:Number; public var m_mcBarMeter:MovieClip; public static const TOTAL_NUMBER_BALLS:Number = 10; public static const STATE_GAME_OVER:Number = 5; public static const STATE_PAUSE:Number = 6; public static const POSITION_PLAYER_X:Number = 50; public static const TOTAL_DAY_FRAMES:Number = 200; public static const DIVISOR_FREQUENCE_THROWER:Number = 14; public static const STATE_FINISH_WAVE:Number = 4; public static const KEY_HITTED_A:Number = 0; public static const STATE_RUN_WAVE:Number = 3; public static const TOTAL_DAY_TIME:Number = 120000; public static const STATE_GAME_COMPLETED:Number = 7; public static const STATE_INTRODUCTION:Number = 1; public static const STATE_PRESENTATION_WAVE:Number = 2; public static const DISTANCE_FLOOR:Number = 391.1; public static const ORIGIN_X_TRHOW:Number = 60; public static const ORIGIN_Y_TRHOW:Number = 150; public static const KEY_HITTED_PAUSE:Number = 2; public static const STATE_INIT_WAVE:Number = 0; public static const KEY_HITTED_S:Number = 1; public function cWorld(_arg1:ZombieBall, _arg2:Number, _arg3:Number){ var _local4:Number; var _local5:cBall; super(); _local4 = 0; m_zombieBall = _arg1; m_timerToNewBallInitial = (_arg2 - ((_arg2 * m_zombieBall.m_playerFrequence) / DIVISOR_FREQUENCE_THROWER)); if (m_timerToNewBallInitial < 1000){ m_timerToNewBallInitial = 1000; }; m_timerToNewBall = 1000; m_level = _arg3; m_clip = new cGameLevel(); m_txtHeadCombo = TextField(m_clip.getChildByName("txtHeadCombo")); m_mcBarMeter = MovieClip(m_clip.getChildByName("mcBarMeter")); m_gameThrower = MovieClip(m_clip.getChildByName("gameThrower")); m_gamePlayer = MovieClip(m_clip.getChildByName("instGamePlayer")); m_btnSound = MovieClip(m_clip.getChildByName("btnSound")); m_btnPause = SimpleButton(m_clip.getChildByName("btnPause")); m_btnSound.addEventListener(MouseEvent.CLICK, $onMouseClickInterface); m_btnSound.buttonMode = true; m_btnPause.addEventListener(MouseEvent.CLICK, $onMouseClickInterface); if (m_zombieBall.m_soundManager.m_soundEnabled){ m_btnSound.gotoAndStop("on"); } else { m_btnSound.gotoAndStop("off"); }; m_mcBarMeter.x = ORIGIN_X_TRHOW; m_mcBarMeter.y = cHitAngle.LIMIT_INFERIOR; m_balls = new Array(); _local4 = 0; while (_local4 < TOTAL_NUMBER_BALLS) { _local5 = new cBall(this); m_balls.push(_local5); m_clip.addChild(_local5); _local5.x = -100; _local5.y = -100; _local4++; }; m_hitAngle = new cHitAngle(this); m_hitAngle.x = 90; m_hitAngle.y = 400; m_clip.addChild(m_hitAngle); m_recoveryTime = 0; m_typeKeyHit = -1; m_delayComboInfo = -1; changeState(STATE_INIT_WAVE); m_gameTimer = new gameTimer(); addChild(m_clip); m_gameBackground = MovieClip(m_clip.getChildByName("gameBackground")); m_gameBackground.stop(); m_timeGame = 0; m_timeGameSecond = 0; m_clip.instTextDay.text = ("" + m_level); m_clip.instDistanceHeads.text = (("" + m_zombieBall.m_maximumDistanceHead) + " m"); updateScore(0); m_askToAdvanceIntroduction = false; if (m_zombieBall.m_level == 1){ m_introduction = new cScreenIntroduction(this); addChild(m_introduction); }; } public function unlockLoad():void{ m_iterator = 97; } public function $onMouseClickInterface(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btnSound){ m_zombieBall.m_soundManager.m_soundEnabled = !(m_zombieBall.m_soundManager.m_soundEnabled); if (m_zombieBall.m_soundManager.m_soundEnabled){ m_zombieBall.playGameSound(SoundsGame.SOUNDS_BACKGROUND_ZOMBIES, 1000); m_btnSound.gotoAndStop("on"); } else { m_zombieBall.stopGameSounds(); m_btnSound.gotoAndStop("off"); }; }; if (_arg1.currentTarget == m_btnPause){ changeState(STATE_PAUSE); }; } public function damageZombies(_arg1:Point, _arg2:cBall):Boolean{ var _local3:*; var _local4:cZombie; switch (_arg2.m_type){ case cBall.TYPE_DRILLER: _local3 = 0; while (_local3 < m_zombies.length) { _local4 = cZombie(m_zombies[_local3]); if (_local4.m_life > 0){ if (_local4.m_clip.hitTestObject(_arg2)){ _local4.m_impact = _arg2.m_vel.x; _local4.m_impactType = _arg2.m_type; _local4.m_ball_pos_impact = _arg2.m_pos; _local4.m_ball_vel_impact = _arg2.m_vel; _arg2.m_vel.x = (_arg2.m_vel.x - _local4.m_life); if (_arg2.m_vel.x < 0){ _arg2.m_vel.x = 0; }; }; }; _local3++; }; break; case cBall.TYPE_EXPLOSION: _local3 = 0; while (_local3 < m_zombies.length) { _local4 = cZombie(m_zombies[_local3]); if (_local4.m_life > 0){ if (Math.abs((_local4.m_pos.x - _arg2.m_pos.x)) < 150){ _local4.m_impact = _arg2.m_vel.x; _local4.m_impactType = _arg2.m_type; }; }; _local3++; }; break; case cBall.TYPE_NUCLEAR: _local3 = 0; while (_local3 < m_zombies.length) { _local4 = cZombie(m_zombies[_local3]); if (_local4.m_life > 0){ if (Math.abs((_local4.m_pos.x - _arg2.m_pos.x)) < 300){ _local4.m_impact = (2 * _arg2.m_vel.x); _local4.m_impactType = _arg2.m_type; }; }; _local3++; }; break; default: _local3 = 0; while (_local3 < m_zombies.length) { _local4 = cZombie(m_zombies[_local3]); if (_local4.m_life > 0){ if (_local4.m_clip.hitTestObject(_arg2)){ _local4.m_impact = _arg2.m_vel.x; _local4.m_impactType = _arg2.m_type; _local4.m_ball_pos_impact = _arg2.m_pos; _local4.m_ball_vel_impact = _arg2.m_vel; return (true); }; }; _local3++; }; break; }; return (false); } public function insertNewHead(_arg1:int, _arg2:Point, _arg3:Point):void{ var _local4:*; var _local5:cHead; _local4 = 0; while (_local4 < m_zombiesHeads.length) { _local5 = cHead(m_zombiesHeads[_local4]); if (_local5.m_state == cHead.STATE_NULL){ _local5.init(_arg2, _arg3, _arg1); return; }; _local4++; }; } public function changeState(_arg1:Number):void{ m_lastState = m_state; m_state = _arg1; m_iterator = 0; m_timeAcum = 0; } public function insertNewBall():void{ var _local1:int; var _local2:cBall; _local1 = 0; while (_local1 < m_balls.length) { _local2 = cBall(m_balls[_local1]); if (_local2.m_state == cBall.STATE_NULL){ _local2.init(new Point(ORIGIN_X_TRHOW, ORIGIN_Y_TRHOW), new Point(0, 0), cBall.TYPE_NORMAL); m_gameThrower.gotoAndPlay("throw"); m_timeAnimationThrower = 1000; break; }; _local1++; }; m_timerToNewBall = m_timerToNewBallInitial; } public function getTypeStick(_arg1:int):Number{ switch (_arg1){ case Define.STICK_1: return (cBall.TYPE_NORMAL); case Define.STICK_2: return (cBall.TYPE_DRILLER); case Define.STICK_3: return (cBall.TYPE_ICE); case Define.STICK_4: return (cBall.TYPE_FIRE); case Define.STICK_5: return (cBall.TYPE_EXPLOSION); case Define.STICK_6: return (cBall.TYPE_NUCLEAR); default: return (cBall.TYPE_NORMAL); }; } public function getTimeRecoveyStick(_arg1:int):Number{ switch (_arg1){ case Define.STICK_1: return (1500); case Define.STICK_2: return (3000); case Define.STICK_3: return (4000); case Define.STICK_4: return (5000); case Define.STICK_5: return (6000); case Define.STICK_6: return (7000); default: return (1000); }; } public function insertHitKey_NoCondition(_arg1:int):void{ m_typeKeyHit = _arg1; } public function freeResources():void{ } public function updateScore(_arg1:Number, _arg2:Number=-1):void{ var _local3:int; _local3 = Math.floor(_arg1); if (m_zombieBall.increaseScore(_local3)){ }; m_clip.instTextScore.text = ((m_zombieBall.m_score + "/") + ZombieBall.ARRAY_SCORE[m_zombieBall.m_playerLevel]); m_clip.instTextHeads.text = m_zombieBall.m_headsCut; m_clip.instTextBalls.text = ((m_zombieBall.m_currentComboHeads + "/") + m_zombieBall.m_maxComboHeads); m_clip.instTextPlayerLevel.text = m_zombieBall.m_playerLevel; m_delayComboInfo = _arg2; } public function getStrengthStick(_arg1:int):Number{ switch (_arg1){ case Define.STICK_1: return (20); case Define.STICK_2: return (25); case Define.STICK_3: return (20); case Define.STICK_4: return (30); case Define.STICK_5: return (30); case Define.STICK_6: return (35); default: return (20); }; } public function logic():void{ var i:int; var zombiesAlive:Number; var newZombie:cZombie; var newZombieHead:cHead; var fm:FocusManager; var sBall:cBall; var sZombie:cZombie; var sZombieHead:cHead; i = 0; m_gameTimer.updateTime(); if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_INIT_WAVE: switch (m_iterator){ case 1: m_gameThrower.gotoAndStop("quiet"); m_gamePlayer.gotoAndStop("taunt"); if (!Define.ENABLE_INTEGRATED_XML){ m_xmlZombies = new XMLManager(((Define.ZOMBIES_WAVES_XML + m_level) + ".xml"), unlockLoad); } else { m_xmlZombies = new XMLManager(LevelsXML.LEVELS_XML[(m_level - 1)]); m_iterator = 2; }; break; case 2: m_iterator = 1; break; default: m_zombies = new Array(); m_zombiesHeads = new Array(); i = 0; while (i < m_xmlZombies.$xmlListItems.length()) { newZombie = new cZombie(this, new Number(m_xmlZombies.$xmlListItems[i].@type), new Number(m_xmlZombies.$xmlListItems[i].@x), new Number(m_xmlZombies.$xmlListItems[i].@y), new Number(m_xmlZombies.$xmlListItems[i].@speed), new Number(m_xmlZombies.$xmlListItems[i].@life), new Number(m_xmlZombies.$xmlListItems[i].@score), new String(m_xmlZombies.$xmlListItems[i])); m_clip.addChild(newZombie); m_zombies.push(newZombie); newZombieHead = new cHead(this); m_clip.addChild(newZombieHead); m_zombiesHeads.push(newZombieHead); i = (i + 1); }; if (m_zombieBall.m_level == 1){ changeState(STATE_INTRODUCTION); } else { changeState(STATE_PRESENTATION_WAVE); fm = new FocusManager(this); fm.setFocus(stage); }; break; }; break; case STATE_INTRODUCTION: switch (m_iterator){ default: if (m_askToAdvanceIntroduction){ m_askToAdvanceIntroduction = false; try { removeChild(m_introduction); m_introduction = null; } catch(err:Error) { }; changeState(STATE_PRESENTATION_WAVE); fm = new FocusManager(this); fm.setFocus(stage); }; break; }; break; case STATE_PRESENTATION_WAVE: if (m_iterator == 1){ m_screenPresentation = new cScreenPresentation(this, m_level); addChild(m_screenPresentation); m_screenPresentation.x = 107.4; m_screenPresentation.y = 146.3; m_zombieBall.playGameSound(SoundsGame.SOUNDS_PRESENTATION, 1); m_gameThrower.gotoAndStop("quiet"); m_gamePlayer.gotoAndStop("taunt"); }; m_timeAcum = (m_timeAcum + m_gameTimer.m_difTime); if (m_timeAcum > 2000){ m_screenPresentation.y = (m_screenPresentation.y + ((0 - m_screenPresentation.y) / 3)); if (m_screenPresentation.y < 1){ removeChild(m_screenPresentation); m_gamePlayer.gotoAndStop("standby"); changeState(STATE_RUN_WAVE); if (((((m_level % 10) == 0)) && (!((m_level == 0))))){ m_zombieBall.playGameSound(SoundsGame.SOUNDS_MELODY_MENU, 1000); m_zombieBall.playGameSound(SoundsGame.SOUNDS_BACKGROUND_ZOMBIES, 1000); } else { m_zombieBall.playGameSound(SoundsGame.SOUNDS_BACKGROUND_ZOMBIES, 1000); }; }; }; break; case STATE_RUN_WAVE: m_timeGame = (m_timeGame + m_gameTimer.m_difTime); m_timeGameSecond = (m_timeGameSecond + m_gameTimer.m_difTime); if (m_timeGameSecond > 1000){ m_timeGameSecond = 0; updateSky(); }; if (m_typeKeyHit == KEY_HITTED_PAUSE){ m_typeKeyHit = -1; changeState(STATE_PAUSE); return; }; m_timerToNewBall = (m_timerToNewBall - m_gameTimer.m_difTime); if (m_timerToNewBall < 0){ insertNewBall(); }; if (m_recoveryTime > 0){ m_recoveryTime = (m_recoveryTime - m_gameTimer.m_difTime); if (m_recoveryTime <= 0){ m_gamePlayer.gotoAndStop("standby"); }; }; if (m_recoveryTime <= 0){ if (m_typeKeyHit != -1){ switch (m_typeKeyHit){ case KEY_HITTED_A: m_strengthHit = getStrengthStick(m_zombieBall.m_typeStickA); m_typeHit = getTypeStick(m_zombieBall.m_typeStickA); m_recoveryTime = getTimeRecoveyStick(m_zombieBall.m_typeStickA); break; case KEY_HITTED_S: if (m_zombieBall.m_typeStickB != -1){ m_strengthHit = getStrengthStick(m_zombieBall.m_typeStickB); m_typeHit = getTypeStick(m_zombieBall.m_typeStickB); m_recoveryTime = getTimeRecoveyStick(m_zombieBall.m_typeStickB); }; break; }; if (m_strengthHit != -1){ m_gamePlayer.gotoAndStop(("throw_" + cBall.getNameType(m_typeHit))); m_strengthHit = (m_strengthHit + ((m_strengthHit * m_zombieBall.m_playerStrength) / 10)); m_recoveryTime = (m_recoveryTime - (((m_recoveryTime / 1.3) * m_zombieBall.m_playerRecovery) / 10)); }; m_typeKeyHit = -1; }; }; if (m_timeAnimationThrower > 0){ m_timeAnimationThrower = (m_timeAnimationThrower - m_gameTimer.m_difTime); if (m_timeAnimationThrower <= 0){ m_gameThrower.gotoAndStop("quiet"); }; }; i = 0; while (i < m_balls.length) { sBall = cBall(m_balls[i]); sBall.logic(); m_hitAngle.updateLine(i, sBall, m_strengthHit, m_typeHit); i = (i + 1); }; m_strengthHit = -1; m_typeHit = -1; zombiesAlive = 0; i = 0; while (i < m_zombies.length) { sZombie = cZombie(m_zombies[i]); sZombie.logic(); if (sZombie.m_state != cZombie.STATE_NULL){ zombiesAlive = (zombiesAlive + 1); }; if (sZombie.m_state == cZombie.STATE_EAT_PLAYER){ changeState(STATE_GAME_OVER); return; }; i = (i + 1); }; i = 0; while (i < m_zombiesHeads.length) { sZombieHead = cHead(m_zombiesHeads[i]); sZombieHead.logic(); i = (i + 1); }; if (m_delayComboInfo > 0){ if (m_delayComboInfo == Define.TIME_SHOW_COMBO_INFO){ if (m_zombieBall.m_currentComboHeads > m_zombieBall.m_maxComboHeads){ m_zombieBall.playGameSound(SoundsGame.SOUNDS_NEW_COMBO, 1); m_zombieBall.m_maxComboHeads = m_zombieBall.m_currentComboHeads; m_txtHeadCombo.text = (("NEW COMBO HEADS x " + m_zombieBall.m_maxComboHeads) + " !!!"); } else { m_txtHeadCombo.text = ("COMBO HEADS x " + m_zombieBall.m_currentComboHeads); }; m_clip.instTextBalls.text = ((m_zombieBall.m_currentComboHeads + "/") + m_zombieBall.m_maxComboHeads); }; m_delayComboInfo = (m_delayComboInfo - m_gameTimer.m_difTime); if (m_delayComboInfo <= 0){ m_txtHeadCombo.text = ""; }; }; if (zombiesAlive == 0){ changeState(STATE_FINISH_WAVE); }; break; case STATE_FINISH_WAVE: if (m_iterator == 1){ m_zombieBall.stopGameSounds(); m_zombieBall.playGameSound(SoundsGame.SOUNDS_END, 1); m_screenFinishWave = new cScreenFinishWave(this); addChild(m_screenFinishWave); m_gamePlayer.gotoAndStop("victory"); i = 0; while (i < m_balls.length) { sBall = cBall(m_balls[i]); sBall.visible = false; i = (i + 1); }; }; m_screenFinishWave.logic(); i = 0; while (i < m_zombiesHeads.length) { sZombieHead = cHead(m_zombiesHeads[i]); sZombieHead.logic(); i = (i + 1); }; break; case STATE_GAME_OVER: if (m_iterator == 1){ m_zombieBall.stopGameSounds(); m_zombieBall.playGameSound(SoundsGame.SOUNDS_GAME_OVER, 1); m_screenGameOver = new cScreenGameOver(this); addChild(m_screenGameOver); m_gamePlayer.gotoAndStop("death"); i = 0; while (i < m_balls.length) { sBall = cBall(m_balls[i]); sBall.visible = false; i = (i + 1); }; i = 0; while (i < m_zombiesHeads.length) { sZombieHead = cHead(m_zombiesHeads[i]); sZombieHead.logic(); i = (i + 1); }; }; break; case STATE_PAUSE: switch (m_iterator){ case 1: if (m_screenPause == null){ m_screenPause = new cScreenPause(this); }; addChild(m_screenPause); break; case 2: m_iterator = 1; break; default: removeChild(m_screenPause); changeState(STATE_RUN_WAVE); break; }; break; case STATE_GAME_COMPLETED: if (m_iterator == 1){ m_screenEndGame = new cScreenEndGame(this); addChild(m_screenEndGame); }; break; }; } public function collisionZombies(_arg1:Point, _arg2:cBall):Boolean{ var _local3:*; var _local4:cZombie; _local3 = 0; while (_local3 < m_zombies.length) { _local4 = cZombie(m_zombies[_local3]); if (_local4.m_life > 0){ if (_arg2.m_type == cBall.TYPE_DRILLER){ if ((((_local4.m_state == cZombie.STATE_WALK)) || ((_local4.m_state == cZombie.STATE_RUN)))){ if (_local4.m_clip.hitTestObject(_arg2)){ damageZombies(_arg1, _arg2); return (true); }; }; } else { if (_local4.m_clip.hitTestObject(_arg2)){ damageZombies(_arg1, _arg2); return (true); }; }; }; _local3++; }; return (false); } public function getFarestHead(_arg1:Number=100000000):cHead{ var _local2:Number; var _local3:cHead; var _local4:*; var _local5:cHead; _local2 = -1; _local3 = null; _local4 = 0; while (_local4 < m_zombiesHeads.length) { _local5 = cHead(m_zombiesHeads[_local4]); if (_local5.m_state != cHead.STATE_NULL){ if (_local5.x < _arg1){ if (_local5.x > _local2){ _local2 = _local5.x; _local3 = _local5; }; }; }; _local4++; }; return (_local3); } public function updateSky():void{ var _local1:int; _local1 = ((m_timeGame * TOTAL_DAY_FRAMES) / TOTAL_DAY_TIME); if (_local1 <= 0){ _local1 = 1; }; if (_local1 >= TOTAL_DAY_FRAMES){ _local1 = 1; }; m_gameBackground.gotoAndStop(_local1); } public function insertHitKey(_arg1:int):void{ if (m_recoveryTime <= 0){ m_typeKeyHit = _arg1; }; } public function isAnyHeadRunning():Boolean{ var _local1:*; var _local2:cHead; _local1 = 0; while (_local1 < m_zombiesHeads.length) { _local2 = cHead(m_zombiesHeads[_local1]); if (_local2.m_state == cHead.STATE_RUN){ return (true); }; _local1++; }; return (false); } } }//package engine
Section 22
//cZombie (engine.cZombie) package engine { import flash.display.*; import flash.geom.*; import sounds.*; import common.*; public class cZombie extends MovieClip { public var m_iterator:Number; public var m_speed:Number; public var m_signalScore:cSignalScore; public var m_name:String; public var m_state:Number; public var m_timeAcum:Number; public var m_lastState:Number; public var m_impact:Number; public var m_world:cWorld; public var m_pos:Point; public var m_life:Number; public var m_score:Number; public var m_impactType:Number; public var m_ball_vel_impact:Point; public var m_type:int; public var m_heightHead:Point; public var m_signalLife_InitialWidth:Number; public var m_lifeInitial:Number; public var m_signalLife:MovieClip; public var m_typeDelayNormal:Number; public var m_clip:MovieClip; public var m_ball_pos_impact:Point; public static const STATE_IMPACT_ICE:Number = 4; public static const STATE_DEATH_NUCLEAR:Number = 13; public static const STATE_NULL:Number = -1; public static const STATE_RUN:Number = 1; public static const STATE_DEATH_WITHOUT_HEAD:Number = 9; public static const TYPE_ZOMBIE10:Number = 10; public static const STATE_IMPACT_NORMAL:Number = 3; public static const STATE_DEATH_ICE:Number = 10; public static const STATE_DEATH_NORMAL:Number = 8; public static const STATE_IMPACT_FIRE:Number = 5; public static const TYPE_ZOMBIE0:Number = 0; public static const TYPE_ZOMBIE1:Number = 1; public static const TYPE_ZOMBIE2:Number = 2; public static const TYPE_ZOMBIE3:Number = 3; public static const TYPE_ZOMBIE4:Number = 4; public static const STATE_IMPACT_EXPLOSION:Number = 6; public static const TYPE_ZOMBIE6:Number = 6; public static const TYPE_ZOMBIE7:Number = 7; public static const TYPE_ZOMBIE8:Number = 8; public static const TYPE_ZOMBIE9:Number = 9; public static const STATE_DEATH_FIRE:Number = 11; public static const TYPE_ZOMBIE5:Number = 5; public static const STATE_EAT_PLAYER:Number = 2; public static const STATE_WALK:Number = 0; public static const STATE_IMPACT_NUCLEAR:Number = 7; public static const STATE_DEATH_EXPLOSION:Number = 12; public function cZombie(_arg1:cWorld, _arg2:int, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:String){ m_world = _arg1; m_name = new String(_arg8); m_type = _arg2; m_typeDelayNormal = 2000; switch (m_type){ case 0: m_clip = new cZombie1(); break; case 1: m_clip = new cZombie2(); break; case 2: m_clip = new cZombie3(); break; case 3: m_clip = new cZombie4(); break; case 4: m_clip = new cZombie5(); break; case 5: m_clip = new cZombie6(); break; case 6: m_clip = new cZombie7(); break; case 7: m_typeDelayNormal = 1500; m_clip = new cZombie8(); break; case 8: m_typeDelayNormal = 1500; m_clip = new cZombie9(); break; case 9: m_typeDelayNormal = 1000; m_clip = new cZombie10(); break; default: m_clip = new cZombie1(); break; }; m_pos = new Point(_arg3, _arg4); m_speed = _arg5; m_life = _arg6; m_lifeInitial = m_life; m_impact = 0; m_score = _arg7; m_heightHead = getHeigthHead(); m_ball_pos_impact = new Point(0, 0); m_ball_vel_impact = new Point(0, 0); addChild(m_clip); m_signalLife = new cSignalLife(); addChild(m_signalLife); changeState(STATE_WALK); this.visible = false; } public function getHeigthHead():Point{ switch (m_type){ case TYPE_ZOMBIE0: return (new Point(82, 23)); case TYPE_ZOMBIE1: return (new Point(82, 23)); case TYPE_ZOMBIE2: return (new Point(88, 25)); case TYPE_ZOMBIE3: return (new Point(100, 30)); case TYPE_ZOMBIE4: return (new Point(110, 35)); case TYPE_ZOMBIE5: return (new Point(64, 12)); case TYPE_ZOMBIE6: return (new Point(80, 25)); case TYPE_ZOMBIE7: return (new Point(115, 38)); case TYPE_ZOMBIE8: return (new Point(125, 45)); case TYPE_ZOMBIE9: return (new Point(155, 55)); default: return (new Point(75, 25)); }; } public function logic():void{ if (m_impact > 0){ m_life = (m_life - m_impact); m_signalLife.updateLife(m_life, m_lifeInitial); m_impact = 0; switch (m_impactType){ case cBall.TYPE_NORMAL: if (m_life <= 0){ if (handleCollisionHead(m_ball_pos_impact, m_ball_vel_impact)){ changeState(STATE_DEATH_WITHOUT_HEAD); } else { changeState(STATE_DEATH_NORMAL); }; } else { changeState(STATE_IMPACT_NORMAL); }; break; case cBall.TYPE_DRILLER: if (m_life <= 0){ changeState(STATE_DEATH_NORMAL); } else { changeState(STATE_IMPACT_NORMAL); }; break; case cBall.TYPE_ICE: if (m_life <= 0){ changeState(STATE_DEATH_ICE); } else { changeState(STATE_IMPACT_ICE); }; break; case cBall.TYPE_FIRE: if (m_life <= 0){ changeState(STATE_DEATH_FIRE); } else { changeState(STATE_IMPACT_FIRE); }; break; case cBall.TYPE_EXPLOSION: if (m_life <= 0){ changeState(STATE_DEATH_EXPLOSION); } else { changeState(STATE_IMPACT_EXPLOSION); }; break; case cBall.TYPE_NUCLEAR: if (m_life <= 0){ changeState(STATE_DEATH_NUCLEAR); } else { changeState(STATE_IMPACT_NUCLEAR); }; break; }; }; if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_WALK: if (m_iterator == 1){ m_clip.gotoAndStop("walk"); this.visible = true; }; m_pos.x = (m_pos.x - m_speed); if (Math.abs((m_pos.x - cWorld.POSITION_PLAYER_X)) <= m_speed){ m_clip.gotoAndStop("eat"); changeState(STATE_EAT_PLAYER); }; break; case STATE_RUN: if (m_iterator == 1){ m_clip.gotoAndStop("run"); this.visible = true; }; m_pos.x = (m_pos.x - m_speed); if (Math.abs((m_pos.x - cWorld.POSITION_PLAYER_X)) <= m_speed){ m_clip.gotoAndStop("eat"); changeState(STATE_EAT_PLAYER); }; break; case STATE_EAT_PLAYER: if (m_iterator == 1){ m_clip.gotoAndStop("eat"); }; break; case STATE_IMPACT_NORMAL: if (m_iterator == 1){ m_clip.gotoAndStop("impact_normal"); }; m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > m_typeDelayNormal){ changeState(STATE_WALK); }; break; case STATE_IMPACT_ICE: if (m_iterator == 1){ m_clip.gotoAndStop("impact_ice"); }; m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 5000){ changeState(STATE_WALK); }; break; case STATE_IMPACT_FIRE: if (m_iterator == 1){ m_clip.gotoAndStop("impact_fire"); }; m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 2000){ changeState(STATE_WALK); }; break; case STATE_IMPACT_EXPLOSION: if (m_iterator == 1){ m_clip.gotoAndStop("impact_explosion"); }; m_pos.x = (m_pos.x + (m_speed / 2)); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 2000){ changeState(STATE_WALK); }; break; case STATE_IMPACT_NUCLEAR: if (m_iterator == 1){ m_clip.gotoAndStop("impact_nuclear"); }; m_pos.x = (m_pos.x + (m_speed / 2)); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 2000){ changeState(STATE_WALK); }; break; case STATE_DEATH_NORMAL: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_clip.gotoAndStop("death_normal"); m_world.m_zombieBall.m_currentComboHeads = 0; m_world.updateScore(Math.floor((m_score / 4))); m_signalScore = new cSignalScore(); m_signalScore.init("good", Math.floor((m_lifeInitial / 4)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_DEATH_WITHOUT_HEAD: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_WITHOUT_HEAD, 1); m_clip.gotoAndStop("death_without_head"); m_world.m_zombieBall.m_headsCut++; m_world.m_zombieBall.m_currentComboHeads++; m_world.updateScore(Math.floor((m_score / 2)), Define.TIME_SHOW_COMBO_INFO); m_signalScore = new cSignalScore(); m_signalScore.init("great", Math.floor((m_lifeInitial / 2)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_DEATH_ICE: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_clip.gotoAndStop("death_ice"); m_world.m_zombieBall.m_currentComboHeads = 0; m_world.updateScore(Math.floor((m_score / 4))); m_signalScore = new cSignalScore(); m_signalScore.init("good", Math.floor((m_lifeInitial / 4)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_DEATH_FIRE: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_clip.gotoAndStop("death_fire"); m_world.m_zombieBall.m_currentComboHeads = 0; m_world.updateScore(Math.floor((m_score / 4))); m_signalScore = new cSignalScore(); m_signalScore.init("good", Math.floor((m_lifeInitial / 4)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_DEATH_EXPLOSION: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_clip.gotoAndStop("death_explosion"); m_world.m_zombieBall.m_currentComboHeads = 0; m_world.updateScore(Math.floor((m_score / 4))); m_signalScore = new cSignalScore(); m_signalScore.init("good", Math.floor((m_lifeInitial / 4)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_DEATH_NUCLEAR: if (m_iterator == 1){ m_world.m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 1); m_clip.gotoAndStop("death_nuclear"); m_world.m_zombieBall.m_currentComboHeads = 0; m_world.updateScore(Math.floor((m_score / 4))); m_signalScore = new cSignalScore(); m_signalScore.init("good", Math.floor((m_lifeInitial / 4)), -((m_heightHead.x + (m_heightHead.y * 2))), (m_heightHead.y * 2)); m_signalScore.x = -((m_signalScore.width / 2)); m_signalScore.y = -((m_heightHead.x + (m_heightHead.y * 2))); addChild(m_signalScore); }; m_signalScore.logic(); m_timeAcum = (m_timeAcum + m_world.m_gameTimer.m_difTime); if (m_timeAcum > 4000){ changeState(STATE_NULL); }; break; case STATE_NULL: if (m_iterator == 1){ removeChild(m_signalScore); m_clip.gotoAndStop("empty"); m_signalLife.visible = false; }; break; }; this.x = m_pos.x; this.y = m_pos.y; } public function recoverLastState():void{ m_state = m_lastState; m_iterator = 0; m_timeAcum = 0; } public function changeState(_arg1:Number):void{ m_lastState = m_state; m_state = _arg1; m_iterator = 0; m_timeAcum = 0; } public function handleCollisionHead(_arg1:Point, _arg2:Point):Boolean{ var _local3:Point; var _local4:Point; var _local5:Number; var _local6:Number; var _local7:Number; var _local8:Number; var _local9:Number; var _local10:Number; var _local11:Number; var _local12:Number; var _local13:Number; var _local14:*; var _local15:*; var _local16:*; var _local17:*; if (_arg1.y > (m_pos.y - m_heightHead.x)){ return (false); }; _local3 = new Point(m_pos.x, (m_pos.y - (m_heightHead.x + m_heightHead.y))); _local4 = new Point(0, 0); _local5 = (m_heightHead.y * 2); _local6 = _arg1.x; _local7 = _arg1.y; _local8 = (_local3.x - _local6); _local9 = (_local3.y - _local7); _local10 = Math.sqrt(((_local8 * _local8) + (_local9 * _local9))); _local11 = Math.atan2(_local9, _local8); _local12 = Math.cos(_local11); _local13 = Math.sin(_local11); _local3.x = (_arg1.x + (_local12 * _local5)); _local3.y = (_arg1.y + (_local13 * _local5)); _local14 = ((_local12 * _arg2.x) + (_local13 * _arg2.y)); _local15 = ((_local12 * _arg2.y) - (_local13 * _arg2.x)); _local16 = 0; _local17 = 0; _local4.x = (-(((_local12 * _local14) - (_local13 * _local17))) / 2); _local4.y = ((_local12 * _local17) + (_local13 * _local14)); m_world.insertNewHead(m_type, _local3, _local4); return (true); } } }//package engine
Section 23
//BaseButton (fl.controls.BaseButton) package fl.controls { import flash.display.*; import fl.core.*; import flash.events.*; import flash.utils.*; import fl.events.*; public class BaseButton extends UIComponent { protected var _selected:Boolean;// = false private var unlockedMouseState:String; protected var pressTimer:Timer; protected var mouseState:String; protected var background:DisplayObject; private var _mouseStateLocked:Boolean;// = false protected var _autoRepeat:Boolean;// = false private static var defaultStyles:Object = {upSkin:"Button_upSkin", downSkin:"Button_downSkin", overSkin:"Button_overSkin", disabledSkin:"Button_disabledSkin", selectedDisabledSkin:"Button_selectedDisabledSkin", selectedUpSkin:"Button_selectedUpSkin", selectedDownSkin:"Button_selectedDownSkin", selectedOverSkin:"Button_selectedOverSkin", focusRectSkin:null, focusRectPadding:null, repeatDelay:500, repeatInterval:35}; public function BaseButton(){ _selected = false; _autoRepeat = false; _mouseStateLocked = false; super(); buttonMode = true; mouseChildren = false; useHandCursor = false; setupMouseEvents(); setMouseState("up"); pressTimer = new Timer(1, 0); pressTimer.addEventListener(TimerEvent.TIMER, buttonDown, false, 0, true); } protected function endPress():void{ pressTimer.reset(); } public function set mouseStateLocked(_arg1:Boolean):void{ _mouseStateLocked = _arg1; if (_arg1 == false){ setMouseState(unlockedMouseState); } else { unlockedMouseState = mouseState; }; } public function get autoRepeat():Boolean{ return (_autoRepeat); } public function set autoRepeat(_arg1:Boolean):void{ _autoRepeat = _arg1; } override public function set enabled(_arg1:Boolean):void{ super.enabled = _arg1; mouseEnabled = _arg1; } public function get selected():Boolean{ return (_selected); } protected function mouseEventHandler(_arg1:MouseEvent):void{ if (_arg1.type == MouseEvent.MOUSE_DOWN){ setMouseState("down"); startPress(); } else { if ((((_arg1.type == MouseEvent.ROLL_OVER)) || ((_arg1.type == MouseEvent.MOUSE_UP)))){ setMouseState("over"); endPress(); } else { if (_arg1.type == MouseEvent.ROLL_OUT){ setMouseState("up"); endPress(); }; }; }; } public function setMouseState(_arg1:String):void{ if (_mouseStateLocked){ unlockedMouseState = _arg1; return; }; if (mouseState == _arg1){ return; }; mouseState = _arg1; invalidate(InvalidationType.STATE); } protected function startPress():void{ if (_autoRepeat){ pressTimer.delay = Number(getStyleValue("repeatDelay")); pressTimer.start(); }; dispatchEvent(new ComponentEvent(ComponentEvent.BUTTON_DOWN, true)); } protected function buttonDown(_arg1:TimerEvent):void{ if (!_autoRepeat){ endPress(); return; }; if (pressTimer.currentCount == 1){ pressTimer.delay = Number(getStyleValue("repeatInterval")); }; dispatchEvent(new ComponentEvent(ComponentEvent.BUTTON_DOWN, true)); } public function set selected(_arg1:Boolean):void{ if (_selected == _arg1){ return; }; _selected = _arg1; invalidate(InvalidationType.STATE); } override public function get enabled():Boolean{ return (super.enabled); } override protected function draw():void{ if (isInvalid(InvalidationType.STYLES, InvalidationType.STATE)){ drawBackground(); invalidate(InvalidationType.SIZE, false); }; if (isInvalid(InvalidationType.SIZE)){ drawLayout(); }; super.draw(); } protected function setupMouseEvents():void{ addEventListener(MouseEvent.ROLL_OVER, mouseEventHandler, false, 0, true); addEventListener(MouseEvent.MOUSE_DOWN, mouseEventHandler, false, 0, true); addEventListener(MouseEvent.MOUSE_UP, mouseEventHandler, false, 0, true); addEventListener(MouseEvent.ROLL_OUT, mouseEventHandler, false, 0, true); } protected function drawLayout():void{ background.width = width; background.height = height; } protected function drawBackground():void{ var _local1:String; var _local2:DisplayObject; _local1 = (enabled) ? mouseState : "disabled"; if (selected){ _local1 = (("selected" + _local1.substr(0, 1).toUpperCase()) + _local1.substr(1)); }; _local1 = (_local1 + "Skin"); _local2 = background; background = getDisplayObjectInstance(getStyleValue(_local1)); addChildAt(background, 0); if (((!((_local2 == null))) && (!((_local2 == background))))){ removeChild(_local2); }; } public static function getStyleDefinition():Object{ return (defaultStyles); } } }//package fl.controls
Section 24
//Button (fl.controls.Button) package fl.controls { import flash.display.*; import fl.core.*; import fl.managers.*; public class Button extends LabelButton implements IFocusManagerComponent { protected var emphasizedBorder:DisplayObject; protected var _emphasized:Boolean;// = false private static var defaultStyles:Object = {emphasizedSkin:"Button_emphasizedSkin", emphasizedPadding:2}; public static var createAccessibilityImplementation:Function; public function Button(){ _emphasized = false; super(); } override public function drawFocus(_arg1:Boolean):void{ var _local2:Number; var _local3:*; super.drawFocus(_arg1); if (_arg1){ _local2 = Number(getStyleValue("emphasizedPadding")); if ((((_local2 < 0)) || (!(_emphasized)))){ _local2 = 0; }; _local3 = getStyleValue("focusRectPadding"); _local3 = ((_local3)==null) ? 2 : _local3; _local3 = (_local3 + _local2); uiFocusRect.x = -(_local3); uiFocusRect.y = -(_local3); uiFocusRect.width = (width + (_local3 * 2)); uiFocusRect.height = (height + (_local3 * 2)); }; } public function set emphasized(_arg1:Boolean):void{ _emphasized = _arg1; invalidate(InvalidationType.STYLES); } override protected function draw():void{ if (((isInvalid(InvalidationType.STYLES)) || (isInvalid(InvalidationType.SIZE)))){ drawEmphasized(); }; super.draw(); if (emphasizedBorder != null){ setChildIndex(emphasizedBorder, (numChildren - 1)); }; } public function get emphasized():Boolean{ return (_emphasized); } override protected function initializeAccessibility():void{ if (Button.createAccessibilityImplementation != null){ Button.createAccessibilityImplementation(this); }; } protected function drawEmphasized():void{ var _local1:Object; var _local2:Number; if (emphasizedBorder != null){ removeChild(emphasizedBorder); }; emphasizedBorder = null; if (!_emphasized){ return; }; _local1 = getStyleValue("emphasizedSkin"); if (_local1 != null){ emphasizedBorder = getDisplayObjectInstance(_local1); }; if (emphasizedBorder != null){ addChildAt(emphasizedBorder, 0); _local2 = Number(getStyleValue("emphasizedPadding")); emphasizedBorder.x = (emphasizedBorder.y = -(_local2)); emphasizedBorder.width = (width + (_local2 * 2)); emphasizedBorder.height = (height + (_local2 * 2)); }; } public static function getStyleDefinition():Object{ return (UIComponent.mergeStyles(LabelButton.getStyleDefinition(), defaultStyles)); } } }//package fl.controls
Section 25
//ButtonLabelPlacement (fl.controls.ButtonLabelPlacement) package fl.controls { public class ButtonLabelPlacement { public static const TOP:String = "top"; public static const LEFT:String = "left"; public static const BOTTOM:String = "bottom"; public static const RIGHT:String = "right"; } }//package fl.controls
Section 26
//LabelButton (fl.controls.LabelButton) package fl.controls { import flash.display.*; import fl.core.*; import flash.events.*; import fl.managers.*; import flash.text.*; import fl.events.*; import flash.ui.*; public class LabelButton extends BaseButton implements IFocusManagerComponent { protected var _labelPlacement:String;// = "right" protected var _toggle:Boolean;// = false protected var icon:DisplayObject; protected var oldMouseState:String; protected var mode:String;// = "center" public var textField:TextField; protected var _label:String;// = "Label" private static var defaultStyles:Object = {icon:null, upIcon:null, downIcon:null, overIcon:null, disabledIcon:null, selectedDisabledIcon:null, selectedUpIcon:null, selectedDownIcon:null, selectedOverIcon:null, textFormat:null, disabledTextFormat:null, textPadding:5, embedFonts:false}; public static var createAccessibilityImplementation:Function; public function LabelButton(){ _labelPlacement = ButtonLabelPlacement.RIGHT; _toggle = false; _label = "Label"; mode = "center"; super(); } protected function toggleSelected(_arg1:MouseEvent):void{ selected = !(selected); dispatchEvent(new Event(Event.CHANGE, true)); } public function get labelPlacement():String{ return (_labelPlacement); } override protected function keyDownHandler(_arg1:KeyboardEvent):void{ if (!enabled){ return; }; if (_arg1.keyCode == Keyboard.SPACE){ if (oldMouseState == null){ oldMouseState = mouseState; }; setMouseState("down"); startPress(); }; } protected function setEmbedFont(){ var _local1:Object; _local1 = getStyleValue("embedFonts"); if (_local1 != null){ textField.embedFonts = _local1; }; } override protected function keyUpHandler(_arg1:KeyboardEvent):void{ if (!enabled){ return; }; if (_arg1.keyCode == Keyboard.SPACE){ setMouseState(oldMouseState); oldMouseState = null; endPress(); dispatchEvent(new MouseEvent(MouseEvent.CLICK)); }; } override public function get selected():Boolean{ return ((_toggle) ? _selected : false); } public function set labelPlacement(_arg1:String):void{ _labelPlacement = _arg1; invalidate(InvalidationType.SIZE); } public function set toggle(_arg1:Boolean):void{ if (((!(_arg1)) && (super.selected))){ selected = false; }; _toggle = _arg1; if (_toggle){ addEventListener(MouseEvent.CLICK, toggleSelected, false, 0, true); } else { removeEventListener(MouseEvent.CLICK, toggleSelected); }; invalidate(InvalidationType.STATE); } public function get label():String{ return (_label); } override public function set selected(_arg1:Boolean):void{ _selected = _arg1; if (_toggle){ invalidate(InvalidationType.STATE); }; } override protected function draw():void{ if (textField.text != _label){ label = _label; }; if (isInvalid(InvalidationType.STYLES, InvalidationType.STATE)){ drawBackground(); drawIcon(); drawTextFormat(); invalidate(InvalidationType.SIZE, false); }; if (isInvalid(InvalidationType.SIZE)){ drawLayout(); }; if (isInvalid(InvalidationType.SIZE, InvalidationType.STYLES)){ if (((isFocused) && (focusManager.showFocusIndicator))){ drawFocus(true); }; }; validate(); } public function get toggle():Boolean{ return (_toggle); } override protected function configUI():void{ super.configUI(); textField = new TextField(); textField.type = TextFieldType.DYNAMIC; textField.selectable = false; addChild(textField); } override protected function drawLayout():void{ var _local1:Number; var _local2:String; var _local3:Number; var _local4:Number; var _local5:Number; var _local6:Number; var _local7:Number; var _local8:Number; _local1 = Number(getStyleValue("textPadding")); _local2 = ((((icon == null)) && ((mode == "center")))) ? ButtonLabelPlacement.TOP : _labelPlacement; textField.height = (textField.textHeight + 4); _local3 = (textField.textWidth + 4); _local4 = (textField.textHeight + 4); _local5 = ((icon)==null) ? 0 : (icon.width + _local1); _local6 = ((icon)==null) ? 0 : (icon.height + _local1); textField.visible = (label.length > 0); if (icon != null){ icon.x = Math.round(((width - icon.width) / 2)); icon.y = Math.round(((height - icon.height) / 2)); }; if (textField.visible == false){ textField.width = 0; textField.height = 0; } else { if ((((_local2 == ButtonLabelPlacement.BOTTOM)) || ((_local2 == ButtonLabelPlacement.TOP)))){ _local7 = Math.max(0, Math.min(_local3, (width - (2 * _local1)))); if ((height - 2) > _local4){ _local8 = _local4; } else { _local8 = (height - 2); }; _local3 = _local7; textField.width = _local3; _local4 = _local8; textField.height = _local4; textField.x = Math.round(((width - _local3) / 2)); textField.y = Math.round(((((height - textField.height) - _local6) / 2) + ((_local2)==ButtonLabelPlacement.BOTTOM) ? _local6 : 0)); if (icon != null){ icon.y = Math.round(((_local2)==ButtonLabelPlacement.BOTTOM) ? (textField.y - _local6) : ((textField.y + textField.height) + _local1)); }; } else { _local7 = Math.max(0, Math.min(_local3, ((width - _local5) - (2 * _local1)))); _local3 = _local7; textField.width = _local3; textField.x = Math.round(((((width - _local3) - _local5) / 2) + ((_local2)!=ButtonLabelPlacement.LEFT) ? _local5 : 0)); textField.y = Math.round(((height - textField.height) / 2)); if (icon != null){ icon.x = Math.round(((_local2)!=ButtonLabelPlacement.LEFT) ? (textField.x - _local5) : ((textField.x + _local3) + _local1)); }; }; }; super.drawLayout(); } override protected function initializeAccessibility():void{ if (LabelButton.createAccessibilityImplementation != null){ LabelButton.createAccessibilityImplementation(this); }; } protected function drawIcon():void{ var _local1:DisplayObject; var _local2:String; var _local3:Object; _local1 = icon; _local2 = (enabled) ? mouseState : "disabled"; if (selected){ _local2 = (("selected" + _local2.substr(0, 1).toUpperCase()) + _local2.substr(1)); }; _local2 = (_local2 + "Icon"); _local3 = getStyleValue(_local2); if (_local3 == null){ _local3 = getStyleValue("icon"); }; if (_local3 != null){ icon = getDisplayObjectInstance(_local3); }; if (icon != null){ addChildAt(icon, 1); }; if (((!((_local1 == null))) && (!((_local1 == icon))))){ removeChild(_local1); }; } public function set label(_arg1:String):void{ _label = _arg1; if (textField.text != _label){ textField.text = _label; dispatchEvent(new ComponentEvent(ComponentEvent.LABEL_CHANGE)); }; invalidate(InvalidationType.SIZE); invalidate(InvalidationType.STYLES); } protected function drawTextFormat():void{ var _local1:Object; var _local2:TextFormat; var _local3:TextFormat; _local1 = UIComponent.getStyleDefinition(); _local2 = (enabled) ? (_local1.defaultTextFormat as TextFormat) : (_local1.defaultDisabledTextFormat as TextFormat); textField.setTextFormat(_local2); _local3 = (getStyleValue((enabled) ? "textFormat" : "disabledTextFormat") as TextFormat); if (_local3 != null){ textField.setTextFormat(_local3); } else { _local3 = _local2; }; textField.defaultTextFormat = _local3; setEmbedFont(); } public static function getStyleDefinition():Object{ return (mergeStyles(defaultStyles, BaseButton.getStyleDefinition())); } } }//package fl.controls
Section 27
//TextInput (fl.controls.TextInput) package fl.controls { import flash.display.*; import fl.core.*; import flash.events.*; import fl.managers.*; import flash.text.*; import fl.events.*; import flash.ui.*; public class TextInput extends UIComponent implements IFocusManagerComponent { protected var _html:Boolean;// = false protected var _savedHTML:String; protected var background:DisplayObject; protected var _editable:Boolean;// = true public var textField:TextField; private static var defaultStyles:Object = {upSkin:"TextInput_upSkin", disabledSkin:"TextInput_disabledSkin", focusRectSkin:null, focusRectPadding:null, textFormat:null, disabledTextFormat:null, textPadding:0, embedFonts:false}; public static var createAccessibilityImplementation:Function; public function TextInput(){ _editable = true; _html = false; super(); } override public function drawFocus(_arg1:Boolean):void{ if (focusTarget != null){ focusTarget.drawFocus(_arg1); return; }; super.drawFocus(_arg1); } public function set imeMode(_arg1:String):void{ _imeMode = _arg1; } override protected function isOurFocus(_arg1:DisplayObject):Boolean{ return ((((_arg1 == textField)) || (super.isOurFocus(_arg1)))); } protected function handleKeyDown(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == Keyboard.ENTER){ dispatchEvent(new ComponentEvent(ComponentEvent.ENTER, true)); }; } public function set text(_arg1:String):void{ textField.text = _arg1; _html = false; invalidate(InvalidationType.DATA); invalidate(InvalidationType.STYLES); } protected function updateTextFieldType():void{ textField.type = (((enabled) && (editable))) ? TextFieldType.INPUT : TextFieldType.DYNAMIC; textField.selectable = enabled; } public function get selectionEndIndex():int{ return (textField.selectionEndIndex); } public function get editable():Boolean{ return (_editable); } override protected function focusInHandler(_arg1:FocusEvent):void{ var _local2:IFocusManager; if (_arg1.target == this){ stage.focus = textField; }; _local2 = focusManager; if (((editable) && (_local2))){ _local2.showFocusIndicator = true; if (((textField.selectable) && ((textField.selectionBeginIndex == textField.selectionBeginIndex)))){ setSelection(0, textField.length); }; }; super.focusInHandler(_arg1); if (editable){ setIMEMode(true); }; } public function get selectionBeginIndex():int{ return (textField.selectionBeginIndex); } public function set alwaysShowSelection(_arg1:Boolean):void{ textField.alwaysShowSelection = _arg1; } override public function set enabled(_arg1:Boolean):void{ super.enabled = _arg1; updateTextFieldType(); } protected function setEmbedFont(){ var _local1:Object; _local1 = getStyleValue("embedFonts"); if (_local1 != null){ textField.embedFonts = _local1; }; } public function get horizontalScrollPosition():int{ return (textField.scrollH); } public function set condenseWhite(_arg1:Boolean):void{ textField.condenseWhite = _arg1; } public function set displayAsPassword(_arg1:Boolean):void{ textField.displayAsPassword = _arg1; } public function set horizontalScrollPosition(_arg1:int):void{ textField.scrollH = _arg1; } public function get restrict():String{ return (textField.restrict); } public function get textWidth():Number{ return (textField.textWidth); } public function get textHeight():Number{ return (textField.textHeight); } public function set editable(_arg1:Boolean):void{ _editable = _arg1; updateTextFieldType(); } public function get maxChars():int{ return (textField.maxChars); } public function get length():int{ return (textField.length); } public function getLineMetrics(_arg1:int):TextLineMetrics{ return (textField.getLineMetrics(_arg1)); } public function get imeMode():String{ return (_imeMode); } override protected function focusOutHandler(_arg1:FocusEvent):void{ super.focusOutHandler(_arg1); if (editable){ setIMEMode(false); }; } public function set htmlText(_arg1:String):void{ if (_arg1 == ""){ text = ""; return; }; _html = true; _savedHTML = _arg1; textField.htmlText = _arg1; invalidate(InvalidationType.DATA); invalidate(InvalidationType.STYLES); } public function get text():String{ return (textField.text); } override public function get enabled():Boolean{ return (super.enabled); } public function get condenseWhite():Boolean{ return (textField.condenseWhite); } public function get alwaysShowSelection():Boolean{ return (textField.alwaysShowSelection); } override protected function draw():void{ var _local1:Object; if (isInvalid(InvalidationType.STYLES, InvalidationType.STATE)){ drawTextFormat(); drawBackground(); _local1 = getStyleValue("embedFonts"); if (_local1 != null){ textField.embedFonts = _local1; }; invalidate(InvalidationType.SIZE, false); }; if (isInvalid(InvalidationType.SIZE)){ drawLayout(); }; super.draw(); } protected function handleTextInput(_arg1:TextEvent):void{ _arg1.stopPropagation(); dispatchEvent(new TextEvent(TextEvent.TEXT_INPUT, true, false, _arg1.text)); } override protected function configUI():void{ super.configUI(); tabChildren = true; textField = new TextField(); addChild(textField); updateTextFieldType(); textField.addEventListener(TextEvent.TEXT_INPUT, handleTextInput, false, 0, true); textField.addEventListener(Event.CHANGE, handleChange, false, 0, true); textField.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown, false, 0, true); } public function setSelection(_arg1:int, _arg2:int):void{ textField.setSelection(_arg1, _arg2); } public function get displayAsPassword():Boolean{ return (textField.displayAsPassword); } public function appendText(_arg1:String):void{ textField.appendText(_arg1); } public function set restrict(_arg1:String):void{ if (((componentInspectorSetting) && ((_arg1 == "")))){ _arg1 = null; }; textField.restrict = _arg1; } public function get htmlText():String{ return (textField.htmlText); } protected function drawBackground():void{ var _local1:DisplayObject; var _local2:String; _local1 = background; _local2 = (enabled) ? "upSkin" : "disabledSkin"; background = getDisplayObjectInstance(getStyleValue(_local2)); if (background == null){ return; }; addChildAt(background, 0); if (((((!((_local1 == null))) && (!((_local1 == background))))) && (contains(_local1)))){ removeChild(_local1); }; } override public function setFocus():void{ stage.focus = textField; } protected function drawLayout():void{ var _local1:Number; _local1 = Number(getStyleValue("textPadding")); if (background != null){ background.width = width; background.height = height; }; textField.width = (width - (2 * _local1)); textField.height = (height - (2 * _local1)); textField.x = (textField.y = _local1); } public function set maxChars(_arg1:int):void{ textField.maxChars = _arg1; } public function get maxHorizontalScrollPosition():int{ return (textField.maxScrollH); } protected function drawTextFormat():void{ var _local1:Object; var _local2:TextFormat; var _local3:TextFormat; _local1 = UIComponent.getStyleDefinition(); _local2 = (enabled) ? (_local1.defaultTextFormat as TextFormat) : (_local1.defaultDisabledTextFormat as TextFormat); textField.setTextFormat(_local2); _local3 = (getStyleValue((enabled) ? "textFormat" : "disabledTextFormat") as TextFormat); if (_local3 != null){ textField.setTextFormat(_local3); } else { _local3 = _local2; }; textField.defaultTextFormat = _local3; setEmbedFont(); if (_html){ textField.htmlText = _savedHTML; }; } protected function handleChange(_arg1:Event):void{ _arg1.stopPropagation(); dispatchEvent(new Event(Event.CHANGE, true)); } public static function getStyleDefinition():Object{ return (defaultStyles); } } }//package fl.controls
Section 28
//ComponentShim (fl.core.ComponentShim) package fl.core { import flash.display.*; public dynamic class ComponentShim extends MovieClip { } }//package fl.core
Section 29
//InvalidationType (fl.core.InvalidationType) package fl.core { public class InvalidationType { public static const SIZE:String = "size"; public static const ALL:String = "all"; public static const DATA:String = "data"; public static const SCROLL:String = "scroll"; public static const STATE:String = "state"; public static const STYLES:String = "styles"; public static const SELECTED:String = "selected"; public static const RENDERER_STYLES:String = "rendererStyles"; } }//package fl.core
Section 30
//UIComponent (fl.core.UIComponent) package fl.core { import flash.display.*; import flash.events.*; import fl.managers.*; import flash.text.*; import flash.utils.*; import fl.events.*; import flash.system.*; public class UIComponent extends Sprite { protected var _enabled:Boolean;// = true private var _mouseFocusEnabled:Boolean;// = true protected var startHeight:Number; protected var _height:Number; protected var _oldIMEMode:String;// = null protected var startWidth:Number; public var focusTarget:IFocusManagerComponent; protected var errorCaught:Boolean;// = false protected var uiFocusRect:DisplayObject; protected var _width:Number; public var version:String;// = "3.0.0.15" protected var isFocused:Boolean;// = false protected var callLaterMethods:Dictionary; private var _focusEnabled:Boolean;// = true private var tempText:TextField; protected var invalidateFlag:Boolean;// = false protected var _inspector:Boolean;// = false protected var sharedStyles:Object; protected var invalidHash:Object; protected var isLivePreview:Boolean;// = false protected var _imeMode:String;// = null protected var instanceStyles:Object; protected var _x:Number; protected var _y:Number; public static var inCallLaterPhase:Boolean = false; private static var defaultStyles:Object = {focusRectSkin:"focusRectSkin", focusRectPadding:2, textFormat:new TextFormat("_sans", 11, 0, false, false, false, "", "", TextFormatAlign.LEFT, 0, 0, 0, 0), disabledTextFormat:new TextFormat("_sans", 11, 0x999999, false, false, false, "", "", TextFormatAlign.LEFT, 0, 0, 0, 0), defaultTextFormat:new TextFormat("_sans", 11, 0, false, false, false, "", "", TextFormatAlign.LEFT, 0, 0, 0, 0), defaultDisabledTextFormat:new TextFormat("_sans", 11, 0x999999, false, false, false, "", "", TextFormatAlign.LEFT, 0, 0, 0, 0)}; public static var createAccessibilityImplementation:Function; private static var focusManagers:Dictionary = new Dictionary(false); public function UIComponent(){ version = "3.0.0.15"; isLivePreview = false; invalidateFlag = false; _enabled = true; isFocused = false; _focusEnabled = true; _mouseFocusEnabled = true; _imeMode = null; _oldIMEMode = null; errorCaught = false; _inspector = false; super(); instanceStyles = {}; sharedStyles = {}; invalidHash = {}; callLaterMethods = new Dictionary(); StyleManager.registerInstance(this); configUI(); invalidate(InvalidationType.ALL); tabEnabled = (this is IFocusManagerComponent); focusRect = false; if (tabEnabled){ addEventListener(FocusEvent.FOCUS_IN, focusInHandler); addEventListener(FocusEvent.FOCUS_OUT, focusOutHandler); addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler); addEventListener(KeyboardEvent.KEY_UP, keyUpHandler); }; initializeFocusManager(); addEventListener(Event.ENTER_FRAME, hookAccessibility, false, 0, true); } public function drawFocus(_arg1:Boolean):void{ var _local2:Number; isFocused = _arg1; if (((!((uiFocusRect == null))) && (contains(uiFocusRect)))){ removeChild(uiFocusRect); uiFocusRect = null; }; if (_arg1){ uiFocusRect = (getDisplayObjectInstance(getStyleValue("focusRectSkin")) as Sprite); if (uiFocusRect == null){ return; }; _local2 = Number(getStyleValue("focusRectPadding")); uiFocusRect.x = -(_local2); uiFocusRect.y = -(_local2); uiFocusRect.width = (width + (_local2 * 2)); uiFocusRect.height = (height + (_local2 * 2)); addChildAt(uiFocusRect, 0); }; } private function callLaterDispatcher(_arg1:Event):void{ var _local2:Dictionary; var _local3:Object; if (_arg1.type == Event.ADDED_TO_STAGE){ removeEventListener(Event.ADDED_TO_STAGE, callLaterDispatcher); stage.addEventListener(Event.RENDER, callLaterDispatcher, false, 0, true); stage.invalidate(); return; }; _arg1.target.removeEventListener(Event.RENDER, callLaterDispatcher); if (stage == null){ addEventListener(Event.ADDED_TO_STAGE, callLaterDispatcher, false, 0, true); return; }; inCallLaterPhase = true; _local2 = callLaterMethods; for (_local3 in _local2) { _local3(); delete _local2[_local3]; }; inCallLaterPhase = false; } private function addedHandler(_arg1:Event):void{ removeEventListener("addedToStage", addedHandler); initializeFocusManager(); } protected function getStyleValue(_arg1:String):Object{ return (((instanceStyles[_arg1])==null) ? sharedStyles[_arg1] : instanceStyles[_arg1]); } protected function isOurFocus(_arg1:DisplayObject):Boolean{ return ((_arg1 == this)); } override public function get scaleX():Number{ return ((width / startWidth)); } override public function get scaleY():Number{ return ((height / startHeight)); } override public function set height(_arg1:Number):void{ if (_height == _arg1){ return; }; setSize(width, _arg1); } protected function keyDownHandler(_arg1:KeyboardEvent):void{ } protected function focusInHandler(_arg1:FocusEvent):void{ var _local2:IFocusManager; if (isOurFocus((_arg1.target as DisplayObject))){ _local2 = focusManager; if (((_local2) && (_local2.showFocusIndicator))){ drawFocus(true); isFocused = true; }; }; } public function setStyle(_arg1:String, _arg2:Object):void{ if ((((instanceStyles[_arg1] === _arg2)) && (!((_arg2 is TextFormat))))){ return; }; instanceStyles[_arg1] = _arg2; invalidate(InvalidationType.STYLES); } override public function get visible():Boolean{ return (super.visible); } public function get componentInspectorSetting():Boolean{ return (_inspector); } override public function get x():Number{ return ((isNaN(_x)) ? super.x : _x); } override public function get y():Number{ return ((isNaN(_y)) ? super.y : _y); } protected function setIMEMode(_arg1:Boolean){ var enabled = _arg1; if (_imeMode != null){ if (enabled){ IME.enabled = true; _oldIMEMode = IME.conversionMode; try { if (((!(errorCaught)) && (!((IME.conversionMode == IMEConversionMode.UNKNOWN))))){ IME.conversionMode = _imeMode; }; errorCaught = false; } catch(e:Error) { errorCaught = true; throw (new Error(("IME mode not supported: " + _imeMode))); }; } else { if (((!((IME.conversionMode == IMEConversionMode.UNKNOWN))) && (!((_oldIMEMode == IMEConversionMode.UNKNOWN))))){ IME.conversionMode = _oldIMEMode; }; IME.enabled = false; }; }; } public function set enabled(_arg1:Boolean):void{ if (_arg1 == _enabled){ return; }; _enabled = _arg1; invalidate(InvalidationType.STATE); } public function setSharedStyle(_arg1:String, _arg2:Object):void{ if ((((sharedStyles[_arg1] === _arg2)) && (!((_arg2 is TextFormat))))){ return; }; sharedStyles[_arg1] = _arg2; if (instanceStyles[_arg1] == null){ invalidate(InvalidationType.STYLES); }; } protected function keyUpHandler(_arg1:KeyboardEvent):void{ } public function set focusEnabled(_arg1:Boolean):void{ _focusEnabled = _arg1; } override public function set scaleX(_arg1:Number):void{ setSize((startWidth * _arg1), height); } public function get mouseFocusEnabled():Boolean{ return (_mouseFocusEnabled); } override public function set scaleY(_arg1:Number):void{ setSize(width, (startHeight * _arg1)); } protected function getDisplayObjectInstance(_arg1:Object):DisplayObject{ var classDef:Object; var skin = _arg1; classDef = null; if ((skin is Class)){ return ((new (skin) as DisplayObject)); }; if ((skin is DisplayObject)){ (skin as DisplayObject).x = 0; (skin as DisplayObject).y = 0; return ((skin as DisplayObject)); }; try { classDef = getDefinitionByName(skin.toString()); } catch(e:Error) { try { classDef = (loaderInfo.applicationDomain.getDefinition(skin.toString()) as Object); } catch(e:Error) { }; }; if (classDef == null){ return (null); }; return ((new (classDef) as DisplayObject)); } protected function copyStylesToChild(_arg1:UIComponent, _arg2:Object):void{ var _local3:String; for (_local3 in _arg2) { _arg1.setStyle(_local3, getStyleValue(_arg2[_local3])); }; } protected function beforeComponentParameters():void{ } protected function callLater(_arg1:Function):void{ if (inCallLaterPhase){ return; }; callLaterMethods[_arg1] = true; if (stage != null){ stage.addEventListener(Event.RENDER, callLaterDispatcher, false, 0, true); stage.invalidate(); } else { addEventListener(Event.ADDED_TO_STAGE, callLaterDispatcher, false, 0, true); }; } protected function createFocusManager():void{ if (focusManagers[stage] == null){ focusManagers[stage] = new FocusManager(stage); }; } override public function set visible(_arg1:Boolean):void{ var _local2:String; if (super.visible == _arg1){ return; }; super.visible = _arg1; _local2 = (_arg1) ? ComponentEvent.SHOW : ComponentEvent.HIDE; dispatchEvent(new ComponentEvent(_local2, true)); } protected function hookAccessibility(_arg1:Event):void{ removeEventListener(Event.ENTER_FRAME, hookAccessibility); initializeAccessibility(); } public function set componentInspectorSetting(_arg1:Boolean):void{ _inspector = _arg1; if (_inspector){ beforeComponentParameters(); } else { afterComponentParameters(); }; } override public function set x(_arg1:Number):void{ move(_arg1, _y); } public function drawNow():void{ draw(); } override public function set y(_arg1:Number):void{ move(_x, _arg1); } protected function checkLivePreview():Boolean{ var className:String; if (parent == null){ return (false); }; try { className = getQualifiedClassName(parent); } catch(e:Error) { }; return ((className == "fl.livepreview::LivePreviewParent")); } protected function focusOutHandler(_arg1:FocusEvent):void{ if (isOurFocus((_arg1.target as DisplayObject))){ drawFocus(false); isFocused = false; }; } public function set mouseFocusEnabled(_arg1:Boolean):void{ _mouseFocusEnabled = _arg1; } public function getFocus():InteractiveObject{ if (stage){ return (stage.focus); }; return (null); } protected function validate():void{ invalidHash = {}; } override public function get height():Number{ return (_height); } public function invalidate(_arg1:String="all", _arg2:Boolean=true):void{ invalidHash[_arg1] = true; if (_arg2){ this.callLater(draw); }; } public function get enabled():Boolean{ return (_enabled); } protected function getScaleX():Number{ return (super.scaleX); } protected function getScaleY():Number{ return (super.scaleY); } public function get focusEnabled():Boolean{ return (_focusEnabled); } protected function afterComponentParameters():void{ } protected function draw():void{ if (isInvalid(InvalidationType.SIZE, InvalidationType.STYLES)){ if (((isFocused) && (focusManager.showFocusIndicator))){ drawFocus(true); }; }; validate(); } protected function configUI():void{ var _local1:Number; var _local2:Number; var _local3:Number; isLivePreview = checkLivePreview(); _local1 = rotation; rotation = 0; _local2 = super.width; _local3 = super.height; var _local4 = 1; super.scaleY = _local4; super.scaleX = _local4; setSize(_local2, _local3); move(super.x, super.y); rotation = _local1; startWidth = _local2; startHeight = _local3; if (numChildren > 0){ removeChildAt(0); }; } protected function setScaleX(_arg1:Number):void{ super.scaleX = _arg1; } protected function setScaleY(_arg1:Number):void{ super.scaleY = _arg1; } private function initializeFocusManager():void{ if (stage == null){ addEventListener(Event.ADDED_TO_STAGE, addedHandler, false, 0, true); } else { createFocusManager(); }; } public function set focusManager(_arg1:IFocusManager):void{ UIComponent.focusManagers[this] = _arg1; } public function clearStyle(_arg1:String):void{ setStyle(_arg1, null); } protected function isInvalid(_arg1:String, ... _args):Boolean{ if (((invalidHash[_arg1]) || (invalidHash[InvalidationType.ALL]))){ return (true); }; while (_args.length > 0) { if (invalidHash[_args.pop()]){ return (true); }; }; return (false); } public function setSize(_arg1:Number, _arg2:Number):void{ _width = _arg1; _height = _arg2; invalidate(InvalidationType.SIZE); dispatchEvent(new ComponentEvent(ComponentEvent.RESIZE, false)); } override public function set width(_arg1:Number):void{ if (_width == _arg1){ return; }; setSize(_arg1, height); } public function setFocus():void{ if (stage){ stage.focus = this; }; } protected function initializeAccessibility():void{ if (UIComponent.createAccessibilityImplementation != null){ UIComponent.createAccessibilityImplementation(this); }; } public function get focusManager():IFocusManager{ var _local1:DisplayObject; _local1 = this; while (_local1) { if (UIComponent.focusManagers[_local1] != null){ return (IFocusManager(UIComponent.focusManagers[_local1])); }; _local1 = _local1.parent; }; return (null); } override public function get width():Number{ return (_width); } public function move(_arg1:Number, _arg2:Number):void{ _x = _arg1; _y = _arg2; super.x = Math.round(_arg1); super.y = Math.round(_arg2); dispatchEvent(new ComponentEvent(ComponentEvent.MOVE)); } public function validateNow():void{ invalidate(InvalidationType.ALL, false); draw(); } public function getStyle(_arg1:String):Object{ return (instanceStyles[_arg1]); } public static function getStyleDefinition():Object{ return (defaultStyles); } public static function mergeStyles(... _args):Object{ var _local2:Object; var _local3:uint; var _local4:uint; var _local5:Object; var _local6:String; _local2 = {}; _local3 = _args.length; _local4 = 0; while (_local4 < _local3) { _local5 = _args[_local4]; for (_local6 in _local5) { if (_local2[_local6] != null){ } else { _local2[_local6] = _args[_local4][_local6]; }; }; _local4++; }; return (_local2); } } }//package fl.core
Section 31
//ComponentEvent (fl.events.ComponentEvent) package fl.events { import flash.events.*; public class ComponentEvent extends Event { public static const HIDE:String = "hide"; public static const BUTTON_DOWN:String = "buttonDown"; public static const MOVE:String = "move"; public static const RESIZE:String = "resize"; public static const ENTER:String = "enter"; public static const LABEL_CHANGE:String = "labelChange"; public static const SHOW:String = "show"; public function ComponentEvent(_arg1:String, _arg2:Boolean=false, _arg3:Boolean=false){ super(_arg1, _arg2, _arg3); } override public function toString():String{ return (formatToString("ComponentEvent", "type", "bubbles", "cancelable")); } override public function clone():Event{ return (new ComponentEvent(type, bubbles, cancelable)); } } }//package fl.events
Section 32
//FocusManager (fl.managers.FocusManager) package fl.managers { import fl.controls.*; import flash.display.*; import fl.core.*; import flash.events.*; import flash.text.*; import flash.utils.*; import flash.ui.*; public class FocusManager implements IFocusManager { private var focusableObjects:Dictionary; private var _showFocusIndicator:Boolean;// = true private var defButton:Button; private var focusableCandidates:Array; private var _form:DisplayObjectContainer; private var _defaultButtonEnabled:Boolean;// = true private var activated:Boolean;// = false private var _defaultButton:Button; private var calculateCandidates:Boolean;// = true private var lastFocus:InteractiveObject; private var lastAction:String; public function FocusManager(_arg1:DisplayObjectContainer){ activated = false; calculateCandidates = true; _showFocusIndicator = true; _defaultButtonEnabled = true; super(); focusableObjects = new Dictionary(true); if (_arg1 != null){ _form = _arg1; addFocusables(DisplayObject(_arg1)); _arg1.addEventListener(Event.ADDED, addedHandler); _arg1.addEventListener(Event.REMOVED, removedHandler); activate(); }; } public function get showFocusIndicator():Boolean{ return (_showFocusIndicator); } private function getIndexOfNextObject(_arg1:int, _arg2:Boolean, _arg3:Boolean, _arg4:String):int{ var _local5:int; var _local6:int; var _local7:DisplayObject; var _local8:IFocusManagerGroup; var _local9:int; var _local10:DisplayObject; var _local11:IFocusManagerGroup; _local5 = focusableCandidates.length; _local6 = _arg1; while (true) { if (_arg2){ _arg1--; } else { _arg1++; }; if (_arg3){ if (((_arg2) && ((_arg1 < 0)))){ break; }; if (((!(_arg2)) && ((_arg1 == _local5)))){ break; }; } else { _arg1 = ((_arg1 + _local5) % _local5); if (_local6 == _arg1){ break; }; }; if (isValidFocusCandidate(focusableCandidates[_arg1], _arg4)){ _local7 = DisplayObject(findFocusManagerComponent(focusableCandidates[_arg1])); if ((_local7 is IFocusManagerGroup)){ _local8 = IFocusManagerGroup(_local7); _local9 = 0; while (_local9 < focusableCandidates.length) { _local10 = focusableCandidates[_local9]; if ((_local10 is IFocusManagerGroup)){ _local11 = IFocusManagerGroup(_local10); if ((((_local11.groupName == _local8.groupName)) && (_local11.selected))){ _arg1 = _local9; break; }; }; _local9++; }; }; return (_arg1); }; }; return (_arg1); } public function set form(_arg1:DisplayObjectContainer):void{ _form = _arg1; } private function addFocusables(_arg1:DisplayObject, _arg2:Boolean=false):void{ var focusable:IFocusManagerComponent; var io:InteractiveObject; var doc:DisplayObjectContainer; var i:int; var child:DisplayObject; var o = _arg1; var skipTopLevel = _arg2; if (!skipTopLevel){ if ((o is IFocusManagerComponent)){ focusable = IFocusManagerComponent(o); if (focusable.focusEnabled){ if (((focusable.tabEnabled) && (isTabVisible(o)))){ focusableObjects[o] = true; calculateCandidates = true; }; o.addEventListener(Event.TAB_ENABLED_CHANGE, tabEnabledChangeHandler); o.addEventListener(Event.TAB_INDEX_CHANGE, tabIndexChangeHandler); }; } else { if ((o is InteractiveObject)){ io = (o as InteractiveObject); if (((((io) && (io.tabEnabled))) && ((findFocusManagerComponent(io) == io)))){ focusableObjects[io] = true; calculateCandidates = true; }; io.addEventListener(Event.TAB_ENABLED_CHANGE, tabEnabledChangeHandler); io.addEventListener(Event.TAB_INDEX_CHANGE, tabIndexChangeHandler); }; }; }; if ((o is DisplayObjectContainer)){ doc = DisplayObjectContainer(o); o.addEventListener(Event.TAB_CHILDREN_CHANGE, tabChildrenChangeHandler); if ((((((doc is Stage)) || ((doc.parent is Stage)))) || (doc.tabChildren))){ i = 0; while (i < doc.numChildren) { try { child = doc.getChildAt(i); if (child != null){ addFocusables(doc.getChildAt(i)); }; } catch(error:SecurityError) { }; i = (i + 1); }; }; }; } private function getChildIndex(_arg1:DisplayObjectContainer, _arg2:DisplayObject):int{ return (_arg1.getChildIndex(_arg2)); } private function mouseFocusChangeHandler(_arg1:FocusEvent):void{ if ((_arg1.relatedObject is TextField)){ return; }; _arg1.preventDefault(); } private function focusOutHandler(_arg1:FocusEvent):void{ var _local2:InteractiveObject; _local2 = (_arg1.target as InteractiveObject); } private function isValidFocusCandidate(_arg1:DisplayObject, _arg2:String):Boolean{ var _local3:IFocusManagerGroup; if (!isEnabledAndVisible(_arg1)){ return (false); }; if ((_arg1 is IFocusManagerGroup)){ _local3 = IFocusManagerGroup(_arg1); if (_arg2 == _local3.groupName){ return (false); }; }; return (true); } public function findFocusManagerComponent(_arg1:InteractiveObject):InteractiveObject{ var _local2:InteractiveObject; _local2 = _arg1; while (_arg1) { if ((((_arg1 is IFocusManagerComponent)) && (IFocusManagerComponent(_arg1).focusEnabled))){ return (_arg1); }; _arg1 = _arg1.parent; }; return (_local2); } private function sortFocusableObjectsTabIndex():void{ var _local1:Object; var _local2:InteractiveObject; focusableCandidates = []; for (_local1 in focusableObjects) { _local2 = InteractiveObject(_local1); if (((_local2.tabIndex) && (!(isNaN(Number(_local2.tabIndex)))))){ focusableCandidates.push(_local2); }; }; focusableCandidates.sort(sortByTabIndex); } private function removeFocusables(_arg1:DisplayObject):void{ var _local2:Object; var _local3:DisplayObject; if ((_arg1 is DisplayObjectContainer)){ _arg1.removeEventListener(Event.TAB_CHILDREN_CHANGE, tabChildrenChangeHandler); _arg1.removeEventListener(Event.TAB_INDEX_CHANGE, tabIndexChangeHandler); for (_local2 in focusableObjects) { _local3 = DisplayObject(_local2); if (DisplayObjectContainer(_arg1).contains(_local3)){ if (_local3 == lastFocus){ lastFocus = null; }; _local3.removeEventListener(Event.TAB_ENABLED_CHANGE, tabEnabledChangeHandler); delete focusableObjects[_local2]; calculateCandidates = true; }; }; }; } private function addedHandler(_arg1:Event):void{ var _local2:DisplayObject; _local2 = DisplayObject(_arg1.target); if (_local2.stage){ addFocusables(DisplayObject(_arg1.target)); }; } private function getTopLevelFocusTarget(_arg1:InteractiveObject):InteractiveObject{ while (_arg1 != InteractiveObject(form)) { if ((((((((_arg1 is IFocusManagerComponent)) && (IFocusManagerComponent(_arg1).focusEnabled))) && (IFocusManagerComponent(_arg1).mouseFocusEnabled))) && (UIComponent(_arg1).enabled))){ return (_arg1); }; _arg1 = _arg1.parent; if (_arg1 == null){ break; }; }; return (null); } private function tabChildrenChangeHandler(_arg1:Event):void{ var _local2:DisplayObjectContainer; if (_arg1.target != _arg1.currentTarget){ return; }; calculateCandidates = true; _local2 = DisplayObjectContainer(_arg1.target); if (_local2.tabChildren){ addFocusables(_local2, true); } else { removeFocusables(_local2); }; } public function sendDefaultButtonEvent():void{ defButton.dispatchEvent(new MouseEvent(MouseEvent.CLICK)); } public function getFocus():InteractiveObject{ var _local1:InteractiveObject; _local1 = form.stage.focus; return (findFocusManagerComponent(_local1)); } private function isEnabledAndVisible(_arg1:DisplayObject):Boolean{ var _local2:DisplayObjectContainer; var _local3:TextField; var _local4:SimpleButton; _local2 = DisplayObject(form).parent; while (_arg1 != _local2) { if ((_arg1 is UIComponent)){ if (!UIComponent(_arg1).enabled){ return (false); }; } else { if ((_arg1 is TextField)){ _local3 = TextField(_arg1); if ((((_local3.type == TextFieldType.DYNAMIC)) || (!(_local3.selectable)))){ return (false); }; } else { if ((_arg1 is SimpleButton)){ _local4 = SimpleButton(_arg1); if (!_local4.enabled){ return (false); }; }; }; }; if (!_arg1.visible){ return (false); }; _arg1 = _arg1.parent; }; return (true); } public function set defaultButton(_arg1:Button):void{ var _local2:Button; _local2 = (_arg1) ? Button(_arg1) : null; if (_local2 != _defaultButton){ if (_defaultButton){ _defaultButton.emphasized = false; }; if (defButton){ defButton.emphasized = false; }; _defaultButton = _local2; defButton = _local2; if (_local2){ _local2.emphasized = true; }; }; } private function deactivateHandler(_arg1:Event):void{ var _local2:InteractiveObject; _local2 = InteractiveObject(_arg1.target); } public function setFocus(_arg1:InteractiveObject):void{ if ((_arg1 is IFocusManagerComponent)){ IFocusManagerComponent(_arg1).setFocus(); } else { form.stage.focus = _arg1; }; } private function setFocusToNextObject(_arg1:FocusEvent):void{ var _local2:InteractiveObject; if (!hasFocusableObjects()){ return; }; _local2 = getNextFocusManagerComponent(_arg1.shiftKey); if (_local2){ setFocus(_local2); }; } private function hasFocusableObjects():Boolean{ var _local1:Object; for (_local1 in focusableObjects) { return (true); }; return (false); } private function tabIndexChangeHandler(_arg1:Event):void{ calculateCandidates = true; } private function sortFocusableObjects():void{ var _local1:Object; var _local2:InteractiveObject; focusableCandidates = []; for (_local1 in focusableObjects) { _local2 = InteractiveObject(_local1); if (((((_local2.tabIndex) && (!(isNaN(Number(_local2.tabIndex)))))) && ((_local2.tabIndex > 0)))){ sortFocusableObjectsTabIndex(); return; }; focusableCandidates.push(_local2); }; focusableCandidates.sort(sortByDepth); } private function keyFocusChangeHandler(_arg1:FocusEvent):void{ showFocusIndicator = true; if ((((((_arg1.keyCode == Keyboard.TAB)) || ((_arg1.keyCode == 0)))) && (!(_arg1.isDefaultPrevented())))){ setFocusToNextObject(_arg1); _arg1.preventDefault(); }; } private function getIndexOfFocusedObject(_arg1:DisplayObject):int{ var _local2:int; var _local3:int; _local2 = focusableCandidates.length; _local3 = 0; _local3 = 0; while (_local3 < _local2) { if (focusableCandidates[_local3] == _arg1){ return (_local3); }; _local3++; }; return (-1); } public function hideFocus():void{ } private function removedHandler(_arg1:Event):void{ var _local2:int; var _local3:DisplayObject; var _local4:InteractiveObject; _local3 = DisplayObject(_arg1.target); if ((((_local3 is IFocusManagerComponent)) && ((focusableObjects[_local3] == true)))){ if (_local3 == lastFocus){ IFocusManagerComponent(lastFocus).drawFocus(false); lastFocus = null; }; _local3.removeEventListener(Event.TAB_ENABLED_CHANGE, tabEnabledChangeHandler); delete focusableObjects[_local3]; calculateCandidates = true; } else { if ((((_local3 is InteractiveObject)) && ((focusableObjects[_local3] == true)))){ _local4 = (_local3 as InteractiveObject); if (_local4){ if (_local4 == lastFocus){ lastFocus = null; }; delete focusableObjects[_local4]; calculateCandidates = true; }; _local3.addEventListener(Event.TAB_ENABLED_CHANGE, tabEnabledChangeHandler); }; }; removeFocusables(_local3); } private function sortByDepth(_arg1:InteractiveObject, _arg2:InteractiveObject):Number{ var _local3:String; var _local4:String; var _local5:int; var _local6:String; var _local7:String; var _local8:String; var _local9:DisplayObject; var _local10:DisplayObject; _local3 = ""; _local4 = ""; _local8 = "0000"; _local9 = DisplayObject(_arg1); _local10 = DisplayObject(_arg2); while (((!((_local9 == DisplayObject(form)))) && (_local9.parent))) { _local5 = getChildIndex(_local9.parent, _local9); _local6 = _local5.toString(16); if (_local6.length < 4){ _local7 = (_local8.substring(0, (4 - _local6.length)) + _local6); }; _local3 = (_local7 + _local3); _local9 = _local9.parent; }; while (((!((_local10 == DisplayObject(form)))) && (_local10.parent))) { _local5 = getChildIndex(_local10.parent, _local10); _local6 = _local5.toString(16); if (_local6.length < 4){ _local7 = (_local8.substring(0, (4 - _local6.length)) + _local6); }; _local4 = (_local7 + _local4); _local10 = _local10.parent; }; return (((_local3 > _local4)) ? 1 : ((_local3 < _local4)) ? -1 : 0); } public function get defaultButton():Button{ return (_defaultButton); } private function activateHandler(_arg1:Event):void{ var _local2:InteractiveObject; _local2 = InteractiveObject(_arg1.target); if (lastFocus){ if ((lastFocus is IFocusManagerComponent)){ IFocusManagerComponent(lastFocus).setFocus(); } else { form.stage.focus = lastFocus; }; }; lastAction = "ACTIVATE"; } public function showFocus():void{ } public function set defaultButtonEnabled(_arg1:Boolean):void{ _defaultButtonEnabled = _arg1; } public function getNextFocusManagerComponent(_arg1:Boolean=false):InteractiveObject{ var _local2:DisplayObject; var _local3:String; var _local4:int; var _local5:Boolean; var _local6:int; var _local7:int; var _local8:IFocusManagerGroup; if (!hasFocusableObjects()){ return (null); }; if (calculateCandidates){ sortFocusableObjects(); calculateCandidates = false; }; _local2 = form.stage.focus; _local2 = DisplayObject(findFocusManagerComponent(InteractiveObject(_local2))); _local3 = ""; if ((_local2 is IFocusManagerGroup)){ _local8 = IFocusManagerGroup(_local2); _local3 = _local8.groupName; }; _local4 = getIndexOfFocusedObject(_local2); _local5 = false; _local6 = _local4; if (_local4 == -1){ if (_arg1){ _local4 = focusableCandidates.length; }; _local5 = true; }; _local7 = getIndexOfNextObject(_local4, _arg1, _local5, _local3); return (findFocusManagerComponent(focusableCandidates[_local7])); } private function mouseDownHandler(_arg1:MouseEvent):void{ var _local2:InteractiveObject; if (_arg1.isDefaultPrevented()){ return; }; _local2 = getTopLevelFocusTarget(InteractiveObject(_arg1.target)); if (!_local2){ return; }; showFocusIndicator = false; if (((((!((_local2 == lastFocus))) || ((lastAction == "ACTIVATE")))) && (!((_local2 is TextField))))){ setFocus(_local2); }; lastAction = "MOUSEDOWN"; } private function isTabVisible(_arg1:DisplayObject):Boolean{ var _local2:DisplayObjectContainer; _local2 = _arg1.parent; while (((((_local2) && (!((_local2 is Stage))))) && (!(((_local2.parent) && ((_local2.parent is Stage))))))) { if (!_local2.tabChildren){ return (false); }; _local2 = _local2.parent; }; return (true); } public function get nextTabIndex():int{ return (0); } private function keyDownHandler(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == Keyboard.TAB){ lastAction = "KEY"; if (calculateCandidates){ sortFocusableObjects(); calculateCandidates = false; }; }; if (((((((defaultButtonEnabled) && ((_arg1.keyCode == Keyboard.ENTER)))) && (defaultButton))) && (defButton.enabled))){ sendDefaultButtonEvent(); }; } private function focusInHandler(_arg1:FocusEvent):void{ var _local2:InteractiveObject; var _local3:Button; _local2 = InteractiveObject(_arg1.target); if (form.contains(_local2)){ lastFocus = findFocusManagerComponent(InteractiveObject(_local2)); if ((lastFocus is Button)){ _local3 = Button(lastFocus); if (defButton){ defButton.emphasized = false; defButton = _local3; _local3.emphasized = true; }; } else { if (((defButton) && (!((defButton == _defaultButton))))){ defButton.emphasized = false; defButton = _defaultButton; _defaultButton.emphasized = true; }; }; }; } private function tabEnabledChangeHandler(_arg1:Event):void{ var _local2:InteractiveObject; var _local3:Boolean; calculateCandidates = true; _local2 = InteractiveObject(_arg1.target); _local3 = (focusableObjects[_local2] == true); if (_local2.tabEnabled){ if (((!(_local3)) && (isTabVisible(_local2)))){ if (!(_local2 is IFocusManagerComponent)){ _local2.focusRect = false; }; focusableObjects[_local2] = true; }; } else { if (_local3){ delete focusableObjects[_local2]; }; }; } public function set showFocusIndicator(_arg1:Boolean):void{ _showFocusIndicator = _arg1; } public function get form():DisplayObjectContainer{ return (_form); } private function sortByTabIndex(_arg1:InteractiveObject, _arg2:InteractiveObject):int{ return (((_arg1.tabIndex > _arg2.tabIndex)) ? 1 : ((_arg1.tabIndex < _arg2.tabIndex)) ? -1 : sortByDepth(_arg1, _arg2)); } public function activate():void{ if (activated){ return; }; form.stage.addEventListener(FocusEvent.MOUSE_FOCUS_CHANGE, mouseFocusChangeHandler, false, 0, true); form.stage.addEventListener(FocusEvent.KEY_FOCUS_CHANGE, keyFocusChangeHandler, false, 0, true); form.addEventListener(FocusEvent.FOCUS_IN, focusInHandler, true); form.addEventListener(FocusEvent.FOCUS_OUT, focusOutHandler, true); form.stage.addEventListener(Event.ACTIVATE, activateHandler, false, 0, true); form.stage.addEventListener(Event.DEACTIVATE, deactivateHandler, false, 0, true); form.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler); form.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler, true); activated = true; if (lastFocus){ setFocus(lastFocus); }; } public function deactivate():void{ form.stage.removeEventListener(FocusEvent.MOUSE_FOCUS_CHANGE, mouseFocusChangeHandler); form.stage.removeEventListener(FocusEvent.KEY_FOCUS_CHANGE, keyFocusChangeHandler); form.removeEventListener(FocusEvent.FOCUS_IN, focusInHandler, true); form.removeEventListener(FocusEvent.FOCUS_OUT, focusOutHandler, true); form.stage.removeEventListener(Event.ACTIVATE, activateHandler); form.stage.removeEventListener(Event.DEACTIVATE, deactivateHandler); form.removeEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler); form.removeEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler, true); activated = false; } public function get defaultButtonEnabled():Boolean{ return (_defaultButtonEnabled); } } }//package fl.managers
Section 33
//IFocusManager (fl.managers.IFocusManager) package fl.managers { import fl.controls.*; import flash.display.*; public interface IFocusManager { function getFocus():InteractiveObject; function deactivate():void; function set defaultButton(_arg1:Button):void; function set showFocusIndicator(_arg1:Boolean):void; function get defaultButtonEnabled():Boolean; function get nextTabIndex():int; function get defaultButton():Button; function get showFocusIndicator():Boolean; function setFocus(_arg1:InteractiveObject):void; function activate():void; function showFocus():void; function set defaultButtonEnabled(_arg1:Boolean):void; function hideFocus():void; function findFocusManagerComponent(_arg1:InteractiveObject):InteractiveObject; function getNextFocusManagerComponent(_arg1:Boolean=false):InteractiveObject; } }//package fl.managers
Section 34
//IFocusManagerComponent (fl.managers.IFocusManagerComponent) package fl.managers { public interface IFocusManagerComponent { function set focusEnabled(_arg1:Boolean):void; function drawFocus(_arg1:Boolean):void; function setFocus():void; function get focusEnabled():Boolean; function get tabEnabled():Boolean; function get tabIndex():int; function get mouseFocusEnabled():Boolean; } }//package fl.managers
Section 35
//IFocusManagerGroup (fl.managers.IFocusManagerGroup) package fl.managers { public interface IFocusManagerGroup { function set groupName(_arg1:String):void; function set selected(_arg1:Boolean):void; function get groupName():String; function get selected():Boolean; } }//package fl.managers
Section 36
//StyleManager (fl.managers.StyleManager) package fl.managers { import fl.core.*; import flash.text.*; import flash.utils.*; public class StyleManager { private var globalStyles:Object; private var classToDefaultStylesDict:Dictionary; private var styleToClassesHash:Object; private var classToStylesDict:Dictionary; private var classToInstancesDict:Dictionary; private static var _instance:StyleManager; public function StyleManager(){ styleToClassesHash = {}; classToInstancesDict = new Dictionary(true); classToStylesDict = new Dictionary(true); classToDefaultStylesDict = new Dictionary(true); globalStyles = UIComponent.getStyleDefinition(); } public static function clearComponentStyle(_arg1:Object, _arg2:String):void{ var _local3:Class; var _local4:Object; _local3 = getClassDef(_arg1); _local4 = getInstance().classToStylesDict[_local3]; if (((!((_local4 == null))) && (!((_local4[_arg2] == null))))){ delete _local4[_arg2]; invalidateComponentStyle(_local3, _arg2); }; } private static function getClassDef(_arg1:Object):Class{ var component = _arg1; if ((component is Class)){ return ((component as Class)); }; try { return ((getDefinitionByName(getQualifiedClassName(component)) as Class)); } catch(e:Error) { if ((component is UIComponent)){ try { return ((component.loaderInfo.applicationDomain.getDefinition(getQualifiedClassName(component)) as Class)); } catch(e:Error) { }; }; }; return (null); } public static function clearStyle(_arg1:String):void{ setStyle(_arg1, null); } public static function setComponentStyle(_arg1:Object, _arg2:String, _arg3:Object):void{ var _local4:Class; var _local5:Object; _local4 = getClassDef(_arg1); _local5 = getInstance().classToStylesDict[_local4]; if (_local5 == null){ _local5 = (getInstance().classToStylesDict[_local4] = {}); }; if (_local5 == _arg3){ return; }; _local5[_arg2] = _arg3; invalidateComponentStyle(_local4, _arg2); } private static function setSharedStyles(_arg1:UIComponent):void{ var _local2:StyleManager; var _local3:Class; var _local4:Object; var _local5:String; _local2 = getInstance(); _local3 = getClassDef(_arg1); _local4 = _local2.classToDefaultStylesDict[_local3]; for (_local5 in _local4) { _arg1.setSharedStyle(_local5, getSharedStyle(_arg1, _local5)); }; } public static function getComponentStyle(_arg1:Object, _arg2:String):Object{ var _local3:Class; var _local4:Object; _local3 = getClassDef(_arg1); _local4 = getInstance().classToStylesDict[_local3]; return (((_local4)==null) ? null : _local4[_arg2]); } private static function getInstance(){ if (_instance == null){ _instance = new (StyleManager); }; return (_instance); } private static function invalidateComponentStyle(_arg1:Class, _arg2:String):void{ var _local3:Dictionary; var _local4:Object; var _local5:UIComponent; _local3 = getInstance().classToInstancesDict[_arg1]; if (_local3 == null){ return; }; for (_local4 in _local3) { _local5 = (_local4 as UIComponent); if (_local5 == null){ } else { _local5.setSharedStyle(_arg2, getSharedStyle(_local5, _arg2)); }; }; } private static function invalidateStyle(_arg1:String):void{ var _local2:Dictionary; var _local3:Object; _local2 = getInstance().styleToClassesHash[_arg1]; if (_local2 == null){ return; }; for (_local3 in _local2) { invalidateComponentStyle(Class(_local3), _arg1); }; } public static function registerInstance(_arg1:UIComponent):void{ var inst:StyleManager; var classDef:Class; var target:Class; var defaultStyles:Object; var styleToClasses:Object; var n:String; var instance = _arg1; inst = getInstance(); classDef = getClassDef(instance); if (classDef == null){ return; }; if (inst.classToInstancesDict[classDef] == null){ inst.classToInstancesDict[classDef] = new Dictionary(true); target = classDef; while (defaultStyles == null) { if (target["getStyleDefinition"] != null){ defaultStyles = target["getStyleDefinition"](); break; }; try { target = (instance.loaderInfo.applicationDomain.getDefinition(getQualifiedSuperclassName(target)) as Class); } catch(err:Error) { try { target = (getDefinitionByName(getQualifiedSuperclassName(target)) as Class); } catch(e:Error) { defaultStyles = UIComponent.getStyleDefinition(); break; }; }; }; styleToClasses = inst.styleToClassesHash; for (n in defaultStyles) { if (styleToClasses[n] == null){ styleToClasses[n] = new Dictionary(true); }; styleToClasses[n][classDef] = true; }; inst.classToDefaultStylesDict[classDef] = defaultStyles; inst.classToStylesDict[classDef] = {}; }; inst.classToInstancesDict[classDef][instance] = true; setSharedStyles(instance); } public static function getStyle(_arg1:String):Object{ return (getInstance().globalStyles[_arg1]); } private static function getSharedStyle(_arg1:UIComponent, _arg2:String):Object{ var _local3:Class; var _local4:StyleManager; var _local5:Object; _local3 = getClassDef(_arg1); _local4 = getInstance(); _local5 = _local4.classToStylesDict[_local3][_arg2]; if (_local5 != null){ return (_local5); }; _local5 = _local4.globalStyles[_arg2]; if (_local5 != null){ return (_local5); }; return (_local4.classToDefaultStylesDict[_local3][_arg2]); } public static function setStyle(_arg1:String, _arg2:Object):void{ var _local3:Object; _local3 = getInstance().globalStyles; if ((((_local3[_arg1] === _arg2)) && (!((_arg2 is TextFormat))))){ return; }; _local3[_arg1] = _arg2; invalidateStyle(_arg1); } } }//package fl.managers
Section 37
//cMC_Main (menu._00_main.cMC_Main) package menu._00_main { import flash.display.*; import flash.events.*; import sounds.*; import common.*; import flash.net.*; public class cMC_Main extends MovieClip implements IScreenItem { public var m_btn_GameBlog:SimpleButton; public var btnStaff:SimpleButton; public var m_btn_Sound:MovieClip; public var btnGameBlog:SimpleButton; public var m_zombieBall:ZombieBall; public var btnMoreGames:SimpleButton; public var btnSoundActivation:MovieClip; public var btnPlay:SimpleButton; public var btnHelp:SimpleButton; public var m_btn_Credits:SimpleButton; public var m_btn_MoreGames:SimpleButton; public var m_btn_Play:SimpleButton; public var m_btn_Help:SimpleButton; public function cMC_Main(_arg1:ZombieBall){ addFrameScript(0, frame1); m_zombieBall = _arg1; m_btn_Play = SimpleButton(getChildByName("btnPlay")); m_btn_Help = SimpleButton(getChildByName("btnHelp")); m_btn_Credits = SimpleButton(getChildByName("btnStaff")); m_btn_GameBlog = SimpleButton(getChildByName("btnGameBlog")); m_btn_MoreGames = SimpleButton(getChildByName("btnMoreGames")); m_btn_Sound = MovieClip(getChildByName("btnSoundActivation")); m_btn_Sound.buttonMode = true; if (m_zombieBall.m_soundManager.m_soundEnabled){ m_btn_Sound.gotoAndStop("quiet_on"); } else { m_btn_Sound.gotoAndStop("quiet_off"); }; m_btn_Play.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_Help.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_Credits.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_GameBlog.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_MoreGames.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_Sound.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_Sound.addEventListener(MouseEvent.MOUSE_OVER, onMouseOver); m_btn_Sound.addEventListener(MouseEvent.MOUSE_OUT, onMouseOut); } public function onMouseOver(_arg1:MouseEvent):void{ if (m_zombieBall.m_soundManager.m_soundEnabled){ m_btn_Sound.gotoAndStop("on_over_on"); } else { m_btn_Sound.gotoAndStop("on_over_off"); }; } public function onMouseClick(_arg1:MouseEvent):void{ if (_arg1.currentTarget == m_btn_Play){ if (((Define.ENABLE_ALL_STICKS) || (Define.SHOW_STICKS_INIT))){ m_zombieBall.changeState(ZombieBall.STATE_GAME_SHOP); } else { m_zombieBall.changeState(ZombieBall.STATE_GAME_RUN); }; }; if (_arg1.currentTarget == m_btn_Help){ navigateToURL(new URLRequest(Define.URL_DISPLAY_HIGHSCORE_ZOMBIEBALL), "_blank"); }; if (_arg1.currentTarget == m_btn_Credits){ m_zombieBall.changeState(ZombieBall.STATE_MENU_CREDITS); }; if (_arg1.currentTarget == m_btn_Sound){ m_zombieBall.m_soundManager.m_soundEnabled = !(m_zombieBall.m_soundManager.m_soundEnabled); if (m_zombieBall.m_soundManager.m_soundEnabled){ m_btn_Sound.gotoAndStop("on_over_on"); m_zombieBall.playGameSound(SoundsGame.SOUNDS_MELODY_MENU, 1); } else { m_btn_Sound.gotoAndStop("on_over_off"); m_zombieBall.m_soundManager.stopAllGameSounds(); }; }; if (_arg1.currentTarget == m_btn_GameBlog){ navigateToURL(new URLRequest("http://armorblog.com"), "_blank"); }; if (_arg1.currentTarget == m_btn_MoreGames){ navigateToURL(new URLRequest("http://armorgames.com"), "_blank"); }; } public function freeResources():void{ try { m_btn_Play.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; try { m_btn_Help.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; try { m_btn_Credits.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; } function frame1(){ stop(); } public function onMouseOut(_arg1:MouseEvent):void{ if (m_zombieBall.m_soundManager.m_soundEnabled){ m_btn_Sound.gotoAndStop("quiet_on"); } else { m_btn_Sound.gotoAndStop("quiet_off"); }; } public function initScreen(_arg1:Array):void{ } } }//package menu._00_main
Section 38
//cMC_Help (menu._01_help.cMC_Help) package menu._01_help { import flash.display.*; import flash.events.*; public class cMC_Help extends MovieClip implements IScreenItem { public var m_page:Number; public var m_zombieBall:ZombieBall; public var btnBack:cBtn_Back; public var btnNext:btn_Next; public var m_btn_Next:SimpleButton; public var m_btn_Back:SimpleButton; public static var TOTAL_NUMBER_OF_PAGES:Number = 4; public function cMC_Help(_arg1:ZombieBall){ addFrameScript(0, frame1, 4, frame5, 9, frame10, 14, frame15); m_zombieBall = _arg1; m_page = 1; m_btn_Back = SimpleButton(getChildByName("btnBack")); m_btn_Next = SimpleButton(getChildByName("btnNext")); m_btn_Back.addEventListener(MouseEvent.CLICK, onMouseClick); m_btn_Next.addEventListener(MouseEvent.CLICK, onMouseClick); } public function onMouseClick(_arg1:MouseEvent):void{ if (_arg1.target == m_btn_Back){ m_page--; if (m_page < 1){ m_zombieBall.recoverLastState(); } else { this.gotoAndStop(("pg" + m_page)); }; }; if (_arg1.target == m_btn_Next){ m_page++; if (m_page > TOTAL_NUMBER_OF_PAGES){ m_zombieBall.recoverLastState(); } else { this.gotoAndStop(("pg" + m_page)); }; }; } public function freeResources():void{ try { m_btn_Back.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; try { m_btn_Next.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; } function frame10(){ stop(); } function frame15(){ stop(); } function frame1(){ stop(); } function frame5(){ stop(); } public function initScreen(_arg1:Array):void{ } } }//package menu._01_help
Section 39
//cMC_Credits (menu._02_credits.cMC_Credits) package menu._02_credits { import flash.display.*; import flash.events.*; import flash.net.*; public class cMC_Credits extends MovieClip implements IScreenItem { public var m_page:Number; public var m_zombieBall:ZombieBall; public var btnNext:btn_Next; public var logoDavid:MovieClip; public var faceFreecreationgames:MovieClip; public var m_btn_Next:SimpleButton; public var logoDaniMusic:MovieClip; public var mcFreeCreator:MovieClip; public static var TOTAL_NUMBER_OF_PAGES:Number = 3; public function cMC_Credits(_arg1:ZombieBall){ addFrameScript(0, frame1, 6, frame7, 12, frame13); m_zombieBall = _arg1; m_page = 1; m_btn_Next = SimpleButton(getChildByName("btnNext")); m_btn_Next.addEventListener(MouseEvent.CLICK, onMouseClick); } public function onMouseClick(_arg1:MouseEvent):void{ if (_arg1.target == m_btn_Next){ m_page++; if (m_page > TOTAL_NUMBER_OF_PAGES){ m_zombieBall.changeState(ZombieBall.STATE_MENU_MAIN); } else { this.gotoAndStop(("pg" + m_page)); }; }; } public function freeResources():void{ try { m_btn_Next.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; } function frame7(){ logoDaniMusic.addEventListener(MouseEvent.CLICK, onMouseClickPage2); logoDaniMusic.buttonMode = true; stop(); } function frame1(){ mcFreeCreator.addEventListener(MouseEvent.CLICK, onMouseClickPage1); mcFreeCreator.buttonMode = true; logoDavid.addEventListener(MouseEvent.CLICK, onMouseClickPage1); logoDavid.buttonMode = true; stop(); } function frame13(){ faceFreecreationgames.addEventListener(MouseEvent.CLICK, onMouseClickPage3); faceFreecreationgames.buttonMode = true; stop(); } public function onMouseClickPage1(_arg1:MouseEvent):void{ if (_arg1.currentTarget == mcFreeCreator){ navigateToURL(new URLRequest("http://www.freecreationgames.net"), "_blank"); }; if (_arg1.currentTarget == logoDavid){ navigateToURL(new URLRequest("http://www.davidferriz.com"), "_blank"); }; } public function onMouseClickPage2(_arg1:MouseEvent):void{ if (_arg1.currentTarget == logoDaniMusic){ navigateToURL(new URLRequest("http://www.myspace.com/elhombresinremedio"), "_blank"); }; } public function onMouseClickPage3(_arg1:MouseEvent):void{ if (_arg1.currentTarget == faceFreecreationgames){ navigateToURL(new URLRequest("http://www.freecreationgames.net"), "_blank"); }; } public function initScreen(_arg1:Array):void{ } } }//package menu._02_credits
Section 40
//cMC_Shop (menu._03_shop.cMC_Shop) package menu._03_shop { import flash.display.*; import flash.events.*; import flash.text.*; import common.*; public class cMC_Shop extends MovieClip implements IScreenItem { public var m_beisbolStickSelected:MovieClip; public var m_beisbolSticks:Array; public var slotStickEquipped0:MovieClip; public var beisbolStick0:MovieClip; public var beisbolStick1:MovieClip; public var beisbolStick3:MovieClip; public var beisbolStick4:MovieClip; public var slotStickEquipped1:MovieClip; public var beisbolStick2:MovieClip; public var mcBarRecoveryTime:MovieClip; public var slotStick5:MovieClip; public var slotStick0:MovieClip; public var slotStick3:MovieClip; public var slotStick1:MovieClip; public var m_beisbolStickIndex:Number; public var instTextType:TextField; public var beisbolStick5:MovieClip; public var btnNext:btn_Next; public var slotStick4:MovieClip; public var m_zombieBall:ZombieBall; public var m_slotsSticks:Array; public var m_btn_Next:SimpleButton; public var mcBarSpeed:MovieClip; public var m_mcBarSpeed:MovieClip; public var textExplanationBat:TextField; public var slotStick2:MovieClip; public var m_textExplanationBat:TextField; public var m_slotsEquipped:Array; public var m_mcBarRecoveryTime:MovieClip; public var m_instTextType:TextField; public static var EXPLANATION_BATS:Array = ["This is the less powerful bat, but it's the only one to CUT THE ZOMBIE'S HEAD and get more score", "This bat will go through the zombies' body. The recovery time for the next hit is bigger than normal bat, but not too much", "This bat will freeze for a long time the zombies. The recovery time for the next hit grows", "This bat will burn in the hell the zombies. Again the recovery time is not good so be precise in the hit", "With this bat you will make a beautiful explosion that can damage several zombies", "The ultimate human invention, all the nuclear power in your hands"]; public function cMC_Shop(_arg1:ZombieBall){ var _local2:int; var _local3:MovieClip; var _local4:MovieClip; var _local5:MovieClip; var _local6:MovieClip; var _local7:MovieClip; super(); addFrameScript(0, frame1); m_zombieBall = _arg1; m_textExplanationBat = TextField(getChildByName("textExplanationBat")); m_textExplanationBat.text = ""; m_slotsSticks = new Array(); m_slotsSticks.push(MovieClip(getChildByName("slotStick0"))); m_slotsSticks.push(MovieClip(getChildByName("slotStick1"))); m_slotsSticks.push(MovieClip(getChildByName("slotStick2"))); m_slotsSticks.push(MovieClip(getChildByName("slotStick3"))); m_slotsSticks.push(MovieClip(getChildByName("slotStick4"))); m_slotsSticks.push(MovieClip(getChildByName("slotStick5"))); m_slotsEquipped = new Array(); m_slotsEquipped.push(MovieClip(getChildByName("slotStickEquipped0"))); m_slotsEquipped.push(MovieClip(getChildByName("slotStickEquipped1"))); m_beisbolSticks = new Array(); _local2 = 0; while (_local2 < 6) { _local3 = MovieClip(getChildByName(("beisbolStick" + _local2))); m_beisbolSticks.push(_local3); m_beisbolSticks[_local2].addEventListener(MouseEvent.MOUSE_DOWN, $onMouseDown); m_beisbolSticks[_local2].addEventListener(MouseEvent.MOUSE_UP, $onMouseUp); m_beisbolSticks[_local2].addEventListener(MouseEvent.MOUSE_OVER, $onMouseOver); m_beisbolSticks[_local2].addEventListener(MouseEvent.MOUSE_OUT, $onMouseOut); switch (_local2){ case Define.STICK_1: _local3.gotoAndStop("enabled"); _local3.buttonMode = true; break; case Define.STICK_2: if ((((m_zombieBall.m_level > 0)) || (Define.ENABLE_ALL_STICKS))){ _local3.gotoAndStop("enabled"); _local3.buttonMode = true; } else { _local3.gotoAndStop("disabled"); _local3.buttonMode = false; }; break; case Define.STICK_3: if ((((m_zombieBall.m_level > 3)) || (Define.ENABLE_ALL_STICKS))){ _local3.gotoAndStop("enabled"); _local3.buttonMode = true; } else { _local3.gotoAndStop("disabled"); _local3.buttonMode = false; }; break; case Define.STICK_4: if ((((m_zombieBall.m_level > 6)) || (Define.ENABLE_ALL_STICKS))){ _local3.gotoAndStop("enabled"); _local3.buttonMode = true; } else { _local3.gotoAndStop("disabled"); _local3.buttonMode = false; }; break; case Define.STICK_5: if ((((m_zombieBall.m_level > 10)) || (Define.ENABLE_ALL_STICKS))){ _local3.gotoAndStop("enabled"); _local3.buttonMode = true; } else { _local3.gotoAndStop("disabled"); _local3.buttonMode = false; }; break; case Define.STICK_6: if ((((m_zombieBall.m_level > 12)) || (Define.ENABLE_ALL_STICKS))){ _local3.gotoAndStop("enabled"); _local3.buttonMode = true; } else { _local3.gotoAndStop("disabled"); _local3.buttonMode = false; }; break; }; _local2++; }; if (m_zombieBall.m_typeStickA != -1){ _local4 = MovieClip(m_slotsEquipped[0]); _local5 = MovieClip(m_beisbolSticks[m_zombieBall.m_typeStickA]); _local5.x = ((_local4.x + (_local4.width / 2)) - (_local5.width / 2)); _local5.y = ((_local4.y + (_local4.height / 2)) - (_local5.height / 2)); }; if (m_zombieBall.m_typeStickB != -1){ _local6 = MovieClip(m_slotsEquipped[1]); _local7 = MovieClip(m_beisbolSticks[m_zombieBall.m_typeStickB]); _local7.x = ((_local6.x + (_local6.width / 2)) - (_local7.width / 2)); _local7.y = ((_local6.y + (_local6.height / 2)) - (_local7.height / 2)); }; m_instTextType = TextField(getChildByName("instTextType")); m_mcBarSpeed = MovieClip(getChildByName("mcBarSpeed")); m_mcBarRecoveryTime = MovieClip(getChildByName("mcBarRecoveryTime")); m_instTextType.text = "NONE"; m_mcBarSpeed.gotoAndStop(1); m_mcBarRecoveryTime.gotoAndStop(1); m_btn_Next = SimpleButton(getChildByName("btnNext")); m_btn_Next.addEventListener(MouseEvent.CLICK, onMouseClick); } public function onMouseClick(_arg1:MouseEvent):void{ if (_arg1.target == m_btn_Next){ m_zombieBall.changeState(ZombieBall.STATE_GAME_UPGRADE); }; } public function $onMouseDown(_arg1:MouseEvent):void{ var _local2:*; var _local3:MovieClip; var _local4:MovieClip; var _local5:MovieClip; _local2 = 0; while (_local2 < m_beisbolSticks.length) { _local3 = MovieClip(m_beisbolSticks[_local2]); if (_local3.buttonMode == true){ if (_arg1.currentTarget == _local3){ m_beisbolStickSelected = _local3; m_beisbolStickIndex = _local2; m_beisbolStickSelected.startDrag(); _local4 = MovieClip(m_slotsEquipped[0]); if (_local4.hitTestObject(m_beisbolStickSelected)){ m_zombieBall.m_typeStickA = -1; }; _local5 = MovieClip(m_slotsEquipped[1]); if (_local5.hitTestObject(m_beisbolStickSelected)){ m_zombieBall.m_typeStickB = -1; }; }; }; _local2++; }; } public function showStickCharacteristics(_arg1:int):void{ m_textExplanationBat.text = EXPLANATION_BATS[_arg1]; switch (_arg1){ case Define.STICK_1: m_instTextType.text = "BAT NORMAL"; m_mcBarSpeed.gotoAndStop(5); m_mcBarRecoveryTime.gotoAndStop(2); break; case Define.STICK_2: m_instTextType.text = "BAT DRILLER"; m_mcBarSpeed.gotoAndStop(7); m_mcBarRecoveryTime.gotoAndStop(5); break; case Define.STICK_3: m_instTextType.text = "BAT ICE"; m_mcBarSpeed.gotoAndStop(5); m_mcBarRecoveryTime.gotoAndStop(5); break; case Define.STICK_4: m_instTextType.text = "BAT FIRE"; m_mcBarSpeed.gotoAndStop(9); m_mcBarRecoveryTime.gotoAndStop(8); break; case Define.STICK_5: m_instTextType.text = "BAT EXPLOSION"; m_mcBarSpeed.gotoAndStop(12); m_mcBarRecoveryTime.gotoAndStop(10); break; case Define.STICK_6: m_instTextType.text = "BAT NUCLEAR"; m_mcBarSpeed.gotoAndStop(16); m_mcBarRecoveryTime.gotoAndStop(16); break; }; } public function freeResources():void{ try { m_btn_Next.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; } public function $onMouseOver(_arg1:MouseEvent):void{ var _local2:*; var _local3:MovieClip; if (m_beisbolStickSelected != null){ showStickCharacteristics(m_beisbolStickIndex); } else { _local2 = 0; while (_local2 < m_beisbolSticks.length) { _local3 = MovieClip(m_beisbolSticks[_local2]); if (_local3.buttonMode == true){ if (_arg1.currentTarget == _local3){ showStickCharacteristics(_local2); }; }; _local2++; }; }; } public function $onMouseUp(_arg1:MouseEvent):void{ var _local2:Boolean; var _local3:MovieClip; var _local4:MovieClip; var _local5:MovieClip; if (m_beisbolStickSelected != null){ _local2 = true; m_beisbolStickSelected.stopDrag(); _local3 = MovieClip(m_slotsEquipped[0]); if (_local3.hitTestObject(m_beisbolStickSelected)){ if (m_zombieBall.m_typeStickA == -1){ m_zombieBall.m_typeStickA = m_beisbolStickIndex; m_beisbolStickSelected.x = ((_local3.x + (_local3.width / 2)) - (m_beisbolStickSelected.width / 2)); m_beisbolStickSelected.y = ((_local3.y + (_local3.height / 2)) - (m_beisbolStickSelected.height / 2)); _local2 = false; }; }; _local4 = MovieClip(m_slotsEquipped[1]); if (_local4.hitTestObject(m_beisbolStickSelected)){ if (m_zombieBall.m_typeStickB == -1){ m_zombieBall.m_typeStickB = m_beisbolStickIndex; m_beisbolStickSelected.x = ((_local4.x + (_local4.width / 2)) - (m_beisbolStickSelected.width / 2)); m_beisbolStickSelected.y = ((_local4.y + (_local4.height / 2)) - (m_beisbolStickSelected.height / 2)); _local2 = false; }; }; if (_local2){ _local5 = MovieClip(m_slotsSticks[m_beisbolStickIndex]); m_beisbolStickSelected.x = ((_local5.x + (_local5.width / 2)) - (m_beisbolStickSelected.width / 2)); m_beisbolStickSelected.y = ((_local5.y + (_local5.height / 2)) - (m_beisbolStickSelected.height / 2)); }; }; m_beisbolStickSelected = null; m_beisbolStickIndex = -1; } public function $onMouseOut(_arg1:MouseEvent):void{ if (m_beisbolStickSelected != null){ showStickCharacteristics(m_beisbolStickIndex); } else { m_instTextType.text = "NONE"; m_mcBarSpeed.gotoAndStop(1); m_mcBarRecoveryTime.gotoAndStop(1); }; } public function initScreen(_arg1:Array):void{ } function frame1(){ stop(); } } }//package menu._03_shop
Section 41
//cMC_Upgrade (menu._03_shop.cMC_Upgrade) package menu._03_shop { import flash.display.*; import flash.events.*; import flash.text.*; import sounds.*; import upgrade.*; public class cMC_Upgrade extends MovieClip implements IScreenItem { public var frequenceBarEnergy:MovieClip; public var m_recoveryBarEnergy:MovieClip; public var m_frequenceBarEnergy:MovieClip; public var strengthBtnUpgrade:gameClip_Upgrade_Add; public var m_zombieBall:ZombieBall; public var recoveryBarEnergy:MovieClip; public var m_strengthBtnUpgrade:SimpleButton; public var recoveryBtnUpgrade:gameClip_Upgrade_Add; public var frequenceBtnUpgrade:gameClip_Upgrade_Add; public var strengthBarEnergy:MovieClip; public var m_recoveryBtnUpgrade:SimpleButton; public var gamePlayer:MovieClip; public var btnPlay:SimpleButton; public var m_frequenceBtnUpgrade:SimpleButton; public var instTextUnlocks:TextField; public var m_instTextUnlocks:TextField; public var m_strengthBarEnergy:MovieClip; public var m_btn_Play:SimpleButton; public function cMC_Upgrade(_arg1:ZombieBall){ addFrameScript(0, frame1); m_zombieBall = _arg1; m_instTextUnlocks = TextField(getChildByName("instTextUnlocks")); gamePlayer.gotoAndStop("taunt"); m_strengthBarEnergy = MovieClip(getChildByName("strengthBarEnergy")); m_recoveryBarEnergy = MovieClip(getChildByName("recoveryBarEnergy")); m_frequenceBarEnergy = MovieClip(getChildByName("frequenceBarEnergy")); m_strengthBarEnergy.gotoAndStop((m_zombieBall.m_playerStrength + 1)); m_recoveryBarEnergy.gotoAndStop((m_zombieBall.m_playerRecovery + 1)); m_frequenceBarEnergy.gotoAndStop((m_zombieBall.m_playerFrequence + 1)); m_strengthBtnUpgrade = SimpleButton(getChildByName("strengthBtnUpgrade")); m_recoveryBtnUpgrade = SimpleButton(getChildByName("recoveryBtnUpgrade")); m_frequenceBtnUpgrade = SimpleButton(getChildByName("frequenceBtnUpgrade")); m_strengthBtnUpgrade.addEventListener(MouseEvent.CLICK, onMouseClick); m_recoveryBtnUpgrade.addEventListener(MouseEvent.CLICK, onMouseClick); m_frequenceBtnUpgrade.addEventListener(MouseEvent.CLICK, onMouseClick); m_instTextUnlocks.text = ("" + m_zombieBall.m_unlocksAvailableScore); m_btn_Play = SimpleButton(getChildByName("btnPlay")); m_btn_Play.addEventListener(MouseEvent.CLICK, onMouseClick); } public function onMouseClick(_arg1:MouseEvent):void{ if (m_zombieBall.m_unlocksAvailableScore > 0){ if ((((_arg1.currentTarget == m_strengthBtnUpgrade)) && ((m_zombieBall.m_playerStrength < 9)))){ m_zombieBall.m_unlocksAvailableScore--; m_zombieBall.playGameSound(SoundsGame.SOUNDS_FX_POWERUP, 1); m_zombieBall.m_playerStrength++; m_strengthBarEnergy.gotoAndStop((m_zombieBall.m_playerStrength + 1)); }; if ((((_arg1.currentTarget == m_recoveryBtnUpgrade)) && ((m_zombieBall.m_playerRecovery < 9)))){ m_zombieBall.m_unlocksAvailableScore--; m_zombieBall.playGameSound(SoundsGame.SOUNDS_FX_POWERUP, 1); m_zombieBall.m_playerRecovery++; m_recoveryBarEnergy.gotoAndStop((m_zombieBall.m_playerRecovery + 1)); }; if ((((_arg1.currentTarget == m_frequenceBtnUpgrade)) && ((m_zombieBall.m_playerFrequence < 9)))){ m_zombieBall.m_unlocksAvailableScore--; m_zombieBall.playGameSound(SoundsGame.SOUNDS_FX_POWERUP, 1); m_zombieBall.m_playerFrequence++; m_frequenceBarEnergy.gotoAndStop((m_zombieBall.m_playerFrequence + 1)); }; m_instTextUnlocks.text = ("" + m_zombieBall.m_unlocksAvailableScore); }; if (_arg1.currentTarget == m_btn_Play){ m_zombieBall.changeState(ZombieBall.STATE_GAME_RUN); }; } public function freeResources():void{ try { m_btn_Play.removeEventListener(MouseEvent.CLICK, onMouseClick); } catch(err:Error) { }; } public function initScreen(_arg1:Array):void{ m_zombieBall.playGameSound(SoundsGame.SOUNDS_UPGRADE, 1); } function frame1(){ stop(); } } }//package menu._03_shop
Section 42
//clipLogo (miscelanea.clipLogo) package miscelanea { import flash.display.*; public dynamic class clipLogo extends MovieClip { public function clipLogo(){ addFrameScript(242, frame243); } function frame243(){ MovieClip(root).gotoAndStop("main"); stop(); } } }//package miscelanea
Section 43
//Sound_BackgroundZombies (sounds.Sound_BackgroundZombies) package sounds { import flash.media.*; public class Sound_BackgroundZombies extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 44
//Sound_CartelFall (sounds.Sound_CartelFall) package sounds { import flash.media.*; public class Sound_CartelFall extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 45
//Sound_Driller (sounds.Sound_Driller) package sounds { import flash.media.*; public class Sound_Driller extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 46
//Sound_End (sounds.Sound_End) package sounds { import flash.media.*; public class Sound_End extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 47
//Sound_Explosion (sounds.Sound_Explosion) package sounds { import flash.media.*; public class Sound_Explosion extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 48
//Sound_Fire (sounds.Sound_Fire) package sounds { import flash.media.*; public class Sound_Fire extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 49
//Sound_FX_Alleluya (sounds.Sound_FX_Alleluya) package sounds { import flash.media.*; public class Sound_FX_Alleluya extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 50
//Sound_FX_Explosion (sounds.Sound_FX_Explosion) package sounds { import flash.media.*; public class Sound_FX_Explosion extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 51
//Sound_FX_Nuclear (sounds.Sound_FX_Nuclear) package sounds { import flash.media.*; public class Sound_FX_Nuclear extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 52
//Sound_FX_PowerUp (sounds.Sound_FX_PowerUp) package sounds { import flash.media.*; public class Sound_FX_PowerUp extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 53
//Sound_FxSelection (sounds.Sound_FxSelection) package sounds { import flash.media.*; public class Sound_FxSelection extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 54
//Sound_GameOver (sounds.Sound_GameOver) package sounds { import flash.media.*; public class Sound_GameOver extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 55
//Sound_Ice (sounds.Sound_Ice) package sounds { import flash.media.*; public class Sound_Ice extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 56
//Sound_MelodyMenu (sounds.Sound_MelodyMenu) package sounds { import flash.media.*; public class Sound_MelodyMenu extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 57
//Sound_NewCombo (sounds.Sound_NewCombo) package sounds { import flash.media.*; public class Sound_NewCombo extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 58
//Sound_NormalHit (sounds.Sound_NormalHit) package sounds { import flash.media.*; public class Sound_NormalHit extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 59
//Sound_Nuclear (sounds.Sound_Nuclear) package sounds { import flash.media.*; public class Sound_Nuclear extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 60
//Sound_Presentation (sounds.Sound_Presentation) package sounds { import flash.media.*; public class Sound_Presentation extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 61
//Sound_Upgrade (sounds.Sound_Upgrade) package sounds { import flash.media.*; public class Sound_Upgrade extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 62
//Sound_WithoutHead (sounds.Sound_WithoutHead) package sounds { import flash.media.*; public class Sound_WithoutHead extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 63
//Sound_ZombieScream (sounds.Sound_ZombieScream) package sounds { import flash.media.*; public class Sound_ZombieScream extends Sound { public var sound:SoundChannel; public function playSound(_arg1:Number){ sound = play(0, _arg1); } public function stopSound(){ sound.stop(); } } }//package sounds
Section 64
//SoundsGame (sounds.SoundsGame) package sounds { import common.*; public class SoundsGame { public var m_soundEnabled:Boolean; public var m_indexCurrentSound:Number; public var m_sounds:Array; public static var SOUNDS_EXPLOSION:Number = 4; public static var SOUNDS_FX_NUCLEAR:Number = 18; public static var SOUNDS_GAME_OVER:Number = 14; public static var SOUNDS_END:Number = 11; public static var SOUNDS_UPGRADE:Number = 13; public static var SOUNDS_SELECTION:Number = 1; public static var SOUNDS_NUCLEAR:Number = 7; public static var SOUNDS_ALLELUYA:Number = 16; public static var SOUNDS_FIRE:Number = 6; public static var SOUNDS_MELODY_MENU:Number = 0; public static var SOUNDS_NEW_COMBO:Number = 20; public static var SOUNDS_FX_EXPLOSION:Number = 17; public static var SOUNDS_ZOMBIE_SCREAM:Number = 10; public static var SOUNDS_ICE:Number = 5; public static var SOUNDS_WITHOUT_HEAD:Number = 8; public static var SOUNDS_DRILLER:Number = 3; public static var SOUNDS_PRESENTATION:Number = 12; public static var SOUNDS_BACKGROUND_ZOMBIES:Number = 9; public static var SOUNDS_NORMALHIT:Number = 2; public static var SOUNDS_FX_POWERUP:Number = 19; public static var SOUNDS_CARTEL_FALL:Number = 15; public function SoundsGame(){ m_sounds = new Array(); m_indexCurrentSound = -1; m_soundEnabled = true; loadGameSound(SOUNDS_MELODY_MENU); loadGameSound(SOUNDS_SELECTION); loadGameSound(SOUNDS_NORMALHIT); loadGameSound(SOUNDS_DRILLER); loadGameSound(SOUNDS_EXPLOSION); loadGameSound(SOUNDS_ICE); loadGameSound(SOUNDS_FIRE); loadGameSound(SOUNDS_NUCLEAR); loadGameSound(SOUNDS_WITHOUT_HEAD); loadGameSound(SOUNDS_BACKGROUND_ZOMBIES); loadGameSound(SOUNDS_ZOMBIE_SCREAM); loadGameSound(SOUNDS_END); loadGameSound(SOUNDS_PRESENTATION); loadGameSound(SOUNDS_UPGRADE); loadGameSound(SOUNDS_GAME_OVER); loadGameSound(SOUNDS_CARTEL_FALL); loadGameSound(SOUNDS_ALLELUYA); loadGameSound(SOUNDS_FX_EXPLOSION); loadGameSound(SOUNDS_FX_NUCLEAR); loadGameSound(SOUNDS_FX_POWERUP); loadGameSound(SOUNDS_NEW_COMBO); } public function stopGameSound(_arg1:Number){ var p_index = _arg1; try { switch (p_index){ case SOUNDS_MELODY_MENU: Sound_MelodyMenu(m_sounds[SOUNDS_MELODY_MENU]).stopSound(); break; case SOUNDS_SELECTION: Sound_FxSelection(m_sounds[SOUNDS_SELECTION]).stopSound(); break; case SOUNDS_NORMALHIT: Sound_NormalHit(m_sounds[SOUNDS_NORMALHIT]).stopSound(); break; case SOUNDS_DRILLER: Sound_Driller(m_sounds[SOUNDS_DRILLER]).stopSound(); break; case SOUNDS_EXPLOSION: Sound_Explosion(m_sounds[SOUNDS_EXPLOSION]).stopSound(); break; case SOUNDS_ICE: Sound_Ice(m_sounds[SOUNDS_ICE]).stopSound(); break; case SOUNDS_FIRE: Sound_Fire(m_sounds[SOUNDS_FIRE]).stopSound(); break; case SOUNDS_NUCLEAR: Sound_Nuclear(m_sounds[SOUNDS_NUCLEAR]).stopSound(); break; case SOUNDS_WITHOUT_HEAD: Sound_WithoutHead(m_sounds[SOUNDS_WITHOUT_HEAD]).stopSound(); break; case SOUNDS_BACKGROUND_ZOMBIES: Sound_BackgroundZombies(m_sounds[SOUNDS_BACKGROUND_ZOMBIES]).stopSound(); break; case SOUNDS_ZOMBIE_SCREAM: Sound_ZombieScream(m_sounds[SOUNDS_ZOMBIE_SCREAM]).stopSound(); break; case SOUNDS_END: Sound_End(m_sounds[SOUNDS_END]).stopSound(); break; case SOUNDS_PRESENTATION: Sound_Presentation(m_sounds[SOUNDS_PRESENTATION]).stopSound(); break; case SOUNDS_UPGRADE: Sound_Upgrade(m_sounds[SOUNDS_UPGRADE]).stopSound(); break; case SOUNDS_GAME_OVER: Sound_GameOver(m_sounds[SOUNDS_GAME_OVER]).stopSound(); break; case SOUNDS_CARTEL_FALL: Sound_CartelFall(m_sounds[SOUNDS_CARTEL_FALL]).stopSound(); break; case SOUNDS_ALLELUYA: Sound_FX_Alleluya(m_sounds[SOUNDS_ALLELUYA]).stopSound(); break; case SOUNDS_FX_EXPLOSION: Sound_FX_Explosion(m_sounds[SOUNDS_FX_EXPLOSION]).stopSound(); break; case SOUNDS_FX_NUCLEAR: Sound_FX_Nuclear(m_sounds[SOUNDS_FX_NUCLEAR]).stopSound(); break; case SOUNDS_FX_POWERUP: Sound_FX_PowerUp(m_sounds[SOUNDS_FX_POWERUP]).stopSound(); break; case SOUNDS_NEW_COMBO: Sound_NewCombo(m_sounds[SOUNDS_NEW_COMBO]).stopSound(); break; }; } catch(err:Error) { if (Define.DEBUG_GENERAL){ trace(((("SoundsGame. Error en sound(" + p_index) + ")=") + err.toString())); }; }; } public function playGameSound(_arg1:Number, _arg2:Number){ m_indexCurrentSound = _arg1; if (m_soundEnabled){ switch (_arg1){ case SOUNDS_MELODY_MENU: Sound_MelodyMenu(m_sounds[SOUNDS_MELODY_MENU]).playSound(_arg2); break; case SOUNDS_SELECTION: Sound_FxSelection(m_sounds[SOUNDS_SELECTION]).playSound(_arg2); break; case SOUNDS_NORMALHIT: Sound_NormalHit(m_sounds[SOUNDS_NORMALHIT]).playSound(_arg2); break; case SOUNDS_DRILLER: Sound_Driller(m_sounds[SOUNDS_DRILLER]).playSound(_arg2); break; case SOUNDS_EXPLOSION: Sound_Explosion(m_sounds[SOUNDS_EXPLOSION]).playSound(_arg2); break; case SOUNDS_ICE: Sound_Ice(m_sounds[SOUNDS_ICE]).playSound(_arg2); break; case SOUNDS_FIRE: Sound_Fire(m_sounds[SOUNDS_FIRE]).playSound(_arg2); break; case SOUNDS_NUCLEAR: Sound_Nuclear(m_sounds[SOUNDS_NUCLEAR]).playSound(_arg2); break; case SOUNDS_WITHOUT_HEAD: Sound_WithoutHead(m_sounds[SOUNDS_WITHOUT_HEAD]).playSound(_arg2); break; case SOUNDS_BACKGROUND_ZOMBIES: Sound_BackgroundZombies(m_sounds[SOUNDS_BACKGROUND_ZOMBIES]).playSound(_arg2); break; case SOUNDS_ZOMBIE_SCREAM: Sound_ZombieScream(m_sounds[SOUNDS_ZOMBIE_SCREAM]).playSound(_arg2); break; case SOUNDS_END: Sound_End(m_sounds[SOUNDS_END]).playSound(_arg2); break; case SOUNDS_PRESENTATION: Sound_Presentation(m_sounds[SOUNDS_PRESENTATION]).playSound(_arg2); break; case SOUNDS_UPGRADE: Sound_Upgrade(m_sounds[SOUNDS_UPGRADE]).playSound(_arg2); break; case SOUNDS_GAME_OVER: Sound_GameOver(m_sounds[SOUNDS_GAME_OVER]).playSound(_arg2); break; case SOUNDS_CARTEL_FALL: Sound_CartelFall(m_sounds[SOUNDS_CARTEL_FALL]).playSound(_arg2); break; case SOUNDS_ALLELUYA: Sound_FX_Alleluya(m_sounds[SOUNDS_ALLELUYA]).playSound(_arg2); break; case SOUNDS_FX_EXPLOSION: Sound_FX_Explosion(m_sounds[SOUNDS_FX_EXPLOSION]).playSound(_arg2); break; case SOUNDS_FX_NUCLEAR: Sound_FX_Nuclear(m_sounds[SOUNDS_FX_NUCLEAR]).playSound(_arg2); break; case SOUNDS_FX_POWERUP: Sound_FX_PowerUp(m_sounds[SOUNDS_FX_POWERUP]).playSound(_arg2); break; case SOUNDS_NEW_COMBO: Sound_NewCombo(m_sounds[SOUNDS_NEW_COMBO]).playSound(_arg2); break; }; }; } public function stopAllGameSounds(){ var _local1:*; _local1 = 0; while (_local1 < m_sounds.length) { stopGameSound(_local1); _local1++; }; } public function loadGameSound(_arg1:Number){ switch (_arg1){ case SOUNDS_MELODY_MENU: m_sounds.push(new Sound_MelodyMenu()); break; case SOUNDS_SELECTION: m_sounds.push(new Sound_FxSelection()); break; case SOUNDS_NORMALHIT: m_sounds.push(new Sound_NormalHit()); break; case SOUNDS_DRILLER: m_sounds.push(new Sound_Driller()); break; case SOUNDS_EXPLOSION: m_sounds.push(new Sound_Explosion()); break; case SOUNDS_ICE: m_sounds.push(new Sound_Ice()); break; case SOUNDS_FIRE: m_sounds.push(new Sound_Fire()); break; case SOUNDS_NUCLEAR: m_sounds.push(new Sound_Nuclear()); break; case SOUNDS_WITHOUT_HEAD: m_sounds.push(new Sound_WithoutHead()); break; case SOUNDS_BACKGROUND_ZOMBIES: m_sounds.push(new Sound_BackgroundZombies()); break; case SOUNDS_ZOMBIE_SCREAM: m_sounds.push(new Sound_ZombieScream()); break; case SOUNDS_END: m_sounds.push(new Sound_End()); break; case SOUNDS_PRESENTATION: m_sounds.push(new Sound_Presentation()); break; case SOUNDS_UPGRADE: m_sounds.push(new Sound_Upgrade()); break; case SOUNDS_GAME_OVER: m_sounds.push(new Sound_GameOver()); break; case SOUNDS_CARTEL_FALL: m_sounds.push(new Sound_CartelFall()); break; case SOUNDS_ALLELUYA: m_sounds.push(new Sound_FX_Alleluya()); break; case SOUNDS_FX_EXPLOSION: m_sounds.push(new Sound_FX_Explosion()); break; case SOUNDS_FX_NUCLEAR: m_sounds.push(new Sound_FX_Nuclear()); break; case SOUNDS_FX_POWERUP: m_sounds.push(new Sound_FX_PowerUp()); break; case SOUNDS_NEW_COMBO: m_sounds.push(new Sound_NewCombo()); break; }; } } }//package sounds
Section 65
//gameClip_Upgrade_Add (upgrade.gameClip_Upgrade_Add) package upgrade { import flash.display.*; public dynamic class gameClip_Upgrade_Add extends SimpleButton { } }//package upgrade
Section 66
//ag_intro_mc_8 (Zombie_Baseball_fla.ag_intro_mc_8) package Zombie_Baseball_fla { import flash.display.*; public dynamic class ag_intro_mc_8 extends MovieClip { public function ag_intro_mc_8(){ addFrameScript(0, frame1, 217, frame218); } function frame218(){ MovieClip(root).gotoAndStop("logo"); } function frame1(){ gotoAndPlay(2); } } }//package Zombie_Baseball_fla
Section 67
//ball_collision_explosion_540 (Zombie_Baseball_fla.ball_collision_explosion_540) package Zombie_Baseball_fla { import flash.display.*; public dynamic class ball_collision_explosion_540 extends MovieClip { public function ball_collision_explosion_540(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 68
//ball_collision_fire_535 (Zombie_Baseball_fla.ball_collision_fire_535) package Zombie_Baseball_fla { import flash.display.*; public dynamic class ball_collision_fire_535 extends MovieClip { public function ball_collision_fire_535(){ addFrameScript(4, frame5); } function frame5(){ stop(); } } }//package Zombie_Baseball_fla
Section 69
//ball_collision_nuclear_554 (Zombie_Baseball_fla.ball_collision_nuclear_554) package Zombie_Baseball_fla { import flash.display.*; public dynamic class ball_collision_nuclear_554 extends MovieClip { public function ball_collision_nuclear_554(){ addFrameScript(14, frame15); } function frame15(){ stop(); } } }//package Zombie_Baseball_fla
Section 70
//btnSound_119 (Zombie_Baseball_fla.btnSound_119) package Zombie_Baseball_fla { import flash.display.*; public dynamic class btnSound_119 extends MovieClip { public function btnSound_119(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 71
//gameHeadTutorial_575 (Zombie_Baseball_fla.gameHeadTutorial_575) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameHeadTutorial_575 extends MovieClip { public function gameHeadTutorial_575(){ addFrameScript(0, frame1); } function frame1(){ } } }//package Zombie_Baseball_fla
Section 72
//gamePlayer_45 (Zombie_Baseball_fla.gamePlayer_45) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_45 extends MovieClip { public function gamePlayer_45(){ addFrameScript(0, frame1, 8, frame9, 17, frame18, 29, frame30, 40, frame41, 51, frame52, 61, frame62, 74, frame75, 86, frame87, 96, frame97); } function frame75(){ stop(); } function frame87(){ stop(); } function frame18(){ stop(); } function frame97(){ stop(); } function frame1(){ stop(); } function frame9(){ stop(); } function frame30(){ stop(); } function frame41(){ stop(); } function frame52(){ stop(); } function frame62(){ stop(); } } }//package Zombie_Baseball_fla
Section 73
//gamePlayer_Death_76 (Zombie_Baseball_fla.gamePlayer_Death_76) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_Death_76 extends MovieClip { public function gamePlayer_Death_76(){ addFrameScript(11, frame12); } function frame12(){ this.gotoAndPlay("repite_muerte"); } } }//package Zombie_Baseball_fla
Section 74
//gamePlayer_ThrowDriller_49 (Zombie_Baseball_fla.gamePlayer_ThrowDriller_49) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowDriller_49 extends MovieClip { public function gamePlayer_ThrowDriller_49(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 75
//gamePlayer_ThrowExplosion_62 (Zombie_Baseball_fla.gamePlayer_ThrowExplosion_62) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowExplosion_62 extends MovieClip { public function gamePlayer_ThrowExplosion_62(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 76
//gamePlayer_ThrowFire_55 (Zombie_Baseball_fla.gamePlayer_ThrowFire_55) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowFire_55 extends MovieClip { public function gamePlayer_ThrowFire_55(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 77
//gamePlayer_ThrowIce_54 (Zombie_Baseball_fla.gamePlayer_ThrowIce_54) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowIce_54 extends MovieClip { public function gamePlayer_ThrowIce_54(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 78
//gamePlayer_ThrowNormal_48 (Zombie_Baseball_fla.gamePlayer_ThrowNormal_48) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowNormal_48 extends MovieClip { public function gamePlayer_ThrowNormal_48(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 79
//gamePlayer_ThrowNuclear_68 (Zombie_Baseball_fla.gamePlayer_ThrowNuclear_68) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gamePlayer_ThrowNuclear_68 extends MovieClip { public function gamePlayer_ThrowNuclear_68(){ addFrameScript(8, frame9); } function frame9(){ stop(); } } }//package Zombie_Baseball_fla
Section 80
//gameThrower_118 (Zombie_Baseball_fla.gameThrower_118) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameThrower_118 extends MovieClip { public function gameThrower_118(){ addFrameScript(0, frame1, 8, frame9, 35, frame36, 36, frame37); } function frame1(){ stop(); } function frame9(){ stop(); } function frame36(){ stop(); } function frame37(){ stop(); } } }//package Zombie_Baseball_fla
Section 81
//gameZombie1_Death_Explosion_158 (Zombie_Baseball_fla.gameZombie1_Death_Explosion_158) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Explosion_158 extends MovieClip { public function gameZombie1_Death_Explosion_158(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 82
//gameZombie1_Death_Fire_156 (Zombie_Baseball_fla.gameZombie1_Death_Fire_156) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Fire_156 extends MovieClip { public function gameZombie1_Death_Fire_156(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 83
//gameZombie1_Death_Ice_154 (Zombie_Baseball_fla.gameZombie1_Death_Ice_154) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Ice_154 extends MovieClip { public function gameZombie1_Death_Ice_154(){ addFrameScript(34, frame35); } function frame35(){ stop(); } } }//package Zombie_Baseball_fla
Section 84
//gameZombie1_Death_Normal_149 (Zombie_Baseball_fla.gameZombie1_Death_Normal_149) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Normal_149 extends MovieClip { public function gameZombie1_Death_Normal_149(){ addFrameScript(51, frame52); } function frame52(){ stop(); } } }//package Zombie_Baseball_fla
Section 85
//gameZombie1_Death_Nuclear_160 (Zombie_Baseball_fla.gameZombie1_Death_Nuclear_160) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Nuclear_160 extends MovieClip { public function gameZombie1_Death_Nuclear_160(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 86
//gameZombie1_Death_Without_head_152 (Zombie_Baseball_fla.gameZombie1_Death_Without_head_152) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Death_Without_head_152 extends MovieClip { public function gameZombie1_Death_Without_head_152(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 87
//gameZombie1_Eat_142 (Zombie_Baseball_fla.gameZombie1_Eat_142) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Eat_142 extends MovieClip { public function gameZombie1_Eat_142(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 88
//gameZombie1_Impact_Ice_144 (Zombie_Baseball_fla.gameZombie1_Impact_Ice_144) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Impact_Ice_144 extends MovieClip { public function gameZombie1_Impact_Ice_144(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 89
//gameZombie1_Impact_Normal_143 (Zombie_Baseball_fla.gameZombie1_Impact_Normal_143) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie1_Impact_Normal_143 extends MovieClip { public function gameZombie1_Impact_Normal_143(){ addFrameScript(34, frame35); } function frame35(){ stop(); } } }//package Zombie_Baseball_fla
Section 90
//gameZombie10_Death_Explosion_512 (Zombie_Baseball_fla.gameZombie10_Death_Explosion_512) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Death_Explosion_512 extends MovieClip { public function gameZombie10_Death_Explosion_512(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 91
//gameZombie10_Death_Fire_511 (Zombie_Baseball_fla.gameZombie10_Death_Fire_511) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Death_Fire_511 extends MovieClip { public function gameZombie10_Death_Fire_511(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 92
//gameZombie10_Death_Ice_509 (Zombie_Baseball_fla.gameZombie10_Death_Ice_509) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Death_Ice_509 extends MovieClip { public function gameZombie10_Death_Ice_509(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 93
//gameZombie10_Death_Normal_504 (Zombie_Baseball_fla.gameZombie10_Death_Normal_504) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Death_Normal_504 extends MovieClip { public function gameZombie10_Death_Normal_504(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 94
//gameZombie10_Death_Nuclear_514 (Zombie_Baseball_fla.gameZombie10_Death_Nuclear_514) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Death_Nuclear_514 extends MovieClip { public function gameZombie10_Death_Nuclear_514(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 95
//gameZombie10_Eat_485 (Zombie_Baseball_fla.gameZombie10_Eat_485) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Eat_485 extends MovieClip { public function gameZombie10_Eat_485(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 96
//gameZombie10_Impact_Ice_487 (Zombie_Baseball_fla.gameZombie10_Impact_Ice_487) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Impact_Ice_487 extends MovieClip { public function gameZombie10_Impact_Ice_487(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 97
//gameZombie10_Impact_Normal_486 (Zombie_Baseball_fla.gameZombie10_Impact_Normal_486) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie10_Impact_Normal_486 extends MovieClip { public function gameZombie10_Impact_Normal_486(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 98
//gameZombie2_Death_Explosion_205 (Zombie_Baseball_fla.gameZombie2_Death_Explosion_205) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Explosion_205 extends MovieClip { public function gameZombie2_Death_Explosion_205(){ addFrameScript(46, frame47); } function frame47(){ stop(); } } }//package Zombie_Baseball_fla
Section 99
//gameZombie2_Death_Fire_203 (Zombie_Baseball_fla.gameZombie2_Death_Fire_203) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Fire_203 extends MovieClip { public function gameZombie2_Death_Fire_203(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 100
//gameZombie2_Death_Ice_201 (Zombie_Baseball_fla.gameZombie2_Death_Ice_201) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Ice_201 extends MovieClip { public function gameZombie2_Death_Ice_201(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 101
//gameZombie2_Death_Normal_196 (Zombie_Baseball_fla.gameZombie2_Death_Normal_196) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Normal_196 extends MovieClip { public function gameZombie2_Death_Normal_196(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 102
//gameZombie2_Death_Nuclear_207 (Zombie_Baseball_fla.gameZombie2_Death_Nuclear_207) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Nuclear_207 extends MovieClip { public function gameZombie2_Death_Nuclear_207(){ addFrameScript(48, frame49); } function frame49(){ stop(); } } }//package Zombie_Baseball_fla
Section 103
//gameZombie2_Death_Without_head_199 (Zombie_Baseball_fla.gameZombie2_Death_Without_head_199) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Death_Without_head_199 extends MovieClip { public function gameZombie2_Death_Without_head_199(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 104
//gameZombie2_Eat_177 (Zombie_Baseball_fla.gameZombie2_Eat_177) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Eat_177 extends MovieClip { public function gameZombie2_Eat_177(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 105
//gameZombie2_Impact_Ice_179 (Zombie_Baseball_fla.gameZombie2_Impact_Ice_179) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Impact_Ice_179 extends MovieClip { public function gameZombie2_Impact_Ice_179(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 106
//gameZombie2_Impact_Normal_178 (Zombie_Baseball_fla.gameZombie2_Impact_Normal_178) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie2_Impact_Normal_178 extends MovieClip { public function gameZombie2_Impact_Normal_178(){ addFrameScript(34, frame35); } function frame35(){ stop(); } } }//package Zombie_Baseball_fla
Section 107
//gameZombie3_Death_Explosion_252 (Zombie_Baseball_fla.gameZombie3_Death_Explosion_252) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Explosion_252 extends MovieClip { public function gameZombie3_Death_Explosion_252(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 108
//gameZombie3_Death_Fire_250 (Zombie_Baseball_fla.gameZombie3_Death_Fire_250) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Fire_250 extends MovieClip { public function gameZombie3_Death_Fire_250(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 109
//gameZombie3_Death_Ice_248 (Zombie_Baseball_fla.gameZombie3_Death_Ice_248) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Ice_248 extends MovieClip { public function gameZombie3_Death_Ice_248(){ addFrameScript(32, frame33); } function frame33(){ stop(); } } }//package Zombie_Baseball_fla
Section 110
//gameZombie3_Death_Normal_243 (Zombie_Baseball_fla.gameZombie3_Death_Normal_243) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Normal_243 extends MovieClip { public function gameZombie3_Death_Normal_243(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 111
//gameZombie3_Death_Nuclear_254 (Zombie_Baseball_fla.gameZombie3_Death_Nuclear_254) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Nuclear_254 extends MovieClip { public function gameZombie3_Death_Nuclear_254(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 112
//gameZombie3_Death_Without_head_246 (Zombie_Baseball_fla.gameZombie3_Death_Without_head_246) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Death_Without_head_246 extends MovieClip { public function gameZombie3_Death_Without_head_246(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 113
//gameZombie3_Eat_224 (Zombie_Baseball_fla.gameZombie3_Eat_224) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Eat_224 extends MovieClip { public function gameZombie3_Eat_224(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 114
//gameZombie3_Impact_Ice_226 (Zombie_Baseball_fla.gameZombie3_Impact_Ice_226) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Impact_Ice_226 extends MovieClip { public function gameZombie3_Impact_Ice_226(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 115
//gameZombie3_Impact_Normal_225 (Zombie_Baseball_fla.gameZombie3_Impact_Normal_225) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie3_Impact_Normal_225 extends MovieClip { public function gameZombie3_Impact_Normal_225(){ addFrameScript(34, frame35); } function frame35(){ stop(); } } }//package Zombie_Baseball_fla
Section 116
//gameZombie4_Death_Explosion_298 (Zombie_Baseball_fla.gameZombie4_Death_Explosion_298) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Explosion_298 extends MovieClip { public function gameZombie4_Death_Explosion_298(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 117
//gameZombie4_Death_Fire_297 (Zombie_Baseball_fla.gameZombie4_Death_Fire_297) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Fire_297 extends MovieClip { public function gameZombie4_Death_Fire_297(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 118
//gameZombie4_Death_Ice_295 (Zombie_Baseball_fla.gameZombie4_Death_Ice_295) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Ice_295 extends MovieClip { public function gameZombie4_Death_Ice_295(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 119
//gameZombie4_Death_Normal_290 (Zombie_Baseball_fla.gameZombie4_Death_Normal_290) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Normal_290 extends MovieClip { public function gameZombie4_Death_Normal_290(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 120
//gameZombie4_Death_Nuclear_300 (Zombie_Baseball_fla.gameZombie4_Death_Nuclear_300) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Nuclear_300 extends MovieClip { public function gameZombie4_Death_Nuclear_300(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 121
//gameZombie4_Death_Without_head_293 (Zombie_Baseball_fla.gameZombie4_Death_Without_head_293) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Death_Without_head_293 extends MovieClip { public function gameZombie4_Death_Without_head_293(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 122
//gameZombie4_Eat_271 (Zombie_Baseball_fla.gameZombie4_Eat_271) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Eat_271 extends MovieClip { public function gameZombie4_Eat_271(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 123
//gameZombie4_Impact_Ice_273 (Zombie_Baseball_fla.gameZombie4_Impact_Ice_273) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Impact_Ice_273 extends MovieClip { public function gameZombie4_Impact_Ice_273(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 124
//gameZombie4_Impact_Normal_272 (Zombie_Baseball_fla.gameZombie4_Impact_Normal_272) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie4_Impact_Normal_272 extends MovieClip { public function gameZombie4_Impact_Normal_272(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 125
//gameZombie5_Deat10_Without_head_507 (Zombie_Baseball_fla.gameZombie5_Deat10_Without_head_507) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Deat10_Without_head_507 extends MovieClip { public function gameZombie5_Deat10_Without_head_507(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 126
//gameZombie5_Death_Explosion_344 (Zombie_Baseball_fla.gameZombie5_Death_Explosion_344) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Explosion_344 extends MovieClip { public function gameZombie5_Death_Explosion_344(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 127
//gameZombie5_Death_Fire_343 (Zombie_Baseball_fla.gameZombie5_Death_Fire_343) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Fire_343 extends MovieClip { public function gameZombie5_Death_Fire_343(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 128
//gameZombie5_Death_Ice_341 (Zombie_Baseball_fla.gameZombie5_Death_Ice_341) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Ice_341 extends MovieClip { public function gameZombie5_Death_Ice_341(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 129
//gameZombie5_Death_Normal_336 (Zombie_Baseball_fla.gameZombie5_Death_Normal_336) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Normal_336 extends MovieClip { public function gameZombie5_Death_Normal_336(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 130
//gameZombie5_Death_Nuclear_346 (Zombie_Baseball_fla.gameZombie5_Death_Nuclear_346) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Nuclear_346 extends MovieClip { public function gameZombie5_Death_Nuclear_346(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 131
//gameZombie5_Death_Without_head_339 (Zombie_Baseball_fla.gameZombie5_Death_Without_head_339) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Death_Without_head_339 extends MovieClip { public function gameZombie5_Death_Without_head_339(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 132
//gameZombie5_Eat_317 (Zombie_Baseball_fla.gameZombie5_Eat_317) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Eat_317 extends MovieClip { public function gameZombie5_Eat_317(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 133
//gameZombie5_Impact_Ice_319 (Zombie_Baseball_fla.gameZombie5_Impact_Ice_319) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Impact_Ice_319 extends MovieClip { public function gameZombie5_Impact_Ice_319(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 134
//gameZombie5_Impact_Normal_318 (Zombie_Baseball_fla.gameZombie5_Impact_Normal_318) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie5_Impact_Normal_318 extends MovieClip { public function gameZombie5_Impact_Normal_318(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 135
//gameZombie6_Death_Explosion_360 (Zombie_Baseball_fla.gameZombie6_Death_Explosion_360) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Explosion_360 extends MovieClip { public function gameZombie6_Death_Explosion_360(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 136
//gameZombie6_Death_Fire_359 (Zombie_Baseball_fla.gameZombie6_Death_Fire_359) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Fire_359 extends MovieClip { public function gameZombie6_Death_Fire_359(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 137
//gameZombie6_Death_Ice_358 (Zombie_Baseball_fla.gameZombie6_Death_Ice_358) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Ice_358 extends MovieClip { public function gameZombie6_Death_Ice_358(){ addFrameScript(0, frame1, 18, frame19); } function frame1(){ stop(); } function frame19(){ stop(); } } }//package Zombie_Baseball_fla
Section 138
//gameZombie6_Death_Normal_356 (Zombie_Baseball_fla.gameZombie6_Death_Normal_356) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Normal_356 extends MovieClip { public function gameZombie6_Death_Normal_356(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 139
//gameZombie6_Death_Nuclear_361 (Zombie_Baseball_fla.gameZombie6_Death_Nuclear_361) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Nuclear_361 extends MovieClip { public function gameZombie6_Death_Nuclear_361(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 140
//gameZombie6_Death_Without_head_357 (Zombie_Baseball_fla.gameZombie6_Death_Without_head_357) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Death_Without_head_357 extends MovieClip { public function gameZombie6_Death_Without_head_357(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 141
//gameZombie6_Impact_Ice_352 (Zombie_Baseball_fla.gameZombie6_Impact_Ice_352) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Impact_Ice_352 extends MovieClip { public function gameZombie6_Impact_Ice_352(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 142
//gameZombie6_Impact_Normal_351 (Zombie_Baseball_fla.gameZombie6_Impact_Normal_351) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie6_Impact_Normal_351 extends MovieClip { public function gameZombie6_Impact_Normal_351(){ addFrameScript(29, frame30); } function frame30(){ stop(); } } }//package Zombie_Baseball_fla
Section 143
//gameZombie7_Death_Explosion_375 (Zombie_Baseball_fla.gameZombie7_Death_Explosion_375) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Explosion_375 extends MovieClip { public function gameZombie7_Death_Explosion_375(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 144
//gameZombie7_Death_Fire_374 (Zombie_Baseball_fla.gameZombie7_Death_Fire_374) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Fire_374 extends MovieClip { public function gameZombie7_Death_Fire_374(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 145
//gameZombie7_Death_Ice_373 (Zombie_Baseball_fla.gameZombie7_Death_Ice_373) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Ice_373 extends MovieClip { public function gameZombie7_Death_Ice_373(){ addFrameScript(0, frame1, 18, frame19); } function frame1(){ stop(); } function frame19(){ stop(); } } }//package Zombie_Baseball_fla
Section 146
//gameZombie7_Death_Normal_371 (Zombie_Baseball_fla.gameZombie7_Death_Normal_371) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Normal_371 extends MovieClip { public function gameZombie7_Death_Normal_371(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 147
//gameZombie7_Death_Nuclear_376 (Zombie_Baseball_fla.gameZombie7_Death_Nuclear_376) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Nuclear_376 extends MovieClip { public function gameZombie7_Death_Nuclear_376(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 148
//gameZombie7_Death_Without_head_372 (Zombie_Baseball_fla.gameZombie7_Death_Without_head_372) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Death_Without_head_372 extends MovieClip { public function gameZombie7_Death_Without_head_372(){ addFrameScript(59, frame60); } function frame60(){ stop(); } } }//package Zombie_Baseball_fla
Section 149
//gameZombie7_Impact_Ice_367 (Zombie_Baseball_fla.gameZombie7_Impact_Ice_367) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Impact_Ice_367 extends MovieClip { public function gameZombie7_Impact_Ice_367(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 150
//gameZombie7_Impact_Normal_366 (Zombie_Baseball_fla.gameZombie7_Impact_Normal_366) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie7_Impact_Normal_366 extends MovieClip { public function gameZombie7_Impact_Normal_366(){ addFrameScript(29, frame30); } function frame30(){ stop(); } } }//package Zombie_Baseball_fla
Section 151
//gameZombie8_Death_Explosion_420 (Zombie_Baseball_fla.gameZombie8_Death_Explosion_420) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Explosion_420 extends MovieClip { public function gameZombie8_Death_Explosion_420(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 152
//gameZombie8_Death_Fire_419 (Zombie_Baseball_fla.gameZombie8_Death_Fire_419) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Fire_419 extends MovieClip { public function gameZombie8_Death_Fire_419(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 153
//gameZombie8_Death_Ice_417 (Zombie_Baseball_fla.gameZombie8_Death_Ice_417) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Ice_417 extends MovieClip { public function gameZombie8_Death_Ice_417(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 154
//gameZombie8_Death_Normal_412 (Zombie_Baseball_fla.gameZombie8_Death_Normal_412) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Normal_412 extends MovieClip { public function gameZombie8_Death_Normal_412(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 155
//gameZombie8_Death_Nuclear_422 (Zombie_Baseball_fla.gameZombie8_Death_Nuclear_422) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Nuclear_422 extends MovieClip { public function gameZombie8_Death_Nuclear_422(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 156
//gameZombie8_Death_Without_head_415 (Zombie_Baseball_fla.gameZombie8_Death_Without_head_415) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Death_Without_head_415 extends MovieClip { public function gameZombie8_Death_Without_head_415(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 157
//gameZombie8_Eat_393 (Zombie_Baseball_fla.gameZombie8_Eat_393) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Eat_393 extends MovieClip { public function gameZombie8_Eat_393(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 158
//gameZombie8_Impact_Ice_395 (Zombie_Baseball_fla.gameZombie8_Impact_Ice_395) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Impact_Ice_395 extends MovieClip { public function gameZombie8_Impact_Ice_395(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 159
//gameZombie8_Impact_Normal_394 (Zombie_Baseball_fla.gameZombie8_Impact_Normal_394) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie8_Impact_Normal_394 extends MovieClip { public function gameZombie8_Impact_Normal_394(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 160
//gameZombie9_Death_Explosion_466 (Zombie_Baseball_fla.gameZombie9_Death_Explosion_466) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Explosion_466 extends MovieClip { public function gameZombie9_Death_Explosion_466(){ addFrameScript(50, frame51); } function frame51(){ stop(); } } }//package Zombie_Baseball_fla
Section 161
//gameZombie9_Death_Fire_465 (Zombie_Baseball_fla.gameZombie9_Death_Fire_465) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Fire_465 extends MovieClip { public function gameZombie9_Death_Fire_465(){ addFrameScript(54, frame55); } function frame55(){ stop(); } } }//package Zombie_Baseball_fla
Section 162
//gameZombie9_Death_Ice_463 (Zombie_Baseball_fla.gameZombie9_Death_Ice_463) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Ice_463 extends MovieClip { public function gameZombie9_Death_Ice_463(){ addFrameScript(30, frame31); } function frame31(){ stop(); } } }//package Zombie_Baseball_fla
Section 163
//gameZombie9_Death_Normal_458 (Zombie_Baseball_fla.gameZombie9_Death_Normal_458) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Normal_458 extends MovieClip { public function gameZombie9_Death_Normal_458(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 164
//gameZombie9_Death_Nuclear_468 (Zombie_Baseball_fla.gameZombie9_Death_Nuclear_468) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Nuclear_468 extends MovieClip { public function gameZombie9_Death_Nuclear_468(){ addFrameScript(53, frame54); } function frame54(){ stop(); } } }//package Zombie_Baseball_fla
Section 165
//gameZombie9_Death_Without_head_461 (Zombie_Baseball_fla.gameZombie9_Death_Without_head_461) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Death_Without_head_461 extends MovieClip { public function gameZombie9_Death_Without_head_461(){ addFrameScript(52, frame53); } function frame53(){ stop(); } } }//package Zombie_Baseball_fla
Section 166
//gameZombie9_Eat_439 (Zombie_Baseball_fla.gameZombie9_Eat_439) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Eat_439 extends MovieClip { public function gameZombie9_Eat_439(){ addFrameScript(14, frame15); } function frame15(){ this.gotoAndPlay("bluce_comer"); } } }//package Zombie_Baseball_fla
Section 167
//gameZombie9_Impact_Ice_441 (Zombie_Baseball_fla.gameZombie9_Impact_Ice_441) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Impact_Ice_441 extends MovieClip { public function gameZombie9_Impact_Ice_441(){ addFrameScript(10, frame11); } function frame11(){ stop(); } } }//package Zombie_Baseball_fla
Section 168
//gameZombie9_Impact_Normal_440 (Zombie_Baseball_fla.gameZombie9_Impact_Normal_440) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gameZombie9_Impact_Normal_440 extends MovieClip { public function gameZombie9_Impact_Normal_440(){ addFrameScript(31, frame32); } function frame32(){ stop(); } } }//package Zombie_Baseball_fla
Section 169
//gotas1_16 (Zombie_Baseball_fla.gotas1_16) package Zombie_Baseball_fla { import flash.display.*; public dynamic class gotas1_16 extends MovieClip { public function gotas1_16(){ addFrameScript(384, frame385); } function frame385(){ stop(); } } }//package Zombie_Baseball_fla
Section 170
//logo_menu2_30 (Zombie_Baseball_fla.logo_menu2_30) package Zombie_Baseball_fla { import flash.display.*; public dynamic class logo_menu2_30 extends MovieClip { public function logo_menu2_30(){ addFrameScript(99, frame100); } function frame100(){ this.gotoAndPlay("bucle_logo"); } } }//package Zombie_Baseball_fla
Section 171
//MainTimeline (Zombie_Baseball_fla.MainTimeline) package Zombie_Baseball_fla { import flash.display.*; public dynamic class MainTimeline extends MovieClip { public var zombieBall:ZombieBall; public function MainTimeline(){ addFrameScript(0, frame1, 9, frame10, 19, frame20, 29, frame30, 39, frame40, 46, frame47, 54, frame55); } function frame10(){ stop(); } function frame1(){ stop(); } function frame20(){ stop(); } function frame30(){ stop(); } function frame40(){ stop(); } function frame47(){ stop(); } function frame55(){ zombieBall = new ZombieBall(); addChild(zombieBall); stop(); } } }//package Zombie_Baseball_fla
Section 172
//mc_BarEnergy_80 (Zombie_Baseball_fla.mc_BarEnergy_80) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_BarEnergy_80 extends MovieClip { public function mc_BarEnergy_80(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 173
//mc_BarEnergyHundred_43 (Zombie_Baseball_fla.mc_BarEnergyHundred_43) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_BarEnergyHundred_43 extends MovieClip { public function mc_BarEnergyHundred_43(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 174
//mc_beisbolStick0_81 (Zombie_Baseball_fla.mc_beisbolStick0_81) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick0_81 extends MovieClip { public function mc_beisbolStick0_81(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 175
//mc_beisbolStick1_82 (Zombie_Baseball_fla.mc_beisbolStick1_82) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick1_82 extends MovieClip { public function mc_beisbolStick1_82(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 176
//mc_beisbolStick2_85 (Zombie_Baseball_fla.mc_beisbolStick2_85) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick2_85 extends MovieClip { public function mc_beisbolStick2_85(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 177
//mc_beisbolStick3_89 (Zombie_Baseball_fla.mc_beisbolStick3_89) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick3_89 extends MovieClip { public function mc_beisbolStick3_89(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 178
//mc_beisbolStick4_92 (Zombie_Baseball_fla.mc_beisbolStick4_92) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick4_92 extends MovieClip { public function mc_beisbolStick4_92(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 179
//mc_beisbolStick5_96 (Zombie_Baseball_fla.mc_beisbolStick5_96) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_beisbolStick5_96 extends MovieClip { public function mc_beisbolStick5_96(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ stop(); } function frame1(){ stop(); } } }//package Zombie_Baseball_fla
Section 180
//mc_LoaderGame_99 (Zombie_Baseball_fla.mc_LoaderGame_99) package Zombie_Baseball_fla { import flash.display.*; public dynamic class mc_LoaderGame_99 extends MovieClip { public function mc_LoaderGame_99(){ addFrameScript(0, frame1, 19, frame20, 39, frame40); } function frame1(){ stop(); } function frame20(){ stop(); } function frame40(){ stop(); } } }//package Zombie_Baseball_fla
Section 181
//SOUND_23 (Zombie_Baseball_fla.SOUND_23) package Zombie_Baseball_fla { import flash.display.*; public dynamic class SOUND_23 extends MovieClip { public function SOUND_23(){ addFrameScript(0, frame1, 9, frame10, 19, frame20, 28, frame29); } function frame10(){ stop(); } function frame1(){ stop(); } function frame29(){ stop(); } function frame20(){ stop(); } } }//package Zombie_Baseball_fla
Section 182
//tutorial_titleGoForBroke_588 (Zombie_Baseball_fla.tutorial_titleGoForBroke_588) package Zombie_Baseball_fla { import flash.display.*; public dynamic class tutorial_titleGoForBroke_588 extends MovieClip { public function tutorial_titleGoForBroke_588(){ addFrameScript(58, frame59); } function frame59(){ MovieClip(parent).gotoAndPlay("dissapear"); } } }//package Zombie_Baseball_fla
Section 183
//tutorial_titlePlayer_576 (Zombie_Baseball_fla.tutorial_titlePlayer_576) package Zombie_Baseball_fla { import flash.display.*; public dynamic class tutorial_titlePlayer_576 extends MovieClip { public function tutorial_titlePlayer_576(){ addFrameScript(58, frame59); } function frame59(){ MovieClip(parent).gotoAndPlay("zombie"); } } }//package Zombie_Baseball_fla
Section 184
//tutorial_titleThrower_582 (Zombie_Baseball_fla.tutorial_titleThrower_582) package Zombie_Baseball_fla { import flash.display.*; public dynamic class tutorial_titleThrower_582 extends MovieClip { public function tutorial_titleThrower_582(){ addFrameScript(58, frame59); } function frame59(){ MovieClip(parent).gotoAndPlay("ball"); } } }//package Zombie_Baseball_fla
Section 185
//tutorial_titleWaitAndHit_584 (Zombie_Baseball_fla.tutorial_titleWaitAndHit_584) package Zombie_Baseball_fla { import flash.display.*; public dynamic class tutorial_titleWaitAndHit_584 extends MovieClip { public function tutorial_titleWaitAndHit_584(){ addFrameScript(172, frame173); } function frame173(){ MovieClip(parent).gotoAndPlay("ball_hit"); } } }//package Zombie_Baseball_fla
Section 186
//tutorial_titleZombie_580 (Zombie_Baseball_fla.tutorial_titleZombie_580) package Zombie_Baseball_fla { import flash.display.*; public dynamic class tutorial_titleZombie_580 extends MovieClip { public function tutorial_titleZombie_580(){ addFrameScript(58, frame59); } function frame59(){ MovieClip(parent).gotoAndPlay("thrower"); } } }//package Zombie_Baseball_fla
Section 187
//tutorialBackground_574 (Zombie_Baseball_fla.tutorialBackground_574) package Zombie_Baseball_fla { import flash.display.*; import engine.*; import sounds.*; public dynamic class tutorialBackground_574 extends MovieClip { public var gameZombie1:cZombie1; public var gameLevel:cGameLevel; public function tutorialBackground_574(){ addFrameScript(0, frame1, 18, frame19, 117, frame118, 118, frame119, 138, frame139, 222, frame223); } function frame223(){ MovieClip(parent).gotoAndPlay("goForBroke"); stop(); } function frame19(){ stop(); } function frame1(){ stop(); stop(); } function frame118(){ MovieClip(parent).gotoAndStop("info_ball_wait_and_hit"); stop(); } function frame119(){ MovieClip(MovieClip(getChildByName("gameLevel")).getChildByName("instGamePlayer")).gotoAndStop("throw_normal"); cTutorial(parent).m_zombieBall.playGameSound(SoundsGame.SOUNDS_NORMALHIT, 0); } function frame139(){ MovieClip(getChildByName("gameZombie1")).gotoAndStop("death_without_head"); cTutorial(parent).m_zombieBall.playGameSound(SoundsGame.SOUNDS_ZOMBIE_SCREAM, 0); } } }//package Zombie_Baseball_fla
Section 188
//btn_Next (btn_Next) package { import flash.display.*; public dynamic class btn_Next extends SimpleButton { } }//package
Section 189
//cBtn_Back (cBtn_Back) package { import flash.display.*; public dynamic class cBtn_Back extends SimpleButton { } }//package
Section 190
//cGameLevel (cGameLevel) package { import flash.display.*; import flash.text.*; public dynamic class cGameLevel extends MovieClip { public var btnPause:SimpleButton; public var mcBarMeter:MovieClip; public var txtHeadCombo:TextField; public var instTextDay:TextField; public var btnSound:MovieClip; public var instGamePlayer:MovieClip; public var instTextBalls:TextField; public var instTextPlayerLevel:TextField; public var gameThrower:MovieClip; public var instTextScore:TextField; public var gameBackground:MovieClip; public var instTextHeads:TextField; public var instDistanceHeads:TextField; public function cGameLevel(){ addFrameScript(0, frame1); } function frame1(){ instGamePlayer.gotoAndStop("standby"); gameThrower.gotoAndStop("presentation"); stop(); } } }//package
Section 191
//cZombie1 (cZombie1) package { import flash.display.*; public dynamic class cZombie1 extends MovieClip { public function cZombie1(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 192
//cZombie10 (cZombie10) package { import flash.display.*; public dynamic class cZombie10 extends MovieClip { public function cZombie10(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 193
//cZombie2 (cZombie2) package { import flash.display.*; public dynamic class cZombie2 extends MovieClip { public function cZombie2(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 194
//cZombie3 (cZombie3) package { import flash.display.*; public dynamic class cZombie3 extends MovieClip { public function cZombie3(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 195
//cZombie4 (cZombie4) package { import flash.display.*; public dynamic class cZombie4 extends MovieClip { public function cZombie4(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 196
//cZombie5 (cZombie5) package { import flash.display.*; public dynamic class cZombie5 extends MovieClip { public function cZombie5(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 197
//cZombie6 (cZombie6) package { import flash.display.*; public dynamic class cZombie6 extends MovieClip { public function cZombie6(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 198
//cZombie7 (cZombie7) package { import flash.display.*; public dynamic class cZombie7 extends MovieClip { public function cZombie7(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 199
//cZombie8 (cZombie8) package { import flash.display.*; public dynamic class cZombie8 extends MovieClip { public function cZombie8(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 200
//cZombie9 (cZombie9) package { import flash.display.*; public dynamic class cZombie9 extends MovieClip { public function cZombie9(){ addFrameScript(0, frame1, 7, frame8, 13, frame14, 19, frame20, 31, frame32, 41, frame42, 51, frame52, 64, frame65, 76, frame77, 87, frame88, 102, frame103, 111, frame112, 120, frame121, 133, frame134, 145, frame146); } function frame65(){ stop(); } function frame77(){ stop(); } function frame88(){ stop(); } function frame14(){ stop(); } function frame1(){ stop(); } function frame103(){ stop(); } function frame8(){ stop(); } function frame20(){ stop(); } function frame112(){ stop(); } function frame32(){ stop(); } function frame42(){ stop(); } function frame121(){ stop(); } function frame134(){ stop(); } function frame52(){ stop(); } function frame146(){ stop(); } } }//package
Section 201
//focusRectSkin (focusRectSkin) package { import flash.display.*; public dynamic class focusRectSkin extends MovieClip { } }//package
Section 202
//gameLineAngle (gameLineAngle) package { import flash.display.*; public dynamic class gameLineAngle extends MovieClip { } }//package
Section 203
//IScreenItem (IScreenItem) package { public interface IScreenItem { function freeResources():void; function initScreen(_arg1:Array):void; } }//package
Section 204
//loadingBarProgress (loadingBarProgress) package { import flash.display.*; import flash.text.*; public dynamic class loadingBarProgress extends MovieClip { public var instMaskLoadingBarProgress:maskLoadingBarProgress; public var instText:TextField; } }//package
Section 205
//maskLoadingBarProgress (maskLoadingBarProgress) package { import flash.display.*; public dynamic class maskLoadingBarProgress extends MovieClip { } }//package
Section 206
//TextInput_disabledSkin (TextInput_disabledSkin) package { import flash.display.*; public dynamic class TextInput_disabledSkin extends MovieClip { } }//package
Section 207
//TextInput_upSkin (TextInput_upSkin) package { import flash.display.*; public dynamic class TextInput_upSkin extends MovieClip { } }//package
Section 208
//ZombieBall (ZombieBall) package { import flash.display.*; import flash.events.*; import engine.*; import flash.utils.*; import sounds.*; import common.*; import menu._00_main.*; import menu._01_help.*; import menu._02_credits.*; import menu._03_shop.*; import flash.ui.*; public class ZombieBall extends MovieClip { public var m_iterator:Number; public var m_maximumDistanceHead:Number; public var m_timer:Timer; public var m_timerToNewBallInitial:Number; public var m_counterToContinue:Number; public var m_soundManager:SoundsGame; public var m_level:int; public var m_state:Number; public var m_headsCut:int; public var m_lastState:Number; public var m_playerStrength:Number; public var m_playerLevel:int; public var m_buffer:Array; public var m_world:cWorld; public var m_unlocksAvailableScoreTOTAL:int; public var m_stateList:Array; public var m_unlocksAvailableScore:int; public var m_typeStickA:int; public var m_timeAcumulated:Number; public var m_currentComboHeads:int; public var m_playerRecovery:Number; public var m_playerFrequence:Number; public var m_score:Number; public var m_typeStickB:int; public var m_maxComboHeads:int; public static var STATE_GAME_UPGRADE:Number = 7; public static var STATE_GAME_LOAD:Number = 4; public static var STATE_MENU_CREDITS:Number = 3; public static var STATE_MENU_MAIN:Number = 1; public static var STATE_GAME_RUN:Number = 5; public static var ARRAY_SCORE:Array = [20, 40, 60, 80, 100, 130, 160, 190, 220, 260, 300, 340, 380, 420, 470, 520, 570, 620, 670, 800, 900, 1000, 1100, 1200, 1400, 1600, 1900, 3000, 3200, 3400, 4000, 5000]; public static var STATE_MENU_HELP:Number = 2; public static var STATE_GAME_SHOP:Number = 6; public static var STATE_INTRO_LOADING:Number = 0; public function ZombieBall(){ m_stateList = new Array(); m_state = -1; m_level = 0; m_timerToNewBallInitial = 6000; m_typeStickA = Define.STICK_1; m_typeStickB = -1; m_score = 0; m_unlocksAvailableScore = 0; m_unlocksAvailableScoreTOTAL = m_unlocksAvailableScore; m_playerLevel = 0; m_currentComboHeads = 0; m_maxComboHeads = 0; m_headsCut = 0; m_playerFrequence = 0; m_playerStrength = 0; m_playerRecovery = 0; m_maximumDistanceHead = 0; changeState(STATE_INTRO_LOADING); m_timer = new Timer(50, 0); m_timer.addEventListener(TimerEvent.TIMER, mainGameLogic); m_timer.start(); } public function showCurrentState(){ if (Define.DEBUG_GENERAL){ switch (m_state){ case STATE_INTRO_LOADING: trace("ZombieBall.m_state=STATE_INTRO_LOADING"); break; case STATE_MENU_MAIN: trace("ZombieBall.m_state=STATE_MENU_MAIN"); break; case STATE_MENU_HELP: trace("ZombieBall.m_state=STATE_MENU_HELP"); break; case STATE_MENU_CREDITS: trace("ZombieBall.m_state=STATE_MENU_CREDITS"); break; case STATE_GAME_LOAD: trace("ZombieBall.m_state=STATE_GAME_LOAD"); break; case STATE_GAME_RUN: trace("ZombieBall.m_state=STATE_GAME_RUN"); break; case STATE_GAME_SHOP: trace("ZombieBall.m_state=STATE_GAME_SHOP"); break; }; }; } public function getKeysPressedInGame(_arg1:KeyboardEvent):void{ if (m_state == STATE_GAME_RUN){ if (m_world != null){ if (m_world.m_state == cWorld.STATE_RUN_WAVE){ switch (_arg1.keyCode){ case 65: m_world.insertHitKey(cWorld.KEY_HITTED_A); break; case 83: m_world.insertHitKey(cWorld.KEY_HITTED_S); break; case Keyboard.ENTER: case Keyboard.SPACE: m_world.insertHitKey_NoCondition(cWorld.KEY_HITTED_PAUSE); break; }; }; }; }; } public function emptyFunction():void{ m_counterToContinue--; if (m_counterToContinue <= 0){ m_iterator = 98; }; } public function increaseScore(_arg1:Number):Boolean{ m_score = (m_score + _arg1); if (m_score > ARRAY_SCORE[m_playerLevel]){ m_unlocksAvailableScore++; m_unlocksAvailableScoreTOTAL++; m_playerLevel++; return (true); }; return (false); } public function deleteContentScreen(){ var totalToLook:Number; var indexToLook:Number; var refMenuItem:IScreenItem; try { totalToLook = this.numChildren; indexToLook = 0; while (totalToLook > 0) { try { refMenuItem = IScreenItem(this.getChildAt(indexToLook)); try { refMenuItem.freeResources(); } catch(error:Error) { trace(("deleteContentScreen: (B) Trying to free a non-IScreenItem" + error)); }; try { this.removeChild(this.getChildAt(indexToLook)); } catch(error:Error) { trace(("deleteContentScreen: Trying to removeChild error=" + error)); }; try { refMenuItem = null; } catch(error:Error) { trace(("deleteContentScreen: Trying to set to NULL error=" + error)); }; } catch(error:Error) { indexToLook = (indexToLook + 1); }; totalToLook = (totalToLook - 1); }; } catch(error:Error) { }; } public function stopGameSounds(){ if (m_soundManager != null){ m_soundManager.stopAllGameSounds(); }; } public function initScreenContent(){ var mainMenu:cMC_Main; var helpPages:cMC_Help; var creditsPages:cMC_Credits; var shopPage:cMC_Shop; var upgradePage:cMC_Upgrade; switch (m_state){ case STATE_MENU_MAIN: stopGameSounds(); mainMenu = new cMC_Main(this); mainMenu.initScreen(null); this.addChild(mainMenu); break; case STATE_MENU_HELP: helpPages = new cMC_Help(this); helpPages.initScreen(null); this.addChild(helpPages); break; case STATE_MENU_CREDITS: creditsPages = new cMC_Credits(this); creditsPages.initScreen(null); this.addChild(creditsPages); break; case STATE_GAME_RUN: stopGameSounds(); m_level++; m_world = new cWorld(this, m_timerToNewBallInitial, m_level); this.addChild(m_world); break; case STATE_GAME_SHOP: try { if (m_world != null){ this.removeChild(m_world); m_world = null; }; } catch(err:Error) { }; shopPage = new cMC_Shop(this); shopPage.initScreen(null); this.addChild(shopPage); break; case STATE_GAME_UPGRADE: upgradePage = new cMC_Upgrade(this); upgradePage.initScreen(null); this.addChild(upgradePage); break; }; } public function getKeysReleasedInGame(_arg1:KeyboardEvent):void{ } public function recoverLastState(){ m_iterator = 0; m_state = m_stateList[(m_stateList.length - 1)]; m_stateList.splice((m_stateList.length - 1), 1); deleteContentScreen(); showCurrentState(); initScreenContent(); } public function playGameSound(_arg1:Number, _arg2:Number){ if (m_soundManager != null){ m_soundManager.playGameSound(_arg1, _arg2); }; } public function changeState(_arg1:Number){ m_iterator = 0; if (m_state != -1){ m_lastState = m_state; m_stateList.push(new Number(m_state)); }; if (m_stateList.length > 10){ m_stateList.splice(0, 1); }; m_state = _arg1; deleteContentScreen(); showCurrentState(); initScreenContent(); } public function mainGameLogic(_arg1:TimerEvent):void{ if (m_iterator < 100){ m_iterator++; }; switch (m_state){ case STATE_INTRO_LOADING: switch (m_iterator){ case 1: m_soundManager = new SoundsGame(); stage.addEventListener(KeyboardEvent.KEY_DOWN, getKeysPressedInGame); stage.addEventListener(KeyboardEvent.KEY_UP, getKeysReleasedInGame); break; default: changeState(STATE_MENU_MAIN); break; }; break; case STATE_MENU_MAIN: switch (m_iterator){ case 1: m_level = Define.INITIAL_LEVEL; m_timerToNewBallInitial = 5000; m_typeStickA = Define.STICK_1; m_typeStickB = -1; m_score = Define.INITIAL_SCORE; m_unlocksAvailableScore = Define.INITIAL_UNLOCKS; m_unlocksAvailableScoreTOTAL = m_unlocksAvailableScore; m_playerLevel = Define.INITIAL_PLAYER_LEVEL; m_currentComboHeads = 0; m_maxComboHeads = 0; m_headsCut = 0; m_playerFrequence = 0; m_playerStrength = 0; m_playerRecovery = 0; m_maximumDistanceHead = 0; stopGameSounds(); playGameSound(SoundsGame.SOUNDS_MELODY_MENU, 0); break; }; break; case STATE_MENU_HELP: switch (m_iterator){ default: break; }; break; case STATE_MENU_CREDITS: switch (m_iterator){ default: break; }; break; case STATE_GAME_LOAD: switch (m_iterator){ default: break; }; break; case STATE_GAME_RUN: switch (m_iterator){ default: m_world.logic(); break; }; break; case STATE_GAME_SHOP: switch (m_iterator){ case 1: break; default: break; }; break; case STATE_GAME_UPGRADE: switch (m_iterator){ default: break; }; break; }; } public function getLastState():Number{ return (m_stateList[(m_stateList.length - 1)]); } } }//package

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:10
Symbol 3 MovieClip {fl.core.ComponentShim}Used by:10
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip {TextInput_disabledSkin}Uses:4Used by:10
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip {TextInput_upSkin}Uses:6Used by:10
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip {focusRectSkin}Uses:8Used by:10
Symbol 10 MovieClip {fl.controls.TextInput}Uses:2 3 5 7 9
Symbol 11 GraphicUsed by:396
Symbol 12 GraphicUsed by:203
Symbol 13 GraphicUsed by:26
Symbol 14 ShapeTweeningUsed by:26
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:26
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:26
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:26
Symbol 24 ShapeTweeningUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:13 14 18 21 23 24 25Used by:203
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClipUses:28Used by:203
Symbol 30 GraphicUsed by:46
Symbol 31 BitmapUsed by:32 33 34 35 36 392 1958 1976
Symbol 32 GraphicUses:31Used by:46
Symbol 33 GraphicUses:31Used by:46
Symbol 34 GraphicUses:31Used by:46
Symbol 35 GraphicUses:31Used by:46
Symbol 36 GraphicUses:31Used by:46
Symbol 37 GraphicUsed by:46
Symbol 38 GraphicUsed by:46
Symbol 39 GraphicUsed by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClip {Zombie_Baseball_fla.gameThrower_118}Uses:30 32 33 34 35 36 37 38 39 40 41 42 43 44 45Used by:203
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:47 48 49 50Used by:174
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 53Used by:174
Symbol 55 GraphicUsed by:63
Symbol 56 GraphicUsed by:63
Symbol 57 GraphicUsed by:63
Symbol 58 GraphicUsed by:63
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowNormal_48}Uses:55 56 57 58 59 60 61 62Used by:174 771
Symbol 64 GraphicUsed by:80
Symbol 65 GraphicUsed by:80
Symbol 66 GraphicUsed by:80
Symbol 67 GraphicUsed by:80
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:80 688
Symbol 70 GraphicUsed by:80
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:80 688
Symbol 73 GraphicUsed by:80
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:80
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:80 688
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowDriller_49}Uses:64 65 66 67 69 70 72 73 75 76 78 79Used by:174 771
Symbol 81 GraphicUsed by:90
Symbol 82 GraphicUsed by:90
Symbol 83 GraphicUsed by:90
Symbol 84 GraphicUsed by:90
Symbol 85 GraphicUsed by:90
Symbol 86 GraphicUsed by:90
Symbol 87 GraphicUsed by:90
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowIce_54}Uses:81 82 83 84 85 86 87 88 89Used by:174
Symbol 91 GraphicUsed by:111
Symbol 92 GraphicUsed by:111
Symbol 93 GraphicUsed by:111
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:111 266 283 372 383 696
Symbol 96 GraphicUsed by:111
Symbol 97 GraphicUsed by:98 829 973 1126 1275 1570 1711 1843
Symbol 98 MovieClipUses:97Used by:111 266 283 372 383 696
Symbol 99 GraphicUsed by:111
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:111 266 283 372 383 696
Symbol 102 GraphicUsed by:111
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:111 266 283 372 383 696
Symbol 105 GraphicUsed by:111
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:111 266 283 372 383 696
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111 266 283 372 383 696
Symbol 111 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowFire_55}Uses:91 92 93 95 96 98 99 101 102 104 105 107 108 110Used by:174
Symbol 112 GraphicUsed by:130
Symbol 113 GraphicUsed by:130
Symbol 114 GraphicUsed by:130
Symbol 115 GraphicUsed by:130
Symbol 116 GraphicUsed by:117 706 1961 1987
Symbol 117 MovieClipUses:116Used by:130
Symbol 118 GraphicUsed by:130
Symbol 119 GraphicUsed by:120 706 1961 1989
Symbol 120 MovieClipUses:119Used by:130
Symbol 121 GraphicUsed by:130
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:130
Symbol 124 GraphicUsed by:130
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:130
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:129 706 1961 2000
Symbol 129 MovieClipUses:128Used by:130
Symbol 130 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowExplosion_62}Uses:112 113 114 115 117 118 120 121 123 124 126 127 129Used by:174
Symbol 131 GraphicUsed by:153
Symbol 132 GraphicUsed by:153
Symbol 133 GraphicUsed by:134 846 990 1140 1289 1584 1726 1858
Symbol 134 MovieClipUses:133Used by:153 301 390 710
Symbol 135 GraphicUsed by:153
Symbol 136 GraphicUsed by:137 847 991 1141 1290 1585 1727 1859
Symbol 137 MovieClipUses:136Used by:153 301 390 710
Symbol 138 GraphicUsed by:153
Symbol 139 GraphicUsed by:140 849 993 1143 1292 1587 1729 1861
Symbol 140 MovieClipUses:139Used by:153 301 390 710
Symbol 141 GraphicUsed by:153
Symbol 142 GraphicUsed by:143 850 994 1144 1293 1588 1730 1862
Symbol 143 MovieClipUses:142Used by:153 301 390 710
Symbol 144 GraphicUsed by:153
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:153 301 390 710
Symbol 147 GraphicUsed by:153
Symbol 148 GraphicUsed by:149 854 998 1148 1297 1592 1734 1866
Symbol 149 MovieClipUses:148Used by:153 301 390 710
Symbol 150 GraphicUsed by:153
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:153
Symbol 153 MovieClip {Zombie_Baseball_fla.gamePlayer_ThrowNuclear_68}Uses:131 132 134 135 137 138 140 141 143 144 146 147 149 150 152Used by:174
Symbol 154 GraphicUsed by:168
Symbol 155 GraphicUsed by:168
Symbol 156 GraphicUsed by:168
Symbol 157 GraphicUsed by:168
Symbol 158 GraphicUsed by:168
Symbol 159 GraphicUsed by:168
Symbol 160 GraphicUsed by:168
Symbol 161 GraphicUsed by:168
Symbol 162 GraphicUsed by:168
Symbol 163 GraphicUsed by:168
Symbol 164 GraphicUsed by:168
Symbol 165 GraphicUsed by:168
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClip {Zombie_Baseball_fla.gamePlayer_Death_76}Uses:154 155 156 157 158 159 160 161 162 163 164 165 166 167Used by:174
Symbol 169 GraphicUsed by:173
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:169 170 171 172Used by:174
Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45}Uses:51 54 63 80 90 111 130 153 168 173Used by:203 650
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:203
Symbol 177 FontUsed by:178 179 180 181 182 185 186 187 188 189 198 199 202 400 404 407 410 417 419 422 428 429 435 441 448 548 553 558 562 567 572 582 585 588 589 590 591 592 593 594 595 597 601 602 603 607 611 612 613 614 618 619 624 628 644 645 646 647 648 649 652 653 654 655 656 678 679 680 681 712 716 724 725 726 728 730 733 736 738 741 742 745 751 752 753 754 755 757 760 761 762 766 767 768 769 770 785 786 787 2037
Symbol 178 TextUses:177Used by:203
Symbol 179 TextUses:177Used by:203
Symbol 180 TextUses:177Used by:203
Symbol 181 TextUses:177Used by:203
Symbol 182 TextUses:177Used by:203
Symbol 183 FontUsed by:184 428 429 448 601 602 611 613 614 618
Symbol 184 EditableTextUses:183Used by:203
Symbol 185 EditableTextUses:177Used by:203
Symbol 186 EditableTextUses:177Used by:203
Symbol 187 EditableTextUses:177Used by:203
Symbol 188 TextUses:177Used by:203
Symbol 189 EditableTextUses:177Used by:203
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClip {Zombie_Baseball_fla.btnSound_119}Uses:190 191Used by:203
Symbol 193 GraphicUsed by:197
Symbol 194 FontUsed by:195 658
Symbol 195 TextUses:194Used by:197
Symbol 196 GraphicUsed by:197
Symbol 197 ButtonUses:193 195 196Used by:203
Symbol 198 TextUses:177Used by:203
Symbol 199 EditableTextUses:177Used by:203
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:203
Symbol 202 EditableTextUses:177Used by:203
Symbol 203 MovieClip {cGameLevel}Uses:12 26 29 46 174 176 178 179 180 181 182 184 185 186 187 188 189 192 197 198 199 201 202Used by:396 2039
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClip {engine.cHitAngle}Uses:204Used by:396 2039
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClip {gameLineAngle}Uses:206Used by:396 2039
Symbol 208 GraphicUsed by:209 931
Symbol 209 MovieClipUses:208Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 212 GraphicUsed by:213 934
Symbol 213 MovieClipUses:212Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 216 GraphicUsed by:217 797
Symbol 217 MovieClipUses:216Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:236 245 260 263 266 283 301 316 343 372 383 390
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:236 245 260 263 266 283 301 316 372 383 390
Symbol 236 MovieClipUses:209 211 213 215 217 219 221 223 225 227 229 231 233 235Used by:391
Symbol 237 GraphicUsed by:245
Symbol 238 GraphicUsed by:245
Symbol 239 GraphicUsed by:245
Symbol 240 GraphicUsed by:245 821 962 1115 1264 1563 1703 1835
Symbol 241 GraphicUsed by:245 821 962 1115 1264 1563 1703 1835
Symbol 242 GraphicUsed by:245
Symbol 243 GraphicUsed by:245 821 962 1115 1264 1563 1703 1835
Symbol 244 GraphicUsed by:245 821 962 1115 1264 1563 1703 1835
Symbol 245 MovieClip {Zombie_Baseball_fla.gameZombie1_Eat_142}Uses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 237 238 239 240 241 242 243 244Used by:391
Symbol 246 GraphicUsed by:260 266 283 823 840 845 967 984 989 1120 1136 1139 1269 1285 1288 1565 1580 1583 1705 1722 1725 1837 1854 1857
Symbol 247 GraphicUsed by:260 266 823 840 967 984 1120 1136 1139 1269 1285 1288 1565 1580 1583 1705 1722 1725 1837 1854 1857
Symbol 248 GraphicUsed by:260 266 823 840 967 984 1120 1136 1139 1269 1285 1288 1565 1580 1583 1705 1722 1725 1837 1854 1857
Symbol 249 GraphicUsed by:260 266 823 840 967 984 1120 1136 1139 1269 1285 1288 1565 1580 1583 1705 1722 1725 1837 1854 1857
Symbol 250 GraphicUsed by:260 266 823 840 984 1136 1139 1285 1288 1580 1583 1722 1725 1854 1857
Symbol 251 GraphicUsed by:260 266 823 840 984 1136 1139 1285 1288 1580 1583 1722 1725 1854 1857
Symbol 252 GraphicUsed by:260 266 823 840 984 1136 1139 1285 1288 1580 1583 1722 1725 1854 1857
Symbol 253 GraphicUsed by:260 266 301 316 372 383 390 823 840 857 868 913 922 929 984 1001 1018 1064 1073 1080 1136 1139 1151 1167 1213 1222 1229 1285 1288 1301 1320 1367 1376 1383 1580 1583 1596 1607 1652 1661 1668 1722 1725 1738 1748 1784 1793 1800 1854 1857 1870 1880 1926 1935 1942
Symbol 254 GraphicUsed by:260 266 283 301 316 372 383 390 823 840 845 857 868 913 922 929 984 989 1001 1018 1064 1073 1080 1136 1139 1151 1167 1213 1222 1229 1285 1288 1301 1320 1367 1376 1383 1580 1583 1596 1607 1652 1661 1668 1722 1725 1738 1748 1784 1793 1800 1854 1857 1870 1880 1926 1935 1942
Symbol 255 GraphicUsed by:260
Symbol 256 GraphicUsed by:260 266 283 301 316 372 383 390 823 840 845 857 868 913 922 929 984 989 1001 1018 1064 1073 1080 1136 1139 1151 1167 1213 1222 1229 1285 1288 1301 1320 1367 1376 1383 1580 1583 1596 1607 1652 1661 1668 1722 1725 1738 1748 1784 1793 1800 1854 1857 1870 1880 1926 1935 1942
Symbol 257 GraphicUsed by:260 266 283 301 316 372 383 390 823 840 845 857 868 913 922 929 984 989 1001 1018 1064 1073 1080 1136 1139 1151 1167 1213 1222 1229 1285 1288 1301 1320 1367 1376 1383 1580 1583 1596 1607 1652 1661 1668 1722 1725 1738 1748 1784 1793 1800 1854 1857 1870 1880 1926 1935 1942
Symbol 258 GraphicUsed by:260 266 283 301 316 372 383 390 823 840 845 857 868 913 922 929 967 984 989 1001 1018 1064 1073 1080 1120 1136 1139 1151 1167 1213 1222 1229 1269 1285 1288 1301 1320 1367 1376 1383 1565 1580 1583 1596 1607 1652 1661 1668 1705 1722 1725 1738 1748 1784 1793 1800 1837 1854 1857 1870 1880 1926 1935 1942
Symbol 259 GraphicUsed by:260 266 283 301 316 372 383 390 823 840 845 857 868 913 922 929 967 984 989 1001 1018 1064 1073 1080 1120 1136 1139 1151 1167 1213 1222 1229 1269 1285 1288 1301 1320 1367 1376 1383 1565 1580 1583 1596 1607 1652 1661 1668 1705 1722 1725 1738 1748 1784 1793 1800 1837 1854 1857 1870 1880 1926 1935 1942
Symbol 260 MovieClip {Zombie_Baseball_fla.gameZombie1_Impact_Normal_143}Uses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 246 247 248 249 250 251 252 253 254 255 256 257 258 259Used by:391
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:263
Symbol 263 MovieClip {Zombie_Baseball_fla.gameZombie1_Impact_Ice_144}Uses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 262Used by:391
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 95 246 247 98 248 249 101 250 251 104 252 253 107 254 264 110 256 257 258 259 265Used by:391
Symbol 267 GraphicUsed by:283 845 989
Symbol 268 GraphicUsed by:283 845 989
Symbol 269 GraphicUsed by:283 845 989
Symbol 270 GraphicUsed by:283
Symbol 271 GraphicUsed by:283 845 989
Symbol 272 GraphicUsed by:283 845 989
Symbol 273 GraphicUsed by:283 845 989
Symbol 274 GraphicUsed by:283
Symbol 275 GraphicUsed by:283
Symbol 276 GraphicUsed by:283 845 989
Symbol 277 GraphicUsed by:283 845 989
Symbol 278 GraphicUsed by:283 845 989
Symbol 279 GraphicUsed by:283
Symbol 280 GraphicUsed by:283 845 989
Symbol 281 GraphicUsed by:283 845 989
Symbol 282 GraphicUsed by:283 301 316 343 372 845 857 868 882 913 989 1001 1018 1042 1064 1151 1167 1192 1213 1301 1320 1345 1367 1596 1607 1631 1652 1738 1748 1762 1784 1870 1880 1905 1926
Symbol 283 MovieClipUses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 95 246 267 98 268 269 101 270 271 104 272 273 107 254 274 110 256 257 258 259 275 276 277 278 279 280 281 282Used by:391
Symbol 284 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 285 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 286 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 287 GraphicUsed by:301
Symbol 288 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 289 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 290 GraphicUsed by:301 316 372 383 390 857 868 913 922 929 1001 1064 1073 1080 1151 1213 1222 1229 1301 1367 1376 1383 1596 1652 1661 1668 1738 1784 1793 1800 1870 1926 1935 1942
Symbol 291 GraphicUsed by:301
Symbol 292 GraphicUsed by:301
Symbol 293 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 294 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 295 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 296 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 297 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 298 GraphicUsed by:301
Symbol 299 GraphicUsed by:301 857 1001 1151 1301 1596 1738 1870
Symbol 300 GraphicUsed by:301 857 1001 1151
Symbol 301 MovieClipUses:209 211 213 215 217 219 221 223 225 227 229 231 233 235 284 134 285 286 137 287 288 140 289 290 143 253 254 146 291 256 149 257 258 259 292 293 294 295 296 297 298 299 300 282Used by:391
Symbol 302 GraphicUsed by:316
Symbol 303 GraphicUsed by:316
Symbol 304 GraphicUsed by:316 372 383 390 868 913 922 929 1018 1064 1073 1080 1167 1213 1222 1229 1320 1367 1376 1383 1607 1652 1661 1668 1748 1784 1793 1800 1880 1926 1935 1942
Symbol 305 GraphicUsed by:316
Symbol 306 GraphicUsed by:316 372 383 390 868 913 922 929 1018 1064 1073 1080 1167 1213 1222 1229 1367 1376 1383 1652 1661 1668 1784 1793 1800 1926 1935 1942
Symbol 307 GraphicUsed by:316
Symbol 308 GraphicUsed by:316 372 383 390 868 913 922 929 1018 1064 1073 1080 1167 1213 1222 1229 1367 1376 1383 1652 1661 1668 1784 1793 1800 1926 1935 1942
Symbol 309 GraphicUsed by:316
Symbol 310 GraphicUsed by:311 863 1013 1162 1315 1743 1875
Symbol 311 MovieClipUses:310Used by:316 343 372
Symbol 312 GraphicUsed by:316
Symbol 313 GraphicUsed by:316
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Normal_149}Uses:209 211 213 215 217 219 221 223 225 227 229 233 235 231 284 285 286 302 288 289 290 253 254 303 256 257 258 259 304 305 306 307 308 309 311 312 313 282 315Used by:391
Symbol 317 GraphicUsed by:343 882
Symbol 318 GraphicUsed by:343
Symbol 319 GraphicUsed by:343 882
Symbol 320 GraphicUsed by:343
Symbol 321 GraphicUsed by:343
Symbol 322 GraphicUsed by:343 882
Symbol 323 GraphicUsed by:343 882
Symbol 324 GraphicUsed by:343 882
Symbol 325 GraphicUsed by:343 882
Symbol 326 GraphicUsed by:343
Symbol 327 GraphicUsed by:343
Symbol 328 GraphicUsed by:343 882
Symbol 329 GraphicUsed by:343 882
Symbol 330 GraphicUsed by:343 882
Symbol 331 GraphicUsed by:343 882 1042 1192 1345 1631 1762 1905
Symbol 332 GraphicUsed by:343 882 1042 1192 1345 1631 1762 1905
Symbol 333 GraphicUsed by:343 882
Symbol 334 GraphicUsed by:343
Symbol 335 GraphicUsed by:343
Symbol 336 GraphicUsed by:343
Symbol 337 GraphicUsed by:343 882 1042
Symbol 338 GraphicUsed by:343
Symbol 339 GraphicUsed by:343
Symbol 340 GraphicUsed by:343
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:343
Symbol 343 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Without_head_152}Uses:209 211 213 215 217 219 221 223 225 227 229 233 231 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 311 339 340 282 342Used by:391
Symbol 344 GraphicUsed by:362
Symbol 345 GraphicUsed by:362
Symbol 346 GraphicUsed by:362
Symbol 347 GraphicUsed by:362
Symbol 348 GraphicUsed by:362
Symbol 349 GraphicUsed by:362
Symbol 350 GraphicUsed by:362
Symbol 351 GraphicUsed by:362
Symbol 352 GraphicUsed by:362
Symbol 353 GraphicUsed by:362
Symbol 354 GraphicUsed by:362
Symbol 355 GraphicUsed by:362
Symbol 356 GraphicUsed by:362
Symbol 357 GraphicUsed by:362
Symbol 358 GraphicUsed by:362
Symbol 359 GraphicUsed by:362
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:362
Symbol 362 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Ice_154}Uses:344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 361Used by:391
Symbol 363 GraphicUsed by:372
Symbol 364 GraphicUsed by:372
Symbol 365 GraphicUsed by:372
Symbol 366 GraphicUsed by:372
Symbol 367 GraphicUsed by:372
Symbol 368 GraphicUsed by:372
Symbol 369 GraphicUsed by:372
Symbol 370 GraphicUsed by:371 912
Symbol 371 MovieClipUses:370Used by:372
Symbol 372 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Fire_156}Uses:209 211 213 215 217 219 221 223 225 227 229 233 235 231 284 95 285 286 98 363 288 101 289 290 104 253 254 107 364 256 110 257 258 259 304 365 306 366 308 367 311 368 369 282 371Used by:391
Symbol 373 GraphicUsed by:383
Symbol 374 GraphicUsed by:383
Symbol 375 GraphicUsed by:383
Symbol 376 GraphicUsed by:383 390 922 929 1073 1080 1167 1222 1229 1376 1383 1661 1668 1793 1800 1935 1942
Symbol 377 GraphicUsed by:383
Symbol 378 GraphicUsed by:383
Symbol 379 GraphicUsed by:383
Symbol 380 GraphicUsed by:383 390 922 929 1073 1080 1222 1229 1376 1383 1661 1668 1793 1800 1935 1942
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:383 390
Symbol 383 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Explosion_158}Uses:209 211 213 215 217 219 221 223 225 227 229 233 235 231 95 284 285 98 286 373 101 288 289 104 290 253 107 254 374 110 256 257 258 259 304 375 306 376 308 377 378 379 380 382Used by:391
Symbol 384 GraphicUsed by:390
Symbol 385 GraphicUsed by:390
Symbol 386 GraphicUsed by:390
Symbol 387 GraphicUsed by:390
Symbol 388 GraphicUsed by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClip {Zombie_Baseball_fla.gameZombie1_Death_Nuclear_160}Uses:209 211 213 215 217 219 221 223 225 227 229 233 235 231 284 134 285 286 137 384 288 140 289 290 143 253 254 146 385 256 149 257 258 259 304 386 306 376 308 387 388 389 380 382Used by:391
Symbol 391 MovieClip {cZombie1}Uses:236 245 260 263 266 283 301 316 343 362 372 383 390Used by:396 2039
Symbol 392 GraphicUses:31Used by:393 1946 1957 1973 1974
Symbol 393 MovieClipUses:392Used by:396 2035
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClip {Zombie_Baseball_fla.gameHeadTutorial_575}Uses:394Used by:396
Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574}Uses:11 203 205 207 391 393 395Used by:425
Symbol 397 GraphicUsed by:402 409 412 421 424
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:402 409 412 424
Symbol 400 TextUses:177Used by:401
Symbol 401 MovieClipUses:400Used by:402
Symbol 402 MovieClip {Zombie_Baseball_fla.tutorial_titlePlayer_576}Uses:397 399 401Used by:425
Symbol 403 GraphicUsed by:406 587 626 765
Symbol 404 TextUses:177Used by:406
Symbol 405 GraphicUsed by:406
Symbol 406 ButtonUses:403 404 405Used by:425
Symbol 407 TextUses:177Used by:408
Symbol 408 MovieClipUses:407Used by:409
Symbol 409 MovieClip {Zombie_Baseball_fla.tutorial_titleZombie_580}Uses:397 399 408Used by:425
Symbol 410 TextUses:177Used by:411
Symbol 411 MovieClipUses:410Used by:412
Symbol 412 MovieClip {Zombie_Baseball_fla.tutorial_titleThrower_582}Uses:397 399 411Used by:425
Symbol 413 GraphicUsed by:421
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:421
Symbol 416 GraphicUsed by:421
Symbol 417 TextUses:177Used by:418
Symbol 418 MovieClipUses:417Used by:421
Symbol 419 TextUses:177Used by:420
Symbol 420 MovieClipUses:419Used by:421
Symbol 421 MovieClip {Zombie_Baseball_fla.tutorial_titleWaitAndHit_584}Uses:397 413 415 416 418 420Used by:425
Symbol 422 TextUses:177Used by:423
Symbol 423 MovieClipUses:422Used by:424
Symbol 424 MovieClip {Zombie_Baseball_fla.tutorial_titleGoForBroke_588}Uses:397 399 423Used by:425
Symbol 425 MovieClip {engine.cTutorial}Uses:396 402 406 409 412 421 424Used by:2039
Symbol 426 BitmapUsed by:427 575
Symbol 427 GraphicUses:426Used by:445
Symbol 428 EditableTextUses:177 183 608Used by:445
Symbol 429 EditableTextUses:177 183 608Used by:445
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:445
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClip {maskLoadingBarProgress}Uses:432Used by:436
Symbol 434 GraphicUsed by:436
Symbol 435 EditableTextUses:177Used by:436
Symbol 436 MovieClip {loadingBarProgress}Uses:433 434 435Used by:445
Symbol 437 GraphicUsed by:439
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:437 438Used by:445
Symbol 440 GraphicUsed by:444
Symbol 441 TextUses:177Used by:442 444
Symbol 442 MovieClipUses:441Used by:444
Symbol 443 GraphicUsed by:444 574
Symbol 444 ButtonUses:440 442 443 441Used by:445 580
Symbol 445 MovieClip {common.gameLoader}Uses:427 428 429 431 436 439 444Used by:Timeline
Symbol 446 GraphicUsed by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 EditableTextUses:177 183 608Used by:Timeline
Symbol 449 GraphicUsed by:464
Symbol 450 GraphicUsed by:464
Symbol 451 GraphicUsed by:464
Symbol 452 SoundUsed by:464
Symbol 453 SoundUsed by:464
Symbol 454 GraphicUsed by:464
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:464
Symbol 457 SoundUsed by:464
Symbol 458 SoundUsed by:464
Symbol 459 SoundUsed by:464
Symbol 460 GraphicUsed by:461
Symbol 461 ButtonUses:460Used by:464
Symbol 462 SoundUsed by:464
Symbol 463 SoundUsed by:464
Symbol 464 MovieClip {Zombie_Baseball_fla.ag_intro_mc_8}Uses:449 450 451 452 453 454 456 457 458 459 461 462 463Used by:Timeline
Symbol 465 GraphicUsed by:509
Symbol 466 GraphicUsed by:509
Symbol 467 GraphicUsed by:509
Symbol 468 GraphicUsed by:509
Symbol 469 GraphicUsed by:509
Symbol 470 GraphicUsed by:509
Symbol 471 GraphicUsed by:509
Symbol 472 GraphicUsed by:509
Symbol 473 GraphicUsed by:509
Symbol 474 GraphicUsed by:509
Symbol 475 GraphicUsed by:509
Symbol 476 GraphicUsed by:509
Symbol 477 GraphicUsed by:509
Symbol 478 GraphicUsed by:509
Symbol 479 GraphicUsed by:509
Symbol 480 GraphicUsed by:509
Symbol 481 GraphicUsed by:509
Symbol 482 GraphicUsed by:509
Symbol 483 GraphicUsed by:509
Symbol 484 GraphicUsed by:509
Symbol 485 GraphicUsed by:509
Symbol 486 GraphicUsed by:509
Symbol 487 GraphicUsed by:509
Symbol 488 GraphicUsed by:509
Symbol 489 GraphicUsed by:509
Symbol 490 GraphicUsed by:509
Symbol 491 GraphicUsed by:509
Symbol 492 GraphicUsed by:509
Symbol 493 GraphicUsed by:509
Symbol 494 GraphicUsed by:509
Symbol 495 GraphicUsed by:509
Symbol 496 GraphicUsed by:509
Symbol 497 GraphicUsed by:509
Symbol 498 GraphicUsed by:509
Symbol 499 GraphicUsed by:509
Symbol 500 ShapeTweeningUsed by:509
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:509
Symbol 503 GraphicUsed by:509
Symbol 504 FontUsed by:506
Symbol 505 FontUsed by:506
Symbol 506 TextUses:504 505Used by:509
Symbol 507 FontUsed by:508
Symbol 508 TextUses:507Used by:509
Symbol 509 MovieClip {miscelanea.clipLogo}Uses:465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 502 503 506 508 SS1Used by:Timeline
Symbol 510 BitmapUsed by:511
Symbol 511 GraphicUses:510Used by:512
Symbol 512 MovieClipUses:511Used by:535
Symbol 513 GraphicUsed by:535
Symbol 514 GraphicUsed by:535
Symbol 515 GraphicUsed by:535
Symbol 516 GraphicUsed by:535
Symbol 517 GraphicUsed by:535
Symbol 518 GraphicUsed by:535
Symbol 519 GraphicUsed by:535
Symbol 520 GraphicUsed by:535
Symbol 521 GraphicUsed by:535
Symbol 522 GraphicUsed by:535
Symbol 523 GraphicUsed by:535
Symbol 524 GraphicUsed by:535
Symbol 525 GraphicUsed by:535
Symbol 526 GraphicUsed by:535
Symbol 527 GraphicUsed by:535
Symbol 528 GraphicUsed by:535
Symbol 529 GraphicUsed by:535
Symbol 530 GraphicUsed by:535
Symbol 531 GraphicUsed by:535
Symbol 532 GraphicUsed by:535
Symbol 533 GraphicUsed by:535
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534Used by:580 596 622 650 713 771
Symbol 536 GraphicUsed by:537
Symbol 537 MovieClipUses:536Used by:546
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClipUses:538Used by:546
Symbol 540 GraphicUsed by:546
Symbol 541 GraphicUsed by:546
Symbol 542 GraphicUsed by:546
Symbol 543 GraphicUsed by:546
Symbol 544 GraphicUsed by:546
Symbol 545 GraphicUsed by:546
Symbol 546 MovieClip {Zombie_Baseball_fla.gotas1_16}Uses:537 539 540 541 542 543 544 545Used by:580 596 622 650 713 771
Symbol 547 GraphicUsed by:551
Symbol 548 TextUses:177Used by:549 551
Symbol 549 MovieClipUses:548Used by:551
Symbol 550 GraphicUsed by:551
Symbol 551 ButtonUses:547 549 550 548Used by:580
Symbol 552 GraphicUsed by:556
Symbol 553 TextUses:177Used by:554 556
Symbol 554 MovieClipUses:553Used by:556
Symbol 555 GraphicUsed by:556
Symbol 556 ButtonUses:552 554 555 553Used by:580
Symbol 557 GraphicUsed by:565
Symbol 558 TextUses:177Used by:559
Symbol 559 MovieClipUses:558Used by:565
Symbol 560 GraphicUsed by:565
Symbol 561 GraphicUsed by:565
Symbol 562 TextUses:177Used by:563
Symbol 563 MovieClipUses:562Used by:565
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23}Uses:557 559 560 561 563 564Used by:580
Symbol 566 GraphicUsed by:570
Symbol 567 TextUses:177Used by:568 570
Symbol 568 MovieClipUses:567Used by:570
Symbol 569 GraphicUsed by:570
Symbol 570 ButtonUses:566 568 569 567Used by:580
Symbol 571 GraphicUsed by:574
Symbol 572 TextUses:177Used by:573 574
Symbol 573 MovieClipUses:572Used by:574
Symbol 574 ButtonUses:571 573 443 572Used by:580
Symbol 575 GraphicUses:426Used by:576
Symbol 576 MovieClipUses:575Used by:579
Symbol 577 GraphicUsed by:578
Symbol 578 MovieClipUses:577Used by:579
Symbol 579 MovieClip {Zombie_Baseball_fla.logo_menu2_30}Uses:576 578Used by:580
Symbol 580 MovieClip {menu._00_main.cMC_Main}Uses:535 546 444 551 556 565 570 574 579Used by:714
Symbol 581 GraphicUsed by:584
Symbol 582 TextUses:177Used by:584
Symbol 583 GraphicUsed by:584
Symbol 584 Button {cBtn_Back}Uses:581 582 583Used by:596
Symbol 585 TextUses:177Used by:587
Symbol 586 GraphicUsed by:587
Symbol 587 Button {btn_Next}Uses:403 585 586Used by:596 622 713
Symbol 588 TextUses:177Used by:596
Symbol 589 EditableTextUses:177Used by:596
Symbol 590 TextUses:177Used by:596
Symbol 591 EditableTextUses:177Used by:596
Symbol 592 TextUses:177Used by:596
Symbol 593 EditableTextUses:177Used by:596
Symbol 594 TextUses:177Used by:596
Symbol 595 EditableTextUses:177Used by:596
Symbol 596 MovieClip {menu._01_help.cMC_Help}Uses:535 546 584 587 588 589 590 591 592 593 594 595Used by:714
Symbol 597 TextUses:177Used by:622
Symbol 598 GraphicUsed by:600
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:598 599Used by:622
Symbol 601 EditableTextUses:177 183 608Used by:622
Symbol 602 EditableTextUses:177 183 608Used by:622
Symbol 603 TextUses:177Used by:622
Symbol 604 BitmapUsed by:605
Symbol 605 GraphicUses:604Used by:606
Symbol 606 MovieClipUses:605Used by:622
Symbol 607 TextUses:177Used by:622
Symbol 608 FontUsed by:428 429 448 601 602 609 610 611 613 614 618 657 719 720 721 722 723 727 729 749 750
Symbol 609 TextUses:608Used by:622
Symbol 610 TextUses:608Used by:622
Symbol 611 EditableTextUses:177 183 608Used by:622
Symbol 612 TextUses:177Used by:622
Symbol 613 EditableTextUses:177 183 608Used by:622
Symbol 614 EditableTextUses:177 183 608Used by:622
Symbol 615 BitmapUsed by:616
Symbol 616 GraphicUses:615Used by:617
Symbol 617 MovieClipUses:616Used by:622
Symbol 618 EditableTextUses:177 183 608Used by:622
Symbol 619 TextUses:177Used by:622
Symbol 620 GraphicUsed by:621
Symbol 621 MovieClipUses:620Used by:622
Symbol 622 MovieClip {menu._02_credits.cMC_Credits}Uses:535 546 587 597 600 601 602 603 606 607 609 610 611 612 613 614 617 618 619 621Used by:714
Symbol 623 GraphicUsed by:650
Symbol 624 TextUses:177Used by:626 765
Symbol 625 GraphicUsed by:626
Symbol 626 ButtonUses:403 624 625Used by:650
Symbol 627 GraphicUsed by:650
Symbol 628 TextUses:177Used by:650
Symbol 629 GraphicUsed by:640
Symbol 630 GraphicUsed by:640 677
Symbol 631 GraphicUsed by:640
Symbol 632 GraphicUsed by:640
Symbol 633 GraphicUsed by:640
Symbol 634 GraphicUsed by:640
Symbol 635 GraphicUsed by:640
Symbol 636 GraphicUsed by:640
Symbol 637 GraphicUsed by:640
Symbol 638 GraphicUsed by:640
Symbol 639 GraphicUsed by:640
Symbol 640 MovieClip {Zombie_Baseball_fla.mc_BarEnergyHundred_43}Uses:629 630 631 632 633 634 635 636 637 638 639Used by:650
Symbol 641 GraphicUsed by:643
Symbol 642 GraphicUsed by:643
Symbol 643 Button {upgrade.gameClip_Upgrade_Add}Uses:641 642Used by:650
Symbol 644 TextUses:177Used by:650
Symbol 645 TextUses:177Used by:650
Symbol 646 TextUses:177Used by:650
Symbol 647 TextUses:177Used by:650
Symbol 648 EditableTextUses:177Used by:650
Symbol 649 EditableTextUses:177Used by:650
Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade}Uses:535 546 623 626 627 628 640 643 644 645 646 647 648 649 174Used by:714
Symbol 651 GraphicUsed by:713
Symbol 652 TextUses:177Used by:713
Symbol 653 TextUses:177Used by:713
Symbol 654 EditableTextUses:177Used by:713
Symbol 655 TextUses:177Used by:713
Symbol 656 TextUses:177Used by:713
Symbol 657 EditableTextUses:608Used by:713
Symbol 658 EditableTextUses:194Used by:713
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659Used by:713
Symbol 661 GraphicUsed by:677
Symbol 662 GraphicUsed by:677
Symbol 663 GraphicUsed by:677
Symbol 664 GraphicUsed by:677
Symbol 665 GraphicUsed by:677
Symbol 666 GraphicUsed by:677
Symbol 667 GraphicUsed by:677
Symbol 668 GraphicUsed by:677
Symbol 669 GraphicUsed by:677
Symbol 670 GraphicUsed by:677
Symbol 671 GraphicUsed by:677
Symbol 672 GraphicUsed by:677
Symbol 673 GraphicUsed by:677
Symbol 674 GraphicUsed by:677
Symbol 675 GraphicUsed by:677
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClip {Zombie_Baseball_fla.mc_BarEnergy_80}Uses:661 630 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676Used by:713
Symbol 678 TextUses:177Used by:713
Symbol 679 TextUses:177Used by:713
Symbol 680 TextUses:177Used by:713
Symbol 681 EditableTextUses:177Used by:713
Symbol 682 GraphicUsed by:684 689 694 697 708 711
Symbol 683 GraphicUsed by:684 685 690 695 698 709
Symbol 684 MovieClip {Zombie_Baseball_fla.mc_beisbolStick0_81}Uses:682 683Used by:713
Symbol 685 MovieClipUses:683Used by:689
Symbol 686 GraphicUsed by:688
Symbol 687 GraphicUsed by:688
Symbol 688 MovieClipUses:686 69 72 78 687Used by:689
Symbol 689 MovieClip {Zombie_Baseball_fla.mc_beisbolStick1_82}Uses:682 685 688Used by:713
Symbol 690 MovieClipUses:683Used by:694
Symbol 691 GraphicUsed by:692
Symbol 692 MovieClipUses:691Used by:693
Symbol 693 MovieClipUses:692Used by:694
Symbol 694 MovieClip {Zombie_Baseball_fla.mc_beisbolStick2_85}Uses:682 690 693Used by:713
Symbol 695 MovieClipUses:683Used by:697
Symbol 696 MovieClipUses:95 98 101 104 107 110Used by:697
Symbol 697 MovieClip {Zombie_Baseball_fla.mc_beisbolStick3_89}Uses:682 695 696Used by:713
Symbol 698 MovieClipUses:683Used by:708
Symbol 699 GraphicUsed by:706 1961 1988
Symbol 700 GraphicUsed by:706 1961 1990
Symbol 701 GraphicUsed by:706 1961
Symbol 702 GraphicUsed by:706 1961 1996
Symbol 703 GraphicUsed by:706
Symbol 704 GraphicUsed by:706 1961 1999
Symbol 705 GraphicUsed by:706
Symbol 706 MovieClipUses:116 699 119 700 701 702 703 704 128 705Used by:707
Symbol 707 MovieClipUses:706Used by:708
Symbol 708 MovieClip {Zombie_Baseball_fla.mc_beisbolStick4_92}Uses:682 698 707Used by:713
Symbol 709 MovieClipUses:683Used by:711
Symbol 710 MovieClipUses:134 137 140 143 146 149Used by:711
Symbol 711 MovieClip {Zombie_Baseball_fla.mc_beisbolStick5_96}Uses:682 709 710Used by:713
Symbol 712 TextUses:177Used by:713
Symbol 713 MovieClip {menu._03_shop.cMC_Shop}Uses:535 546 651 652 653 654 655 656 657 658 660 677 678 679 680 681 684 689 694 697 708 711 587 712Used by:714
Symbol 714 MovieClipUses:580 596 622 650 713Used by:Timeline
Symbol 715 GraphicUsed by:717
Symbol 716 EditableTextUses:177Used by:717
Symbol 717 MovieClip {engine.cScreenPresentation}Uses:715 716Used by:2039
Symbol 718 GraphicUsed by:739
Symbol 719 TextUses:608Used by:739 758
Symbol 720 TextUses:608Used by:739 758
Symbol 721 TextUses:608Used by:739 758
Symbol 722 TextUses:608Used by:739
Symbol 723 EditableTextUses:608Used by:739
Symbol 724 EditableTextUses:177Used by:739
Symbol 725 EditableTextUses:177Used by:739
Symbol 726 EditableTextUses:177Used by:739
Symbol 727 TextUses:608Used by:739 758
Symbol 728 EditableTextUses:177Used by:739
Symbol 729 TextUses:608Used by:739 758
Symbol 730 EditableTextUses:177Used by:739
Symbol 731 GraphicUsed by:739
Symbol 732 GraphicUsed by:734
Symbol 733 TextUses:177Used by:734
Symbol 734 MovieClipUses:732 733Used by:739 758
Symbol 735 GraphicUsed by:737 743 746
Symbol 736 TextUses:177Used by:737
Symbol 737 MovieClipUses:735 736Used by:739 763
Symbol 738 TextUses:177Used by:739
Symbol 739 MovieClip {engine.cScreenEndGame}Uses:718 719 720 721 722 723 724 725 726 727 728 729 730 731 734 737 738Used by:2039
Symbol 740 GraphicUsed by:747
Symbol 741 TextUses:177Used by:747
Symbol 742 TextUses:177Used by:743
Symbol 743 MovieClipUses:735 742Used by:747
Symbol 744 GraphicUsed by:747
Symbol 745 TextUses:177Used by:746
Symbol 746 MovieClipUses:735 745Used by:747 758
Symbol 747 MovieClip {engine.cScreenPause}Uses:740 741 743 744 746Used by:2039
Symbol 748 GraphicUsed by:758
Symbol 749 TextUses:608Used by:758
Symbol 750 EditableTextUses:608Used by:758
Symbol 751 EditableTextUses:177Used by:758
Symbol 752 EditableTextUses:177Used by:758
Symbol 753 EditableTextUses:177Used by:758
Symbol 754 EditableTextUses:177Used by:758
Symbol 755 TextUses:177Used by:758
Symbol 756 GraphicUsed by:758
Symbol 757 EditableTextUses:177Used by:758
Symbol 758 MovieClip {engine.cScreenGameOver}Uses:748 746 734 719 720 721 749 750 751 752 753 727 754 755 756 729 757Used by:2039
Symbol 759 GraphicUsed by:763
Symbol 760 TextUses:177Used by:763
Symbol 761 TextUses:177Used by:763
Symbol 762 EditableTextUses:177Used by:763
Symbol 763 MovieClip {engine.cScreenFinishWave}Uses:759 737 760 761 762Used by:2039
Symbol 764 GraphicUsed by:765
Symbol 765 ButtonUses:403 624 764Used by:771
Symbol 766 TextUses:177Used by:771
Symbol 767 TextUses:177Used by:771
Symbol 768 EditableTextUses:177Used by:771
Symbol 769 EditableTextUses:177Used by:771
Symbol 770 EditableTextUses:177Used by:771
Symbol 771 MovieClip {engine.cScreenIntroduction}Uses:535 546 765 766 767 768 769 770 63 80Used by:2039
Symbol 772 GraphicUsed by:780
Symbol 773 GraphicUsed by:780
Symbol 774 GraphicUsed by:780
Symbol 775 GraphicUsed by:780
Symbol 776 GraphicUsed by:780
Symbol 777 GraphicUsed by:780
Symbol 778 GraphicUsed by:780
Symbol 779 GraphicUsed by:780
Symbol 780 MovieClip {engine.cHead}Uses:772 773 774 775 776 777 778 779Used by:2039
Symbol 781 GraphicUsed by:784
Symbol 782 GraphicUsed by:783
Symbol 783 MovieClipUses:782Used by:784
Symbol 784 MovieClip {engine.cSignalLife}Uses:781 783Used by:2039
Symbol 785 TextUses:177Used by:788
Symbol 786 EditableTextUses:177Used by:788
Symbol 787 TextUses:177Used by:788
Symbol 788 MovieClip {engine.cSignalScore}Uses:785 786 787Used by:2039
Symbol 789 GraphicUsed by:790
Symbol 790 MovieClipUses:789Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 793 GraphicUsed by:794
Symbol 794 MovieClipUses:793Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 795 GraphicUsed by:796
Symbol 796 MovieClipUses:795Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 797 MovieClipUses:216Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 798 GraphicUsed by:799
Symbol 799 MovieClipUses:798Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 800 GraphicUsed by:801
Symbol 801 MovieClipUses:800Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 802 GraphicUsed by:803
Symbol 803 MovieClipUses:802Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 804 GraphicUsed by:805
Symbol 805 MovieClipUses:804Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 806 GraphicUsed by:807
Symbol 807 MovieClipUses:806Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 808 GraphicUsed by:809
Symbol 809 MovieClipUses:808Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 810 GraphicUsed by:811
Symbol 811 MovieClipUses:810Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 812 GraphicUsed by:813
Symbol 813 MovieClipUses:812Used by:816 821 823 826 840 845 857 868 882 913 922 929
Symbol 814 GraphicUsed by:815
Symbol 815 MovieClipUses:814Used by:816 821 823 826 840 845 857 868 913 922 929
Symbol 816 MovieClipUses:790 792 794 796 797 799 801 803 805 807 809 811 813 815Used by:930
Symbol 817 GraphicUsed by:821
Symbol 818 GraphicUsed by:821
Symbol 819 GraphicUsed by:821
Symbol 820 GraphicUsed by:821
Symbol 821 MovieClip {Zombie_Baseball_fla.gameZombie2_Eat_177}Uses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 817 818 819 240 241 820 243 244Used by:930
Symbol 822 GraphicUsed by:823
Symbol 823 MovieClip {Zombie_Baseball_fla.gameZombie2_Impact_Normal_178}Uses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 246 247 248 249 250 251 252 253 254 822 256 257 258 259Used by:930
Symbol 824 GraphicUsed by:825
Symbol 825 MovieClipUses:824Used by:826
Symbol 826 MovieClip {Zombie_Baseball_fla.gameZombie2_Impact_Ice_179}Uses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 825Used by:930
Symbol 827 GraphicUsed by:828
Symbol 828 MovieClipUses:827Used by:840 845 913 922
Symbol 829 MovieClipUses:97Used by:840 845 913 922
Symbol 830 GraphicUsed by:831
Symbol 831 MovieClipUses:830Used by:840 845 913 922
Symbol 832 GraphicUsed by:833
Symbol 833 MovieClipUses:832Used by:840 845 913 922
Symbol 834 GraphicUsed by:835 1131 1280 1575
Symbol 835 MovieClipUses:834Used by:840 845 913 922
Symbol 836 GraphicUsed by:840
Symbol 837 GraphicUsed by:838
Symbol 838 MovieClipUses:837Used by:840 845 913 922
Symbol 839 GraphicUsed by:840
Symbol 840 MovieClipUses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 828 246 247 829 248 249 831 250 251 833 252 253 835 254 836 838 256 257 258 259 839Used by:930
Symbol 841 GraphicUsed by:845
Symbol 842 GraphicUsed by:845
Symbol 843 GraphicUsed by:845
Symbol 844 GraphicUsed by:845
Symbol 845 MovieClipUses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 828 246 267 829 268 269 831 841 271 833 272 273 835 254 842 838 256 257 258 259 843 276 277 278 844 280 281 282Used by:930
Symbol 846 MovieClipUses:133Used by:857 929
Symbol 847 MovieClipUses:136Used by:857 929
Symbol 848 GraphicUsed by:857
Symbol 849 MovieClipUses:139Used by:857 929
Symbol 850 MovieClipUses:142Used by:857 929
Symbol 851 GraphicUsed by:852
Symbol 852 MovieClipUses:851Used by:857 929
Symbol 853 GraphicUsed by:857
Symbol 854 MovieClipUses:148Used by:857 929
Symbol 855 GraphicUsed by:857
Symbol 856 GraphicUsed by:857
Symbol 857 MovieClipUses:790 792 794 796 797 799 801 803 805 807 809 811 813 815 284 846 285 286 847 848 288 849 289 290 850 253 254 852 853 256 854 257 258 259 855 293 294 295 296 297 856 299 300 282Used by:930
Symbol 858 GraphicUsed by:868
Symbol 859 GraphicUsed by:868
Symbol 860 GraphicUsed by:868
Symbol 861 GraphicUsed by:868
Symbol 862 GraphicUsed by:868
Symbol 863 MovieClipUses:310Used by:868 882 913
Symbol 864 GraphicUsed by:868
Symbol 865 GraphicUsed by:868
Symbol 866 GraphicUsed by:867
Symbol 867 MovieClipUses:866Used by:868
Symbol 868 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Normal_196}Uses:790 792 794 796 797 799 801 803 805 807 809 813 815 811 284 285 286 858 288 289 290 253 254 859 256 257 258 259 304 860 306 861 308 862 863 864 865 282 867Used by:930
Symbol 869 GraphicUsed by:882
Symbol 870 GraphicUsed by:882
Symbol 871 GraphicUsed by:882
Symbol 872 GraphicUsed by:882
Symbol 873 GraphicUsed by:882
Symbol 874 GraphicUsed by:882
Symbol 875 GraphicUsed by:882
Symbol 876 GraphicUsed by:882
Symbol 877 GraphicUsed by:882
Symbol 878 GraphicUsed by:882
Symbol 879 GraphicUsed by:882
Symbol 880 GraphicUsed by:881
Symbol 881 MovieClipUses:880Used by:882
Symbol 882 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Without_head_199}Uses:790 792 794 796 797 799 801 803 805 807 809 813 811 317 869 319 870 871 322 323 324 325 872 873 328 329 330 331 332 333 874 875 876 337 877 863 878 879 282 881Used by:930
Symbol 883 GraphicUsed by:904
Symbol 884 GraphicUsed by:904
Symbol 885 GraphicUsed by:904
Symbol 886 GraphicUsed by:904
Symbol 887 GraphicUsed by:904
Symbol 888 GraphicUsed by:904
Symbol 889 GraphicUsed by:904
Symbol 890 GraphicUsed by:904
Symbol 891 GraphicUsed by:904
Symbol 892 GraphicUsed by:904
Symbol 893 GraphicUsed by:904
Symbol 894 GraphicUsed by:904
Symbol 895 GraphicUsed by:904
Symbol 896 GraphicUsed by:904
Symbol 897 GraphicUsed by:904
Symbol 898 GraphicUsed by:904
Symbol 899 GraphicUsed by:904
Symbol 900 GraphicUsed by:904
Symbol 901 GraphicUsed by:904
Symbol 902 GraphicUsed by:903
Symbol 903 MovieClipUses:902Used by:904
Symbol 904 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Ice_201}Uses:883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 903Used by:930
Symbol 905 GraphicUsed by:913
Symbol 906 GraphicUsed by:913
Symbol 907 GraphicUsed by:913
Symbol 908 GraphicUsed by:913
Symbol 909 GraphicUsed by:913
Symbol 910 GraphicUsed by:913
Symbol 911 GraphicUsed by:913
Symbol 912 MovieClipUses:370Used by:913
Symbol 913 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Fire_203}Uses:790 792 794 796 797 799 801 803 805 807 809 813 815 811 284 828 285 286 829 905 288 831 289 290 833 253 254 835 906 256 838 257 258 259 304 907 306 908 308 909 863 910 911 282 912Used by:930
Symbol 914 GraphicUsed by:922
Symbol 915 GraphicUsed by:922
Symbol 916 GraphicUsed by:922
Symbol 917 GraphicUsed by:922
Symbol 918 GraphicUsed by:922
Symbol 919 GraphicUsed by:922
Symbol 920 GraphicUsed by:921
Symbol 921 MovieClipUses:920Used by:922 929
Symbol 922 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Explosion_205}Uses:790 792 794 796 797 799 801 803 805 807 809 813 815 811 828 284 285 829 286 914 831 288 289 833 290 253 835 254 915 838 256 257 258 259 304 916 306 376 308 917 918 919 380 921Used by:930
Symbol 923 GraphicUsed by:929
Symbol 924 GraphicUsed by:929
Symbol 925 GraphicUsed by:929
Symbol 926 GraphicUsed by:929
Symbol 927 GraphicUsed by:929
Symbol 928 GraphicUsed by:929
Symbol 929 MovieClip {Zombie_Baseball_fla.gameZombie2_Death_Nuclear_207}Uses:790 792 794 796 797 799 801 803 805 807 809 813 815 811 284 846 285 286 847 923 288 849 289 290 850 253 254 852 924 256 854 257 258 259 304 925 306 376 308 926 927 928 380 921Used by:930
Symbol 930 MovieClip {cZombie2}Uses:816 821 823 826 840 845 857 868 882 904 913 922 929Used by:2039
Symbol 931 MovieClipUses:208Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 932 GraphicUsed by:933
Symbol 933 MovieClipUses:932Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 934 MovieClipUses:212Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 935 GraphicUsed by:936
Symbol 936 MovieClipUses:935Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 937 GraphicUsed by:938
Symbol 938 MovieClipUses:937Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 939 GraphicUsed by:940
Symbol 940 MovieClipUses:939Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 941 GraphicUsed by:942
Symbol 942 MovieClipUses:941Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 943 GraphicUsed by:944
Symbol 944 MovieClipUses:943Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 945 GraphicUsed by:946
Symbol 946 MovieClipUses:945Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 947 GraphicUsed by:948
Symbol 948 MovieClipUses:947Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 949 GraphicUsed by:950
Symbol 950 MovieClipUses:949Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 951 GraphicUsed by:952
Symbol 952 MovieClipUses:951Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 953 GraphicUsed by:954
Symbol 954 MovieClipUses:953Used by:957 962 967 970 984 989 1001 1018 1042 1064 1073 1080
Symbol 955 GraphicUsed by:956
Symbol 956 MovieClipUses:955Used by:957 962 967 970 984 989 1001 1018 1064 1073 1080
Symbol 957 MovieClipUses:931 933 934 936 938 940 942 944 946 948 950 952 954 956Used by:1081
Symbol 958 GraphicUsed by:962
Symbol 959 GraphicUsed by:962
Symbol 960 GraphicUsed by:962
Symbol 961 GraphicUsed by:962
Symbol 962 MovieClip {Zombie_Baseball_fla.gameZombie3_Eat_224}Uses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 958 959 960 240 241 961 243 244Used by:1081
Symbol 963 GraphicUsed by:967
Symbol 964 GraphicUsed by:967
Symbol 965 GraphicUsed by:967
Symbol 966 GraphicUsed by:967
Symbol 967 MovieClip {Zombie_Baseball_fla.gameZombie3_Impact_Normal_225}Uses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 246 247 248 249 963 964 965 966 258 259Used by:1081
Symbol 968 GraphicUsed by:969
Symbol 969 MovieClipUses:968Used by:970
Symbol 970 MovieClip {Zombie_Baseball_fla.gameZombie3_Impact_Ice_226}Uses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 969Used by:1081
Symbol 971 GraphicUsed by:972
Symbol 972 MovieClipUses:971Used by:984 989 1064 1073
Symbol 973 MovieClipUses:97Used by:984 989 1064 1073
Symbol 974 GraphicUsed by:975
Symbol 975 MovieClipUses:974Used by:984 989 1064 1073
Symbol 976 GraphicUsed by:977
Symbol 977 MovieClipUses:976Used by:984 989 1064 1073
Symbol 978 GraphicUsed by:979
Symbol 979 MovieClipUses:978Used by:984 989 1064 1073
Symbol 980 GraphicUsed by:984
Symbol 981 GraphicUsed by:982
Symbol 982 MovieClipUses:981Used by:984 989 1064 1073
Symbol 983 GraphicUsed by:984
Symbol 984 MovieClipUses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 972 246 247 973 248 249 975 250 251 977 252 253 979 254 980 982 256 257 258 259 983Used by:1081
Symbol 985 GraphicUsed by:989
Symbol 986 GraphicUsed by:989
Symbol 987 GraphicUsed by:989
Symbol 988 GraphicUsed by:989
Symbol 989 MovieClipUses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 972 246 267 973 268 269 975 985 271 977 272 273 979 254 986 982 256 257 258 259 987 276 277 278 988 280 281 282Used by:1081
Symbol 990 MovieClipUses:133Used by:1001 1080
Symbol 991 MovieClipUses:136Used by:1001 1080
Symbol 992 GraphicUsed by:1001
Symbol 993 MovieClipUses:139Used by:1001 1080
Symbol 994 MovieClipUses:142Used by:1001 1080
Symbol 995 GraphicUsed by:996
Symbol 996 MovieClipUses:995Used by:1001 1080
Symbol 997 GraphicUsed by:1001
Symbol 998 MovieClipUses:148Used by:1001 1080
Symbol 999 GraphicUsed by:1001
Symbol 1000 GraphicUsed by:1001
Symbol 1001 MovieClipUses:931 933 934 936 938 940 942 944 946 948 950 952 954 956 284 990 285 286 991 992 288 993 289 290 994 253 254 996 997 256 998 257 258 259 999 293 294 295 296 297 1000 299 300 282Used by:1081
Symbol 1002 GraphicUsed by:1018
Symbol 1003 GraphicUsed by:1018
Symbol 1004 GraphicUsed by:1018
Symbol 1005 GraphicUsed by:1018
Symbol 1006 GraphicUsed by:1018
Symbol 1007 GraphicUsed by:1018
Symbol 1008 GraphicUsed by:1018
Symbol 1009 GraphicUsed by:1018
Symbol 1010 GraphicUsed by:1018
Symbol 1011 GraphicUsed by:1018
Symbol 1012 GraphicUsed by:1018
Symbol 1013 MovieClipUses:310Used by:1018 1042 1064
Symbol 1014 GraphicUsed by:1018
Symbol 1015 GraphicUsed by:1018
Symbol 1016 GraphicUsed by:1017
Symbol 1017 MovieClipUses:1016Used by:1018
Symbol 1018 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Normal_243}Uses:931 933 934 936 938 940 942 944 946 948 950 956 954 952 1002 1003 1004 1005 1006 1007 1008 253 254 1009 256 257 258 259 304 1010 306 1011 308 1012 1013 1014 1015 282 1017Used by:1081
Symbol 1019 GraphicUsed by:1042
Symbol 1020 GraphicUsed by:1042
Symbol 1021 GraphicUsed by:1042
Symbol 1022 GraphicUsed by:1042
Symbol 1023 GraphicUsed by:1042
Symbol 1024 GraphicUsed by:1042
Symbol 1025 GraphicUsed by:1042
Symbol 1026 GraphicUsed by:1042
Symbol 1027 GraphicUsed by:1042
Symbol 1028 GraphicUsed by:1042
Symbol 1029 GraphicUsed by:1042
Symbol 1030 GraphicUsed by:1042
Symbol 1031 GraphicUsed by:1042
Symbol 1032 GraphicUsed by:1042
Symbol 1033 GraphicUsed by:1042
Symbol 1034 GraphicUsed by:1042
Symbol 1035 GraphicUsed by:1042
Symbol 1036 GraphicUsed by:1042
Symbol 1037 GraphicUsed by:1042
Symbol 1038 GraphicUsed by:1042
Symbol 1039 GraphicUsed by:1042
Symbol 1040 GraphicUsed by:1041
Symbol 1041 MovieClipUses:1040Used by:1042
Symbol 1042 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Without_head_246}Uses:931 933 934 936 938 940 942 944 946 948 950 954 952 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 331 332 1033 1034 1035 1036 337 1037 1013 1038 1039 282 1041Used by:1081
Symbol 1043 GraphicUsed by:1054
Symbol 1044 GraphicUsed by:1054
Symbol 1045 GraphicUsed by:1054
Symbol 1046 GraphicUsed by:1054
Symbol 1047 GraphicUsed by:1054
Symbol 1048 GraphicUsed by:1054
Symbol 1049 GraphicUsed by:1054
Symbol 1050 GraphicUsed by:1054
Symbol 1051 GraphicUsed by:1054
Symbol 1052 GraphicUsed by:1053
Symbol 1053 MovieClipUses:1052Used by:1054
Symbol 1054 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Ice_248}Uses:1043 1044 1045 1046 1047 1048 1049 1050 1051 1053Used by:1081
Symbol 1055 GraphicUsed by:1064
Symbol 1056 GraphicUsed by:1064
Symbol 1057 GraphicUsed by:1064
Symbol 1058 GraphicUsed by:1064
Symbol 1059 GraphicUsed by:1064
Symbol 1060 GraphicUsed by:1064
Symbol 1061 GraphicUsed by:1064
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1062Used by:1064
Symbol 1064 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Fire_250}Uses:931 933 934 936 938 940 942 944 946 948 950 954 956 952 284 972 285 286 973 1055 288 975 289 290 977 253 254 979 1056 256 982 257 258 259 304 1057 306 1058 308 1059 1013 1060 1061 282 1063Used by:1081
Symbol 1065 GraphicUsed by:1073
Symbol 1066 GraphicUsed by:1073
Symbol 1067 GraphicUsed by:1073
Symbol 1068 GraphicUsed by:1073
Symbol 1069 GraphicUsed by:1073
Symbol 1070 GraphicUsed by:1073
Symbol 1071 GraphicUsed by:1072
Symbol 1072 MovieClipUses:1071Used by:1073 1080
Symbol 1073 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Explosion_252}Uses:931 933 934 936 938 940 942 944 946 948 950 954 956 952 972 284 285 973 286 1065 975 288 289 977 290 253 979 254 1066 982 256 257 258 259 304 1067 306 376 308 1068 1069 1070 380 1072Used by:1081
Symbol 1074 GraphicUsed by:1080
Symbol 1075 GraphicUsed by:1080
Symbol 1076 GraphicUsed by:1080
Symbol 1077 GraphicUsed by:1080
Symbol 1078 GraphicUsed by:1080
Symbol 1079 GraphicUsed by:1080
Symbol 1080 MovieClip {Zombie_Baseball_fla.gameZombie3_Death_Nuclear_254}Uses:931 933 934 936 938 940 942 944 946 948 950 954 956 952 284 990 285 286 991 1074 288 993 289 290 994 253 254 996 1075 256 998 257 258 259 304 1076 306 376 308 1077 1078 1079 380 1072Used by:1081
Symbol 1081 MovieClip {cZombie3}Uses:957 962 967 970 984 989 1001 1018 1042 1054 1064 1073 1080Used by:2039
Symbol 1082 GraphicUsed by:1083
Symbol 1083 MovieClipUses:1082Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1084 GraphicUsed by:1085
Symbol 1085 MovieClipUses:1084Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1086 GraphicUsed by:1087
Symbol 1087 MovieClipUses:1086Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1088 GraphicUsed by:1089
Symbol 1089 MovieClipUses:1088Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1090 GraphicUsed by:1091
Symbol 1091 MovieClipUses:1090Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1092 GraphicUsed by:1093
Symbol 1093 MovieClipUses:1092Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1094 GraphicUsed by:1095
Symbol 1095 MovieClipUses:1094Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1096 GraphicUsed by:1097
Symbol 1097 MovieClipUses:1096Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1098 GraphicUsed by:1099
Symbol 1099 MovieClipUses:1098Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1100 GraphicUsed by:1101
Symbol 1101 MovieClipUses:1100Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1102 GraphicUsed by:1103
Symbol 1103 MovieClipUses:1102Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1104 GraphicUsed by:1105
Symbol 1105 MovieClipUses:1104Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1106 GraphicUsed by:1107
Symbol 1107 MovieClipUses:1106Used by:1110 1115 1120 1123 1136 1139 1151 1167 1192 1213 1222 1229
Symbol 1108 GraphicUsed by:1109
Symbol 1109 MovieClipUses:1108Used by:1110 1115 1120 1123 1136 1139 1151 1167 1213 1222 1229
Symbol 1110 MovieClipUses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109Used by:1230
Symbol 1111 GraphicUsed by:1115
Symbol 1112 GraphicUsed by:1115
Symbol 1113 GraphicUsed by:1115
Symbol 1114 GraphicUsed by:1115
Symbol 1115 MovieClip {Zombie_Baseball_fla.gameZombie4_Eat_271}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 1111 1112 1113 240 241 1114 243 244Used by:1230
Symbol 1116 GraphicUsed by:1120
Symbol 1117 GraphicUsed by:1120
Symbol 1118 GraphicUsed by:1120
Symbol 1119 GraphicUsed by:1120
Symbol 1120 MovieClip {Zombie_Baseball_fla.gameZombie4_Impact_Normal_272}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 246 247 248 249 1116 1117 1118 1119 258 259Used by:1230
Symbol 1121 GraphicUsed by:1122
Symbol 1122 MovieClipUses:1121Used by:1123
Symbol 1123 MovieClip {Zombie_Baseball_fla.gameZombie4_Impact_Ice_273}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 1122Used by:1230
Symbol 1124 GraphicUsed by:1125
Symbol 1125 MovieClipUses:1124Used by:1136 1139 1213 1222
Symbol 1126 MovieClipUses:97Used by:1136 1139 1213 1222
Symbol 1127 GraphicUsed by:1128
Symbol 1128 MovieClipUses:1127Used by:1136 1139 1213 1222
Symbol 1129 GraphicUsed by:1130
Symbol 1130 MovieClipUses:1129Used by:1136 1139 1213 1222
Symbol 1131 MovieClipUses:834Used by:1136 1139 1213 1222
Symbol 1132 GraphicUsed by:1136
Symbol 1133 GraphicUsed by:1134
Symbol 1134 MovieClipUses:1133Used by:1136 1139 1213 1222
Symbol 1135 GraphicUsed by:1136
Symbol 1136 MovieClipUses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 1125 246 247 1126 248 249 1128 250 251 1130 252 253 1131 254 1132 1134 256 257 258 259 1135Used by:1230
Symbol 1137 GraphicUsed by:1139
Symbol 1138 GraphicUsed by:1139
Symbol 1139 MovieClipUses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 1125 246 247 1126 248 249 1128 250 251 1130 252 253 1131 254 1137 1134 256 257 258 259 1138Used by:1230
Symbol 1140 MovieClipUses:133Used by:1151 1229
Symbol 1141 MovieClipUses:136Used by:1151 1229
Symbol 1142 GraphicUsed by:1151
Symbol 1143 MovieClipUses:139Used by:1151 1229
Symbol 1144 MovieClipUses:142Used by:1151 1229
Symbol 1145 GraphicUsed by:1146
Symbol 1146 MovieClipUses:1145Used by:1151 1229
Symbol 1147 GraphicUsed by:1151
Symbol 1148 MovieClipUses:148Used by:1151 1229
Symbol 1149 GraphicUsed by:1151
Symbol 1150 GraphicUsed by:1151
Symbol 1151 MovieClipUses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1105 1107 1109 284 1140 285 286 1141 1142 288 1143 289 290 1144 253 254 1146 1147 256 1148 257 258 259 1149 293 294 295 296 297 1150 299 300 282Used by:1230
Symbol 1152 GraphicUsed by:1167
Symbol 1153 GraphicUsed by:1167
Symbol 1154 GraphicUsed by:1167
Symbol 1155 GraphicUsed by:1167
Symbol 1156 GraphicUsed by:1167
Symbol 1157 GraphicUsed by:1167
Symbol 1158 GraphicUsed by:1167
Symbol 1159 GraphicUsed by:1167
Symbol 1160 GraphicUsed by:1167
Symbol 1161 GraphicUsed by:1167
Symbol 1162 MovieClipUses:310Used by:1167 1192 1213
Symbol 1163 GraphicUsed by:1167
Symbol 1164 GraphicUsed by:1167
Symbol 1165 GraphicUsed by:1166
Symbol 1166 MovieClipUses:1165Used by:1167 1213
Symbol 1167 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Normal_290}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1109 1107 1105 1152 1153 1154 1155 1156 1157 1158 253 254 1159 256 257 258 259 304 1160 306 376 308 1161 1162 1163 1164 282 1166Used by:1230
Symbol 1168 GraphicUsed by:1192
Symbol 1169 GraphicUsed by:1192
Symbol 1170 GraphicUsed by:1192
Symbol 1171 GraphicUsed by:1192
Symbol 1172 GraphicUsed by:1192
Symbol 1173 GraphicUsed by:1192
Symbol 1174 GraphicUsed by:1192
Symbol 1175 GraphicUsed by:1192
Symbol 1176 GraphicUsed by:1192
Symbol 1177 GraphicUsed by:1192
Symbol 1178 GraphicUsed by:1192
Symbol 1179 GraphicUsed by:1192
Symbol 1180 GraphicUsed by:1192
Symbol 1181 GraphicUsed by:1192
Symbol 1182 GraphicUsed by:1192
Symbol 1183 GraphicUsed by:1192
Symbol 1184 GraphicUsed by:1192
Symbol 1185 GraphicUsed by:1192
Symbol 1186 GraphicUsed by:1192
Symbol 1187 GraphicUsed by:1192
Symbol 1188 GraphicUsed by:1192
Symbol 1189 GraphicUsed by:1192
Symbol 1190 GraphicUsed by:1191
Symbol 1191 MovieClipUses:1190Used by:1192
Symbol 1192 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Without_head_293}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1107 1105 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 331 332 1182 1183 1184 1185 1186 1187 1162 1188 1189 282 1191Used by:1230
Symbol 1193 GraphicUsed by:1205
Symbol 1194 GraphicUsed by:1205
Symbol 1195 GraphicUsed by:1205
Symbol 1196 GraphicUsed by:1205
Symbol 1197 GraphicUsed by:1205
Symbol 1198 GraphicUsed by:1205
Symbol 1199 GraphicUsed by:1205
Symbol 1200 GraphicUsed by:1205
Symbol 1201 GraphicUsed by:1205
Symbol 1202 GraphicUsed by:1205
Symbol 1203 GraphicUsed by:1204
Symbol 1204 MovieClipUses:1203Used by:1205
Symbol 1205 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Ice_295}Uses:1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1204Used by:1230
Symbol 1206 GraphicUsed by:1213
Symbol 1207 GraphicUsed by:1213
Symbol 1208 GraphicUsed by:1213
Symbol 1209 GraphicUsed by:1213
Symbol 1210 GraphicUsed by:1213
Symbol 1211 GraphicUsed by:1213
Symbol 1212 GraphicUsed by:1213
Symbol 1213 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Fire_297}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1109 1107 1105 284 1125 285 286 1126 1206 288 1128 289 290 1130 253 254 1131 1207 256 1134 257 258 259 304 1208 306 1209 308 1210 1162 1211 1212 282 1166Used by:1230
Symbol 1214 GraphicUsed by:1222
Symbol 1215 GraphicUsed by:1222
Symbol 1216 GraphicUsed by:1222
Symbol 1217 GraphicUsed by:1222
Symbol 1218 GraphicUsed by:1222
Symbol 1219 GraphicUsed by:1222
Symbol 1220 GraphicUsed by:1221
Symbol 1221 MovieClipUses:1220Used by:1222 1229
Symbol 1222 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Explosion_298}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1107 1109 1105 1125 284 285 1126 286 1214 1128 288 289 1130 290 253 1131 254 1215 1134 256 257 258 259 304 1216 306 376 308 1217 1218 1219 380 1221Used by:1230
Symbol 1223 GraphicUsed by:1229
Symbol 1224 GraphicUsed by:1229
Symbol 1225 GraphicUsed by:1229
Symbol 1226 GraphicUsed by:1229
Symbol 1227 GraphicUsed by:1229
Symbol 1228 GraphicUsed by:1229
Symbol 1229 MovieClip {Zombie_Baseball_fla.gameZombie4_Death_Nuclear_300}Uses:1083 1085 1087 1089 1091 1093 1095 1097 1099 1101 1103 1107 1109 1105 284 1140 285 286 1141 1223 288 1143 289 290 1144 253 254 1146 1224 256 1148 257 258 259 304 1225 306 376 308 1226 1227 1228 380 1221Used by:1230
Symbol 1230 MovieClip {cZombie4}Uses:1110 1115 1120 1123 1136 1139 1151 1167 1192 1205 1213 1222 1229Used by:2039
Symbol 1231 GraphicUsed by:1232
Symbol 1232 MovieClipUses:1231Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1233 GraphicUsed by:1234
Symbol 1234 MovieClipUses:1233Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1235 GraphicUsed by:1236
Symbol 1236 MovieClipUses:1235Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1237 GraphicUsed by:1238
Symbol 1238 MovieClipUses:1237Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1239 GraphicUsed by:1240
Symbol 1240 MovieClipUses:1239Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1241 GraphicUsed by:1242
Symbol 1242 MovieClipUses:1241Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1243 GraphicUsed by:1244
Symbol 1244 MovieClipUses:1243Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1245 GraphicUsed by:1246
Symbol 1246 MovieClipUses:1245Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1247 GraphicUsed by:1248
Symbol 1248 MovieClipUses:1247Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1249 GraphicUsed by:1250
Symbol 1250 MovieClipUses:1249Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1251 GraphicUsed by:1252
Symbol 1252 MovieClipUses:1251Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1253 GraphicUsed by:1254
Symbol 1254 MovieClipUses:1253Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1255 GraphicUsed by:1256
Symbol 1256 MovieClipUses:1255Used by:1259 1264 1269 1272 1285 1288 1301 1320 1345 1367 1376 1383
Symbol 1257 GraphicUsed by:1258
Symbol 1258 MovieClipUses:1257Used by:1259 1264 1269 1272 1285 1288 1301 1320 1367 1376 1383
Symbol 1259 MovieClipUses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258Used by:1384
Symbol 1260 GraphicUsed by:1264
Symbol 1261 GraphicUsed by:1264
Symbol 1262 GraphicUsed by:1264
Symbol 1263 GraphicUsed by:1264
Symbol 1264 MovieClip {Zombie_Baseball_fla.gameZombie5_Eat_317}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 1260 1261 1262 240 241 1263 243 244Used by:1384
Symbol 1265 GraphicUsed by:1269 1565 1705 1837
Symbol 1266 GraphicUsed by:1269
Symbol 1267 GraphicUsed by:1269 1565 1705 1837
Symbol 1268 GraphicUsed by:1269 1565 1705 1837
Symbol 1269 MovieClip {Zombie_Baseball_fla.gameZombie5_Impact_Normal_318}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 246 247 248 249 1265 1266 1267 1268 258 259Used by:1384
Symbol 1270 GraphicUsed by:1271 1566
Symbol 1271 MovieClipUses:1270Used by:1272
Symbol 1272 MovieClip {Zombie_Baseball_fla.gameZombie5_Impact_Ice_319}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 1271Used by:1384
Symbol 1273 GraphicUsed by:1274
Symbol 1274 MovieClipUses:1273Used by:1285 1288 1367 1376
Symbol 1275 MovieClipUses:97Used by:1285 1288 1367 1376
Symbol 1276 GraphicUsed by:1277
Symbol 1277 MovieClipUses:1276Used by:1285 1288 1367 1376
Symbol 1278 GraphicUsed by:1279
Symbol 1279 MovieClipUses:1278Used by:1285 1288 1367 1376
Symbol 1280 MovieClipUses:834Used by:1285 1288 1367 1376
Symbol 1281 GraphicUsed by:1285
Symbol 1282 GraphicUsed by:1283
Symbol 1283 MovieClipUses:1282Used by:1285 1288 1367 1376
Symbol 1284 GraphicUsed by:1285
Symbol 1285 MovieClipUses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 1274 246 247 1275 248 249 1277 250 251 1279 252 253 1280 254 1281 1283 256 257 258 259 1284Used by:1384
Symbol 1286 GraphicUsed by:1288
Symbol 1287 GraphicUsed by:1288
Symbol 1288 MovieClipUses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 1274 246 247 1275 248 249 1277 250 251 1279 252 253 1280 254 1286 1283 256 257 258 259 1287Used by:1384
Symbol 1289 MovieClipUses:133Used by:1301 1383
Symbol 1290 MovieClipUses:136Used by:1301 1383
Symbol 1291 GraphicUsed by:1301
Symbol 1292 MovieClipUses:139Used by:1301 1383
Symbol 1293 MovieClipUses:142Used by:1301 1383
Symbol 1294 GraphicUsed by:1295
Symbol 1295 MovieClipUses:1294Used by:1301 1383
Symbol 1296 GraphicUsed by:1301
Symbol 1297 MovieClipUses:148Used by:1301 1383
Symbol 1298 GraphicUsed by:1301
Symbol 1299 GraphicUsed by:1301
Symbol 1300 GraphicUsed by:1301
Symbol 1301 MovieClipUses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1254 1256 1258 284 1289 285 286 1290 1291 288 1292 289 290 1293 253 254 1295 1296 256 1297 257 258 259 1298 293 294 295 296 297 1299 299 1300 282Used by:1384
Symbol 1302 GraphicUsed by:1320 1607 1748 1880
Symbol 1303 GraphicUsed by:1320 1607 1748 1880
Symbol 1304 GraphicUsed by:1320 1607 1748 1880
Symbol 1305 GraphicUsed by:1320
Symbol 1306 GraphicUsed by:1320 1607 1748 1880
Symbol 1307 GraphicUsed by:1320 1607 1748 1880
Symbol 1308 GraphicUsed by:1320 1607 1748 1880
Symbol 1309 GraphicUsed by:1320
Symbol 1310 GraphicUsed by:1320
Symbol 1311 GraphicUsed by:1320 1607 1748 1880
Symbol 1312 GraphicUsed by:1320 1607 1748 1880
Symbol 1313 GraphicUsed by:1320 1607 1748 1880
Symbol 1314 GraphicUsed by:1320
Symbol 1315 MovieClipUses:310Used by:1320 1345 1367
Symbol 1316 GraphicUsed by:1320
Symbol 1317 GraphicUsed by:1320
Symbol 1318 GraphicUsed by:1319
Symbol 1319 MovieClipUses:1318Used by:1320 1367
Symbol 1320 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Normal_336}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1258 1256 1254 1302 1303 1304 1305 1306 1307 1308 253 254 1309 256 257 258 259 304 1310 1311 1312 1313 1314 1315 1316 1317 282 1319Used by:1384
Symbol 1321 GraphicUsed by:1345 1762
Symbol 1322 GraphicUsed by:1345
Symbol 1323 GraphicUsed by:1345 1762
Symbol 1324 GraphicUsed by:1345
Symbol 1325 GraphicUsed by:1345
Symbol 1326 GraphicUsed by:1345 1762
Symbol 1327 GraphicUsed by:1345 1762
Symbol 1328 GraphicUsed by:1345 1762
Symbol 1329 GraphicUsed by:1345 1762
Symbol 1330 GraphicUsed by:1345
Symbol 1331 GraphicUsed by:1345
Symbol 1332 GraphicUsed by:1345 1762
Symbol 1333 GraphicUsed by:1345 1762
Symbol 1334 GraphicUsed by:1345 1762
Symbol 1335 GraphicUsed by:1345 1631 1762
Symbol 1336 GraphicUsed by:1345
Symbol 1337 GraphicUsed by:1345
Symbol 1338 GraphicUsed by:1345
Symbol 1339 GraphicUsed by:1345 1762
Symbol 1340 GraphicUsed by:1345
Symbol 1341 GraphicUsed by:1345
Symbol 1342 GraphicUsed by:1345
Symbol 1343 GraphicUsed by:1344
Symbol 1344 MovieClipUses:1343Used by:1345
Symbol 1345 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Without_head_339}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1256 1254 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 331 332 1335 1336 1337 1338 1339 1340 1315 1341 1342 282 1344Used by:1384
Symbol 1346 GraphicUsed by:1359
Symbol 1347 GraphicUsed by:1359
Symbol 1348 GraphicUsed by:1359
Symbol 1349 GraphicUsed by:1359
Symbol 1350 GraphicUsed by:1359
Symbol 1351 GraphicUsed by:1359
Symbol 1352 GraphicUsed by:1359
Symbol 1353 GraphicUsed by:1359
Symbol 1354 GraphicUsed by:1359
Symbol 1355 GraphicUsed by:1359
Symbol 1356 GraphicUsed by:1359
Symbol 1357 GraphicUsed by:1358
Symbol 1358 MovieClipUses:1357Used by:1359
Symbol 1359 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Ice_341}Uses:1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1358Used by:1384
Symbol 1360 GraphicUsed by:1367
Symbol 1361 GraphicUsed by:1367
Symbol 1362 GraphicUsed by:1367
Symbol 1363 GraphicUsed by:1367
Symbol 1364 GraphicUsed by:1367
Symbol 1365 GraphicUsed by:1367
Symbol 1366 GraphicUsed by:1367
Symbol 1367 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Fire_343}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1258 1256 1254 284 1274 285 286 1275 1360 288 1277 289 290 1279 253 254 1280 1361 256 1283 257 258 259 304 1362 306 1363 308 1364 1315 1365 1366 282 1319Used by:1384
Symbol 1368 GraphicUsed by:1376
Symbol 1369 GraphicUsed by:1376
Symbol 1370 GraphicUsed by:1376
Symbol 1371 GraphicUsed by:1376
Symbol 1372 GraphicUsed by:1376
Symbol 1373 GraphicUsed by:1376
Symbol 1374 GraphicUsed by:1375
Symbol 1375 MovieClipUses:1374Used by:1376 1383
Symbol 1376 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Explosion_344}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1256 1258 1254 1274 284 285 1275 286 1368 1277 288 289 1279 290 253 1280 254 1369 1283 256 257 258 259 304 1370 306 376 308 1371 1372 1373 380 1375Used by:1384
Symbol 1377 GraphicUsed by:1383
Symbol 1378 GraphicUsed by:1383
Symbol 1379 GraphicUsed by:1383
Symbol 1380 GraphicUsed by:1383
Symbol 1381 GraphicUsed by:1383
Symbol 1382 GraphicUsed by:1383
Symbol 1383 MovieClip {Zombie_Baseball_fla.gameZombie5_Death_Nuclear_346}Uses:1232 1234 1236 1238 1240 1242 1244 1246 1248 1250 1252 1256 1258 1254 284 1289 285 286 1290 1377 288 1292 289 290 1293 253 254 1295 1378 256 1297 257 258 259 304 1379 306 376 308 1380 1381 1382 380 1375Used by:1384
Symbol 1384 MovieClip {cZombie5}Uses:1259 1264 1269 1272 1285 1288 1301 1320 1345 1359 1367 1376 1383Used by:2039
Symbol 1385 GraphicUsed by:1388 1391
Symbol 1386 GraphicUsed by:1388
Symbol 1387 GraphicUsed by:1388
Symbol 1388 MovieClipUses:1385 1386 1387Used by:1461
Symbol 1389 GraphicUsed by:1391
Symbol 1390 GraphicUsed by:1391
Symbol 1391 MovieClipUses:1385 1389 1390Used by:1461
Symbol 1392 GraphicUsed by:1395
Symbol 1393 GraphicUsed by:1395
Symbol 1394 GraphicUsed by:1395
Symbol 1395 MovieClipUses:1392 1393 1394Used by:1461
Symbol 1396 GraphicUsed by:1400
Symbol 1397 GraphicUsed by:1400
Symbol 1398 GraphicUsed by:1400
Symbol 1399 GraphicUsed by:1400
Symbol 1400 MovieClip {Zombie_Baseball_fla.gameZombie6_Impact_Normal_351}Uses:1396 1397 1398 1399Used by:1461
Symbol 1401 GraphicUsed by:1402
Symbol 1402 MovieClip {Zombie_Baseball_fla.gameZombie6_Impact_Ice_352}Uses:1401Used by:1461
Symbol 1403 GraphicUsed by:1406
Symbol 1404 GraphicUsed by:1406
Symbol 1405 GraphicUsed by:1406
Symbol 1406 MovieClipUses:1403 1404 1405Used by:1461
Symbol 1407 GraphicUsed by:1410
Symbol 1408 GraphicUsed by:1410
Symbol 1409 GraphicUsed by:1410
Symbol 1410 MovieClipUses:1407 1408 1409Used by:1461
Symbol 1411 GraphicUsed by:1414
Symbol 1412 GraphicUsed by:1414
Symbol 1413 GraphicUsed by:1414
Symbol 1414 MovieClipUses:1411 1412 1413Used by:1461
Symbol 1415 GraphicUsed by:1421
Symbol 1416 GraphicUsed by:1421
Symbol 1417 GraphicUsed by:1421
Symbol 1418 GraphicUsed by:1421
Symbol 1419 ShapeTweeningUsed by:1421
Symbol 1420 GraphicUsed by:1421
Symbol 1421 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Normal_356}Uses:1415 1416 1417 1418 1419 1420Used by:1461
Symbol 1422 GraphicUsed by:1428
Symbol 1423 GraphicUsed by:1428
Symbol 1424 GraphicUsed by:1428
Symbol 1425 GraphicUsed by:1428
Symbol 1426 ShapeTweeningUsed by:1428
Symbol 1427 GraphicUsed by:1428
Symbol 1428 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Without_head_357}Uses:1422 1423 1424 1425 1426 1427Used by:1461
Symbol 1429 GraphicUsed by:1436
Symbol 1430 GraphicUsed by:1436 1505
Symbol 1431 GraphicUsed by:1436 1505
Symbol 1432 GraphicUsed by:1436
Symbol 1433 GraphicUsed by:1436 1505
Symbol 1434 GraphicUsed by:1436
Symbol 1435 GraphicUsed by:1436 1505
Symbol 1436 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Ice_358}Uses:1429 1430 1431 1432 1433 1434 1435Used by:1461
Symbol 1437 GraphicUsed by:1444
Symbol 1438 GraphicUsed by:1444
Symbol 1439 GraphicUsed by:1444
Symbol 1440 GraphicUsed by:1444
Symbol 1441 ShapeTweeningUsed by:1444
Symbol 1442 GraphicUsed by:1444
Symbol 1443 GraphicUsed by:1444
Symbol 1444 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Fire_359}Uses:1437 1438 1439 1440 1441 1442 1443Used by:1461
Symbol 1445 GraphicUsed by:1452
Symbol 1446 GraphicUsed by:1452
Symbol 1447 GraphicUsed by:1452
Symbol 1448 GraphicUsed by:1452
Symbol 1449 ShapeTweeningUsed by:1452
Symbol 1450 GraphicUsed by:1452
Symbol 1451 GraphicUsed by:1452
Symbol 1452 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Explosion_360}Uses:1445 1446 1447 1448 1449 1450 1451Used by:1461
Symbol 1453 GraphicUsed by:1460
Symbol 1454 GraphicUsed by:1460
Symbol 1455 GraphicUsed by:1460
Symbol 1456 GraphicUsed by:1460
Symbol 1457 ShapeTweeningUsed by:1460
Symbol 1458 GraphicUsed by:1460
Symbol 1459 GraphicUsed by:1460
Symbol 1460 MovieClip {Zombie_Baseball_fla.gameZombie6_Death_Nuclear_361}Uses:1453 1454 1455 1456 1457 1458 1459Used by:1461
Symbol 1461 MovieClip {cZombie6}Uses:1388 1391 1395 1400 1402 1406 1410 1414 1421 1428 1436 1444 1452 1460Used by:2039
Symbol 1462 GraphicUsed by:1465 1468
Symbol 1463 GraphicUsed by:1465
Symbol 1464 GraphicUsed by:1465
Symbol 1465 MovieClipUses:1462 1463 1464Used by:1529
Symbol 1466 GraphicUsed by:1468
Symbol 1467 GraphicUsed by:1468
Symbol 1468 MovieClipUses:1462 1466 1467Used by:1529
Symbol 1469 GraphicUsed by:1472
Symbol 1470 GraphicUsed by:1472
Symbol 1471 GraphicUsed by:1472
Symbol 1472 MovieClipUses:1469 1470 1471Used by:1529
Symbol 1473 GraphicUsed by:1476
Symbol 1474 GraphicUsed by:1476
Symbol 1475 GraphicUsed by:1476 1505
Symbol 1476 MovieClip {Zombie_Baseball_fla.gameZombie7_Impact_Normal_366}Uses:1473 1474 1475Used by:1529
Symbol 1477 GraphicUsed by:1478
Symbol 1478 MovieClip {Zombie_Baseball_fla.gameZombie7_Impact_Ice_367}Uses:1477Used by:1529
Symbol 1479 GraphicUsed by:1482
Symbol 1480 GraphicUsed by:1482
Symbol 1481 GraphicUsed by:1482
Symbol 1482 MovieClipUses:1479 1480 1481Used by:1529
Symbol 1483 GraphicUsed by:1486
Symbol 1484 GraphicUsed by:1486
Symbol 1485 GraphicUsed by:1486
Symbol 1486 MovieClipUses:1483 1484 1485Used by:1529
Symbol 1487 GraphicUsed by:1490
Symbol 1488 GraphicUsed by:1490
Symbol 1489 GraphicUsed by:1490
Symbol 1490 MovieClipUses:1487 1488 1489Used by:1529
Symbol 1491 GraphicUsed by:1497
Symbol 1492 GraphicUsed by:1497
Symbol 1493 GraphicUsed by:1497
Symbol 1494 GraphicUsed by:1497
Symbol 1495 ShapeTweeningUsed by:1497
Symbol 1496 GraphicUsed by:1497
Symbol 1497 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Normal_371}Uses:1491 1492 1493 1494 1495 1496Used by:1529
Symbol 1498 GraphicUsed by:1504
Symbol 1499 GraphicUsed by:1504
Symbol 1500 GraphicUsed by:1504
Symbol 1501 GraphicUsed by:1504
Symbol 1502 ShapeTweeningUsed by:1504
Symbol 1503 GraphicUsed by:1504
Symbol 1504 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Without_head_372}Uses:1498 1499 1500 1501 1502 1503Used by:1529
Symbol 1505 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Ice_373}Uses:1475 1430 1431 1433 1435Used by:1529
Symbol 1506 GraphicUsed by:1513
Symbol 1507 GraphicUsed by:1513
Symbol 1508 GraphicUsed by:1513
Symbol 1509 GraphicUsed by:1513
Symbol 1510 ShapeTweeningUsed by:1513
Symbol 1511 GraphicUsed by:1513 1520
Symbol 1512 GraphicUsed by:1513
Symbol 1513 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Fire_374}Uses:1506 1507 1508 1509 1510 1511 1512Used by:1529
Symbol 1514 GraphicUsed by:1520
Symbol 1515 GraphicUsed by:1520
Symbol 1516 GraphicUsed by:1520
Symbol 1517 GraphicUsed by:1520
Symbol 1518 ShapeTweeningUsed by:1520
Symbol 1519 GraphicUsed by:1520
Symbol 1520 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Explosion_375}Uses:1514 1515 1516 1517 1518 1511 1519Used by:1529
Symbol 1521 GraphicUsed by:1528
Symbol 1522 GraphicUsed by:1528
Symbol 1523 GraphicUsed by:1528
Symbol 1524 GraphicUsed by:1528
Symbol 1525 ShapeTweeningUsed by:1528
Symbol 1526 GraphicUsed by:1528
Symbol 1527 GraphicUsed by:1528
Symbol 1528 MovieClip {Zombie_Baseball_fla.gameZombie7_Death_Nuclear_376}Uses:1521 1522 1523 1524 1525 1526 1527Used by:1529
Symbol 1529 MovieClip {cZombie7}Uses:1465 1468 1472 1476 1478 1482 1486 1490 1497 1504 1505 1513 1520 1528Used by:2039
Symbol 1530 GraphicUsed by:1531
Symbol 1531 MovieClipUses:1530Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1532 GraphicUsed by:1533
Symbol 1533 MovieClipUses:1532Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1534 GraphicUsed by:1535
Symbol 1535 MovieClipUses:1534Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1536 GraphicUsed by:1537
Symbol 1537 MovieClipUses:1536Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1538 GraphicUsed by:1539
Symbol 1539 MovieClipUses:1538Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1540 GraphicUsed by:1541
Symbol 1541 MovieClipUses:1540Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1542 GraphicUsed by:1543
Symbol 1543 MovieClipUses:1542Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1544 GraphicUsed by:1545
Symbol 1545 MovieClipUses:1544Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1546 GraphicUsed by:1547
Symbol 1547 MovieClipUses:1546Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1548 GraphicUsed by:1549
Symbol 1549 MovieClipUses:1548Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1550 GraphicUsed by:1551
Symbol 1551 MovieClipUses:1550Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1552 GraphicUsed by:1553
Symbol 1553 MovieClipUses:1552Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1554 GraphicUsed by:1555
Symbol 1555 MovieClipUses:1554Used by:1558 1563 1565 1567 1580 1583 1596 1607 1631 1652 1661 1668
Symbol 1556 GraphicUsed by:1557
Symbol 1557 MovieClipUses:1556Used by:1558 1563 1565 1567 1580 1583 1596 1607 1652 1661 1668
Symbol 1558 MovieClipUses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557Used by:1669
Symbol 1559 GraphicUsed by:1563
Symbol 1560 GraphicUsed by:1563
Symbol 1561 GraphicUsed by:1563
Symbol 1562 GraphicUsed by:1563
Symbol 1563 MovieClip {Zombie_Baseball_fla.gameZombie8_Eat_393}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 1559 1560 1561 240 241 1562 243 244Used by:1669
Symbol 1564 GraphicUsed by:1565
Symbol 1565 MovieClip {Zombie_Baseball_fla.gameZombie8_Impact_Normal_394}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 246 247 248 249 1265 1564 1267 1268 258 259Used by:1669
Symbol 1566 MovieClipUses:1270Used by:1567
Symbol 1567 MovieClip {Zombie_Baseball_fla.gameZombie8_Impact_Ice_395}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 1566Used by:1669
Symbol 1568 GraphicUsed by:1569
Symbol 1569 MovieClipUses:1568Used by:1580 1583 1652 1661
Symbol 1570 MovieClipUses:97Used by:1580 1583 1652 1661
Symbol 1571 GraphicUsed by:1572
Symbol 1572 MovieClipUses:1571Used by:1580 1583 1652 1661
Symbol 1573 GraphicUsed by:1574
Symbol 1574 MovieClipUses:1573Used by:1580 1583 1652 1661
Symbol 1575 MovieClipUses:834Used by:1580 1583 1652 1661
Symbol 1576 GraphicUsed by:1580
Symbol 1577 GraphicUsed by:1578
Symbol 1578 MovieClipUses:1577Used by:1580 1583 1652 1661
Symbol 1579 GraphicUsed by:1580
Symbol 1580 MovieClipUses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 1569 246 247 1570 248 249 1572 250 251 1574 252 253 1575 254 1576 1578 256 257 258 259 1579Used by:1669
Symbol 1581 GraphicUsed by:1583
Symbol 1582 GraphicUsed by:1583
Symbol 1583 MovieClipUses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 1569 246 247 1570 248 249 1572 250 251 1574 252 253 1575 254 1581 1578 256 257 258 259 1582Used by:1669
Symbol 1584 MovieClipUses:133Used by:1596 1668
Symbol 1585 MovieClipUses:136Used by:1596 1668
Symbol 1586 GraphicUsed by:1596
Symbol 1587 MovieClipUses:139Used by:1596 1668
Symbol 1588 MovieClipUses:142Used by:1596 1668
Symbol 1589 GraphicUsed by:1590
Symbol 1590 MovieClipUses:1589Used by:1596 1668
Symbol 1591 GraphicUsed by:1596
Symbol 1592 MovieClipUses:148Used by:1596 1668
Symbol 1593 GraphicUsed by:1596
Symbol 1594 GraphicUsed by:1596
Symbol 1595 GraphicUsed by:1596
Symbol 1596 MovieClipUses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1553 1555 1557 284 1584 285 286 1585 1586 288 1587 289 290 1588 253 254 1590 1591 256 1592 257 258 259 1593 293 294 295 296 297 1594 299 1595 282Used by:1669
Symbol 1597 GraphicUsed by:1607
Symbol 1598 GraphicUsed by:1607
Symbol 1599 GraphicUsed by:1607
Symbol 1600 GraphicUsed by:1607
Symbol 1601 GraphicUsed by:1602
Symbol 1602 MovieClipUses:1601Used by:1607 1631 1652
Symbol 1603 GraphicUsed by:1607
Symbol 1604 GraphicUsed by:1607
Symbol 1605 GraphicUsed by:1606
Symbol 1606 MovieClipUses:1605Used by:1607 1652
Symbol 1607 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Normal_412}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1557 1555 1553 1302 1303 1304 1597 1306 1307 1308 253 254 1598 256 257 258 259 304 1599 1311 1312 1313 1600 1602 1603 1604 282 1606Used by:1669
Symbol 1608 GraphicUsed by:1631
Symbol 1609 GraphicUsed by:1631
Symbol 1610 GraphicUsed by:1631
Symbol 1611 GraphicUsed by:1631
Symbol 1612 GraphicUsed by:1631
Symbol 1613 GraphicUsed by:1631
Symbol 1614 GraphicUsed by:1631
Symbol 1615 GraphicUsed by:1631
Symbol 1616 GraphicUsed by:1631
Symbol 1617 GraphicUsed by:1631
Symbol 1618 GraphicUsed by:1631
Symbol 1619 GraphicUsed by:1631
Symbol 1620 GraphicUsed by:1631
Symbol 1621 GraphicUsed by:1631
Symbol 1622 GraphicUsed by:1631
Symbol 1623 GraphicUsed by:1631
Symbol 1624 GraphicUsed by:1631
Symbol 1625 GraphicUsed by:1631
Symbol 1626 GraphicUsed by:1631
Symbol 1627 GraphicUsed by:1631
Symbol 1628 GraphicUsed by:1631
Symbol 1629 GraphicUsed by:1630
Symbol 1630 MovieClipUses:1629Used by:1631
Symbol 1631 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Without_head_415}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1555 1553 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 331 332 1335 1622 1623 1624 1625 1626 1602 1627 1628 282 1630Used by:1669
Symbol 1632 GraphicUsed by:1644
Symbol 1633 GraphicUsed by:1644
Symbol 1634 GraphicUsed by:1644
Symbol 1635 GraphicUsed by:1644
Symbol 1636 GraphicUsed by:1644
Symbol 1637 GraphicUsed by:1644
Symbol 1638 GraphicUsed by:1644
Symbol 1639 GraphicUsed by:1644
Symbol 1640 GraphicUsed by:1644
Symbol 1641 GraphicUsed by:1644
Symbol 1642 GraphicUsed by:1643
Symbol 1643 MovieClipUses:1642Used by:1644
Symbol 1644 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Ice_417}Uses:1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1643Used by:1669
Symbol 1645 GraphicUsed by:1652
Symbol 1646 GraphicUsed by:1652
Symbol 1647 GraphicUsed by:1652
Symbol 1648 GraphicUsed by:1652
Symbol 1649 GraphicUsed by:1652
Symbol 1650 GraphicUsed by:1652
Symbol 1651 GraphicUsed by:1652
Symbol 1652 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Fire_419}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1557 1555 1553 284 1569 285 286 1570 1645 288 1572 289 290 1574 253 254 1575 1646 256 1578 257 258 259 304 1647 306 1648 308 1649 1602 1650 1651 282 1606Used by:1669
Symbol 1653 GraphicUsed by:1661
Symbol 1654 GraphicUsed by:1661
Symbol 1655 GraphicUsed by:1661
Symbol 1656 GraphicUsed by:1661
Symbol 1657 GraphicUsed by:1661
Symbol 1658 GraphicUsed by:1661
Symbol 1659 GraphicUsed by:1660
Symbol 1660 MovieClipUses:1659Used by:1661 1668
Symbol 1661 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Explosion_420}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1555 1557 1553 1569 284 285 1570 286 1653 1572 288 289 1574 290 253 1575 254 1654 1578 256 257 258 259 304 1655 306 376 308 1656 1657 1658 380 1660Used by:1669
Symbol 1662 GraphicUsed by:1668
Symbol 1663 GraphicUsed by:1668
Symbol 1664 GraphicUsed by:1668
Symbol 1665 GraphicUsed by:1668
Symbol 1666 GraphicUsed by:1668
Symbol 1667 GraphicUsed by:1668
Symbol 1668 MovieClip {Zombie_Baseball_fla.gameZombie8_Death_Nuclear_422}Uses:1531 1533 1535 1537 1539 1541 1543 1545 1547 1549 1551 1555 1557 1553 284 1584 285 286 1585 1662 288 1587 289 290 1588 253 254 1590 1663 256 1592 257 258 259 304 1664 306 376 308 1665 1666 1667 380 1660Used by:1669
Symbol 1669 MovieClip {cZombie8}Uses:1558 1563 1565 1567 1580 1583 1596 1607 1631 1644 1652 1661 1668Used by:2039
Symbol 1670 GraphicUsed by:1671
Symbol 1671 MovieClipUses:1670Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1672 GraphicUsed by:1673
Symbol 1673 MovieClipUses:1672Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1674 GraphicUsed by:1675
Symbol 1675 MovieClipUses:1674Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1676 GraphicUsed by:1677
Symbol 1677 MovieClipUses:1676Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1678 GraphicUsed by:1679
Symbol 1679 MovieClipUses:1678Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1680 GraphicUsed by:1681
Symbol 1681 MovieClipUses:1680Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1682 GraphicUsed by:1683
Symbol 1683 MovieClipUses:1682Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1684 GraphicUsed by:1685
Symbol 1685 MovieClipUses:1684Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1686 GraphicUsed by:1687
Symbol 1687 MovieClipUses:1686Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1688 GraphicUsed by:1689
Symbol 1689 MovieClipUses:1688Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1690 GraphicUsed by:1691
Symbol 1691 MovieClipUses:1690Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1692 GraphicUsed by:1693
Symbol 1693 MovieClipUses:1692Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1694 GraphicUsed by:1695
Symbol 1695 MovieClipUses:1694Used by:1698 1703 1705 1708 1722 1725 1738 1748 1762 1784 1793 1800
Symbol 1696 GraphicUsed by:1697
Symbol 1697 MovieClipUses:1696Used by:1698 1703 1705 1708 1722 1725 1738 1748 1784 1793 1800
Symbol 1698 MovieClipUses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697Used by:1801
Symbol 1699 GraphicUsed by:1703
Symbol 1700 GraphicUsed by:1703
Symbol 1701 GraphicUsed by:1703
Symbol 1702 GraphicUsed by:1703
Symbol 1703 MovieClip {Zombie_Baseball_fla.gameZombie9_Eat_439}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 1699 1700 1701 240 241 1702 243 244Used by:1801
Symbol 1704 GraphicUsed by:1705
Symbol 1705 MovieClip {Zombie_Baseball_fla.gameZombie9_Impact_Normal_440}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 246 247 248 249 1265 1704 1267 1268 258 259Used by:1801
Symbol 1706 GraphicUsed by:1707
Symbol 1707 MovieClipUses:1706Used by:1708
Symbol 1708 MovieClip {Zombie_Baseball_fla.gameZombie9_Impact_Ice_441}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 1707Used by:1801
Symbol 1709 GraphicUsed by:1710
Symbol 1710 MovieClipUses:1709Used by:1722 1725 1784 1793
Symbol 1711 MovieClipUses:97Used by:1722 1725 1784 1793
Symbol 1712 GraphicUsed by:1713
Symbol 1713 MovieClipUses:1712Used by:1722 1725 1784 1793
Symbol 1714 GraphicUsed by:1715
Symbol 1715 MovieClipUses:1714Used by:1722 1725 1784 1793
Symbol 1716 GraphicUsed by:1717
Symbol 1717 MovieClipUses:1716Used by:1722 1725 1784 1793
Symbol 1718 GraphicUsed by:1722
Symbol 1719 GraphicUsed by:1720
Symbol 1720 MovieClipUses:1719Used by:1722 1725 1784 1793
Symbol 1721 GraphicUsed by:1722
Symbol 1722 MovieClipUses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 1710 246 247 1711 248 249 1713 250 251 1715 252 253 1717 254 1718 1720 256 257 258 259 1721Used by:1801
Symbol 1723 GraphicUsed by:1725
Symbol 1724 GraphicUsed by:1725
Symbol 1725 MovieClipUses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 1710 246 247 1711 248 249 1713 250 251 1715 252 253 1717 254 1723 1720 256 257 258 259 1724Used by:1801
Symbol 1726 MovieClipUses:133Used by:1738 1800
Symbol 1727 MovieClipUses:136Used by:1738 1800
Symbol 1728 GraphicUsed by:1738
Symbol 1729 MovieClipUses:139Used by:1738 1800
Symbol 1730 MovieClipUses:142Used by:1738 1800
Symbol 1731 GraphicUsed by:1732
Symbol 1732 MovieClipUses:1731Used by:1738 1800
Symbol 1733 GraphicUsed by:1738
Symbol 1734 MovieClipUses:148Used by:1738 1800
Symbol 1735 GraphicUsed by:1738
Symbol 1736 GraphicUsed by:1738
Symbol 1737 GraphicUsed by:1738
Symbol 1738 MovieClipUses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1693 1695 1697 284 1726 285 286 1727 1728 288 1729 289 290 1730 253 254 1732 1733 256 1734 257 258 259 1735 293 294 295 296 297 1736 299 1737 282Used by:1801
Symbol 1739 GraphicUsed by:1748
Symbol 1740 GraphicUsed by:1748
Symbol 1741 GraphicUsed by:1748
Symbol 1742 GraphicUsed by:1748
Symbol 1743 MovieClipUses:310Used by:1748 1762 1784
Symbol 1744 GraphicUsed by:1748
Symbol 1745 GraphicUsed by:1748
Symbol 1746 GraphicUsed by:1747
Symbol 1747 MovieClipUses:1746Used by:1748 1784
Symbol 1748 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Normal_458}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1697 1695 1693 1302 1303 1304 1739 1306 1307 1308 253 254 1740 256 257 258 259 304 1741 1311 1312 1313 1742 1743 1744 1745 282 1747Used by:1801
Symbol 1749 GraphicUsed by:1762
Symbol 1750 GraphicUsed by:1762
Symbol 1751 GraphicUsed by:1762
Symbol 1752 GraphicUsed by:1762
Symbol 1753 GraphicUsed by:1762
Symbol 1754 GraphicUsed by:1762
Symbol 1755 GraphicUsed by:1762
Symbol 1756 GraphicUsed by:1762
Symbol 1757 GraphicUsed by:1762
Symbol 1758 GraphicUsed by:1762
Symbol 1759 GraphicUsed by:1762
Symbol 1760 GraphicUsed by:1761
Symbol 1761 MovieClipUses:1760Used by:1762
Symbol 1762 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Without_head_461}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1695 1693 1321 1749 1323 1750 1751 1326 1327 1328 1329 1752 1753 1332 1333 1334 331 332 1335 1754 1755 1756 1339 1757 1743 1758 1759 282 1761Used by:1801
Symbol 1763 GraphicUsed by:1776
Symbol 1764 GraphicUsed by:1776
Symbol 1765 GraphicUsed by:1776
Symbol 1766 GraphicUsed by:1776
Symbol 1767 GraphicUsed by:1776
Symbol 1768 GraphicUsed by:1776
Symbol 1769 GraphicUsed by:1776
Symbol 1770 GraphicUsed by:1776
Symbol 1771 GraphicUsed by:1776
Symbol 1772 GraphicUsed by:1776
Symbol 1773 GraphicUsed by:1776
Symbol 1774 GraphicUsed by:1775
Symbol 1775 MovieClipUses:1774Used by:1776
Symbol 1776 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Ice_463}Uses:1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1775Used by:1801
Symbol 1777 GraphicUsed by:1784
Symbol 1778 GraphicUsed by:1784
Symbol 1779 GraphicUsed by:1784
Symbol 1780 GraphicUsed by:1784
Symbol 1781 GraphicUsed by:1784
Symbol 1782 GraphicUsed by:1784
Symbol 1783 GraphicUsed by:1784
Symbol 1784 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Fire_465}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1697 1695 1693 284 1710 285 286 1711 1777 288 1713 289 290 1715 253 254 1717 1778 256 1720 257 258 259 304 1779 306 1780 308 1781 1743 1782 1783 282 1747Used by:1801
Symbol 1785 GraphicUsed by:1793
Symbol 1786 GraphicUsed by:1793
Symbol 1787 GraphicUsed by:1793
Symbol 1788 GraphicUsed by:1793
Symbol 1789 GraphicUsed by:1793
Symbol 1790 GraphicUsed by:1793
Symbol 1791 GraphicUsed by:1792
Symbol 1792 MovieClipUses:1791Used by:1793 1800
Symbol 1793 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Explosion_466}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1695 1697 1693 1710 284 285 1711 286 1785 1713 288 289 1715 290 253 1717 254 1786 1720 256 257 258 259 304 1787 306 376 308 1788 1789 1790 380 1792Used by:1801
Symbol 1794 GraphicUsed by:1800
Symbol 1795 GraphicUsed by:1800
Symbol 1796 GraphicUsed by:1800
Symbol 1797 GraphicUsed by:1800
Symbol 1798 GraphicUsed by:1800
Symbol 1799 GraphicUsed by:1800
Symbol 1800 MovieClip {Zombie_Baseball_fla.gameZombie9_Death_Nuclear_468}Uses:1671 1673 1675 1677 1679 1681 1683 1685 1687 1689 1691 1695 1697 1693 284 1726 285 286 1727 1794 288 1729 289 290 1730 253 254 1732 1795 256 1734 257 258 259 304 1796 306 376 308 1797 1798 1799 380 1792Used by:1801
Symbol 1801 MovieClip {cZombie9}Uses:1698 1703 1705 1708 1722 1725 1738 1748 1762 1776 1784 1793 1800Used by:2039
Symbol 1802 GraphicUsed by:1803
Symbol 1803 MovieClipUses:1802Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1804 GraphicUsed by:1805
Symbol 1805 MovieClipUses:1804Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1806 GraphicUsed by:1807
Symbol 1807 MovieClipUses:1806Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1808 GraphicUsed by:1809
Symbol 1809 MovieClipUses:1808Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1810 GraphicUsed by:1811
Symbol 1811 MovieClipUses:1810Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1812 GraphicUsed by:1813
Symbol 1813 MovieClipUses:1812Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1814 GraphicUsed by:1815
Symbol 1815 MovieClipUses:1814Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1816 GraphicUsed by:1817
Symbol 1817 MovieClipUses:1816Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1818 GraphicUsed by:1819
Symbol 1819 MovieClipUses:1818Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1820 GraphicUsed by:1821
Symbol 1821 MovieClipUses:1820Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1822 GraphicUsed by:1823
Symbol 1823 MovieClipUses:1822Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1824 GraphicUsed by:1825
Symbol 1825 MovieClipUses:1824Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1826 GraphicUsed by:1827
Symbol 1827 MovieClipUses:1826Used by:1830 1835 1837 1840 1854 1857 1870 1880 1905 1926 1935 1942
Symbol 1828 GraphicUsed by:1829
Symbol 1829 MovieClipUses:1828Used by:1830 1835 1837 1840 1854 1857 1870 1880 1926 1935 1942
Symbol 1830 MovieClipUses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829Used by:1943
Symbol 1831 GraphicUsed by:1835
Symbol 1832 GraphicUsed by:1835
Symbol 1833 GraphicUsed by:1835
Symbol 1834 GraphicUsed by:1835
Symbol 1835 MovieClip {Zombie_Baseball_fla.gameZombie10_Eat_485}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 1831 1832 1833 240 241 1834 243 244Used by:1943
Symbol 1836 GraphicUsed by:1837
Symbol 1837 MovieClip {Zombie_Baseball_fla.gameZombie10_Impact_Normal_486}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 246 247 248 249 1265 1836 1267 1268 258 259Used by:1943
Symbol 1838 GraphicUsed by:1839
Symbol 1839 MovieClipUses:1838Used by:1840
Symbol 1840 MovieClip {Zombie_Baseball_fla.gameZombie10_Impact_Ice_487}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 1839Used by:1943
Symbol 1841 GraphicUsed by:1842
Symbol 1842 MovieClipUses:1841Used by:1854 1857 1926 1935
Symbol 1843 MovieClipUses:97Used by:1854 1857 1926 1935
Symbol 1844 GraphicUsed by:1845
Symbol 1845 MovieClipUses:1844Used by:1854 1857 1926 1935
Symbol 1846 GraphicUsed by:1847
Symbol 1847 MovieClipUses:1846Used by:1854 1857 1926 1935
Symbol 1848 GraphicUsed by:1849
Symbol 1849 MovieClipUses:1848Used by:1854 1857 1926 1935
Symbol 1850 GraphicUsed by:1854
Symbol 1851 GraphicUsed by:1852
Symbol 1852 MovieClipUses:1851Used by:1854 1857 1926 1935
Symbol 1853 GraphicUsed by:1854
Symbol 1854 MovieClipUses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 1842 246 247 1843 248 249 1845 250 251 1847 252 253 1849 254 1850 1852 256 257 258 259 1853Used by:1943
Symbol 1855 GraphicUsed by:1857
Symbol 1856 GraphicUsed by:1857
Symbol 1857 MovieClipUses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 1842 246 247 1843 248 249 1845 250 251 1847 252 253 1849 254 1855 1852 256 257 258 259 1856Used by:1943
Symbol 1858 MovieClipUses:133Used by:1870 1942
Symbol 1859 MovieClipUses:136Used by:1870 1942
Symbol 1860 GraphicUsed by:1870
Symbol 1861 MovieClipUses:139Used by:1870 1942
Symbol 1862 MovieClipUses:142Used by:1870 1942
Symbol 1863 GraphicUsed by:1864
Symbol 1864 MovieClipUses:1863Used by:1870 1942
Symbol 1865 GraphicUsed by:1870
Symbol 1866 MovieClipUses:148Used by:1870 1942
Symbol 1867 GraphicUsed by:1870
Symbol 1868 GraphicUsed by:1870
Symbol 1869 GraphicUsed by:1870
Symbol 1870 MovieClipUses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1825 1827 1829 284 1858 285 286 1859 1860 288 1861 289 290 1862 253 254 1864 1865 256 1866 257 258 259 1867 293 294 295 296 297 1868 299 1869 282Used by:1943
Symbol 1871 GraphicUsed by:1880
Symbol 1872 GraphicUsed by:1880
Symbol 1873 GraphicUsed by:1880
Symbol 1874 GraphicUsed by:1880
Symbol 1875 MovieClipUses:310Used by:1880 1905 1926
Symbol 1876 GraphicUsed by:1880
Symbol 1877 GraphicUsed by:1880
Symbol 1878 GraphicUsed by:1879
Symbol 1879 MovieClipUses:1878Used by:1880 1926
Symbol 1880 MovieClip {Zombie_Baseball_fla.gameZombie10_Death_Normal_504}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1829 1827 1825 1302 1303 1304 1871 1306 1307 1308 253 254 1872 256 257 258 259 304 1873 1311 1312 1313 1874 1875 1876 1877 282 1879Used by:1943
Symbol 1881 GraphicUsed by:1905
Symbol 1882 GraphicUsed by:1905
Symbol 1883 GraphicUsed by:1905
Symbol 1884 GraphicUsed by:1905
Symbol 1885 GraphicUsed by:1905
Symbol 1886 GraphicUsed by:1905
Symbol 1887 GraphicUsed by:1905
Symbol 1888 GraphicUsed by:1905
Symbol 1889 GraphicUsed by:1905
Symbol 1890 GraphicUsed by:1905
Symbol 1891 GraphicUsed by:1905
Symbol 1892 GraphicUsed by:1905
Symbol 1893 GraphicUsed by:1905
Symbol 1894 GraphicUsed by:1905
Symbol 1895 GraphicUsed by:1905
Symbol 1896 GraphicUsed by:1905
Symbol 1897 GraphicUsed by:1905
Symbol 1898 GraphicUsed by:1905
Symbol 1899 GraphicUsed by:1905
Symbol 1900 GraphicUsed by:1905
Symbol 1901 GraphicUsed by:1905
Symbol 1902 GraphicUsed by:1905
Symbol 1903 GraphicUsed by:1904
Symbol 1904 MovieClipUses:1903Used by:1905
Symbol 1905 MovieClip {Zombie_Baseball_fla.gameZombie5_Deat10_Without_head_507}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1827 1825 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 331 332 1895 1896 1897 1898 1899 1900 1875 1901 1902 282 1904Used by:1943
Symbol 1906 GraphicUsed by:1918
Symbol 1907 GraphicUsed by:1918
Symbol 1908 GraphicUsed by:1918
Symbol 1909 GraphicUsed by:1918
Symbol 1910 GraphicUsed by:1918
Symbol 1911 GraphicUsed by:1918
Symbol 1912 GraphicUsed by:1918
Symbol 1913 GraphicUsed by:1918
Symbol 1914 GraphicUsed by:1918
Symbol 1915 GraphicUsed by:1918
Symbol 1916 GraphicUsed by:1917
Symbol 1917 MovieClipUses:1916Used by:1918
Symbol 1918 MovieClip {Zombie_Baseball_fla.gameZombie10_Death_Ice_509}Uses:1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1917Used by:1943
Symbol 1919 GraphicUsed by:1926
Symbol 1920 GraphicUsed by:1926
Symbol 1921 GraphicUsed by:1926
Symbol 1922 GraphicUsed by:1926
Symbol 1923 GraphicUsed by:1926
Symbol 1924 GraphicUsed by:1926
Symbol 1925 GraphicUsed by:1926
Symbol 1926 MovieClip {Zombie_Baseball_fla.gameZombie10_Death_Fire_511}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1829 1827 1825 284 1842 285 286 1843 1919 288 1845 289 290 1847 253 254 1849 1920 256 1852 257 258 259 304 1921 306 1922 308 1923 1875 1924 1925 282 1879Used by:1943
Symbol 1927 GraphicUsed by:1935
Symbol 1928 GraphicUsed by:1935
Symbol 1929 GraphicUsed by:1935
Symbol 1930 GraphicUsed by:1935
Symbol 1931 GraphicUsed by:1935
Symbol 1932 GraphicUsed by:1935
Symbol 1933 GraphicUsed by:1934
Symbol 1934 MovieClipUses:1933Used by:1935 1942
Symbol 1935 MovieClip {Zombie_Baseball_fla.gameZombie10_Death_Explosion_512}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1827 1829 1825 1842 284 285 1843 286 1927 1845 288 289 1847 290 253 1849 254 1928 1852 256 257 258 259 304 1929 306 376 308 1930 1931 1932 380 1934Used by:1943
Symbol 1936 GraphicUsed by:1942
Symbol 1937 GraphicUsed by:1942
Symbol 1938 GraphicUsed by:1942
Symbol 1939 GraphicUsed by:1942
Symbol 1940 GraphicUsed by:1942
Symbol 1941 GraphicUsed by:1942
Symbol 1942 MovieClip {Zombie_Baseball_fla.gameZombie10_Death_Nuclear_514}Uses:1803 1805 1807 1809 1811 1813 1815 1817 1819 1821 1823 1827 1829 1825 284 1858 285 286 1859 1936 288 1861 289 290 1862 253 254 1864 1937 256 1866 257 258 259 304 1938 306 376 308 1939 1940 1941 380 1934Used by:1943
Symbol 1943 MovieClip {cZombie10}Uses:1830 1835 1837 1840 1854 1857 1870 1880 1905 1918 1926 1935 1942Used by:2039
Symbol 1944 GraphicUsed by:1945
Symbol 1945 MovieClipUses:1944Used by:1946
Symbol 1946 MovieClipUses:392 1945Used by:2035
Symbol 1947 GraphicUsed by:1948
Symbol 1948 MovieClipUses:1947Used by:1957
Symbol 1949 GraphicUsed by:1950
Symbol 1950 MovieClipUses:1949Used by:1957
Symbol 1951 GraphicUsed by:1952
Symbol 1952 MovieClipUses:1951Used by:1957
Symbol 1953 GraphicUsed by:1954
Symbol 1954 MovieClipUses:1953Used by:1957
Symbol 1955 GraphicUsed by:1956
Symbol 1956 MovieClipUses:1955Used by:1957
Symbol 1957 MovieClipUses:392 1948 1950 1952 1954 1956Used by:2035
Symbol 1958 GraphicUses:31Used by:1962
Symbol 1959 GraphicUsed by:1961
Symbol 1960 GraphicUsed by:1961
Symbol 1961 MovieClipUses:116 699 119 700 701 702 1959 704 128 1960Used by:1962
Symbol 1962 MovieClipUses:1958 1961Used by:2035
Symbol 1963 GraphicUsed by:1964
Symbol 1964 MovieClipUses:1963Used by:1973
Symbol 1965 GraphicUsed by:1966
Symbol 1966 MovieClipUses:1965Used by:1973
Symbol 1967 GraphicUsed by:1968
Symbol 1968 MovieClipUses:1967Used by:1973
Symbol 1969 GraphicUsed by:1970
Symbol 1970 MovieClipUses:1969Used by:1973
Symbol 1971 GraphicUsed by:1972
Symbol 1972 MovieClipUses:1971Used by:1973
Symbol 1973 MovieClipUses:392 1964 1966 1968 1970 1972Used by:2035
Symbol 1974 MovieClipUses:392Used by:2035
Symbol 1975 MovieClipUsed by:2035
Symbol 1976 GraphicUses:31Used by:1977
Symbol 1977 MovieClipUses:1976Used by:1984
Symbol 1978 GraphicUsed by:1979
Symbol 1979 MovieClipUses:1978Used by:1984
Symbol 1980 GraphicUsed by:1981
Symbol 1981 MovieClipUses:1980Used by:1984
Symbol 1982 GraphicUsed by:1983
Symbol 1983 MovieClipUses:1982Used by:1984
Symbol 1984 MovieClip {Zombie_Baseball_fla.ball_collision_fire_535}Uses:1977 1979 1981 1983Used by:2035
Symbol 1985 GraphicUsed by:1986
Symbol 1986 MovieClipUses:1985Used by:2003
Symbol 1987 MovieClipUses:116Used by:2003
Symbol 1988 MovieClipUses:699Used by:2003
Symbol 1989 MovieClipUses:119Used by:2003
Symbol 1990 MovieClipUses:700Used by:2003
Symbol 1991 GraphicUsed by:1992
Symbol 1992 MovieClipUses:1991Used by:2003
Symbol 1993 GraphicUsed by:1994
Symbol 1994 MovieClipUses:1993Used by:1995
Symbol 1995 MovieClipUses:1994Used by:2003
Symbol 1996 MovieClipUses:702Used by:2003
Symbol 1997 GraphicUsed by:1998
Symbol 1998 MovieClipUses:1997Used by:2003
Symbol 1999 MovieClipUses:704Used by:2003
Symbol 2000 MovieClipUses:128Used by:2003
Symbol 2001 GraphicUsed by:2002
Symbol 2002 MovieClipUses:2001Used by:2003
Symbol 2003 MovieClip {Zombie_Baseball_fla.ball_collision_explosion_540}Uses:1986 1987 1988 1989 1990 1992 1995 1996 1998 1999 2000 2002Used by:2035
Symbol 2004 GraphicUsed by:2005
Symbol 2005 MovieClipUses:2004Used by:2034
Symbol 2006 GraphicUsed by:2007
Symbol 2007 MovieClipUses:2006Used by:2034
Symbol 2008 GraphicUsed by:2009
Symbol 2009 MovieClipUses:2008Used by:2034
Symbol 2010 GraphicUsed by:2011
Symbol 2011 MovieClipUses:2010Used by:2034
Symbol 2012 GraphicUsed by:2013
Symbol 2013 MovieClipUses:2012Used by:2034
Symbol 2014 GraphicUsed by:2015
Symbol 2015 MovieClipUses:2014Used by:2034
Symbol 2016 GraphicUsed by:2017
Symbol 2017 MovieClipUses:2016Used by:2034
Symbol 2018 GraphicUsed by:2019
Symbol 2019 MovieClipUses:2018Used by:2034
Symbol 2020 GraphicUsed by:2021
Symbol 2021 MovieClipUses:2020Used by:2034
Symbol 2022 GraphicUsed by:2023
Symbol 2023 MovieClipUses:2022Used by:2034
Symbol 2024 GraphicUsed by:2025
Symbol 2025 MovieClipUses:2024Used by:2034
Symbol 2026 GraphicUsed by:2027
Symbol 2027 MovieClipUses:2026Used by:2034
Symbol 2028 GraphicUsed by:2029
Symbol 2029 MovieClipUses:2028Used by:2034
Symbol 2030 GraphicUsed by:2031
Symbol 2031 MovieClipUses:2030Used by:2034
Symbol 2032 GraphicUsed by:2033
Symbol 2033 MovieClipUses:2032Used by:2034
Symbol 2034 MovieClip {Zombie_Baseball_fla.ball_collision_nuclear_554}Uses:2005 2007 2009 2011 2013 2015 2017 2019 2021 2023 2025 2027 2029 2031 2033Used by:2035
Symbol 2035 MovieClip {engine.cBall}Uses:393 1946 1957 1962 1973 1974 1975 1984 2003 2034Used by:2039
Symbol 2036 GraphicUsed by:2038
Symbol 2037 EditableTextUses:177Used by:2038
Symbol 2038 MovieClip {engine.cGameTitleDistance}Uses:2036 2037Used by:2039
Symbol 2039 MovieClip {Zombie_Baseball_fla.mc_LoaderGame_99}Uses:717 739 747 758 763 771 203 780 784 788 391 930 1081 1230 1384 1461 1529 1669 1801 1943 2035 205 207 2038 425Used by:Timeline
Symbol 2040 Sound {sounds.Sound_BackgroundZombies}Used by:2061
Symbol 2041 Sound {sounds.Sound_NormalHit}Used by:2061
Symbol 2042 Sound {sounds.Sound_ZombieScream}Used by:2061
Symbol 2043 Sound {sounds.Sound_Driller}Used by:2061
Symbol 2044 Sound {sounds.Sound_Explosion}Used by:2061
Symbol 2045 Sound {sounds.Sound_Fire}Used by:2061
Symbol 2046 Sound {sounds.Sound_Ice}Used by:2061
Symbol 2047 Sound {sounds.Sound_Nuclear}Used by:2061
Symbol 2048 Sound {sounds.Sound_WithoutHead}Used by:2061
Symbol 2049 Sound {sounds.Sound_End}Used by:2061
Symbol 2050 Sound {sounds.Sound_GameOver}Used by:2061
Symbol 2051 Sound {sounds.Sound_Presentation}Used by:2061
Symbol 2052 Sound {sounds.Sound_Upgrade}Used by:2061
Symbol 2053 Sound {sounds.Sound_FxSelection}Used by:2061
Symbol 2054 Sound {sounds.Sound_MelodyMenu}Used by:2061
Symbol 2055 Sound {sounds.Sound_FX_Alleluya}Used by:2061
Symbol 2056 Sound {sounds.Sound_CartelFall}Used by:2061
Symbol 2057 Sound {sounds.Sound_FX_Explosion}Used by:2061
Symbol 2058 Sound {sounds.Sound_FX_Nuclear}Used by:2061
Symbol 2059 Sound {sounds.Sound_FX_PowerUp}Used by:2061
Symbol 2060 Sound {sounds.Sound_NewCombo}Used by:2061
Symbol 2061 MovieClipUses:2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060Used by:Timeline
Streaming Sound 1Used by:Symbol 509 MovieClip {miscelanea.clipLogo}

Instance Names

"gameBackground"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 26 MovieClip
"gameThrower"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 46 MovieClip {Zombie_Baseball_fla.gameThrower_118}
"instGamePlayer"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45}
"instTextScore"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 184 EditableText
"instTextHeads"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 185 EditableText
"instTextBalls"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 186 EditableText
"instTextDay"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 187 EditableText
"instTextPlayerLevel"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 189 EditableText
"btnSound"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 192 MovieClip {Zombie_Baseball_fla.btnSound_119}
"btnPause"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 197 Button
"instDistanceHeads"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 199 EditableText
"mcBarMeter"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 201 MovieClip
"txtHeadCombo"Symbol 203 MovieClip {cGameLevel} Frame 1Symbol 202 EditableText
"gameLevel"Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574} Frame 1Symbol 203 MovieClip {cGameLevel}
"gameZombie1"Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574} Frame 1Symbol 391 MovieClip {cZombie1}
"tutorialLevel"Symbol 425 MovieClip {engine.cTutorial} Frame 1Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574}
"btnSkip"Symbol 425 MovieClip {engine.cTutorial} Frame 1Symbol 406 Button
"instMaskLoadingBarProgress"Symbol 436 MovieClip {loadingBarProgress} Frame 1Symbol 433 MovieClip {maskLoadingBarProgress}
"instText"Symbol 436 MovieClip {loadingBarProgress} Frame 1Symbol 435 EditableText
"backProgressFondo"Symbol 445 MovieClip {common.gameLoader} Frame 1Symbol 431 MovieClip
"instLoadingBarProgress"Symbol 445 MovieClip {common.gameLoader} Frame 1Symbol 436 MovieClip {loadingBarProgress}
"adBox"Symbol 445 MovieClip {common.gameLoader} Frame 1Symbol 439 MovieClip
"btnPlayGame"Symbol 445 MovieClip {common.gameLoader} Frame 1Symbol 444 Button
"btnPlay"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 444 Button
"btnHelp"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 551 Button
"btnStaff"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 556 Button
"btnSoundActivation"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23}
"btnMoreGames"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 570 Button
"btnGameBlog"Symbol 580 MovieClip {menu._00_main.cMC_Main} Frame 1Symbol 574 Button
"btnBack"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 1Symbol 584 Button {cBtn_Back}
"btnNext"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 1Symbol 587 Button {btn_Next}
"btnNext"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 1Symbol 587 Button {btn_Next}
"mcFreeCreator"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 1Symbol 600 MovieClip
"logoDavid"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 1Symbol 606 MovieClip
"logoDaniMusic"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 7Symbol 617 MovieClip
"faceFreecreationgames"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 13Symbol 621 MovieClip
"btnPlay"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 626 Button
"strengthBarEnergy"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 640 MovieClip {Zombie_Baseball_fla.mc_BarEnergyHundred_43}
"recoveryBarEnergy"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 640 MovieClip {Zombie_Baseball_fla.mc_BarEnergyHundred_43}
"frequenceBarEnergy"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 640 MovieClip {Zombie_Baseball_fla.mc_BarEnergyHundred_43}
"strengthBtnUpgrade"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 643 Button {upgrade.gameClip_Upgrade_Add}
"recoveryBtnUpgrade"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 643 Button {upgrade.gameClip_Upgrade_Add}
"frequenceBtnUpgrade"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 643 Button {upgrade.gameClip_Upgrade_Add}
"instTextUnlocks"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 648 EditableText
"gamePlayer"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45}
"textExplanationBat"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 658 EditableText
"slotStick0"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStick1"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStick2"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStick3"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStick4"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStick5"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStickEquipped0"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"slotStickEquipped1"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 660 MovieClip
"mcBarSpeed"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 677 MovieClip {Zombie_Baseball_fla.mc_BarEnergy_80}
"mcBarRecoveryTime"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 677 MovieClip {Zombie_Baseball_fla.mc_BarEnergy_80}
"instTextType"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 681 EditableText
"beisbolStick0"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 684 MovieClip {Zombie_Baseball_fla.mc_beisbolStick0_81}
"beisbolStick1"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 689 MovieClip {Zombie_Baseball_fla.mc_beisbolStick1_82}
"beisbolStick2"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 694 MovieClip {Zombie_Baseball_fla.mc_beisbolStick2_85}
"beisbolStick3"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 697 MovieClip {Zombie_Baseball_fla.mc_beisbolStick3_89}
"beisbolStick4"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 708 MovieClip {Zombie_Baseball_fla.mc_beisbolStick4_92}
"beisbolStick5"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 711 MovieClip {Zombie_Baseball_fla.mc_beisbolStick5_96}
"btnNext"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1Symbol 587 Button {btn_Next}
"instText"Symbol 717 MovieClip {engine.cScreenPresentation} Frame 1Symbol 716 EditableText
"instTextDay"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 723 EditableText
"instTextScore"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 724 EditableText
"instTextHeads"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 725 EditableText
"instTextBalls"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 726 EditableText
"instTextName"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 728 EditableText
"instTextDistanceHeads"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 730 EditableText
"btnScreenSubmit"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 734 MovieClip
"btnScreenNext"Symbol 739 MovieClip {engine.cScreenEndGame} Frame 1Symbol 737 MovieClip
"btnScreenContinue"Symbol 747 MovieClip {engine.cScreenPause} Frame 1Symbol 743 MovieClip
"btnScreenExit"Symbol 747 MovieClip {engine.cScreenPause} Frame 1Symbol 746 MovieClip
"btnScreenExit"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 746 MovieClip
"btnScreenSubmit"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 734 MovieClip
"instTextDay"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 750 EditableText
"instTextScore"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 751 EditableText
"instTextHeads"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 752 EditableText
"instTextBalls"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 753 EditableText
"instTextName"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 754 EditableText
"instTextDistanceHeads"Symbol 758 MovieClip {engine.cScreenGameOver} Frame 1Symbol 757 EditableText
"btnScreenNext"Symbol 763 MovieClip {engine.cScreenFinishWave} Frame 1Symbol 737 MovieClip
"txtDistanceMaximum"Symbol 763 MovieClip {engine.cScreenFinishWave} Frame 20Symbol 762 EditableText
"btnPlay"Symbol 771 MovieClip {engine.cScreenIntroduction} Frame 1Symbol 765 Button
"mcSubRedLife"Symbol 784 MovieClip {engine.cSignalLife} Frame 1Symbol 783 MovieClip
"instText"Symbol 788 MovieClip {engine.cSignalScore} Frame 1Symbol 786 EditableText
"txtDistance"Symbol 2038 MovieClip {engine.cGameTitleDistance} Frame 1Symbol 2037 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.
Tag 0x0FF (255)Timeline Frame 11 bytes " "

Labels

"loading"Frame 1
"not_allowed"Frame 10
"sponsor"Frame 20
"mochiads"Frame 30
"logo"Frame 40
"NOT_TOUCH(Loading)"Frame 47
"main"Frame 55
"quiet"Symbol 46 MovieClip {Zombie_Baseball_fla.gameThrower_118} Frame 1
"throw"Symbol 46 MovieClip {Zombie_Baseball_fla.gameThrower_118} Frame 10
"presentation"Symbol 46 MovieClip {Zombie_Baseball_fla.gameThrower_118} Frame 37
"repite_muerte"Symbol 168 MovieClip {Zombie_Baseball_fla.gamePlayer_Death_76} Frame 7
"taunt"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 1
"standby"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 9
"throw_normal"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 18
"throw_driller"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 30
"throw_ice"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 41
"throw_fire"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 52
"throw_explosion"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 62
"throw_nuclear"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 75
"death"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 87
"victory"Symbol 174 MovieClip {Zombie_Baseball_fla.gamePlayer_45} Frame 97
"on"Symbol 192 MovieClip {Zombie_Baseball_fla.btnSound_119} Frame 1
"off"Symbol 192 MovieClip {Zombie_Baseball_fla.btnSound_119} Frame 10
"bluce_comer"Symbol 245 MovieClip {Zombie_Baseball_fla.gameZombie1_Eat_142} Frame 6
"walk"Symbol 391 MovieClip {cZombie1} Frame 1
"run"Symbol 391 MovieClip {cZombie1} Frame 8
"eat"Symbol 391 MovieClip {cZombie1} Frame 14
"impact_normal"Symbol 391 MovieClip {cZombie1} Frame 20
"impact_ice"Symbol 391 MovieClip {cZombie1} Frame 32
"impact_fire"Symbol 391 MovieClip {cZombie1} Frame 42
"impact_explosion"Symbol 391 MovieClip {cZombie1} Frame 52
"impact_nuclear"Symbol 391 MovieClip {cZombie1} Frame 65
"death_normal"Symbol 391 MovieClip {cZombie1} Frame 77
"death_without_head"Symbol 391 MovieClip {cZombie1} Frame 88
"death_ice"Symbol 391 MovieClip {cZombie1} Frame 103
"death_fire"Symbol 391 MovieClip {cZombie1} Frame 112
"death_explosion"Symbol 391 MovieClip {cZombie1} Frame 121
"death_nuclear"Symbol 391 MovieClip {cZombie1} Frame 134
"empty"Symbol 391 MovieClip {cZombie1} Frame 146
"head_1"Symbol 395 MovieClip {Zombie_Baseball_fla.gameHeadTutorial_575} Frame 1
"ball_animation"Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574} Frame 20
"ball_animation_2"Symbol 396 MovieClip {Zombie_Baseball_fla.tutorialBackground_574} Frame 119
"player"Symbol 425 MovieClip {engine.cTutorial} Frame 1
"zombie"Symbol 425 MovieClip {engine.cTutorial} Frame 20
"thrower"Symbol 425 MovieClip {engine.cTutorial} Frame 40
"ball"Symbol 425 MovieClip {engine.cTutorial} Frame 60
"info_ball_wait_and_hit"Symbol 425 MovieClip {engine.cTutorial} Frame 70
"ball_hit"Symbol 425 MovieClip {engine.cTutorial} Frame 90
"goForBroke"Symbol 425 MovieClip {engine.cTutorial} Frame 102
"dissapear"Symbol 425 MovieClip {engine.cTutorial} Frame 115
"quiet_on"Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23} Frame 1
"on_over_on"Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23} Frame 10
"quiet_off"Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23} Frame 20
"on_over_off"Symbol 565 MovieClip {Zombie_Baseball_fla.SOUND_23} Frame 29
"bucle_logo"Symbol 579 MovieClip {Zombie_Baseball_fla.logo_menu2_30} Frame 14
"pg1"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 1
"pg2"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 5
"pg3"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 10
"pg4"Symbol 596 MovieClip {menu._01_help.cMC_Help} Frame 15
"pg1"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 1
"pg2"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 7
"pg3"Symbol 622 MovieClip {menu._02_credits.cMC_Credits} Frame 13
"pg1"Symbol 650 MovieClip {menu._03_shop.cMC_Upgrade} Frame 1
"disabled"Symbol 684 MovieClip {Zombie_Baseball_fla.mc_beisbolStick0_81} Frame 1
"enabled"Symbol 684 MovieClip {Zombie_Baseball_fla.mc_beisbolStick0_81} Frame 10
"disabled"Symbol 689 MovieClip {Zombie_Baseball_fla.mc_beisbolStick1_82} Frame 1
"enabled"Symbol 689 MovieClip {Zombie_Baseball_fla.mc_beisbolStick1_82} Frame 10
"disabled"Symbol 694 MovieClip {Zombie_Baseball_fla.mc_beisbolStick2_85} Frame 1
"enabled"Symbol 694 MovieClip {Zombie_Baseball_fla.mc_beisbolStick2_85} Frame 10
"disabled"Symbol 697 MovieClip {Zombie_Baseball_fla.mc_beisbolStick3_89} Frame 1
"enabled"Symbol 697 MovieClip {Zombie_Baseball_fla.mc_beisbolStick3_89} Frame 10
"disabled"Symbol 708 MovieClip {Zombie_Baseball_fla.mc_beisbolStick4_92} Frame 1
"enabled"Symbol 708 MovieClip {Zombie_Baseball_fla.mc_beisbolStick4_92} Frame 10
"disabled"Symbol 711 MovieClip {Zombie_Baseball_fla.mc_beisbolStick5_96} Frame 1
"enabled"Symbol 711 MovieClip {Zombie_Baseball_fla.mc_beisbolStick5_96} Frame 10
"pg1"Symbol 713 MovieClip {menu._03_shop.cMC_Shop} Frame 1
"congratulations"Symbol 763 MovieClip {engine.cScreenFinishWave} Frame 1
"heads"Symbol 763 MovieClip {engine.cScreenFinishWave} Frame 20
"pg1"Symbol 771 MovieClip {engine.cScreenIntroduction} Frame 1
"head_1"Symbol 780 MovieClip {engine.cHead} Frame 10
"head_2"Symbol 780 MovieClip {engine.cHead} Frame 20
"head_3"Symbol 780 MovieClip {engine.cHead} Frame 30
"head_4"Symbol 780 MovieClip {engine.cHead} Frame 40
"head_5"Symbol 780 MovieClip {engine.cHead} Frame 50
"head_6"Symbol 780 MovieClip {engine.cHead} Frame 60
"head_7"Symbol 780 MovieClip {engine.cHead} Frame 70
"head_8"Symbol 780 MovieClip {engine.cHead} Frame 80
"head_9"Symbol 780 MovieClip {engine.cHead} Frame 90
"head_10"Symbol 780 MovieClip {engine.cHead} Frame 100
"good"Symbol 788 MovieClip {engine.cSignalScore} Frame 1
"great"Symbol 788 MovieClip {engine.cSignalScore} Frame 10
"bluce_comer"Symbol 821 MovieClip {Zombie_Baseball_fla.gameZombie2_Eat_177} Frame 6
"walk"Symbol 930 MovieClip {cZombie2} Frame 1
"run"Symbol 930 MovieClip {cZombie2} Frame 8
"eat"Symbol 930 MovieClip {cZombie2} Frame 14
"impact_normal"Symbol 930 MovieClip {cZombie2} Frame 20
"impact_ice"Symbol 930 MovieClip {cZombie2} Frame 32
"impact_fire"Symbol 930 MovieClip {cZombie2} Frame 42
"impact_explosion"Symbol 930 MovieClip {cZombie2} Frame 52
"impact_nuclear"Symbol 930 MovieClip {cZombie2} Frame 65
"death_normal"Symbol 930 MovieClip {cZombie2} Frame 77
"death_without_head"Symbol 930 MovieClip {cZombie2} Frame 88
"death_ice"Symbol 930 MovieClip {cZombie2} Frame 103
"death_fire"Symbol 930 MovieClip {cZombie2} Frame 112
"death_explosion"Symbol 930 MovieClip {cZombie2} Frame 121
"death_nuclear"Symbol 930 MovieClip {cZombie2} Frame 134
"empty"Symbol 930 MovieClip {cZombie2} Frame 146
"bluce_comer"Symbol 962 MovieClip {Zombie_Baseball_fla.gameZombie3_Eat_224} Frame 6
"walk"Symbol 1081 MovieClip {cZombie3} Frame 1
"run"Symbol 1081 MovieClip {cZombie3} Frame 8
"eat"Symbol 1081 MovieClip {cZombie3} Frame 14
"impact_normal"Symbol 1081 MovieClip {cZombie3} Frame 20
"impact_ice"Symbol 1081 MovieClip {cZombie3} Frame 32
"impact_fire"Symbol 1081 MovieClip {cZombie3} Frame 42
"impact_explosion"Symbol 1081 MovieClip {cZombie3} Frame 52
"impact_nuclear"Symbol 1081 MovieClip {cZombie3} Frame 65
"death_normal"Symbol 1081 MovieClip {cZombie3} Frame 77
"death_without_head"Symbol 1081 MovieClip {cZombie3} Frame 88
"death_ice"Symbol 1081 MovieClip {cZombie3} Frame 103
"death_fire"Symbol 1081 MovieClip {cZombie3} Frame 112
"death_explosion"Symbol 1081 MovieClip {cZombie3} Frame 121
"death_nuclear"Symbol 1081 MovieClip {cZombie3} Frame 134
"empty"Symbol 1081 MovieClip {cZombie3} Frame 146
"bluce_comer"Symbol 1115 MovieClip {Zombie_Baseball_fla.gameZombie4_Eat_271} Frame 6
"walk"Symbol 1230 MovieClip {cZombie4} Frame 1
"run"Symbol 1230 MovieClip {cZombie4} Frame 8
"eat"Symbol 1230 MovieClip {cZombie4} Frame 14
"impact_normal"Symbol 1230 MovieClip {cZombie4} Frame 20
"impact_ice"Symbol 1230 MovieClip {cZombie4} Frame 32
"impact_fire"Symbol 1230 MovieClip {cZombie4} Frame 42
"impact_explosion"Symbol 1230 MovieClip {cZombie4} Frame 52
"impact_nuclear"Symbol 1230 MovieClip {cZombie4} Frame 65
"death_normal"Symbol 1230 MovieClip {cZombie4} Frame 77
"death_without_head"Symbol 1230 MovieClip {cZombie4} Frame 88
"death_ice"Symbol 1230 MovieClip {cZombie4} Frame 103
"death_fire"Symbol 1230 MovieClip {cZombie4} Frame 112
"death_explosion"Symbol 1230 MovieClip {cZombie4} Frame 121
"death_nuclear"Symbol 1230 MovieClip {cZombie4} Frame 134
"empty"Symbol 1230 MovieClip {cZombie4} Frame 146
"bluce_comer"Symbol 1264 MovieClip {Zombie_Baseball_fla.gameZombie5_Eat_317} Frame 6
"walk"Symbol 1384 MovieClip {cZombie5} Frame 1
"run"Symbol 1384 MovieClip {cZombie5} Frame 8
"eat"Symbol 1384 MovieClip {cZombie5} Frame 14
"impact_normal"Symbol 1384 MovieClip {cZombie5} Frame 20
"impact_ice"Symbol 1384 MovieClip {cZombie5} Frame 32
"impact_fire"Symbol 1384 MovieClip {cZombie5} Frame 42
"impact_explosion"Symbol 1384 MovieClip {cZombie5} Frame 52
"impact_nuclear"Symbol 1384 MovieClip {cZombie5} Frame 65
"death_normal"Symbol 1384 MovieClip {cZombie5} Frame 77
"death_without_head"Symbol 1384 MovieClip {cZombie5} Frame 88
"death_ice"Symbol 1384 MovieClip {cZombie5} Frame 103
"death_fire"Symbol 1384 MovieClip {cZombie5} Frame 112
"death_explosion"Symbol 1384 MovieClip {cZombie5} Frame 121
"death_nuclear"Symbol 1384 MovieClip {cZombie5} Frame 134
"empty"Symbol 1384 MovieClip {cZombie5} Frame 146
"walk"Symbol 1461 MovieClip {cZombie6} Frame 1
"run"Symbol 1461 MovieClip {cZombie6} Frame 8
"eat"Symbol 1461 MovieClip {cZombie6} Frame 14
"impact_normal"Symbol 1461 MovieClip {cZombie6} Frame 20
"impact_ice"Symbol 1461 MovieClip {cZombie6} Frame 32
"impact_fire"Symbol 1461 MovieClip {cZombie6} Frame 42
"impact_explosion"Symbol 1461 MovieClip {cZombie6} Frame 52
"impact_nuclear"Symbol 1461 MovieClip {cZombie6} Frame 65
"death_normal"Symbol 1461 MovieClip {cZombie6} Frame 77
"death_without_head"Symbol 1461 MovieClip {cZombie6} Frame 88
"death_ice"Symbol 1461 MovieClip {cZombie6} Frame 103
"death_fire"Symbol 1461 MovieClip {cZombie6} Frame 112
"death_explosion"Symbol 1461 MovieClip {cZombie6} Frame 121
"death_nuclear"Symbol 1461 MovieClip {cZombie6} Frame 134
"empty"Symbol 1461 MovieClip {cZombie6} Frame 146
"walk"Symbol 1529 MovieClip {cZombie7} Frame 1
"run"Symbol 1529 MovieClip {cZombie7} Frame 8
"eat"Symbol 1529 MovieClip {cZombie7} Frame 14
"impact_normal"Symbol 1529 MovieClip {cZombie7} Frame 20
"impact_ice"Symbol 1529 MovieClip {cZombie7} Frame 32
"impact_fire"Symbol 1529 MovieClip {cZombie7} Frame 42
"impact_explosion"Symbol 1529 MovieClip {cZombie7} Frame 52
"impact_nuclear"Symbol 1529 MovieClip {cZombie7} Frame 65
"death_normal"Symbol 1529 MovieClip {cZombie7} Frame 77
"death_without_head"Symbol 1529 MovieClip {cZombie7} Frame 88
"death_ice"Symbol 1529 MovieClip {cZombie7} Frame 103
"death_fire"Symbol 1529 MovieClip {cZombie7} Frame 112
"death_explosion"Symbol 1529 MovieClip {cZombie7} Frame 121
"death_nuclear"Symbol 1529 MovieClip {cZombie7} Frame 134
"empty"Symbol 1529 MovieClip {cZombie7} Frame 146
"bluce_comer"Symbol 1563 MovieClip {Zombie_Baseball_fla.gameZombie8_Eat_393} Frame 6
"walk"Symbol 1669 MovieClip {cZombie8} Frame 1
"run"Symbol 1669 MovieClip {cZombie8} Frame 8
"eat"Symbol 1669 MovieClip {cZombie8} Frame 14
"impact_normal"Symbol 1669 MovieClip {cZombie8} Frame 20
"impact_ice"Symbol 1669 MovieClip {cZombie8} Frame 32
"impact_fire"Symbol 1669 MovieClip {cZombie8} Frame 42
"impact_explosion"Symbol 1669 MovieClip {cZombie8} Frame 52
"impact_nuclear"Symbol 1669 MovieClip {cZombie8} Frame 65
"death_normal"Symbol 1669 MovieClip {cZombie8} Frame 77
"death_without_head"Symbol 1669 MovieClip {cZombie8} Frame 88
"death_ice"Symbol 1669 MovieClip {cZombie8} Frame 103
"death_fire"Symbol 1669 MovieClip {cZombie8} Frame 112
"death_explosion"Symbol 1669 MovieClip {cZombie8} Frame 121
"death_nuclear"Symbol 1669 MovieClip {cZombie8} Frame 134
"empty"Symbol 1669 MovieClip {cZombie8} Frame 146
"bluce_comer"Symbol 1703 MovieClip {Zombie_Baseball_fla.gameZombie9_Eat_439} Frame 6
"walk"Symbol 1801 MovieClip {cZombie9} Frame 1
"run"Symbol 1801 MovieClip {cZombie9} Frame 8
"eat"Symbol 1801 MovieClip {cZombie9} Frame 14
"impact_normal"Symbol 1801 MovieClip {cZombie9} Frame 20
"impact_ice"Symbol 1801 MovieClip {cZombie9} Frame 32
"impact_fire"Symbol 1801 MovieClip {cZombie9} Frame 42
"impact_explosion"Symbol 1801 MovieClip {cZombie9} Frame 52
"impact_nuclear"Symbol 1801 MovieClip {cZombie9} Frame 65
"death_normal"Symbol 1801 MovieClip {cZombie9} Frame 77
"death_without_head"Symbol 1801 MovieClip {cZombie9} Frame 88
"death_ice"Symbol 1801 MovieClip {cZombie9} Frame 103
"death_fire"Symbol 1801 MovieClip {cZombie9} Frame 112
"death_explosion"Symbol 1801 MovieClip {cZombie9} Frame 121
"death_nuclear"Symbol 1801 MovieClip {cZombie9} Frame 134
"empty"Symbol 1801 MovieClip {cZombie9} Frame 146
"bluce_comer"Symbol 1835 MovieClip {Zombie_Baseball_fla.gameZombie10_Eat_485} Frame 6
"walk"Symbol 1943 MovieClip {cZombie10} Frame 1
"run"Symbol 1943 MovieClip {cZombie10} Frame 8
"eat"Symbol 1943 MovieClip {cZombie10} Frame 14
"impact_normal"Symbol 1943 MovieClip {cZombie10} Frame 20
"impact_ice"Symbol 1943 MovieClip {cZombie10} Frame 32
"impact_fire"Symbol 1943 MovieClip {cZombie10} Frame 42
"impact_explosion"Symbol 1943 MovieClip {cZombie10} Frame 52
"impact_nuclear"Symbol 1943 MovieClip {cZombie10} Frame 65
"death_normal"Symbol 1943 MovieClip {cZombie10} Frame 77
"death_without_head"Symbol 1943 MovieClip {cZombie10} Frame 88
"death_ice"Symbol 1943 MovieClip {cZombie10} Frame 103
"death_fire"Symbol 1943 MovieClip {cZombie10} Frame 112
"death_explosion"Symbol 1943 MovieClip {cZombie10} Frame 121
"death_nuclear"Symbol 1943 MovieClip {cZombie10} Frame 134
"empty"Symbol 1943 MovieClip {cZombie10} Frame 146
"run_normal"Symbol 2035 MovieClip {engine.cBall} Frame 1
"run_ice"Symbol 2035 MovieClip {engine.cBall} Frame 11
"run_fire"Symbol 2035 MovieClip {engine.cBall} Frame 21
"run_explosion"Symbol 2035 MovieClip {engine.cBall} Frame 31
"run_nuclear"Symbol 2035 MovieClip {engine.cBall} Frame 43
"collision_normal"Symbol 2035 MovieClip {engine.cBall} Frame 54
"collision_ice"Symbol 2035 MovieClip {engine.cBall} Frame 67
"collision_fire"Symbol 2035 MovieClip {engine.cBall} Frame 78
"collision_explosion"Symbol 2035 MovieClip {engine.cBall} Frame 90
"collision_nuclear"Symbol 2035 MovieClip {engine.cBall} Frame 104
"empty"Symbol 2035 MovieClip {engine.cBall} Frame 121




http://swfchan.com/10/47628/info.shtml
Created: 1/5 -2019 11:43:56 Last modified: 1/5 -2019 11:43:56 Server time: 04/05 -2024 16:44:44