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

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

Election Madness.swf

This is the info page for
Flash #31386

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


Text
Score : 1000

Score : 1000

120

GAME OVER

Retry

Quit

Play More Games

Story

Vs

Instructions

Add Game to Your Site

Credits

INSTRUCTION

bla bla blab lalabalablabla
ffgfhghgh
fgfgfgfgfgfgfdgeenyn
nkfklfvbkfmvklfmnl
fvmirblfrmrv

OK

CREDITS

back

INSTRUCTIONS

Q

A

S

Player 1 controls :

W

E

R

1

0

ACTION

TAUNT

5

SPECIAL

Player 2 controls
(numpad):

2

3

4

Back

Sorry The Game can't be played

ActionScript [AS3]

Section 1
//EXPORT_16 (electionmadness_fla.EXPORT_16) package electionmadness_fla { import flash.display.*; public dynamic class EXPORT_16 extends MovieClip { public var MMenu:mainMenu; public var MInterface:Interface; public var CObama:obama; public var MSelect:select; public var CHillary:hillary; public var MEnding:ending; public var CCain:cain; public function EXPORT_16(){ addFrameScript(0, frame1); } function frame1(){ stop(); MInterface.stop(); MSelect.stop(); MMenu.stop(); MEnding.stop(); CObama.stop(); CHillary.stop(); CCain.stop(); } } }//package electionmadness_fla
Section 2
//MainTimeline (electionmadness_fla.MainTimeline) package electionmadness_fla { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.media.*; import flash.geom.*; import flash.text.*; import flash.system.*; import flash.net.*; import flash.ui.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.printing.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var percent:int; public var hog:MovieClip; public var load_bar:MovieClip; public var enableSiteLock:Boolean; public var bExecPlay:SimpleButton; public var obc; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } public function showSite(){ var _local1:*; var _local2:*; var _local3:*; _local1 = root.loaderInfo.loaderURL.split("://"); _local2 = _local1[1].split("/"); _local3 = root.loaderInfo.loaderURL; } public function cekLocalSite():Boolean{ if (root.loaderInfo.loaderURL == "file:///F|/ferry%20FLASH%20GAME%20DEV/ObamaHillary/electionmadness.swf"){ return (true); }; return (false); } public function cekWebSite():Boolean{ var _local1:*; var _local2:*; var _local3:*; _local1 = root.loaderInfo.loaderURL.split("://"); _local2 = _local1[1].split("/"); _local3 = _local2[0]; if (_local3 == "www.artlogicgames.com"){ return (true); }; if (_local3 == "artlogicgames.com"){ return (true); }; return (false); } function frame3(){ stop(); obc = new GameManager(); stage.addChild(obc); obc.initialise(); } function frame1(){ stop(); stage.scaleMode = StageScaleMode.NO_SCALE; stage.showDefaultContextMenu = false; enableSiteLock = false; MochiAd.showPreGameAd({clip:root, id:"8bb304ace478fa09", res:"640x480"}); trace(root.loaderInfo.loaderURL); trace(loaderInfo.url); addEventListener(Event.ENTER_FRAME, showProgress); hog.btnLink.addEventListener(MouseEvent.CLICK, linkClick); } function frame4(){ stop(); } public function showProgress(_arg1:Event):void{ percent = Math.round(((this.loaderInfo.bytesLoaded / this.loaderInfo.bytesTotal) * 100)); this.load_bar.scaleX = (percent / 100); trace((("Loading... " + percent) + "%")); if (this.loaderInfo.bytesLoaded == this.loaderInfo.bytesTotal){ trace("Done loading"); this.removeEventListener(Event.ENTER_FRAME, showProgress); hog.btnLink.removeEventListener(MouseEvent.CLICK, linkClick); }; } function frame2(){ stop(); bExecPlay.addEventListener(MouseEvent.CLICK, playClick); } public function playClick(_arg1:MouseEvent):void{ bExecPlay.removeEventListener(MouseEvent.CLICK, playClick); gotoAndStop(3); } public function linkClick(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.arcadehog.com"); navigateToURL(_local2, "_blank"); } } }//package electionmadness_fla
Section 3
//panelBar_20 (electionmadness_fla.panelBar_20) package electionmadness_fla { import flash.display.*; public dynamic class panelBar_20 extends MovieClip { public var spBar:MovieClip; public var lifeBar:MovieClip; } }//package electionmadness_fla
Section 4
//pictureCandidate_50 (electionmadness_fla.pictureCandidate_50) package electionmadness_fla { import flash.display.*; public dynamic class pictureCandidate_50 extends MovieClip { public function pictureCandidate_50(){ addFrameScript(0, frame1, 1, frame2, 2, frame3); } function frame3(){ stop(); } function frame1(){ stop(); } function frame2(){ stop(); } } }//package electionmadness_fla
Section 5
//Timeline_11 (electionmadness_fla.Timeline_11) package electionmadness_fla { import flash.display.*; public dynamic class Timeline_11 extends MovieClip { public function Timeline_11(){ addFrameScript(25, frame26); } function frame26(){ stop(); } } }//package electionmadness_fla
Section 6
//Timeline_3 (electionmadness_fla.Timeline_3) package electionmadness_fla { import flash.display.*; public dynamic class Timeline_3 extends MovieClip { public var btnLink:SimpleButton; public function Timeline_3(){ addFrameScript(32, frame33); } function frame33(){ stop(); } } }//package electionmadness_fla
Section 7
//AnimatedBitmap (fzero.base.animBitmap.AnimatedBitmap) package fzero.base.animBitmap { import flash.display.*; import flash.events.*; import flash.geom.*; public class AnimatedBitmap extends Bitmap { private var _point:Point; private var _isPlaying:Boolean; private var _rect:Rectangle; private var _frameNr:int; private var _buffer:BitmapData; private var _frameAmount:int; private var _timer:FrameRateTimer; public function AnimatedBitmap(_arg1:BitmapData, _arg2:int, _arg3:int, _arg4:int, _arg5:Boolean=true, _arg6:String="auto", _arg7:Boolean=false){ super(new BitmapData(_arg2, _arg3, _arg5, 0), _arg6, _arg7); _buffer = _arg1.clone(); _frameAmount = (_buffer.width / width); _frameNr = 1; _isPlaying = false; _timer = new FrameRateTimer(_arg4); _point = new Point(0, 0); _rect = new Rectangle(0, 0, width, height); bitmapData.copyPixels(_buffer, _rect, _point); } public function stop():void{ if (_isPlaying){ _timer.stop(); _timer.removeEventListener(TimerEvent.TIMER, playForward); _isPlaying = false; }; } public function gotoAndStop(_arg1:int):void{ if (_arg1 >= _frameNr){ _frameNr = (_arg1 - 1); nextFrame(); } else { _frameNr = (_arg1 + 1); prevFrame(); }; } public function setFrameRateTimer(_arg1:FrameRateTimer):void{ if (_isPlaying){ stop(); _timer = _arg1; play(); } else { _timer = _arg1; }; } public function play():void{ if (!_isPlaying){ _isPlaying = true; _timer.addEventListener(TimerEvent.TIMER, playForward); _timer.start(); } else { stop(); play(); }; } public function getFrameRate():int{ return (_timer.getFrameRate()); } public function nextFrame():void{ if (_isPlaying){ stop(); }; _frameNr++; if (_frameNr > _frameAmount){ _frameNr = _frameAmount; }; draw(); } public function gotoAndPlay(_arg1:int):void{ _frameNr = (_arg1 - 1); play(); } public function getTotalFrames():int{ return (_frameAmount); } public function isPlaying():Boolean{ return (_isPlaying); } public function getCurrentFrame():int{ return (_frameNr); } private function playForward(_arg1:TimerEvent=null):void{ _frameNr++; if (_frameNr > _frameAmount){ _frameNr = 1; } else { if (_frameNr < 1){ _frameNr = _frameAmount; }; }; draw(); } public function prevFrame():void{ if (_isPlaying){ stop(); }; _frameNr--; if (_frameNr < 1){ _frameNr = 1; }; draw(); } private function draw():void{ dispatchEvent(new FrameEvent(FrameEvent.ENTER)); _rect = new Rectangle(((_frameNr - 1) * width), 0, width, height); bitmapData.copyPixels(_buffer, _rect, _point); } } }//package fzero.base.animBitmap
Section 8
//FrameEvent (fzero.base.animBitmap.FrameEvent) package fzero.base.animBitmap { import flash.events.*; public class FrameEvent extends Event { public static const ENTER:String = "enter"; public function FrameEvent(_arg1:String, _arg2:Boolean=false, _arg3:Boolean=false){ super(_arg1, _arg2, _arg3); } } }//package fzero.base.animBitmap
Section 9
//FrameRateTimer (fzero.base.animBitmap.FrameRateTimer) package fzero.base.animBitmap { import flash.utils.*; public class FrameRateTimer extends Timer { private var _fps:int; public function FrameRateTimer(_arg1:int=-1){ _fps = ((_arg1)>-1) ? _arg1 : 24; super(Math.round((1000 / _fps)), 0); } public function getFrameRate():int{ return (_fps); } } }//package fzero.base.animBitmap
Section 10
//Entity (fzero.base.Entity) package fzero.base { import fzero.base.animBitmap.*; public class Entity { public function Entity(_arg1, _arg2){ var _local3:AnimatedBitmap; var _local4:int; var _local5:int; var _local6:int; var _local7:int; var _local8:int; super(); _local4 = 300; _local5 = 0; _local6 = 0; _local7 = 24; _local8 = 0; _local8 = 0; while (_local8 <= _local4) { _local3 = new AnimatedBitmap(new _arg2(672, 32), 32, 32, _local7); _arg1.addChild(_local3); _local3.x = _local5; _local3.y = _local6; _local3.play(); if (_local5 > 640){ _local5 = 0; _local6 = (_local6 + 32); } else { _local5 = (_local5 + 32); }; _local7 = Math.round((1 + (Math.random() * 100))); _local8++; }; } } }//package fzero.base
Section 11
//ItemClass (src.ItemClass) package src { import flash.display.*; import flash.events.*; import flash.utils.*; public class ItemClass extends MovieClip { const floor = 450; const max_x = 550; const _banana = 1; const min_x = 90; private var friction:Number;// = 0.97 private var life:int;// = 5 public var enableHit:Boolean;// = false private var dispCont; private var price:int;// = 0 private var pow:int;// = 1 private var gravity:Number;// = 0.5 private var rt:Number;// = 0 private var hitType:int;// = 1 private var soundMgr; private var bounce:Number;// = -0.7 private var charMgrA; private var charMgrB; private var enableExplo:Boolean;// = false private var vx:Number;// = 0 private var vy:Number;// = 0 private var hitTest; private var idleTimer:Timer;// = null private var typeID:int;// = 0 public var isPaused:Boolean;// = false public function ItemClass(){ isPaused = false; enableHit = false; typeID = 0; vx = 0; vy = 0; rt = 0; friction = 0.97; gravity = 0.5; bounce = -0.7; life = 5; pow = 1; hitType = 1; enableExplo = false; price = 0; idleTimer = null; super(); trace("create item ... ok! "); } public function destroy(){ if (idleTimer){ idleTimer.stop(); idleTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, timerComplete); idleTimer = null; }; removeEventListener(Event.ENTER_FRAME, itemHandle); dispCont.removeChild(this); dispCont = null; hitTest = null; soundMgr = null; charMgrA = null; charMgrB = null; } private function itemHandle(_arg1:Event):void{ if (isPaused){ return; }; if (this.currentLabel == "destroy"){ destroy(); return; }; if ((((this.currentLabel == "fade")) || ((this.currentLabel == "break")))){ return; }; if ((((vx > -0.1)) && ((vx < 0.1)))){ vx = 0; }; if ((((vy > -0.1)) && ((vy < 0.1)))){ vy = 0; }; if ((((rt > -0.1)) && ((rt < 0.1)))){ rt = 0; }; vx = (vx * friction); this.x = (this.x + vx); if (this.y < (floor - (this.height * 0.5))){ vy = (vy + gravity); }; this.y = (this.y + vy); rt = (rt * friction); this.rotation = (this.rotation + rt); if ((this.y + (this.height * 0.5)) > floor){ enableHit = false; this.y = (floor - (this.height * 0.5)); if (Math.abs((vy * bounce)) > 2){ vy = (vy * bounce); rt = -(rt); } else { vy = 0; }; } else { if ((this.x - (this.width * 0.5)) < 0){ this.x = (0 + (this.width * 0.5)); vx = (vx * bounce); } else { if ((this.x + (this.width * 0.5)) > 640){ this.x = (640 - (this.width * 0.5)); vx = (vx * bounce); }; }; }; if (this.hitTestObject(charMgrA.getObj())){ if ((((((((((((((((((((((((((((charMgrA.getObj().currentLabel == "stand")) || ((charMgrA.getObj().currentLabel == "action1")))) || ((charMgrA.getObj().currentLabel == "action1N")))) || ((charMgrA.getObj().currentLabel == "action2")))) || ((charMgrA.getObj().currentLabel == "action2N")))) || ((charMgrA.getObj().currentLabel == "action3")))) || ((charMgrA.getObj().currentLabel == "action3N")))) || ((charMgrA.getObj().currentLabel == "action4")))) || ((charMgrA.getObj().currentLabel == "action4N")))) || ((charMgrA.getObj().currentLabel == "special")))) || ((charMgrA.getObj().currentLabel == "specialN")))) || ((charMgrA.getObj().currentLabel == "taunt1")))) || ((charMgrA.getObj().currentLabel == "taunt2")))) || ((charMgrA.getObj().currentLabel == "taunt3")))){ if (enableHit){ if (((!((charMgrA.getObj().currentLabel == "special"))) && (!((charMgrA.getObj().currentLabel == "specialN"))))){ if (hitType == 1){ charMgrA.getObj().gotoAndPlay("hit"); } else { charMgrA.getObj().gotoAndPlay("hit2"); }; charMgrA.setPopularity((charMgrA.getPopularity() - pow)); charMgrA.setSpecial((charMgrA.getSpecial() + 2)); }; launch(7, 6, 5, true); }; } else { hitTest.run(charMgrA, this); }; } else { if (this.hitTestObject(charMgrB.getObj())){ if ((((((((((((((((((((((((((((charMgrB.getObj().currentLabel == "stand")) || ((charMgrB.getObj().currentLabel == "action1")))) || ((charMgrB.getObj().currentLabel == "action1N")))) || ((charMgrB.getObj().currentLabel == "action2")))) || ((charMgrB.getObj().currentLabel == "action2N")))) || ((charMgrB.getObj().currentLabel == "action3")))) || ((charMgrB.getObj().currentLabel == "action3N")))) || ((charMgrB.getObj().currentLabel == "action4")))) || ((charMgrB.getObj().currentLabel == "action4N")))) || ((charMgrB.getObj().currentLabel == "special")))) || ((charMgrB.getObj().currentLabel == "specialN")))) || ((charMgrB.getObj().currentLabel == "taunt1")))) || ((charMgrB.getObj().currentLabel == "taunt2")))) || ((charMgrB.getObj().currentLabel == "taunt3")))){ if (enableHit){ if (((!((charMgrB.getObj().currentLabel == "special"))) && (!((charMgrB.getObj().currentLabel == "specialN"))))){ if (hitType == 1){ charMgrB.getObj().gotoAndPlay("hit"); } else { charMgrB.getObj().gotoAndPlay("hit2"); }; charMgrB.setPopularity((charMgrB.getPopularity() - pow)); charMgrB.setSpecial((charMgrB.getSpecial() + 2)); }; launch(7, 6, 5, false); }; } else { hitTest.run(charMgrB, this); }; }; }; if ((((((vx == 0)) && ((vy == 0)))) && ((rt == 0)))){ if (idleTimer.running == false){ idleTimer.start(); trace("hell go run"); }; }; } public function playDestroy(){ vx = 0; vy = 0; rt = 0; this.gotoAndPlay("break"); if (enableExplo){ if (this.hitTestObject(charMgrA.getObj())){ if (charMgrA.getObj().currentLabel != "special"){ charMgrA.getObj().gotoAndPlay("hit2"); charMgrA.setPopularity((charMgrA.getPopularity() - (pow * 3))); }; } else { if (this.hitTestObject(charMgrB.getObj())){ if (charMgrB.getObj().currentLabel != "special"){ charMgrB.getObj().gotoAndPlay("hit2"); charMgrB.setPopularity((charMgrB.getPopularity() - (pow * 3))); }; }; }; }; } public function getPrice(){ return (price); } public function isOnGround():Boolean{ if (this.y > (floor - 10)){ return (true); }; return (false); } public function launch(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Boolean){ if (_arg4){ vx = _arg1; rt = _arg3; } else { vx = -(_arg1); rt = -(_arg3); }; vy = -(_arg2); idleTimer.stop(); idleTimer.reset(); enableHit = true; } public function initialise(_arg1, _arg2:int, _arg3, _arg4, _arg5, _arg6:Boolean){ dispCont = _arg1; typeID = _arg2; soundMgr = _arg3; charMgrA = _arg4; charMgrB = _arg5; dispCont.addChild(this); hitTest = new HitClass(); if (_arg6){ this.x = 90; } else { this.x = 550; }; if (Math.random() < 0.6){ this.x = 90; } else { this.x = 550; }; this.y = 0; vy = 1; enableHit = true; if (_arg2 == 1){ friction = 0.97; gravity = 0.6; bounce = -0.9; life = 10; pow = 5; hitType = 2; enableExplo = false; price = 50; } else { if (_arg2 == 2){ friction = 0.97; gravity = 0.5; bounce = -0.7; life = 3; pow = 3; hitType = 1; enableExplo = true; price = 100; } else { if (_arg2 == 3){ friction = 0.97; gravity = 0.4; bounce = -0.6; life = 3; pow = 1; hitType = 1; enableExplo = false; price = 10; } else { if (_arg2 == 4){ friction = 0.97; gravity = 0.5; bounce = -0.6; life = 6; pow = 3; hitType = 2; enableExplo = false; price = 20; } else { if (_arg2 == 5){ friction = 0.97; gravity = 0.8; bounce = -0.3; life = 8; pow = 8; hitType = 2; enableExplo = false; price = 200; this.scaleX = 0.9; this.scaleY = 0.9; } else { if (_arg2 == 6){ friction = 0.97; gravity = 0.3; bounce = -0.4; life = 3; pow = 1; hitType = 1; enableExplo = false; price = 5; } else { if (_arg2 == 7){ friction = 0.97; gravity = 0.5; bounce = -0.5; life = 4; pow = 4; hitType = 1; enableExplo = false; price = 30; this.scaleX = 1.2; this.scaleY = 1.2; } else { if (_arg2 == 8){ friction = 0.97; gravity = 0.75; bounce = -0.4; life = 6; pow = 6; hitType = 2; enableExplo = false; price = 150; this.scaleX = 0.8; this.scaleY = 0.8; } else { if (_arg2 == 9){ friction = 0.97; gravity = 0.5; bounce = -0.6; life = 4; pow = 6; hitType = 1; enableExplo = false; price = 60; this.scaleX = 1.2; this.scaleY = 1.2; }; }; }; }; }; }; }; }; }; addEventListener(Event.ENTER_FRAME, itemHandle, false, 0, true); idleTimer = new Timer(5000, 1); idleTimer.stop(); idleTimer.addEventListener(TimerEvent.TIMER_COMPLETE, timerComplete, false, 0, true); } public function getObj(){ if (this){ return (this); }; } public function playHit(){ this.gotoAndPlay("hit"); } public function playFade(){ vx = 0; vy = 0; rt = 0; this.gotoAndPlay("fade"); } private function timerComplete(_arg1:TimerEvent):void{ if (idleTimer){ idleTimer.stop(); idleTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, timerComplete); idleTimer = null; }; this.gotoAndPlay("fade"); } public function setLife(_arg1:int){ life = Math.max(Math.min(_arg1, 9999999), 0); } public function getLife(){ return (life); } } }//package src
Section 12
//BaseSound (BaseSound) package { import flash.events.*; import flash.utils.*; import flash.media.*; public class BaseSound extends Sound { private var sndTransform:SoundTransform; private var sndFadeOut:Boolean; private var sndFadeIn:Boolean; private var sndPosTime:Number; private var loop:Boolean; private var sndObj:Sound; private var sndChannel:SoundChannel; private var sndTimer:Timer; private var sndVolume:Number; private var sndPan:Number; public function BaseSound(){ sndObj = this; sndChannel = null; sndTransform = null; sndVolume = 1; sndPan = 0; sndPosTime = 0; sndFadeIn = false; sndFadeOut = false; loop = false; sndTimer = new Timer(50); sndTimer.addEventListener(TimerEvent.TIMER, sndTimerHandler); sndTimer.start(); } public function setVolume(_arg1:Number):void{ var _local2:SoundTransform; sndVolume = _arg1; if (sndChannel){ _local2 = sndChannel.soundTransform; _local2.volume = sndVolume; sndChannel.soundTransform = _local2; }; } public function stopSound():void{ if (sndChannel){ sndChannel.stop(); sndChannel.removeEventListener(Event.SOUND_COMPLETE, sound_loop); loop = false; trace("stopSound() "); }; } public function fadeOut(_arg1:Boolean):void{ sndFadeOut = true; sndFadeIn = false; if (_arg1){ setVolume(1); }; trace("Fade Out Effect "); } public function pauseSound():void{ if (sndChannel){ sndPosTime = sndChannel.position; sndChannel.stop(); sndChannel.removeEventListener(Event.SOUND_COMPLETE, sound_loop); trace(("pauseSound(), Position :" + String(sndPosTime))); }; } public function playSound():void{ stopSound(); sndChannel = sndObj.play(); setVolume(sndVolume); setPan(sndPan); trace("playSound() "); } public function fadeIn(_arg1:Boolean):void{ sndFadeIn = true; sndFadeOut = false; if (_arg1){ setVolume(0); }; trace("Fade In Effect "); } private function sndTimerHandler(_arg1:TimerEvent):void{ if (((sndFadeIn) && (sndFadeOut))){ sndFadeIn = false; sndFadeOut = false; setVolume(1); }; if (sndFadeIn){ sndVolume = (sndVolume + 0.01); if (sndVolume > 1){ setVolume(1); sndFadeIn = false; } else { setVolume(sndVolume); }; }; if (sndFadeOut){ sndVolume = (sndVolume - 0.01); if (sndVolume < 0){ setVolume(0); sndFadeOut = false; } else { setVolume(sndVolume); }; }; } public function setPan(_arg1:Number):void{ var _local2:SoundTransform; sndPan = _arg1; if (sndChannel){ _local2 = sndChannel.soundTransform; _local2.pan = sndPan; sndChannel.soundTransform = _local2; }; } public function resumeSound():void{ stopSound(); sndChannel = sndObj.play(sndPosTime); if (loop){ sndChannel.addEventListener(Event.SOUND_COMPLETE, sound_loop); }; setVolume(sndVolume); setPan(sndPan); trace("resumeSound() "); } private function sound_loop(_arg1:Event){ sndChannel = sndObj.play(); setVolume(sndVolume); setPan(sndPan); sndChannel.addEventListener(Event.SOUND_COMPLETE, sound_loop); trace("Loop Back "); } public function playSoundLoop():void{ stopSound(); sndChannel = sndObj.play(); sndChannel.addEventListener(Event.SOUND_COMPLETE, sound_loop); setVolume(sndVolume); setPan(sndPan); loop = true; trace("playSoundLoop() "); } } }//package
Section 13
//BG (BG) package { import flash.display.*; public dynamic class BG extends Sprite { } }//package
Section 14
//cain (cain) package { import flash.display.*; public dynamic class cain extends MovieClip { public function cain(){ addFrameScript(23, frame24, 68, frame69, 128, frame129, 167, frame168, 179, frame180, 190, frame191, 210, frame211, 235, frame236, 269, frame270, 309, frame310, 355, frame356, 398, frame399, 579, frame580); } function frame270(){ gotoAndPlay("stand"); } function frame399(){ stop(); } function frame168(){ gotoAndPlay("stand"); } function frame310(){ gotoAndPlay("stand"); } function frame211(){ gotoAndPlay("stand"); } function frame180(){ gotoAndPlay("stand"); } function frame24(){ gotoAndPlay("stand"); } function frame191(){ gotoAndPlay("stand"); } function frame356(){ stop(); } function frame236(){ gotoAndPlay("stand"); } function frame580(){ gotoAndPlay("stand"); } function frame129(){ gotoAndPlay("stand"); } function frame69(){ gotoAndPlay("stand"); } } }//package
Section 15
//CharacterManager (CharacterManager) package { public class CharacterManager { const mr_obama = 1; const mc_cain = 3; const as_P1 = 1; const as_P2 = 2; const as_COM = 0; const max_special = 100; const ms_hillary = 2; const max_popularity = 100; const RIGHT_POS = 2; const LEFT_POS = 1; private var score:int;// = 0 private var popularity:int;// = 50 private var special:int;// = 0 private var pos:int;// = 1 private var control:int;// = 0 private var charID:int;// = 0 private var objEnt;// = null private var dispCont;// = null public var isPaused:Boolean;// = false public function CharacterManager(){ isPaused = false; dispCont = null; objEnt = null; charID = 0; control = 0; pos = 1; popularity = (max_popularity / 2); special = 0; score = 0; super(); } public function getMaxPopularity():int{ return (max_popularity); } public function isMaxSpecial(){ if (special == max_special){ return (true); }; return (false); } public function playWin(){ objEnt.gotoAndPlay("win"); } public function getSpecial():int{ return (special); } public function playAction3(){ if ((((((((objEnt.currentLabel == "stand")) || ((objEnt.currentLabel == "taunt1")))) || ((objEnt.currentLabel == "taunt2")))) || ((objEnt.currentLabel == "taunt3")))){ objEnt.gotoAndPlay("action3"); }; } public function playAction2(){ if ((((((((objEnt.currentLabel == "stand")) || ((objEnt.currentLabel == "taunt1")))) || ((objEnt.currentLabel == "taunt2")))) || ((objEnt.currentLabel == "taunt3")))){ objEnt.gotoAndPlay("action2"); }; } public function isRight():Boolean{ if (pos == RIGHT_POS){ return (true); }; return (false); } public function playLose(){ objEnt.gotoAndPlay("lose"); } public function getControl():int{ return (control); } public function getMaxSpecial():int{ return (max_special); } public function getPopularity():int{ return (popularity); } public function setPopularity(_arg1:int){ popularity = Math.max(Math.min(_arg1, max_popularity), 0); } public function getObj(){ if (objEnt){ return (objEnt); }; } public function isLeft():Boolean{ if (pos == LEFT_POS){ return (true); }; return (false); } public function setScore(_arg1:int){ score = Math.max(Math.min(_arg1, 9999999), 0); } public function getScore():int{ return (score); } public function playPose(){ var _local1:Number; if (objEnt.currentLabel == "stand"){ _local1 = Math.random(); if (_local1 < 0.3){ objEnt.gotoAndPlay("taunt1"); } else { if ((((_local1 >= 0.3)) && ((_local1 < 0.6)))){ objEnt.gotoAndPlay("taunt2"); } else { objEnt.gotoAndPlay("taunt3"); }; }; }; } public function getCharID(){ return (charID); } public function playSpecial(){ if ((((((((objEnt.currentLabel == "stand")) || ((objEnt.currentLabel == "taunt1")))) || ((objEnt.currentLabel == "taunt2")))) || ((objEnt.currentLabel == "taunt3")))){ if (special >= max_special){ objEnt.gotoAndPlay("special"); special = 0; }; }; } public function playAction1(){ if ((((((((objEnt.currentLabel == "stand")) || ((objEnt.currentLabel == "taunt1")))) || ((objEnt.currentLabel == "taunt2")))) || ((objEnt.currentLabel == "taunt3")))){ objEnt.gotoAndPlay("action1"); }; } public function playAction4(){ if ((((((((objEnt.currentLabel == "stand")) || ((objEnt.currentLabel == "taunt1")))) || ((objEnt.currentLabel == "taunt2")))) || ((objEnt.currentLabel == "taunt3")))){ objEnt.gotoAndPlay("action4"); }; } public function destroy(){ dispCont.removeChild(objEnt); dispCont = null; objEnt = null; } public function setup(_arg1, _arg2:int, _arg3:int, _arg4:int){ dispCont = _arg1; charID = _arg2; control = _arg4; pos = _arg3; popularity = max_popularity; special = 0; score = 0; if (charID == mr_obama){ objEnt = new obama(); } else { if (charID == ms_hillary){ objEnt = new hillary(); } else { if (charID == mc_cain){ objEnt = new cain(); }; }; }; dispCont.addChild(objEnt); if (pos == LEFT_POS){ objEnt.x = 70; objEnt.y = 440; objEnt.scaleX = -0.75; } else { objEnt.x = 570; objEnt.y = 440; objEnt.scaleX = 0.75; }; objEnt.scaleY = 0.75; } public function setSpecial(_arg1:int){ special = Math.max(Math.min(_arg1, max_special), 0); } } }//package
Section 16
//clapclap (clapclap) package { public dynamic class clapclap extends BaseSound { } }//package
Section 17
//ending (ending) package { import flash.display.*; public dynamic class ending extends MovieClip { public var bEndPlayMore:SimpleButton; public var bEndMainMenu:SimpleButton; public function ending(){ addFrameScript(0, frame1, 1, frame2, 2, frame3); } function frame3(){ stop(); } function frame1(){ stop(); } function frame2(){ stop(); } } }//package
Section 18
//GameManager (GameManager) package { import flash.display.*; import flash.events.*; import flash.ui.*; public class GameManager extends Sprite { private var BG_CONT; private var itemMgr; private var objP2; private var upArrow:Boolean; private var MENU_CONT; private var objP1; private var menuMgr; private var leftArrow:Boolean; private var rightArrow:Boolean; public var gm_stage:int;// = 1 private var objBG; private var downArrow:Boolean; private var soundMgr; public var gm_time:int;// = 120 private var charMgrA; private var charMgrB; private var PLAYER_CONT; private var ITEM_CONT; private var thisParent; public function GameManager(){ gm_time = 120; gm_stage = 1; super(); } public function playBattle(_arg1:int, _arg2:int, _arg3:int, _arg4:int){ charMgrA.setup(PLAYER_CONT, _arg1, charMgrA.LEFT_POS, _arg2); charMgrB.setup(PLAYER_CONT, _arg3, charMgrB.RIGHT_POS, _arg4); gm_time = 120; thisParent.stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressed, false, 0, true); thisParent.stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressedA, false, 0, true); thisParent.stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressedB, false, 0, true); thisParent.addEventListener(Event.ENTER_FRAME, gameHandle, false, 0, true); thisParent.stage.focus = this; } public function destroyAll(){ itemDropEnd(); destroyBg(); thisParent.stage.removeEventListener(KeyboardEvent.KEY_DOWN, keyPressed); thisParent.stage.removeEventListener(KeyboardEvent.KEY_DOWN, keyPressedA); thisParent.stage.removeEventListener(KeyboardEvent.KEY_DOWN, keyPressedB); thisParent.removeEventListener(Event.ENTER_FRAME, gameHandle); charMgrA.destroy(); charMgrB.destroy(); } public function itemDropFade(){ var _local1:int; var _local2:Array; var _local3:int; if (itemMgr){ itemMgr.remove(); }; itemMgr = null; _local1 = ITEM_CONT.numChildren; _local2 = new Array(_local1); _local3 = 0; _local3 = 0; while (_local3 < _local1) { _local2[_local3] = ITEM_CONT.getChildAt(_local3); _local3++; }; _local3 = 0; while (_local3 < _local1) { if (_local2[_local3]){ _local2[_local3].playFade(); }; _local3++; }; } public function createBg(){ if (objBG){ BG_CONT.removeChild(objBG); }; objBG = new BG(); BG_CONT.addChild(objBG); } private function AIHandleCain(_arg1){ var _local2:*; var _local3:int; var _local4:int; var _local5:int; if ((((_arg1.getCharID() == _arg1.mc_cain)) && ((_arg1.getControl() == _arg1.as_COM)))){ _local3 = 0; _local4 = ITEM_CONT.numChildren; _local5 = -1; while (++_local5 < _local4) { _local2 = ITEM_CONT.getChildAt(_local5); if (_local2.isOnGround()){ } else { if (Math.abs((_arg1.getObj().x - _local2.x)) < 220){ if ((Math.abs((_arg1.getObj().y - _local2.y)) < 380)){ _local3 = 1; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 270)){ _local3 = 2; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 200)){ _local3 = 3; }; break; }; }; }; if (_local3 == 1){ if (Math.random() < 0.5){ _arg1.playAction4(); } else { _arg1.playAction3(); }; } else { if (_local3 == 2){ if (Math.random() < 0.4){ _arg1.playAction2(); } else { if (Math.abs((_arg1.getObj().x - _local2.x)) < 100){ _arg1.playAction1(); } else { _arg1.playAction2(); }; }; } else { if (_local3 == 3){ if (_arg1.isMaxSpecial()){ _arg1.playSpecial(); } else { if (Math.random() < 0.2){ _arg1.playAction2(); } else { _arg1.playAction1(); }; }; }; }; }; if (_local3 == 0){ if ((_arg1.getPopularity() / _arg1.getMaxPopularity()) < 0.9){ if (_arg1.getObj().currentFrame == 1){ if (Math.random() < 0.3){ _arg1.playPose(); }; }; }; }; }; } public function initialise(){ thisParent = this; menuMgr = new MenuManager(); soundMgr = new SoundManager(); charMgrA = new CharacterManager(); charMgrB = new CharacterManager(); BG_CONT = new Sprite(); thisParent.addChild(BG_CONT); PLAYER_CONT = new Sprite(); thisParent.addChild(PLAYER_CONT); ITEM_CONT = new Sprite(); thisParent.addChild(ITEM_CONT); MENU_CONT = new Sprite(); thisParent.addChild(MENU_CONT); menuMgr.create(this, MENU_CONT, soundMgr, charMgrA, charMgrB); menuMgr.showMainMenu(); } private function gameHandle(_arg1:Event):void{ AIHandleObama(charMgrA); AIHandleObama(charMgrB); AIHandleHillary(charMgrA); AIHandleHillary(charMgrB); AIHandleCain(charMgrA); AIHandleCain(charMgrB); } private function keyPressed(_arg1:KeyboardEvent):void{ } public function itemDropStop(){ if (itemMgr){ itemMgr.remove(); }; itemMgr = null; } private function AIHandleObama(_arg1){ var _local2:*; var _local3:int; var _local4:int; var _local5:int; if ((((_arg1.getCharID() == _arg1.mr_obama)) && ((_arg1.getControl() == _arg1.as_COM)))){ _local3 = 0; _local4 = ITEM_CONT.numChildren; _local5 = -1; while (++_local5 < _local4) { _local2 = ITEM_CONT.getChildAt(_local5); if (_local2.isOnGround()){ } else { if (Math.abs((_arg1.getObj().x - _local2.x)) < 200){ if ((Math.abs((_arg1.getObj().y - _local2.y)) < 350)){ _local3 = 1; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 270)){ _local3 = 2; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 200)){ _local3 = 3; }; break; }; }; }; if (_local3 == 1){ if (Math.random() < 0.5){ _arg1.playAction4(); } else { _arg1.playAction3(); }; } else { if (_local3 == 2){ if (Math.random() < 0.4){ _arg1.playAction3(); } else { _arg1.playAction2(); }; } else { if (_local3 == 3){ if (_arg1.isMaxSpecial()){ _arg1.playSpecial(); } else { if (Math.random() < 0.2){ _arg1.playAction2(); } else { _arg1.playAction1(); }; }; }; }; }; if (_local3 == 0){ if ((_arg1.getPopularity() / _arg1.getMaxPopularity()) < 0.9){ if (_arg1.getObj().currentFrame == 1){ if (Math.random() < 0.3){ _arg1.playPose(); }; }; }; }; }; } public function itemDropEnd(){ var _local1:int; var _local2:Array; var _local3:int; if (itemMgr){ itemMgr.remove(); }; itemMgr = null; _local1 = ITEM_CONT.numChildren; _local2 = new Array(_local1); _local3 = 0; _local3 = 0; while (_local3 < _local1) { _local2[_local3] = ITEM_CONT.getChildAt(_local3); _local3++; }; _local3 = 0; while (_local3 < _local1) { if (_local2[_local3]){ _local2[_local3].destroy(); }; _local3++; }; } public function itemDropStart(){ if (itemMgr == null){ itemMgr = new ItemManager(ITEM_CONT, soundMgr, charMgrA, charMgrB); itemMgr.initialise(); }; } private function keyPressedA(_arg1:KeyboardEvent):void{ if (charMgrA.getControl() == charMgrA.as_P1){ if (_arg1.keyCode == 65){ charMgrA.playPose(); } else { if (_arg1.keyCode == 81){ charMgrA.playAction1(); } else { if (_arg1.keyCode == 87){ charMgrA.playAction2(); } else { if (_arg1.keyCode == 69){ charMgrA.playAction3(); } else { if (_arg1.keyCode == 82){ charMgrA.playAction4(); } else { if (_arg1.keyCode == 83){ charMgrA.playSpecial(); }; }; }; }; }; }; }; } public function destroyBg(){ if (objBG){ BG_CONT.removeChild(objBG); }; objBG = null; } private function keyPressedB(_arg1:KeyboardEvent):void{ if (charMgrB.getControl() == charMgrB.as_P2){ if (_arg1.keyCode == Keyboard.NUMPAD_0){ charMgrB.playPose(); } else { if (_arg1.keyCode == Keyboard.NUMPAD_1){ charMgrB.playAction1(); } else { if (_arg1.keyCode == Keyboard.NUMPAD_2){ charMgrB.playAction2(); } else { if (_arg1.keyCode == Keyboard.NUMPAD_3){ charMgrB.playAction3(); } else { if (_arg1.keyCode == Keyboard.NUMPAD_4){ charMgrB.playAction4(); } else { if (_arg1.keyCode == Keyboard.NUMPAD_5){ charMgrB.playSpecial(); }; }; }; }; }; }; }; } private function AIHandleHillary(_arg1){ var _local2:*; var _local3:int; var _local4:int; var _local5:int; if ((((_arg1.getCharID() == _arg1.ms_hillary)) && ((_arg1.getControl() == _arg1.as_COM)))){ _local3 = 0; _local4 = ITEM_CONT.numChildren; _local5 = -1; while (++_local5 < _local4) { _local2 = ITEM_CONT.getChildAt(_local5); if (_local2.isOnGround()){ } else { if (Math.abs((_arg1.getObj().x - _local2.x)) < 220){ if ((Math.abs((_arg1.getObj().y - _local2.y)) < 380)){ _local3 = 1; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 270)){ _local3 = 2; }; if ((Math.abs((_arg1.getObj().y - _local2.y)) < 200)){ _local3 = 3; }; break; }; }; }; if (_local3 == 1){ if (Math.random() < 0.5){ _arg1.playAction4(); } else { _arg1.playAction3(); }; } else { if (_local3 == 2){ if (Math.random() < 0.4){ _arg1.playAction3(); } else { if (Math.abs((_arg1.getObj().x - _local2.x)) < 100){ _arg1.playAction2(); } else { _arg1.playAction1(); }; }; } else { if (_local3 == 3){ if (_arg1.isMaxSpecial()){ _arg1.playSpecial(); } else { if (Math.random() < 0.2){ _arg1.playAction2(); } else { _arg1.playAction1(); }; }; }; }; }; if (_local3 == 0){ if ((_arg1.getPopularity() / _arg1.getMaxPopularity()) < 0.9){ if (_arg1.getObj().currentFrame == 1){ if (Math.random() < 0.3){ _arg1.playPose(); }; }; }; }; }; } } }//package
Section 19
//hillary (hillary) package { import flash.display.*; public dynamic class hillary extends MovieClip { public function hillary(){ addFrameScript(11, frame12, 44, frame45, 92, frame93, 122, frame123, 134, frame135, 145, frame146, 182, frame183, 204, frame205, 238, frame239, 276, frame277, 329, frame330, 372, frame373, 555, frame556); } function frame277(){ gotoAndPlay("stand"); } function frame556(){ gotoAndPlay("stand"); } function frame205(){ gotoAndPlay("stand"); } function frame330(){ stop(); } function frame12(){ gotoAndPlay("stand"); } function frame93(){ gotoAndPlay("stand"); } function frame183(){ gotoAndPlay("stand"); } function frame239(){ gotoAndPlay("stand"); } function frame123(){ gotoAndPlay("stand"); } function frame45(){ gotoAndPlay("stand"); } function frame373(){ stop(); } function frame135(){ gotoAndPlay("stand"); } function frame146(){ gotoAndPlay("stand"); } } }//package
Section 20
//HitClass (HitClass) package { import flash.display.*; public class HitClass extends Sprite { private function hitTestFunc(_arg1, _arg2, _arg3:int, _arg4:int, _arg5:int, _arg6:int){ _arg1.setScore((_arg1.getScore() + _arg2.getPrice())); _arg2.setLife((_arg2.getLife() - 1)); if (_arg2.getLife() <= 0){ _arg1.setScore((_arg1.getScore() + (_arg2.getPrice() * _arg3))); _arg2.playDestroy(); } else { if (_arg1.isLeft()){ _arg2.launch(_arg4, _arg5, _arg6, true); } else { _arg2.launch(_arg4, _arg5, _arg6, false); }; _arg2.playHit(); }; } public function run(_arg1, _arg2):Boolean{ if (!_arg2.getObj().hitTestObject(_arg1.getObj())){ return (false); }; if (_arg2.getObj().currentLabel != "pose"){ return (false); }; if (_arg1.getCharID() == _arg1.mr_obama){ if (_arg1.getObj().currentLabel == "act1Hit"){ hitTestFunc(_arg1, _arg2, 5, 22, 8, 10); return (true); }; if (_arg1.getObj().currentLabel == "act2Hit"){ hitTestFunc(_arg1, _arg2, 8, 30, 12, 20); return (true); }; if (_arg1.getObj().currentLabel == "act3Hit"){ hitTestFunc(_arg1, _arg2, 10, 20, 15, 30); return (true); }; if (_arg1.getObj().currentLabel == "act4Hit"){ hitTestFunc(_arg1, _arg2, 12, 15, 18, 50); return (true); }; if (_arg1.getObj().currentLabel == "spHit"){ hitTestFunc(_arg1, _arg2, 15, (10 + (Math.random() * 30)), (5 + (((_arg1.getObj().y - _arg2.y) * 0.15) * Math.random())), (20 + (Math.random() * 40))); return (true); }; } else { if (_arg1.getCharID() == _arg1.ms_hillary){ if (_arg1.getObj().currentLabel == "act1Hit"){ hitTestFunc(_arg1, _arg2, 5, 25, 8, 15); return (true); }; if (_arg1.getObj().currentLabel == "act2Hit"){ hitTestFunc(_arg1, _arg2, 8, 27, 15, 20); return (true); }; if (_arg1.getObj().currentLabel == "act3Hit"){ hitTestFunc(_arg1, _arg2, 10, 18, 15, 10); return (true); }; if (_arg1.getObj().currentLabel == "act4Hit"){ hitTestFunc(_arg1, _arg2, 12, 20, 20, 50); return (true); }; if (_arg1.getObj().currentLabel == "spHit"){ hitTestFunc(_arg1, _arg2, 15, (10 + (Math.random() * 30)), (5 + (((_arg1.getObj().y - _arg2.y) * 0.15) * Math.random())), (20 + (Math.random() * 40))); return (true); }; } else { if (_arg1.getCharID() == _arg1.mc_cain){ if (_arg1.getObj().currentLabel == "act1Hit"){ hitTestFunc(_arg1, _arg2, 5, 20, 12, 20); return (true); }; if (_arg1.getObj().currentLabel == "act2Hit"){ hitTestFunc(_arg1, _arg2, 8, 28, 10, 15); return (true); }; if (_arg1.getObj().currentLabel == "act3Hit"){ hitTestFunc(_arg1, _arg2, 10, 20, 20, 30); return (true); }; if (_arg1.getObj().currentLabel == "act4Hit"){ hitTestFunc(_arg1, _arg2, 12, 20, 25, 50); return (true); }; if (_arg1.getObj().currentLabel == "spHit"){ hitTestFunc(_arg1, _arg2, 15, (10 + (Math.random() * 30)), (5 + (((_arg1.getObj().y - _arg2.y) * 0.15) * Math.random())), (20 + (Math.random() * 40))); return (true); }; }; }; }; return (false); } } }//package
Section 21
//Interface (Interface) package { import flash.display.*; import flash.text.*; public dynamic class Interface extends MovieClip { public var bIQuit:SimpleButton; public var bLogo:MovieClip; public var leftPanel:MovieClip; public var rightPanel:MovieClip; public var timex:TextField; public var bIRetry:SimpleButton; public var leftScore:TextField; public var rightScore:TextField; public var bIPlayMore:SimpleButton; public function Interface(){ addFrameScript(55, frame56, 85, frame86, 115, frame116, 160, frame161, 206, frame207, 252, frame253, 272, frame273, 273, frame274); } function frame273(){ stop(); } function frame274(){ stop(); } function frame86(){ stop(); } function frame161(){ stop(); } function frame207(){ stop(); } function frame116(){ stop(); } function frame253(){ stop(); } function frame56(){ stop(); } } }//package
Section 22
//item_ban (item_ban) package { import src.*; public dynamic class item_ban extends ItemClass { public function item_ban(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36, 36, frame37); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame37(){ stop(); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 23
//item_bom (item_bom) package { import src.*; public dynamic class item_bom extends ItemClass { public function item_bom(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 34, frame35); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame35(){ gotoAndStop("destroy"); } } }//package
Section 24
//item_hotdog (item_hotdog) package { import src.*; public dynamic class item_hotdog extends ItemClass { public function item_hotdog(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 25
//item_labu (item_labu) package { import src.*; public dynamic class item_labu extends ItemClass { public function item_labu(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 26
//item_lemari (item_lemari) package { import src.*; public dynamic class item_lemari extends ItemClass { public function item_lemari(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 27
//item_ranting (item_ranting) package { import src.*; public dynamic class item_ranting extends ItemClass { public function item_ranting(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 28
//item_semangka (item_semangka) package { import src.*; public dynamic class item_semangka extends ItemClass { public function item_semangka(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 29
//item_tv (item_tv) package { import src.*; public dynamic class item_tv extends ItemClass { public function item_tv(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 30
//item_vas (item_vas) package { import src.*; public dynamic class item_vas extends ItemClass { public function item_vas(){ addFrameScript(0, frame1, 5, frame6, 24, frame25, 35, frame36); } function frame6(){ gotoAndPlay("pose"); } function frame1(){ stop(); } function frame25(){ gotoAndStop("destroy"); } function frame36(){ gotoAndStop("destroy"); } } }//package
Section 31
//ItemManager (ItemManager) package { import flash.events.*; import flash.utils.*; import fzero.base.*; public class ItemManager { private var charMgrB; private var ITEM_CONT; private var thisParent; private var soundMgr; private var spawnTimer:Timer;// = null public var isPaused:Boolean;// = false private var charMgrA; public function ItemManager(_arg1, _arg2, _arg3, _arg4){ isPaused = false; spawnTimer = null; super(); ITEM_CONT = _arg1; soundMgr = _arg2; charMgrA = _arg3; charMgrB = _arg4; } public function remove(){ if (spawnTimer){ spawnTimer.stop(); spawnTimer.removeEventListener(TimerEvent.TIMER, runSpawn); spawnTimer = null; }; } public function initialise(){ spawnItem(3000); } private function gameHandle(_arg1:Event):void{ } public function spawnItem(_arg1:int){ if (spawnTimer){ spawnTimer.stop(); spawnTimer.removeEventListener(TimerEvent.TIMER, runSpawn); spawnTimer = null; }; spawnTimer = new Timer(_arg1, 0); spawnTimer.start(); spawnTimer.addEventListener(TimerEvent.TIMER, runSpawn, false, 0, true); } public function TestRingClipMC(_arg1, _arg2){ var _local3:int; var _local4:int; var _local5:int; var _local6:int; var _local7:*; _local3 = 3000; _local4 = 0; _local5 = 0; _local6 = 0; _local6 = 0; while (_local6 <= _local3) { _local7 = new (_arg2); _arg1.addChild(_local7); _local7.x = _local4; _local7.y = _local5; _local7.play(); if (_local4 > 640){ _local4 = 0; _local5 = (_local5 + 32); } else { _local4 = (_local4 + 32); }; _local6++; }; } public function TestRingClipAB(_arg1, _arg2){ new Entity(_arg1, _arg2); } private function runSpawn(_arg1:TimerEvent):void{ var _local2:*; var _local3:*; var _local4:*; _local2 = null; _local3 = Math.random(); _local4 = Math.random(); if (_local3 < 0.4){ if (_local4 < 0.4){ _local2 = new item_hotdog(); _local2.initialise(ITEM_CONT, 3, soundMgr, charMgrA, charMgrB, true); } else { if ((((_local4 >= 0.4)) && ((_local4 < 0.7)))){ _local2 = new item_ranting(); _local2.initialise(ITEM_CONT, 6, soundMgr, charMgrA, charMgrB, true); } else { _local2 = new item_semangka(); _local2.initialise(ITEM_CONT, 7, soundMgr, charMgrA, charMgrB, true); }; }; } else { if ((((_local3 >= 0.4)) && ((_local3 < 0.7)))){ if (_local4 < 0.4){ _local2 = new item_labu(); _local2.initialise(ITEM_CONT, 4, soundMgr, charMgrA, charMgrB, true); } else { if ((((_local4 >= 0.4)) && ((_local4 < 0.7)))){ _local2 = new item_vas(); _local2.initialise(ITEM_CONT, 9, soundMgr, charMgrA, charMgrB, true); } else { _local2 = new item_ban(); _local2.initialise(ITEM_CONT, 1, soundMgr, charMgrA, charMgrB, true); }; }; } else { if (_local4 < 0.4){ _local2 = new item_bom(); _local2.initialise(ITEM_CONT, 2, soundMgr, charMgrA, charMgrB, true); } else { if ((((_local4 >= 0.4)) && ((_local4 < 0.7)))){ _local2 = new item_tv(); _local2.initialise(ITEM_CONT, 8, soundMgr, charMgrA, charMgrB, true); } else { _local2 = new item_lemari(); _local2.initialise(ITEM_CONT, 5, soundMgr, charMgrA, charMgrB, true); }; }; }; }; } } }//package
Section 32
//mainBgm (mainBgm) package { public dynamic class mainBgm extends BaseSound { } }//package
Section 33
//mainMenu (mainMenu) package { import flash.display.*; public dynamic class mainMenu extends MovieClip { public var bPlayMore:SimpleButton; public var bIOk:SimpleButton; public var bAddGame:SimpleButton; public var bCredit:SimpleButton; public var bCBack:SimpleButton; public var bInstruction:SimpleButton; public var bVersus:SimpleButton; public var bPlayStory:SimpleButton; public function mainMenu(){ addFrameScript(0, frame1, 1, frame2, 2, frame3); } function frame3(){ stop(); } function frame1(){ stop(); } function frame2(){ stop(); } } }//package
Section 34
//MenuManager (MenuManager) package { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.net.*; public class MenuManager extends Sprite { private var _winChar:int;// = 0 private var _gameMode:int;// = 0 private var _charA_ctrl:int;// = 0 private var _mnState:int;// = 0 private var _playLv:int;// = 1 private var playMoreLink:String;// = "http://www.arcadehog.com" private var gmMgr;// = null private var _winState:int;// = 0 private var countTimer:Timer;// = null private var soundMgr;// = null private var charMgrA;// = null private var charMgrB;// = null private var _charA:int;// = 0 private var _charB:int;// = 0 private var _scoreSave:int;// = 0 private var _charB_ctrl:int;// = 0 private var objCont;// = null private var addGameLink:String;// = "http://www.arcadehog.com/freewebsitegames.php" private var objMenu;// = null public function MenuManager(){ objCont = null; objMenu = null; soundMgr = null; charMgrA = null; charMgrB = null; gmMgr = null; playMoreLink = "http://www.arcadehog.com"; addGameLink = "http://www.arcadehog.com/freewebsitegames.php"; countTimer = null; _playLv = 1; _mnState = 0; _charA = 0; _charB = 0; _charA_ctrl = 0; _charB_ctrl = 0; _winChar = 0; _winState = 0; _gameMode = 0; _scoreSave = 0; super(); } private function endHandle(_arg1:Event):void{ if (objMenu.currentLabel == "interface"){ if (_winState == 1){ objMenu.gotoAndPlay("timeup"); } else { objMenu.gotoAndPlay("ko"); }; }; if ((((objMenu.currentLabel == "koEnd")) || ((objMenu.currentLabel == "timeupEnd")))){ gmMgr.itemDropFade(); if (charMgrA.getPopularity() > charMgrB.getPopularity()){ _winChar = charMgrA.getCharID(); } else { _winChar = charMgrB.getCharID(); }; if (_winChar == 1){ objMenu.gotoAndPlay("obamaWin"); } else { if (_winChar == 2){ objMenu.gotoAndPlay("hillaryWin"); } else { if (_winChar == 3){ objMenu.gotoAndPlay("cainWin"); }; }; }; if (charMgrA.getPopularity() <= charMgrB.getPopularity()){ charMgrA.playLose(); charMgrB.playWin(); } else { charMgrB.playLose(); charMgrA.playWin(); }; }; if ((((((objMenu.currentLabel == "obamaWinEnd")) || ((objMenu.currentLabel == "hillaryWinEnd")))) || ((objMenu.currentLabel == "cainWinEnd")))){ if ((((_gameMode == 1)) && ((charMgrA.getPopularity() <= charMgrB.getPopularity())))){ objMenu.gotoAndStop("replay"); objMenu.removeEventListener(Event.ENTER_FRAME, endHandle); objMenu.addEventListener(Event.ENTER_FRAME, replayInit, false, 0, true); } else { objMenu.gotoAndPlay("end"); }; }; if (objMenu.currentLabel == "theEnd"){ objMenu.removeEventListener(Event.ENTER_FRAME, endHandle); if (_gameMode == 1){ _scoreSave = charMgrA.getScore(); gmMgr.destroyAll(); if (_playLv == 1){ _playLv = 2; _charB++; if (_charB > 3){ _charB = 1; }; if (_charB == _charA){ _charB++; }; if (_charB > 3){ _charB = 1; }; showMenuInterface(); } else { _scoreSave = 0; showEnding(charMgrA.getCharID()); }; } else { if (_gameMode == 2){ gmMgr.destroyAll(); _scoreSave = 0; _gameMode = 2; showSelect(true); }; }; }; } private function iRetryClick(_arg1:MouseEvent):void{ objMenu.bIRetry.removeEventListener(MouseEvent.CLICK, iRetryClick); objMenu.bIQuit.removeEventListener(MouseEvent.CLICK, iQuitClick); objMenu.bIPlayMore.removeEventListener(MouseEvent.CLICK, iPlayMoreClick); _gameMode = 1; gmMgr.destroyAll(); showMenuInterface(); } public function create(_arg1, _arg2, _arg3, _arg4, _arg5){ gmMgr = _arg1; soundMgr = _arg3; charMgrA = _arg4; charMgrB = _arg5; objCont = _arg2; } private function iQuitClick(_arg1:MouseEvent):void{ objMenu.bIRetry.removeEventListener(MouseEvent.CLICK, iRetryClick); objMenu.bIQuit.removeEventListener(MouseEvent.CLICK, iQuitClick); objMenu.bIPlayMore.removeEventListener(MouseEvent.CLICK, iPlayMoreClick); gmMgr.destroyAll(); showMainMenu(); } private function addGameClick(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest(addGameLink); navigateToURL(_local2, "_blank"); } private function selectInit(_arg1:Event):void{ if (objMenu.currentFrame == 1){ if (((((((objMenu.bStoryPrevChar) && (objMenu.bStoryNextChar))) && (objMenu.bSLBegin))) && (objMenu.bSLBack))){ objMenu.bStoryPrevChar.addEventListener(MouseEvent.CLICK, storyPrevCharClick, false, 0, true); objMenu.bStoryNextChar.addEventListener(MouseEvent.CLICK, storyNextCharClick, false, 0, true); objMenu.bSLBegin.addEventListener(MouseEvent.CLICK, storyBeginClick, false, 0, true); objMenu.bSLBack.addEventListener(MouseEvent.CLICK, backClick, false, 0, true); objMenu.removeEventListener(Event.ENTER_FRAME, selectInit); _charA = 1; _charB = 2; objMenu.storyPic.gotoAndStop(_charA); _charA_ctrl = 1; _charB_ctrl = 0; trace("init story "); }; } else { if (objMenu.currentFrame == 2){ if (((((((((((objMenu.bVsP1Prev) && (objMenu.bVsP1Next))) && (objMenu.bVsP2Prev))) && (objMenu.bVsP2Next))) && (objMenu.bSLBegin))) && (objMenu.bSLBack))){ objMenu.bVsP1Prev.addEventListener(MouseEvent.CLICK, versusPrevCharP1Click, false, 0, true); objMenu.bVsP1Next.addEventListener(MouseEvent.CLICK, versusNextCharP1Click, false, 0, true); objMenu.bVsP2Prev.addEventListener(MouseEvent.CLICK, versusPrevCharP2Click, false, 0, true); objMenu.bVsP2Next.addEventListener(MouseEvent.CLICK, versusNextCharP2Click, false, 0, true); objMenu.bSLBegin.addEventListener(MouseEvent.CLICK, versusBeginClick, false, 0, true); objMenu.bSLBack.addEventListener(MouseEvent.CLICK, backClick, false, 0, true); objMenu.removeEventListener(Event.ENTER_FRAME, selectInit); _charA = 1; _charB = 2; objMenu.vsPicP1.gotoAndStop(_charA); objMenu.vsPicP2.gotoAndStop(_charB); _charA_ctrl = 1; _charB_ctrl = 2; trace("init versus "); }; }; }; } private function storyBeginClick(_arg1:MouseEvent):void{ removeSelect(); showMenuInterface(); if (_charA == _charB){ _charB++; }; if (_charB > 3){ _charB = 1; }; _gameMode = 1; _playLv = 1; _scoreSave = 0; } private function versusPrevCharP1Click(_arg1:MouseEvent):void{ _charA--; if (_charA < 1){ _charA = 3; }; if (_charA == _charB){ _charA--; }; if (_charA < 1){ _charA = 3; }; objMenu.vsPicP1.gotoAndStop(_charA); } private function creditClick(_arg1:MouseEvent):void{ objMenu.gotoAndStop(3); trace((("credit click " + "frame no = ") + String(objMenu.currentFrame))); } private function storyNextCharClick(_arg1:MouseEvent):void{ _charA++; if (_charA > 3){ _charA = 1; }; objMenu.storyPic.gotoAndStop(_charA); } private function removeMainMenu(){ if (objMenu.bPlayStory){ objMenu.bPlayStory.removeEventListener(MouseEvent.CLICK, playStoryClick); }; if (objMenu.bVersus){ objMenu.bVersus.removeEventListener(MouseEvent.CLICK, versusClick); }; if (objMenu.bInstruction){ objMenu.bInstruction.removeEventListener(MouseEvent.CLICK, instructionClick); }; if (objMenu.bCredit){ objMenu.bCredit.removeEventListener(MouseEvent.CLICK, creditClick); }; if (objMenu.bAddGame){ objMenu.bAddGame.removeEventListener(MouseEvent.CLICK, addGameClick); }; if (objMenu.bPlayMore){ objMenu.bPlayMore.removeEventListener(MouseEvent.CLICK, playMoreClick); }; if (objMenu.bIOk){ objMenu.bIOk.removeEventListener(MouseEvent.CLICK, IOKClick); }; if (objMenu.bCBack){ objMenu.bIOk.removeEventListener(MouseEvent.CLICK, CBackClick); }; } private function playMoreClick(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest(playMoreLink); navigateToURL(_local2, "_blank"); } private function versusNextCharP1Click(_arg1:MouseEvent):void{ _charA++; if (_charA > 3){ _charA = 1; }; if (_charA == _charB){ _charA++; }; if (_charA > 3){ _charA = 1; }; objMenu.vsPicP1.gotoAndStop(_charA); } public function showSelect(_arg1:Boolean=false){ if (((objCont) && (objMenu))){ objCont.removeChild(objMenu); }; objMenu = new select(); objCont.addChild(objMenu); if (_arg1){ objMenu.gotoAndStop(2); } else { objMenu.gotoAndStop(1); }; _charA = 1; _charB = 2; _charA_ctrl = 1; _charB_ctrl = 0; objMenu.addEventListener(Event.ENTER_FRAME, selectInit, false, 0, true); } private function versusNextCharP2Click(_arg1:MouseEvent):void{ _charB++; if (_charB > 3){ _charB = 1; }; if (_charB == _charA){ _charB++; }; if (_charB > 3){ _charB = 1; }; objMenu.vsPicP2.gotoAndStop(_charB); } public function showEnding(_arg1:int=1){ if (((objCont) && (objMenu))){ objCont.removeChild(objMenu); }; objMenu = new ending(); objCont.addChild(objMenu); if (_arg1 == 1){ objMenu.gotoAndStop("obamaEnding"); } else { if (_arg1 == 2){ objMenu.gotoAndStop("hillaryEnding"); } else { objMenu.gotoAndStop("cainEnding"); }; }; soundMgr.playBgm(4); objMenu.bEndPlayMore.addEventListener(MouseEvent.CLICK, endPlayMore, false, 0, true); objMenu.bEndMainMenu.addEventListener(MouseEvent.CLICK, endMainMenu, false, 0, true); } private function versusClick(_arg1:MouseEvent):void{ _gameMode = 2; removeMainMenu(); showSelect(true); } private function countDown(_arg1:TimerEvent):void{ objMenu.timex.htmlText = String(("<b>" + gmMgr.gm_time)); gmMgr.gm_time = Math.max((gmMgr.gm_time - 1), 0); charMgrA.setSpecial((charMgrA.getSpecial() + 1)); charMgrB.setSpecial((charMgrB.getSpecial() + 1)); if ((((((charMgrA.getObj().currentLabel == "taunt1")) || ((charMgrA.getObj().currentLabel == "taunt2")))) || ((charMgrA.getObj().currentLabel == "taunt3")))){ charMgrA.setPopularity((charMgrA.getPopularity() + 2)); }; if ((((((charMgrB.getObj().currentLabel == "taunt1")) || ((charMgrB.getObj().currentLabel == "taunt2")))) || ((charMgrB.getObj().currentLabel == "taunt3")))){ charMgrB.setPopularity((charMgrB.getPopularity() + 2)); }; } private function replayInit(_arg1:Event):void{ if (((((objMenu.bIRetry) && (objMenu.bIQuit))) && (objMenu.bIPlayMore))){ objMenu.bIRetry.addEventListener(MouseEvent.CLICK, iRetryClick, false, 0, true); objMenu.bIQuit.addEventListener(MouseEvent.CLICK, iQuitClick, false, 0, true); objMenu.bIPlayMore.addEventListener(MouseEvent.CLICK, iPlayMoreClick, false, 0, true); objMenu.removeEventListener(Event.ENTER_FRAME, replayInit); }; } private function iPlayMoreClick(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest(playMoreLink); navigateToURL(_local2, "_blank"); } public function showMenuInterface(){ if (((objCont) && (objMenu))){ objCont.removeChild(objMenu); }; objMenu = new Interface(); objCont.addChild(objMenu); objMenu.gotoAndPlay("start"); objMenu.addEventListener(Event.ENTER_FRAME, interfaceInit, false, 0, true); gmMgr.createBg(); } private function instructionClick(_arg1:MouseEvent):void{ objMenu.gotoAndStop(2); trace((("instruction click " + "frame no = ") + String(objMenu.currentFrame))); } private function removeSelect(){ if (objMenu.bStoryPrevChar){ objMenu.bStoryPrevChar.removeEventListener(MouseEvent.CLICK, storyPrevCharClick); }; if (objMenu.bStoryNextChar){ objMenu.bStoryNextChar.removeEventListener(MouseEvent.CLICK, storyNextCharClick); }; if (objMenu.bStoryBegin){ objMenu.bStoryBegin.removeEventListener(MouseEvent.CLICK, storyBeginClick); }; if (objMenu.bStoryBack){ objMenu.bStoryBack.removeEventListener(MouseEvent.CLICK, backClick); }; if (objMenu.bVersusPrevCharP1){ objMenu.bVersusPrevCharP1.removeEventListener(MouseEvent.CLICK, versusPrevCharP1Click); }; if (objMenu.bVersusNextCharP1){ objMenu.bVersusNextCharP1.removeEventListener(MouseEvent.CLICK, versusNextCharP1Click); }; if (objMenu.bVersusPrevCharP2){ objMenu.bVersusPrevCharP2.removeEventListener(MouseEvent.CLICK, versusPrevCharP2Click); }; if (objMenu.bVersusNextCharP2){ objMenu.bVersusNextCharP2.removeEventListener(MouseEvent.CLICK, versusNextCharP2Click); }; if (objMenu.bVersusBegin){ objMenu.bVersusBegin.removeEventListener(MouseEvent.CLICK, versusBeginClick); }; if (objMenu.bVersusBack){ objMenu.bVersusBack.removeEventListener(MouseEvent.CLICK, backClick); }; } private function logoClick(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest(playMoreLink); navigateToURL(_local2, "_blank"); } private function endMainMenu(_arg1:MouseEvent):void{ objMenu.bEndPlayMore.removeEventListener(MouseEvent.CLICK, endPlayMore); objMenu.bEndMainMenu.removeEventListener(MouseEvent.CLICK, endMainMenu); showMainMenu(); } private function IOKClick(_arg1:MouseEvent):void{ objMenu.gotoAndStop(1); trace((("ins ok click " + "frame no = ") + String(objMenu.currentFrame))); } private function interfaceHandle(_arg1:Event):void{ if (objMenu.bLogo){ objMenu.bLogo.addEventListener(MouseEvent.CLICK, logoClick, false, 0, true); }; objMenu.leftScore.htmlText = String((("<b>" + "Score ") + (charMgrA.getScore() + _scoreSave))); objMenu.rightScore.htmlText = String((("<b>" + "Score ") + charMgrB.getScore())); objMenu.leftPanel.lifeBar.scaleX = (charMgrA.getPopularity() / charMgrA.getMaxPopularity()); objMenu.rightPanel.lifeBar.scaleX = (charMgrB.getPopularity() / charMgrB.getMaxPopularity()); objMenu.leftPanel.spBar.scaleX = (charMgrA.getSpecial() / charMgrA.getMaxSpecial()); objMenu.rightPanel.spBar.scaleX = (charMgrB.getSpecial() / charMgrB.getMaxSpecial()); if (gmMgr.gm_time <= 0){ _winState = 1; } else { if ((((charMgrA.getPopularity() <= 0)) || ((charMgrB.getPopularity() <= 0)))){ _winState = 2; } else { _winState = 0; }; }; if ((((_winState == 1)) || ((_winState == 2)))){ trace(("winState = " + String(_winState))); gmMgr.itemDropStop(); if (countTimer){ countTimer.stop(); countTimer.removeEventListener(TimerEvent.TIMER, countDown); countTimer = null; }; objMenu.removeEventListener(Event.ENTER_FRAME, interfaceHandle); objMenu.addEventListener(Event.ENTER_FRAME, endHandle, false, 0, true); }; } private function versusPrevCharP2Click(_arg1:MouseEvent):void{ _charB--; if (_charB < 1){ _charB = 3; }; if (_charB == _charA){ _charB--; }; if (_charB < 1){ _charB = 3; }; objMenu.vsPicP2.gotoAndStop(_charB); } private function endPlayMore(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest(playMoreLink); navigateToURL(_local2, "_blank"); } private function versusBeginClick(_arg1:MouseEvent):void{ removeSelect(); _charA_ctrl = 1; _charB_ctrl = 2; _gameMode = 2; showMenuInterface(); } public function showMainMenu(){ if (((objCont) && (objMenu))){ objCont.removeChild(objMenu); }; objMenu = new mainMenu(); objCont.addChild(objMenu); objMenu.gotoAndStop(1); mainMenuInit(); _scoreSave = 0; soundMgr.playBgm(1); soundMgr.setVolume(0.7); } private function CBackClick(_arg1:MouseEvent):void{ objMenu.gotoAndStop(1); trace((("credit back click " + "frame no = ") + String(objMenu.currentFrame))); } private function backClick(_arg1:MouseEvent):void{ removeSelect(); showMainMenu(); } private function interfaceInit(_arg1:Event):void{ if (objMenu.currentLabel == "interface"){ soundMgr.playBgm(2); soundMgr.setVolume(0.5); gmMgr.playBattle(_charA, _charA_ctrl, _charB, _charB_ctrl); gmMgr.itemDropStart(); if (countTimer){ countTimer.stop(); countTimer.removeEventListener(TimerEvent.TIMER, countDown); countTimer = null; }; countTimer = new Timer(1000, 0); countTimer.start(); countTimer.addEventListener(TimerEvent.TIMER, countDown, false, 0, true); objMenu.addEventListener(Event.ENTER_FRAME, interfaceHandle, false, 0, true); objMenu.removeEventListener(Event.ENTER_FRAME, interfaceInit); }; } private function playStoryClick(_arg1:MouseEvent):void{ _gameMode = 1; removeMainMenu(); showSelect(); } private function mainMenuInit(){ if (((((((((((objMenu.bPlayStory) && (objMenu.bVersus))) && (objMenu.bAddGame))) && (objMenu.bVersus))) && (objMenu.bInstruction))) && (objMenu.bCredit))){ objMenu.bPlayStory.addEventListener(MouseEvent.CLICK, playStoryClick, false, 0, true); objMenu.bVersus.addEventListener(MouseEvent.CLICK, versusClick, false, 0, true); objMenu.bAddGame.addEventListener(MouseEvent.CLICK, addGameClick, false, 0, true); objMenu.bPlayMore.addEventListener(MouseEvent.CLICK, playMoreClick, false, 0, true); objMenu.bInstruction.addEventListener(MouseEvent.CLICK, instructionClick, false, 0, true); objMenu.bCredit.addEventListener(MouseEvent.CLICK, creditClick, false, 0, true); objMenu.bIOk.addEventListener(MouseEvent.CLICK, IOKClick, false, 0, true); objMenu.bCBack.addEventListener(MouseEvent.CLICK, CBackClick, false, 0, true); }; } private function storyPrevCharClick(_arg1:MouseEvent):void{ _charA--; if (_charA < 1){ _charA = 3; }; objMenu.storyPic.gotoAndStop(_charA); } } }//package
Section 35
//MochiAd (MochiAd) package { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.system.*; import flash.net.*; public class MochiAd { public static function getVersion():String{ return ("2.2"); } public static function showTimedAd(_arg1:Object):void{ MochiAd.showInterLevelAd(_arg1); } public static function _allowDomains(_arg1:String):String{ var _local2:String; _local2 = _arg1.split("/")[2].split(":")[0]; Security.allowDomain("*"); Security.allowDomain(_local2); Security.allowInsecureDomain("*"); Security.allowInsecureDomain(_local2); return (_local2); } public static function load(_arg1:Object):MovieClip{ var DEFAULTS:Object; var clip:Object; var depth:Number; var mc:MovieClip; var wh:Array; var lv:URLVariables; var k:String; var server:String; var hostname:String; var lc:LocalConnection; var name:String; var loader:Loader; var f:Function; var g:Function; var req:URLRequest; var v:Object; var options = _arg1; DEFAULTS = {server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = MochiAd._parseOptions(options, DEFAULTS); options.swfv = 9; options.mav = MochiAd.getVersion(); clip = options.clip; if (!MochiAd._isNetworkAvailable()){ return (null); }; try { if (clip._mochiad_loaded){ return (null); }; } catch(e:Error) { throw (new Error("MochiAd requires a clip that is an instance of a dynamic class. If your class extends Sprite or MovieClip, you must make it dynamic.")); }; depth = options.depth; delete options.depth; mc = createEmptyMovieClip(clip, "_mochiad", depth); wh = MochiAd._getRes(options, clip); options.res = ((wh[0] + "x") + wh[1]); options.server = (options.server + options.id); delete options.id; clip._mochiad_loaded = true; if (clip.loaderInfo.loaderURL.indexOf("http") == 0){ options.as3_swf = clip.loaderInfo.loaderURL; }; lv = new URLVariables(); for (k in options) { v = options[k]; if (!(v is Function)){ lv[k] = v; }; }; server = lv.server; delete lv.server; hostname = _allowDomains(server); lc = new LocalConnection(); lc.client = mc; name = ["", Math.floor(new Date().getTime()), Math.floor((Math.random() * 999999))].join("_"); lc.allowDomain("*", "localhost"); lc.allowInsecureDomain("*", "localhost"); lc.connect(name); mc.lc = lc; lv.lc = name; lv.st = getTimer(); loader = new Loader(); f = function (_arg1:Object):void{ _arg1.target.removeEventListener(_arg1.type, arguments.callee); mc._mochiad_ctr_failed = true; }; loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, f); g = function (_arg1:Object):void{ _arg1.target.removeEventListener(_arg1.type, arguments.callee); MochiAd.unload(clip); }; loader.contentLoaderInfo.addEventListener(Event.UNLOAD, g); req = new URLRequest((server + ".swf")); req.contentType = "application/x-www-form-urlencoded"; req.method = URLRequestMethod.POST; req.data = lv; loader.load(req); mc.addChild(loader); mc._mochiad_ctr = loader; return (mc); } public static function sendHighScore(_arg1:Object, _arg2:Object, _arg3:Object=null):Boolean{ var _local4:MovieClip; _local4 = MochiAd._loadCommunicator({clip:_arg1.clip, id:_arg1.id}); if (!_local4){ return (false); }; _local4.doSend(["sendHighScore", _arg1], _arg2, _arg3); return (true); } public static function _parseOptions(_arg1:Object, _arg2:Object):Object{ var _local3:Object; var _local4:String; var _local5:Array; var _local6:Number; var _local7:Array; _local3 = {}; for (_local4 in _arg2) { _local3[_local4] = _arg2[_local4]; }; if (_arg1){ for (_local4 in _arg1) { _local3[_local4] = _arg1[_local4]; }; }; if (_local3.clip == undefined){ throw (new Error("MochiAd is missing the 'clip' parameter. This should be a MovieClip, Sprite or an instance of a class that extends MovieClip or Sprite.")); }; _arg1 = _local3.clip.loaderInfo.parameters.mochiad_options; if (_arg1){ _local5 = _arg1.split("&"); _local6 = 0; while (_local6 < _local5.length) { _local7 = _local5[_local6].split("="); _local3[unescape(_local7[0])] = unescape(_local7[1]); _local6++; }; }; if (_local3.id == "test"){ trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); }; return (_local3); } public static function _isNetworkAvailable():Boolean{ return (!((Security.sandboxType == "localWithFile"))); } public static function _cleanup(_arg1:Object):void{ var idx:Number; var k:String; var lc:LocalConnection; var f:Function; var mc = _arg1; if (("lc" in mc)){ lc = mc.lc; f = function ():void{ try { lc.client = null; lc.close(); } catch(e:Error) { }; }; setTimeout(f, 0); }; idx = DisplayObjectContainer(mc).numChildren; while (idx > 0) { idx = (idx - 1); DisplayObjectContainer(mc).removeChildAt(idx); }; for (k in mc) { delete mc[k]; }; } public static function unload(_arg1:Object):Boolean{ if (((_arg1.clip) && (_arg1.clip._mochiad))){ _arg1 = _arg1.clip; }; if (!_arg1._mochiad){ return (false); }; if (_arg1._mochiad.onUnload){ _arg1._mochiad.onUnload(); }; delete _arg1._mochiad_loaded; delete _arg1._mochiad; return (true); } public static function showInterLevelAd(_arg1:Object):void{ var DEFAULTS:Object; var clip:Object; var ad_msec:Number; var ad_timeout:Number; var fadeout_time:Number; var mc:MovieClip; var wh:Array; var w:Number; var h:Number; var chk:MovieClip; var options = _arg1; DEFAULTS = {ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function ():void{ if ((this.clip is MovieClip)){ this.clip.stop(); } else { throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_finished:function ():void{ if ((this.clip is MovieClip)){ this.clip.play(); } else { throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }}; options = MochiAd._parseOptions(options, DEFAULTS); clip = options.clip; ad_msec = 11000; ad_timeout = options.ad_timeout; delete options.ad_timeout; fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)){ options.ad_finished(); return; }; options.ad_started(); mc = clip._mochiad; mc["onUnload"] = function ():void{ MochiAd._cleanup(mc); options.ad_finished(); }; wh = MochiAd._getRes(options, clip); w = wh[0]; h = wh[1]; mc.x = (w * 0.5); mc.y = (h * 0.5); chk = createEmptyMovieClip(mc, "_mochiad_wait", 3); chk.ad_msec = ad_msec; chk.ad_timeout = ad_timeout; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function ():void{ var _local1:Number; if (!this.parent){ delete this.onEnterFrame; delete this.fadeFunction; return; }; _local1 = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time))); if (_local1 > 0){ this.parent.alpha = (_local1 * 0.01); } else { MochiAd.unload(clip); delete this["onEnterFrame"]; }; }; mc.unloadAd = function ():void{ MochiAd.unload(clip); }; mc.adjustProgress = function (_arg1:Number):void{ var _local2:Object; _local2 = mc._mochiad_wait; _local2.server_control = true; _local2.showing = true; _local2.started = getTimer(); _local2.ad_msec = (_arg1 - 250); }; chk["onEnterFrame"] = function ():void{ var _local1:Object; var _local2:Number; var _local3:Boolean; var _local4:Number; if (!this.parent){ delete this.onEnterFrame; delete this.fadeFunction; return; }; _local1 = this.parent._mochiad_ctr; _local2 = (getTimer() - this.started); _local3 = false; if (!chk.showing){ _local4 = _local1.loaderInfo.bytesTotal; if ((((_local4 > 0)) || (("number" == "undefined")))){ chk.showing = true; chk.started = getTimer(); } else { if (_local2 > chk.ad_timeout){ _local3 = true; }; }; }; if ((((_local2 > chk.ad_msec)) || (this.parent._mochiad_ctr_failed))){ _local3 = true; }; if (_local3){ if (this.server_control){ delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; }; }; }; doOnEnterFrame(chk); } public static function _getRes(_arg1:Object, _arg2:Object):Array{ var _local3:Object; var _local4:Number; var _local5:Number; var _local6:Array; _local3 = _arg2.getBounds(_arg2.root); _local4 = 0; _local5 = 0; if (typeof(_arg1.res) != "undefined"){ _local6 = _arg1.res.split("x"); _local4 = parseFloat(_local6[0]); _local5 = parseFloat(_local6[1]); } else { _local4 = (_local3.xMax - _local3.xMin); _local5 = (_local3.yMax - _local3.yMin); }; if ((((_local4 == 0)) || ((_local5 == 0)))){ _local4 = _arg2.stage.stageWidth; _local5 = _arg2.stage.stageHeight; }; return ([_local4, _local5]); } public static function createEmptyMovieClip(_arg1:Object, _arg2:String, _arg3:Number):MovieClip{ var _local4:MovieClip; _local4 = new MovieClip(); if (((false) && (_arg3))){ _arg1.addChildAt(_local4, _arg3); } else { _arg1.addChild(_local4); }; _arg1[_arg2] = _local4; _local4["_name"] = _arg2; return (_local4); } public static function _loadCommunicator(_arg1:Object):MovieClip{ var DEFAULTS:Object; var clip:Object; var clipname:String; var server:String; var depth:Number; var mc:MovieClip; var lv:URLVariables; var k:String; var lc:LocalConnection; var name:String; var req:URLRequest; var loader:Loader; var options = _arg1; DEFAULTS = {com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = MochiAd._parseOptions(options, DEFAULTS); options.swfv = 9; options.mav = MochiAd.getVersion(); clip = options.clip; clipname = ("_mochiad_com_" + options.id); if (!MochiAd._isNetworkAvailable()){ return (null); }; if (clip[clipname]){ return (clip[clipname]); }; server = (options.com_server + options.id); MochiAd._allowDomains(server); delete options.id; delete options.com_server; depth = options.depth; delete options.depth; mc = createEmptyMovieClip(clip, clipname, depth); lv = new URLVariables(); for (k in options) { lv[k] = options[k]; }; lc = new LocalConnection(); lc.client = mc; name = ["", Math.floor(new Date().getTime()), Math.floor((Math.random() * 999999))].join("_"); lc.allowDomain("*", "localhost"); lc.allowInsecureDomain("*", "localhost"); lc.connect(name); mc.name = name; mc.lc = lc; lv.lc = name; mc._id = 0; mc._queue = []; mc.rpcResult = function (_arg1:Object):void{ var _local3:Array; var _local4:Array; var _local5:Number; var _local6:Object; var _local7:Object; _arg1 = parseInt(_arg1.toString()); _local3 = mc._callbacks[_arg1]; if (typeof(_local3) == "undefined"){ return; }; delete mc._callbacks[_arg1]; _local4 = []; _local5 = 2; while (_local5 < _local3.length) { _local4.push(_local3[_local5]); _local5++; }; _local5 = 1; while (_local5 < arguments.length) { _local4.push(arguments[_local5]); _local5++; }; _local6 = _local3[1]; _local7 = _local3[0]; if (((_local7) && ((typeof(_local6) == "string")))){ _local6 = _local7[_local6]; }; if (typeof(_local6) == "function"){ _local6.apply(_local7, _local4); }; }; mc._didConnect = function (_arg1:String):void{ var _local2:Array; var _local3:Function; var _local4:Number; var _local5:Array; mc._endpoint = _arg1; _local2 = mc._queue; delete mc._queue; _local3 = mc.doSend; _local4 = 0; while (_local4 < _local2.length) { _local5 = _local2[_local4]; _local3.apply(this, _local5); _local4++; }; }; mc.doSend = function (_arg1:Array, _arg2:Object, _arg3:Object):void{ var _local5:Number; var _local6:LocalConnection; var _local7:Array; var _local8:Number; if (mc._endpoint == null){ _local7 = []; _local8 = 0; while (_local8 < arguments.length) { _local7.push(arguments[_local8]); _local8++; }; mc._queue.push(_local7); return; }; mc._id = (mc._id + 1); _local5 = mc._id; mc._callbacks[_local5] = [_arg2, ((_arg3) || (_arg2))]; _local6 = new LocalConnection(); _local6.send(mc._endpoint, "rpc", _local5, _arg1); }; mc._callbacks = {}; mc._callbacks[0] = [mc, "_didConnect"]; lv.st = getTimer(); req = new URLRequest((server + ".swf")); req.contentType = "application/x-www-form-urlencoded"; req.method = URLRequestMethod.POST; req.data = lv; loader = new Loader(); loader.load(req); mc.addChild(loader); mc._mochiad_com = loader; return (mc); } public static function showPreGameAd(_arg1:Object):void{ var DEFAULTS:Object; var clip:Object; var ad_msec:Number; var ad_timeout:Number; var fadeout_time:Number; var mc:MovieClip; var wh:Array; var w:Number; var h:Number; var chk:MovieClip; var bar:MovieClip; var bar_color:Number; var bar_background:Number; var bar_outline:Number; var backing_mc:MovieClip; var backing:Object; var inside_mc:MovieClip; var inside:Object; var outline_mc:MovieClip; var outline:Object; var complete:Boolean; var unloaded:Boolean; var f:Function; var r:MovieClip; var options = _arg1; DEFAULTS = {ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:0xFF8A00, background:16777161, outline:13994812, ad_started:function ():void{ if ((this.clip is MovieClip)){ this.clip.stop(); } else { throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_finished:function ():void{ if ((this.clip is MovieClip)){ this.clip.gotoAndStop(2); } else { throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }}; options = MochiAd._parseOptions(options, DEFAULTS); clip = options.clip; ad_msec = 11000; ad_timeout = options.ad_timeout; delete options.ad_timeout; fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)){ options.ad_finished(); return; }; options.ad_started(); mc = clip._mochiad; mc["onUnload"] = function ():void{ var fn:Function; MochiAd._cleanup(mc); fn = function ():void{ options.ad_finished(); }; setTimeout(fn, 100); }; wh = MochiAd._getRes(options, clip); w = wh[0]; h = wh[1]; mc.x = (w * 0.5); mc.y = (h * 0.5); chk = createEmptyMovieClip(mc, "_mochiad_wait", 3); chk.x = (w * -0.5); chk.y = (h * -0.5); bar = createEmptyMovieClip(chk, "_mochiad_bar", 4); bar.x = 10; bar.y = (h - 20); bar_color = options.color; delete options.color; bar_background = options.background; delete options.background; bar_outline = options.outline; delete options.outline; backing_mc = createEmptyMovieClip(bar, "_outline", 1); backing = backing_mc.graphics; backing.beginFill(bar_background); backing.moveTo(0, 0); backing.lineTo((w - 20), 0); backing.lineTo((w - 20), 10); backing.lineTo(0, 10); backing.lineTo(0, 0); backing.endFill(); inside_mc = createEmptyMovieClip(bar, "_inside", 2); inside = inside_mc.graphics; inside.beginFill(bar_color); inside.moveTo(0, 0); inside.lineTo((w - 20), 0); inside.lineTo((w - 20), 10); inside.lineTo(0, 10); inside.lineTo(0, 0); inside.endFill(); inside_mc.scaleX = 0; outline_mc = createEmptyMovieClip(bar, "_outline", 3); outline = outline_mc.graphics; outline.lineStyle(0, bar_outline, 100); outline.moveTo(0, 0); outline.lineTo((w - 20), 0); outline.lineTo((w - 20), 10); outline.lineTo(0, 10); outline.lineTo(0, 0); chk.ad_msec = ad_msec; chk.ad_timeout = ad_timeout; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function ():void{ var _local1:Number; _local1 = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time))); if (_local1 > 0){ this.parent.alpha = (_local1 * 0.01); } else { MochiAd.unload(clip); delete this["onEnterFrame"]; }; }; complete = false; unloaded = false; f = function (_arg1:Event):void{ _arg1.target.removeEventListener(_arg1.type, arguments.callee); complete = true; if (unloaded){ MochiAd.unload(clip); }; }; clip.loaderInfo.addEventListener(Event.COMPLETE, f); if ((clip.root is MovieClip)){ r = (clip.root as MovieClip); if (r.framesLoaded >= r.totalFrames){ complete = true; }; }; mc.unloadAd = function ():void{ unloaded = true; if (complete){ MochiAd.unload(clip); }; }; mc.adjustProgress = function (_arg1:Number):void{ var _local2:Object; _local2 = mc._mochiad_wait; _local2.server_control = true; _local2.showing = true; _local2.started = getTimer(); _local2.ad_msec = _arg1; }; chk["onEnterFrame"] = function ():void{ var _local1:Object; var _local2:Object; var _local3:Number; var _local4:Boolean; var _local5:Number; var _local6:Number; var _local7:Number; var _local8:Number; var _local9:Object; var _local10:Number; var _local11:Number; if (!this.parent.parent){ delete this["onEnterFrame"]; return; }; _local1 = this.parent.parent.root; _local2 = this.parent._mochiad_ctr; _local3 = (getTimer() - this.started); _local4 = false; _local5 = _local1.loaderInfo.bytesTotal; _local6 = _local1.loaderInfo.bytesLoaded; if (complete){ _local6 = Math.max(1, _local6); _local5 = _local6; }; _local7 = ((100 * _local6) / _local5); _local8 = ((100 * _local3) / chk.ad_msec); _local9 = this._mochiad_bar._inside; _local10 = Math.min(100, Math.min(((_local7) || (0)), _local8)); _local10 = Math.max(this.last_pcnt, _local10); this.last_pcnt = _local10; _local9.scaleX = (_local10 * 0.01); if (!chk.showing){ _local11 = _local2.loaderInfo.bytesTotal; if ((((_local11 > 0)) || (("number" == "undefined")))){ chk.showing = true; chk.started = getTimer(); } else { if (_local3 > chk.ad_timeout){ _local4 = true; }; }; }; if ((((_local3 > chk.ad_msec)) || (this.parent._mochiad_ctr_failed))){ _local4 = true; }; if (((complete) && (_local4))){ if (this.server_control){ delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; }; }; }; doOnEnterFrame(chk); } public static function showPreloaderAd(_arg1:Object):void{ MochiAd.showPreGameAd(_arg1); } public static function fetchHighScores(_arg1:Object, _arg2:Object, _arg3:Object=null):Boolean{ var _local4:MovieClip; _local4 = MochiAd._loadCommunicator({clip:_arg1.clip, id:_arg1.id}); if (!_local4){ return (false); }; _local4.doSend(["fetchHighScores", _arg1], _arg2, _arg3); return (true); } public static function doOnEnterFrame(_arg1:MovieClip):void{ var f:Function; var mc = _arg1; f = function (_arg1:Object):void{ if (((("onEnterFrame" in mc)) && (mc.onEnterFrame))){ mc.onEnterFrame(); } else { _arg1.target.removeEventListener(_arg1.type, arguments.callee); }; }; mc.addEventListener(Event.ENTER_FRAME, f); } } }//package
Section 36
//obama (obama) package { import flash.display.*; public dynamic class obama extends MovieClip { public function obama(){ addFrameScript(15, frame16, 48, frame49, 100, frame101, 148, frame149, 160, frame161, 171, frame172, 195, frame196, 220, frame221, 254, frame255, 304, frame305, 312, frame313, 355, frame356, 538, frame539); } function frame313(){ gotoAndPlay("lose"); } function frame305(){ gotoAndPlay("stand"); } function frame161(){ gotoAndPlay("stand"); } function frame172(){ gotoAndPlay("stand"); } function frame16(){ gotoAndPlay("stand"); } function frame221(){ gotoAndPlay("stand"); } function frame101(){ gotoAndPlay("stand"); } function frame196(){ gotoAndPlay("stand"); } function frame356(){ gotoAndPlay("win"); } function frame49(){ gotoAndPlay("stand"); } function frame255(){ gotoAndPlay("stand"); } function frame539(){ gotoAndPlay("stand"); } function frame149(){ gotoAndPlay("stand"); } } }//package
Section 37
//select (select) package { import flash.display.*; public dynamic class select extends MovieClip { public var bVsP1Next:SimpleButton; public var bStoryPrevChar:SimpleButton; public var vsPicP1:MovieClip; public var bVsP1Prev:SimpleButton; public var bSLBegin:SimpleButton; public var vsPicP2:MovieClip; public var bVsP2Next:SimpleButton; public var storyPic:MovieClip; public var bVsP2Prev:SimpleButton; public var bSLBack:SimpleButton; public var bStoryNextChar:SimpleButton; public function select(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ stop(); } function frame2(){ stop(); } } }//package
Section 38
//SoundManager (SoundManager) package { public class SoundManager { private var bgmFade:Boolean;// = false public var select_bgm;// = null public var stage_bgm;// = null public var ending_bgm;// = null public var mmenu_bgm;// = null private var sndBgm;// = null public function SoundManager(){ mmenu_bgm = null; stage_bgm = null; select_bgm = null; ending_bgm = null; sndBgm = null; bgmFade = false; super(); mmenu_bgm = new mainBgm(); stage_bgm = new stageBgm(); select_bgm = new stageBgm(); ending_bgm = new clapclap(); trace("init sound Manager "); } public function stopBgm(){ if (sndBgm){ sndBgm.stopSound(); }; } public function fadeBgm(){ if (sndBgm){ sndBgm.fadeOut(false); }; } public function playBgm(_arg1:int){ if (sndBgm){ sndBgm.stopSound(); }; if (_arg1 == 1){ sndBgm = mmenu_bgm; } else { if (_arg1 == 2){ sndBgm = stage_bgm; } else { if (_arg1 == 3){ sndBgm = select_bgm; } else { if (_arg1 == 4){ sndBgm = ending_bgm; }; }; }; }; sndBgm.playSoundLoop(); } public function setVolume(_arg1:Number){ if (sndBgm){ sndBgm.setVolume(_arg1); }; } } }//package
Section 39
//stageBgm (stageBgm) package { public dynamic class stageBgm extends BaseSound { } }//package

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:13
Symbol 6 GraphicUsed by:13
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:5 6 7 8 9 10 11 12Used by:Timeline
Symbol 14 GraphicUsed by:24
Symbol 15 GraphicUsed by:24
Symbol 16 GraphicUsed by:24
Symbol 17 GraphicUsed by:24
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:22
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:18 19 20 21Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:14 15 16 17 22 23Used by:25
Symbol 25 MovieClipUses:24Used by:36 65
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:35 36 65
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:28Used by:36
Symbol 30 GraphicUsed by:34
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:30 31 33Used by:36 65
Symbol 35 MovieClip {electionmadness_fla.Timeline_11}Uses:27 SS1Used by:36
Symbol 36 MovieClip {electionmadness_fla.Timeline_3}Uses:25 27 29 34 35 SS2Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:44
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:44
Symbol 41 GraphicUsed by:42 44
Symbol 42 MovieClipUses:41Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 ButtonUses:38 40 42 43 41Used by:Timeline
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClip {BG}Uses:46Used by:431 1276 1277
Symbol 48 GraphicUsed by:90
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:90
Symbol 51 SoundUsed by:90
Symbol 52 GraphicUsed by:60
Symbol 53 GraphicUsed by:54 55 90
Symbol 54 MovieClipUses:53Used by:60
Symbol 55 MovieClipUses:53Used by:60
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:60
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClip {electionmadness_fla.panelBar_20}Uses:52 54 55 57 59Used by:90
Symbol 61 FontUsed by:62 63 64 1278
Symbol 62 EditableTextUses:61Used by:90
Symbol 63 EditableTextUses:61Used by:90
Symbol 64 EditableTextUses:61Used by:90
Symbol 65 MovieClipUses:25 34 27Used by:90
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:90
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:90
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:90
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:90
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:90
Symbol 76 GraphicUsed by:90
Symbol 77 FontUsed by:78 80 84 87 363 367 371 375 379 382 383 384 386 387 390 414
Symbol 78 TextUses:77Used by:90
Symbol 79 GraphicUsed by:82 365 385 388
Symbol 80 TextUses:77Used by:82
Symbol 81 GraphicUsed by:82
Symbol 82 ButtonUses:79 80 81Used by:90
Symbol 83 GraphicUsed by:85 415
Symbol 84 TextUses:77Used by:85
Symbol 85 ButtonUses:83 84Used by:90 1276
Symbol 86 GraphicUsed by:89
Symbol 87 TextUses:77Used by:89
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:86 87 88Used by:90 412 1276
Symbol 90 MovieClip {Interface}Uses:48 50 51 60 53 62 63 64 65 67 69 71 73 75 76 78 82 85 89Used by:1277
Symbol 91 GraphicUsed by:353 761 1030
Symbol 92 GraphicUsed by:353
Symbol 93 GraphicUsed by:353
Symbol 94 GraphicUsed by:353
Symbol 95 GraphicUsed by:353
Symbol 96 GraphicUsed by:353
Symbol 97 GraphicUsed by:353
Symbol 98 GraphicUsed by:353
Symbol 99 GraphicUsed by:353
Symbol 100 GraphicUsed by:353
Symbol 101 GraphicUsed by:353
Symbol 102 GraphicUsed by:353
Symbol 103 GraphicUsed by:353
Symbol 104 GraphicUsed by:353
Symbol 105 GraphicUsed by:353
Symbol 106 GraphicUsed by:353
Symbol 107 GraphicUsed by:353
Symbol 108 GraphicUsed by:353
Symbol 109 GraphicUsed by:353
Symbol 110 GraphicUsed by:353
Symbol 111 GraphicUsed by:353
Symbol 112 GraphicUsed by:353
Symbol 113 GraphicUsed by:353
Symbol 114 GraphicUsed by:353
Symbol 115 GraphicUsed by:353
Symbol 116 GraphicUsed by:353
Symbol 117 GraphicUsed by:353
Symbol 118 GraphicUsed by:353
Symbol 119 GraphicUsed by:353
Symbol 120 GraphicUsed by:353
Symbol 121 GraphicUsed by:353
Symbol 122 GraphicUsed by:353
Symbol 123 GraphicUsed by:353
Symbol 124 GraphicUsed by:353
Symbol 125 GraphicUsed by:353
Symbol 126 GraphicUsed by:353
Symbol 127 GraphicUsed by:353
Symbol 128 GraphicUsed by:353
Symbol 129 GraphicUsed by:353
Symbol 130 GraphicUsed by:353
Symbol 131 GraphicUsed by:353
Symbol 132 GraphicUsed by:353
Symbol 133 GraphicUsed by:353
Symbol 134 GraphicUsed by:353
Symbol 135 GraphicUsed by:353
Symbol 136 GraphicUsed by:353
Symbol 137 GraphicUsed by:353
Symbol 138 GraphicUsed by:353
Symbol 139 GraphicUsed by:353
Symbol 140 GraphicUsed by:353
Symbol 141 GraphicUsed by:353
Symbol 142 GraphicUsed by:353
Symbol 143 GraphicUsed by:353
Symbol 144 GraphicUsed by:353
Symbol 145 GraphicUsed by:353
Symbol 146 GraphicUsed by:353
Symbol 147 GraphicUsed by:353
Symbol 148 GraphicUsed by:353
Symbol 149 GraphicUsed by:353
Symbol 150 GraphicUsed by:353
Symbol 151 GraphicUsed by:353
Symbol 152 GraphicUsed by:353
Symbol 153 GraphicUsed by:353
Symbol 154 GraphicUsed by:353
Symbol 155 GraphicUsed by:353
Symbol 156 GraphicUsed by:353
Symbol 157 GraphicUsed by:353
Symbol 158 GraphicUsed by:353
Symbol 159 GraphicUsed by:353
Symbol 160 GraphicUsed by:353
Symbol 161 GraphicUsed by:353
Symbol 162 GraphicUsed by:353
Symbol 163 SoundUsed by:353 761 1030 1153 1194
Symbol 164 GraphicUsed by:353
Symbol 165 GraphicUsed by:353
Symbol 166 GraphicUsed by:353
Symbol 167 GraphicUsed by:353
Symbol 168 GraphicUsed by:353
Symbol 169 GraphicUsed by:353
Symbol 170 SoundUsed by:353 761 1030
Symbol 171 GraphicUsed by:353
Symbol 172 GraphicUsed by:353
Symbol 173 GraphicUsed by:353
Symbol 174 GraphicUsed by:353
Symbol 175 GraphicUsed by:353
Symbol 176 GraphicUsed by:353
Symbol 177 GraphicUsed by:353
Symbol 178 GraphicUsed by:353
Symbol 179 GraphicUsed by:353
Symbol 180 GraphicUsed by:353
Symbol 181 GraphicUsed by:353
Symbol 182 GraphicUsed by:353
Symbol 183 GraphicUsed by:353
Symbol 184 GraphicUsed by:353
Symbol 185 GraphicUsed by:353
Symbol 186 GraphicUsed by:353
Symbol 187 GraphicUsed by:353
Symbol 188 GraphicUsed by:353
Symbol 189 GraphicUsed by:353
Symbol 190 GraphicUsed by:353
Symbol 191 GraphicUsed by:353
Symbol 192 GraphicUsed by:353
Symbol 193 GraphicUsed by:353
Symbol 194 GraphicUsed by:353
Symbol 195 GraphicUsed by:353
Symbol 196 GraphicUsed by:353
Symbol 197 GraphicUsed by:353
Symbol 198 GraphicUsed by:353
Symbol 199 GraphicUsed by:353
Symbol 200 GraphicUsed by:353
Symbol 201 GraphicUsed by:353
Symbol 202 GraphicUsed by:353
Symbol 203 GraphicUsed by:353
Symbol 204 GraphicUsed by:353
Symbol 205 GraphicUsed by:353
Symbol 206 GraphicUsed by:353
Symbol 207 GraphicUsed by:353
Symbol 208 GraphicUsed by:353
Symbol 209 GraphicUsed by:353
Symbol 210 GraphicUsed by:353
Symbol 211 GraphicUsed by:353
Symbol 212 GraphicUsed by:353
Symbol 213 GraphicUsed by:353
Symbol 214 GraphicUsed by:353
Symbol 215 GraphicUsed by:353
Symbol 216 GraphicUsed by:353
Symbol 217 GraphicUsed by:353
Symbol 218 GraphicUsed by:353
Symbol 219 GraphicUsed by:353
Symbol 220 GraphicUsed by:353
Symbol 221 GraphicUsed by:353
Symbol 222 GraphicUsed by:353
Symbol 223 GraphicUsed by:353
Symbol 224 GraphicUsed by:353
Symbol 225 GraphicUsed by:353
Symbol 226 GraphicUsed by:353
Symbol 227 GraphicUsed by:353
Symbol 228 GraphicUsed by:353
Symbol 229 GraphicUsed by:353
Symbol 230 GraphicUsed by:353
Symbol 231 GraphicUsed by:353
Symbol 232 GraphicUsed by:353
Symbol 233 GraphicUsed by:353
Symbol 234 GraphicUsed by:353
Symbol 235 GraphicUsed by:353
Symbol 236 GraphicUsed by:353
Symbol 237 GraphicUsed by:353
Symbol 238 GraphicUsed by:353
Symbol 239 GraphicUsed by:353
Symbol 240 GraphicUsed by:353
Symbol 241 GraphicUsed by:353
Symbol 242 GraphicUsed by:353
Symbol 243 GraphicUsed by:353
Symbol 244 GraphicUsed by:353
Symbol 245 GraphicUsed by:353
Symbol 246 GraphicUsed by:353
Symbol 247 GraphicUsed by:353
Symbol 248 GraphicUsed by:353
Symbol 249 GraphicUsed by:353
Symbol 250 GraphicUsed by:353
Symbol 251 GraphicUsed by:353
Symbol 252 GraphicUsed by:353
Symbol 253 GraphicUsed by:353
Symbol 254 GraphicUsed by:353
Symbol 255 GraphicUsed by:353
Symbol 256 GraphicUsed by:353
Symbol 257 GraphicUsed by:353
Symbol 258 GraphicUsed by:353
Symbol 259 GraphicUsed by:353
Symbol 260 GraphicUsed by:353
Symbol 261 GraphicUsed by:353
Symbol 262 GraphicUsed by:353
Symbol 263 GraphicUsed by:353
Symbol 264 GraphicUsed by:353
Symbol 265 GraphicUsed by:353
Symbol 266 GraphicUsed by:353
Symbol 267 GraphicUsed by:353
Symbol 268 GraphicUsed by:353
Symbol 269 GraphicUsed by:353
Symbol 270 GraphicUsed by:353
Symbol 271 GraphicUsed by:353
Symbol 272 GraphicUsed by:353
Symbol 273 GraphicUsed by:353
Symbol 274 GraphicUsed by:353
Symbol 275 GraphicUsed by:353
Symbol 276 GraphicUsed by:353
Symbol 277 GraphicUsed by:353
Symbol 278 GraphicUsed by:353
Symbol 279 GraphicUsed by:353
Symbol 280 GraphicUsed by:353
Symbol 281 GraphicUsed by:353
Symbol 282 GraphicUsed by:353
Symbol 283 GraphicUsed by:353
Symbol 284 GraphicUsed by:353
Symbol 285 GraphicUsed by:353
Symbol 286 GraphicUsed by:353
Symbol 287 GraphicUsed by:353
Symbol 288 GraphicUsed by:353
Symbol 289 GraphicUsed by:353
Symbol 290 GraphicUsed by:353
Symbol 291 GraphicUsed by:353
Symbol 292 GraphicUsed by:353
Symbol 293 GraphicUsed by:353
Symbol 294 GraphicUsed by:353
Symbol 295 GraphicUsed by:353
Symbol 296 GraphicUsed by:353
Symbol 297 GraphicUsed by:353
Symbol 298 GraphicUsed by:353
Symbol 299 GraphicUsed by:353
Symbol 300 GraphicUsed by:353
Symbol 301 GraphicUsed by:353
Symbol 302 GraphicUsed by:353
Symbol 303 GraphicUsed by:353
Symbol 304 GraphicUsed by:353
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:353
Symbol 307 GraphicUsed by:353
Symbol 308 GraphicUsed by:353
Symbol 309 GraphicUsed by:353
Symbol 310 GraphicUsed by:353
Symbol 311 GraphicUsed by:353
Symbol 312 GraphicUsed by:353
Symbol 313 GraphicUsed by:353
Symbol 314 GraphicUsed by:353
Symbol 315 GraphicUsed by:353
Symbol 316 GraphicUsed by:353
Symbol 317 GraphicUsed by:353
Symbol 318 GraphicUsed by:353
Symbol 319 GraphicUsed by:353
Symbol 320 GraphicUsed by:353
Symbol 321 GraphicUsed by:353
Symbol 322 GraphicUsed by:353
Symbol 323 GraphicUsed by:353
Symbol 324 GraphicUsed by:353
Symbol 325 GraphicUsed by:353
Symbol 326 GraphicUsed by:353
Symbol 327 GraphicUsed by:353
Symbol 328 GraphicUsed by:353
Symbol 329 GraphicUsed by:353
Symbol 330 GraphicUsed by:353
Symbol 331 GraphicUsed by:353
Symbol 332 GraphicUsed by:353
Symbol 333 GraphicUsed by:353
Symbol 334 GraphicUsed by:353
Symbol 335 GraphicUsed by:353
Symbol 336 GraphicUsed by:353
Symbol 337 GraphicUsed by:353
Symbol 338 GraphicUsed by:353
Symbol 339 GraphicUsed by:353
Symbol 340 GraphicUsed by:353
Symbol 341 GraphicUsed by:353
Symbol 342 GraphicUsed by:353
Symbol 343 GraphicUsed by:353
Symbol 344 GraphicUsed by:353
Symbol 345 GraphicUsed by:353
Symbol 346 GraphicUsed by:353
Symbol 347 GraphicUsed by:353
Symbol 348 GraphicUsed by:353
Symbol 349 GraphicUsed by:353
Symbol 350 GraphicUsed by:353
Symbol 351 GraphicUsed by:353
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClip {hillary}Uses:91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352Used by:1277
Symbol 354 BitmapUsed by:355
Symbol 355 GraphicUses:354Used by:412
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:356Used by:412
Symbol 358 GraphicUsed by:412
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:412
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:412
Symbol 363 TextUses:77Used by:365
Symbol 364 GraphicUsed by:365 385 388
Symbol 365 ButtonUses:79 363 364Used by:412
Symbol 366 GraphicUsed by:369
Symbol 367 TextUses:77Used by:369
Symbol 368 GraphicUsed by:369
Symbol 369 ButtonUses:366 367 368Used by:412
Symbol 370 GraphicUsed by:373
Symbol 371 TextUses:77Used by:373
Symbol 372 GraphicUsed by:373
Symbol 373 ButtonUses:370 371 372Used by:412
Symbol 374 GraphicUsed by:377
Symbol 375 TextUses:77Used by:377
Symbol 376 GraphicUsed by:377
Symbol 377 ButtonUses:374 375 376Used by:412
Symbol 378 GraphicUsed by:380
Symbol 379 TextUses:77Used by:380
Symbol 380 ButtonUses:378 379Used by:412
Symbol 381 GraphicUsed by:412
Symbol 382 TextUses:77Used by:412
Symbol 383 TextUses:77Used by:412
Symbol 384 TextUses:77Used by:385
Symbol 385 ButtonUses:79 384 364Used by:412
Symbol 386 TextUses:77Used by:412
Symbol 387 TextUses:77Used by:388
Symbol 388 ButtonUses:79 387 364Used by:412
Symbol 389 GraphicUsed by:412
Symbol 390 TextUses:77Used by:412
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:391Used by:412
Symbol 393 FontUsed by:394 395 396 397 398 399 400 401 402 406 408 409 410 411
Symbol 394 TextUses:393Used by:412
Symbol 395 TextUses:393Used by:412
Symbol 396 TextUses:393Used by:412
Symbol 397 TextUses:393Used by:412
Symbol 398 TextUses:393Used by:412
Symbol 399 TextUses:393Used by:412
Symbol 400 TextUses:393Used by:412
Symbol 401 TextUses:393Used by:412
Symbol 402 TextUses:393Used by:412
Symbol 403 FontUsed by:404 405 407
Symbol 404 TextUses:403Used by:412
Symbol 405 TextUses:403Used by:412
Symbol 406 TextUses:393Used by:412
Symbol 407 TextUses:403Used by:412
Symbol 408 TextUses:393Used by:412
Symbol 409 TextUses:393Used by:412
Symbol 410 TextUses:393Used by:412
Symbol 411 TextUses:393Used by:412
Symbol 412 MovieClip {mainMenu}Uses:355 357 358 360 362 365 369 373 377 89 380 381 382 383 385 386 388 389 390 392 394 395 396 397 398 399 400 401 402 404 405 406 407 408 409 410 411Used by:1277
Symbol 413 GraphicUsed by:431
Symbol 414 TextUses:77Used by:415
Symbol 415 ButtonUses:83 414Used by:431
Symbol 416 GraphicUsed by:418
Symbol 417 GraphicUsed by:418
Symbol 418 ButtonUses:416 417Used by:431
Symbol 419 GraphicUsed by:422
Symbol 420 GraphicUsed by:422
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClip {electionmadness_fla.pictureCandidate_50}Uses:419 420 421Used by:431
Symbol 423 GraphicUsed by:424 425
Symbol 424 MovieClipUses:423Used by:425
Symbol 425 ButtonUses:424 423Used by:431
Symbol 426 GraphicUsed by:427 428
Symbol 427 MovieClipUses:426Used by:428
Symbol 428 ButtonUses:427 426Used by:431
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClip {select}Uses:47 413 415 418 422 425 428 429 430Used by:1277
Symbol 432 GraphicUsed by:436
Symbol 433 Sound {stageBgm}Used by:436
Symbol 434 Sound {mainBgm}Used by:436
Symbol 435 Sound {clapclap}Used by:436
Symbol 436 MovieClipUses:432 433 434 435Used by:1277
Symbol 437 GraphicUsed by:761
Symbol 438 GraphicUsed by:761
Symbol 439 GraphicUsed by:761
Symbol 440 GraphicUsed by:761
Symbol 441 GraphicUsed by:761
Symbol 442 GraphicUsed by:761
Symbol 443 GraphicUsed by:761
Symbol 444 GraphicUsed by:761
Symbol 445 GraphicUsed by:761
Symbol 446 GraphicUsed by:761
Symbol 447 GraphicUsed by:761
Symbol 448 GraphicUsed by:761
Symbol 449 GraphicUsed by:761
Symbol 450 GraphicUsed by:761
Symbol 451 GraphicUsed by:761
Symbol 452 GraphicUsed by:761
Symbol 453 GraphicUsed by:761
Symbol 454 GraphicUsed by:761
Symbol 455 GraphicUsed by:761
Symbol 456 GraphicUsed by:761
Symbol 457 GraphicUsed by:761
Symbol 458 GraphicUsed by:761
Symbol 459 GraphicUsed by:761
Symbol 460 GraphicUsed by:761
Symbol 461 GraphicUsed by:761
Symbol 462 GraphicUsed by:761
Symbol 463 GraphicUsed by:761
Symbol 464 GraphicUsed by:761
Symbol 465 GraphicUsed by:761
Symbol 466 GraphicUsed by:761
Symbol 467 GraphicUsed by:761
Symbol 468 GraphicUsed by:761
Symbol 469 GraphicUsed by:761
Symbol 470 GraphicUsed by:761
Symbol 471 GraphicUsed by:761
Symbol 472 GraphicUsed by:761
Symbol 473 GraphicUsed by:761
Symbol 474 GraphicUsed by:761
Symbol 475 GraphicUsed by:761
Symbol 476 GraphicUsed by:761
Symbol 477 GraphicUsed by:761
Symbol 478 GraphicUsed by:761
Symbol 479 GraphicUsed by:761
Symbol 480 GraphicUsed by:761
Symbol 481 GraphicUsed by:761
Symbol 482 GraphicUsed by:761
Symbol 483 GraphicUsed by:761
Symbol 484 GraphicUsed by:761
Symbol 485 GraphicUsed by:761
Symbol 486 GraphicUsed by:761
Symbol 487 GraphicUsed by:761
Symbol 488 GraphicUsed by:761
Symbol 489 GraphicUsed by:761
Symbol 490 GraphicUsed by:761
Symbol 491 GraphicUsed by:761
Symbol 492 GraphicUsed by:761
Symbol 493 GraphicUsed by:761
Symbol 494 GraphicUsed by:761
Symbol 495 GraphicUsed by:761
Symbol 496 GraphicUsed by:761
Symbol 497 GraphicUsed by:761
Symbol 498 GraphicUsed by:761
Symbol 499 GraphicUsed by:761
Symbol 500 GraphicUsed by:761
Symbol 501 GraphicUsed by:761
Symbol 502 GraphicUsed by:761
Symbol 503 GraphicUsed by:761
Symbol 504 GraphicUsed by:761
Symbol 505 GraphicUsed by:761
Symbol 506 GraphicUsed by:761
Symbol 507 GraphicUsed by:761
Symbol 508 GraphicUsed by:761
Symbol 509 GraphicUsed by:761
Symbol 510 GraphicUsed by:761
Symbol 511 GraphicUsed by:761
Symbol 512 GraphicUsed by:761
Symbol 513 GraphicUsed by:761
Symbol 514 GraphicUsed by:761
Symbol 515 GraphicUsed by:761
Symbol 516 GraphicUsed by:761
Symbol 517 GraphicUsed by:761
Symbol 518 GraphicUsed by:761
Symbol 519 GraphicUsed by:761
Symbol 520 GraphicUsed by:761
Symbol 521 GraphicUsed by:761
Symbol 522 GraphicUsed by:761
Symbol 523 GraphicUsed by:761
Symbol 524 GraphicUsed by:761
Symbol 525 GraphicUsed by:761
Symbol 526 GraphicUsed by:761
Symbol 527 GraphicUsed by:761
Symbol 528 GraphicUsed by:761
Symbol 529 GraphicUsed by:761
Symbol 530 GraphicUsed by:761
Symbol 531 GraphicUsed by:761
Symbol 532 GraphicUsed by:761
Symbol 533 GraphicUsed by:761
Symbol 534 GraphicUsed by:761
Symbol 535 GraphicUsed by:761
Symbol 536 GraphicUsed by:761
Symbol 537 GraphicUsed by:761
Symbol 538 GraphicUsed by:761
Symbol 539 GraphicUsed by:761
Symbol 540 GraphicUsed by:761
Symbol 541 GraphicUsed by:761
Symbol 542 GraphicUsed by:761
Symbol 543 GraphicUsed by:761
Symbol 544 GraphicUsed by:761
Symbol 545 GraphicUsed by:761
Symbol 546 GraphicUsed by:761
Symbol 547 GraphicUsed by:761
Symbol 548 GraphicUsed by:761
Symbol 549 GraphicUsed by:761
Symbol 550 GraphicUsed by:761
Symbol 551 GraphicUsed by:761
Symbol 552 GraphicUsed by:761
Symbol 553 GraphicUsed by:761
Symbol 554 GraphicUsed by:761
Symbol 555 GraphicUsed by:761
Symbol 556 GraphicUsed by:761
Symbol 557 GraphicUsed by:761
Symbol 558 GraphicUsed by:761
Symbol 559 GraphicUsed by:761
Symbol 560 GraphicUsed by:761
Symbol 561 GraphicUsed by:761
Symbol 562 GraphicUsed by:761
Symbol 563 GraphicUsed by:761
Symbol 564 GraphicUsed by:761
Symbol 565 GraphicUsed by:761
Symbol 566 GraphicUsed by:761
Symbol 567 GraphicUsed by:761
Symbol 568 GraphicUsed by:761
Symbol 569 GraphicUsed by:761
Symbol 570 GraphicUsed by:761
Symbol 571 GraphicUsed by:761
Symbol 572 GraphicUsed by:761
Symbol 573 GraphicUsed by:761
Symbol 574 GraphicUsed by:761
Symbol 575 GraphicUsed by:761
Symbol 576 GraphicUsed by:761
Symbol 577 GraphicUsed by:761
Symbol 578 GraphicUsed by:761
Symbol 579 GraphicUsed by:761
Symbol 580 GraphicUsed by:761
Symbol 581 GraphicUsed by:761
Symbol 582 GraphicUsed by:761
Symbol 583 GraphicUsed by:761
Symbol 584 GraphicUsed by:761
Symbol 585 GraphicUsed by:761
Symbol 586 GraphicUsed by:761
Symbol 587 GraphicUsed by:761
Symbol 588 GraphicUsed by:761
Symbol 589 GraphicUsed by:761
Symbol 590 GraphicUsed by:761
Symbol 591 GraphicUsed by:761
Symbol 592 GraphicUsed by:761
Symbol 593 GraphicUsed by:761
Symbol 594 GraphicUsed by:761
Symbol 595 GraphicUsed by:761
Symbol 596 GraphicUsed by:761
Symbol 597 GraphicUsed by:761
Symbol 598 GraphicUsed by:761
Symbol 599 GraphicUsed by:761
Symbol 600 GraphicUsed by:761
Symbol 601 GraphicUsed by:761
Symbol 602 GraphicUsed by:761
Symbol 603 GraphicUsed by:761
Symbol 604 GraphicUsed by:761
Symbol 605 GraphicUsed by:761
Symbol 606 GraphicUsed by:761
Symbol 607 GraphicUsed by:761
Symbol 608 GraphicUsed by:761
Symbol 609 GraphicUsed by:761
Symbol 610 GraphicUsed by:761
Symbol 611 GraphicUsed by:761
Symbol 612 GraphicUsed by:761
Symbol 613 GraphicUsed by:761
Symbol 614 GraphicUsed by:761
Symbol 615 GraphicUsed by:761
Symbol 616 GraphicUsed by:761
Symbol 617 GraphicUsed by:761
Symbol 618 GraphicUsed by:761
Symbol 619 GraphicUsed by:761
Symbol 620 GraphicUsed by:761
Symbol 621 GraphicUsed by:761
Symbol 622 GraphicUsed by:761
Symbol 623 GraphicUsed by:761
Symbol 624 GraphicUsed by:761
Symbol 625 GraphicUsed by:761
Symbol 626 GraphicUsed by:761
Symbol 627 GraphicUsed by:761
Symbol 628 GraphicUsed by:761
Symbol 629 GraphicUsed by:761
Symbol 630 GraphicUsed by:761
Symbol 631 GraphicUsed by:761
Symbol 632 GraphicUsed by:761
Symbol 633 GraphicUsed by:761
Symbol 634 GraphicUsed by:761
Symbol 635 GraphicUsed by:761
Symbol 636 GraphicUsed by:761
Symbol 637 GraphicUsed by:761
Symbol 638 GraphicUsed by:761
Symbol 639 GraphicUsed by:761
Symbol 640 GraphicUsed by:761
Symbol 641 GraphicUsed by:761
Symbol 642 GraphicUsed by:761
Symbol 643 GraphicUsed by:761
Symbol 644 GraphicUsed by:761
Symbol 645 GraphicUsed by:761
Symbol 646 GraphicUsed by:761
Symbol 647 GraphicUsed by:761
Symbol 648 GraphicUsed by:761
Symbol 649 GraphicUsed by:761
Symbol 650 GraphicUsed by:761
Symbol 651 GraphicUsed by:761
Symbol 652 GraphicUsed by:761
Symbol 653 GraphicUsed by:761
Symbol 654 GraphicUsed by:761
Symbol 655 GraphicUsed by:761
Symbol 656 BitmapUsed by:657
Symbol 657 GraphicUses:656Used by:761
Symbol 658 GraphicUsed by:761
Symbol 659 GraphicUsed by:761
Symbol 660 GraphicUsed by:761
Symbol 661 GraphicUsed by:761
Symbol 662 GraphicUsed by:761
Symbol 663 GraphicUsed by:761
Symbol 664 GraphicUsed by:761
Symbol 665 GraphicUsed by:761
Symbol 666 GraphicUsed by:761
Symbol 667 GraphicUsed by:761
Symbol 668 GraphicUsed by:761
Symbol 669 GraphicUsed by:761
Symbol 670 GraphicUsed by:761
Symbol 671 GraphicUsed by:761
Symbol 672 GraphicUsed by:761
Symbol 673 GraphicUsed by:761
Symbol 674 GraphicUsed by:761
Symbol 675 GraphicUsed by:761
Symbol 676 GraphicUsed by:761
Symbol 677 GraphicUsed by:761
Symbol 678 GraphicUsed by:761
Symbol 679 GraphicUsed by:761
Symbol 680 GraphicUsed by:761
Symbol 681 GraphicUsed by:761
Symbol 682 GraphicUsed by:761
Symbol 683 GraphicUsed by:761
Symbol 684 GraphicUsed by:761
Symbol 685 GraphicUsed by:761
Symbol 686 GraphicUsed by:761
Symbol 687 GraphicUsed by:761
Symbol 688 GraphicUsed by:761
Symbol 689 GraphicUsed by:761
Symbol 690 GraphicUsed by:761
Symbol 691 GraphicUsed by:761
Symbol 692 GraphicUsed by:761
Symbol 693 GraphicUsed by:761
Symbol 694 GraphicUsed by:761
Symbol 695 GraphicUsed by:761
Symbol 696 GraphicUsed by:761
Symbol 697 GraphicUsed by:761
Symbol 698 GraphicUsed by:761
Symbol 699 GraphicUsed by:761
Symbol 700 GraphicUsed by:761
Symbol 701 GraphicUsed by:761
Symbol 702 GraphicUsed by:761
Symbol 703 GraphicUsed by:761
Symbol 704 GraphicUsed by:761
Symbol 705 GraphicUsed by:761
Symbol 706 GraphicUsed by:761
Symbol 707 GraphicUsed by:761
Symbol 708 GraphicUsed by:761
Symbol 709 GraphicUsed by:761
Symbol 710 GraphicUsed by:761
Symbol 711 GraphicUsed by:761
Symbol 712 GraphicUsed by:761
Symbol 713 GraphicUsed by:761
Symbol 714 GraphicUsed by:761
Symbol 715 GraphicUsed by:761
Symbol 716 GraphicUsed by:761
Symbol 717 GraphicUsed by:761
Symbol 718 GraphicUsed by:761
Symbol 719 GraphicUsed by:761
Symbol 720 GraphicUsed by:761
Symbol 721 GraphicUsed by:761
Symbol 722 GraphicUsed by:761
Symbol 723 GraphicUsed by:761
Symbol 724 GraphicUsed by:761
Symbol 725 GraphicUsed by:761
Symbol 726 GraphicUsed by:761
Symbol 727 GraphicUsed by:761
Symbol 728 GraphicUsed by:761
Symbol 729 GraphicUsed by:761
Symbol 730 GraphicUsed by:761
Symbol 731 GraphicUsed by:761
Symbol 732 GraphicUsed by:761
Symbol 733 GraphicUsed by:761
Symbol 734 GraphicUsed by:761
Symbol 735 GraphicUsed by:761
Symbol 736 GraphicUsed by:761
Symbol 737 GraphicUsed by:761
Symbol 738 GraphicUsed by:761
Symbol 739 GraphicUsed by:761
Symbol 740 GraphicUsed by:761
Symbol 741 GraphicUsed by:761
Symbol 742 GraphicUsed by:761
Symbol 743 GraphicUsed by:761
Symbol 744 GraphicUsed by:761
Symbol 745 GraphicUsed by:761
Symbol 746 GraphicUsed by:761
Symbol 747 GraphicUsed by:761
Symbol 748 GraphicUsed by:761
Symbol 749 GraphicUsed by:761
Symbol 750 GraphicUsed by:761
Symbol 751 GraphicUsed by:761
Symbol 752 GraphicUsed by:761
Symbol 753 GraphicUsed by:761
Symbol 754 GraphicUsed by:761
Symbol 755 GraphicUsed by:761
Symbol 756 GraphicUsed by:761
Symbol 757 GraphicUsed by:761
Symbol 758 GraphicUsed by:761
Symbol 759 GraphicUsed by:761
Symbol 760 GraphicUsed by:761
Symbol 761 MovieClip {obama}Uses:91 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 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 163 498 499 500 501 502 503 170 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760Used by:1277
Symbol 762 GraphicUsed by:1030
Symbol 763 GraphicUsed by:1030
Symbol 764 GraphicUsed by:1030
Symbol 765 GraphicUsed by:1030
Symbol 766 GraphicUsed by:1030
Symbol 767 GraphicUsed by:1030
Symbol 768 GraphicUsed by:1030
Symbol 769 GraphicUsed by:1030
Symbol 770 GraphicUsed by:1030
Symbol 771 GraphicUsed by:1030
Symbol 772 GraphicUsed by:1030
Symbol 773 GraphicUsed by:1030
Symbol 774 GraphicUsed by:1030
Symbol 775 GraphicUsed by:1030
Symbol 776 GraphicUsed by:1030
Symbol 777 GraphicUsed by:1030
Symbol 778 GraphicUsed by:1030
Symbol 779 GraphicUsed by:1030
Symbol 780 GraphicUsed by:1030
Symbol 781 GraphicUsed by:1030
Symbol 782 GraphicUsed by:1030
Symbol 783 GraphicUsed by:1030
Symbol 784 GraphicUsed by:1030
Symbol 785 GraphicUsed by:1030
Symbol 786 GraphicUsed by:1030
Symbol 787 GraphicUsed by:1030
Symbol 788 GraphicUsed by:1030
Symbol 789 GraphicUsed by:1030
Symbol 790 GraphicUsed by:1030
Symbol 791 GraphicUsed by:1030
Symbol 792 GraphicUsed by:1030
Symbol 793 GraphicUsed by:1030
Symbol 794 GraphicUsed by:1030
Symbol 795 GraphicUsed by:1030
Symbol 796 GraphicUsed by:1030
Symbol 797 GraphicUsed by:1030
Symbol 798 GraphicUsed by:1030
Symbol 799 GraphicUsed by:1030
Symbol 800 GraphicUsed by:1030
Symbol 801 GraphicUsed by:1030
Symbol 802 GraphicUsed by:1030
Symbol 803 GraphicUsed by:1030
Symbol 804 GraphicUsed by:1030
Symbol 805 GraphicUsed by:1030
Symbol 806 GraphicUsed by:1030
Symbol 807 GraphicUsed by:1030
Symbol 808 GraphicUsed by:1030
Symbol 809 GraphicUsed by:1030
Symbol 810 GraphicUsed by:1030
Symbol 811 GraphicUsed by:1030
Symbol 812 GraphicUsed by:1030
Symbol 813 GraphicUsed by:1030
Symbol 814 GraphicUsed by:1030
Symbol 815 GraphicUsed by:1030
Symbol 816 GraphicUsed by:1030
Symbol 817 GraphicUsed by:1030
Symbol 818 GraphicUsed by:1030
Symbol 819 GraphicUsed by:1030
Symbol 820 GraphicUsed by:1030
Symbol 821 GraphicUsed by:1030
Symbol 822 GraphicUsed by:1030
Symbol 823 GraphicUsed by:1030
Symbol 824 GraphicUsed by:1030
Symbol 825 GraphicUsed by:1030
Symbol 826 GraphicUsed by:1030
Symbol 827 GraphicUsed by:1030
Symbol 828 GraphicUsed by:1030
Symbol 829 GraphicUsed by:1030
Symbol 830 GraphicUsed by:1030
Symbol 831 GraphicUsed by:1030
Symbol 832 GraphicUsed by:1030
Symbol 833 GraphicUsed by:1030
Symbol 834 GraphicUsed by:1030
Symbol 835 GraphicUsed by:1030
Symbol 836 GraphicUsed by:1030
Symbol 837 GraphicUsed by:1030
Symbol 838 GraphicUsed by:1030
Symbol 839 GraphicUsed by:1030
Symbol 840 GraphicUsed by:1030
Symbol 841 GraphicUsed by:1030
Symbol 842 GraphicUsed by:1030
Symbol 843 GraphicUsed by:1030
Symbol 844 GraphicUsed by:1030
Symbol 845 GraphicUsed by:1030
Symbol 846 GraphicUsed by:1030
Symbol 847 GraphicUsed by:1030
Symbol 848 GraphicUsed by:1030
Symbol 849 GraphicUsed by:1030
Symbol 850 GraphicUsed by:1030
Symbol 851 GraphicUsed by:1030
Symbol 852 GraphicUsed by:1030
Symbol 853 GraphicUsed by:1030
Symbol 854 GraphicUsed by:1030
Symbol 855 GraphicUsed by:1030
Symbol 856 GraphicUsed by:1030
Symbol 857 GraphicUsed by:1030
Symbol 858 GraphicUsed by:1030
Symbol 859 GraphicUsed by:1030
Symbol 860 GraphicUsed by:1030
Symbol 861 GraphicUsed by:1030
Symbol 862 GraphicUsed by:1030
Symbol 863 GraphicUsed by:1030
Symbol 864 GraphicUsed by:1030
Symbol 865 GraphicUsed by:1030
Symbol 866 GraphicUsed by:1030
Symbol 867 GraphicUsed by:1030
Symbol 868 GraphicUsed by:1030
Symbol 869 GraphicUsed by:1030
Symbol 870 GraphicUsed by:1030
Symbol 871 GraphicUsed by:1030
Symbol 872 GraphicUsed by:1030
Symbol 873 GraphicUsed by:1030
Symbol 874 GraphicUsed by:1030
Symbol 875 GraphicUsed by:1030
Symbol 876 GraphicUsed by:1030
Symbol 877 GraphicUsed by:1030
Symbol 878 GraphicUsed by:1030
Symbol 879 GraphicUsed by:1030
Symbol 880 GraphicUsed by:1030
Symbol 881 GraphicUsed by:1030
Symbol 882 GraphicUsed by:1030
Symbol 883 GraphicUsed by:1030
Symbol 884 GraphicUsed by:1030
Symbol 885 GraphicUsed by:1030
Symbol 886 GraphicUsed by:1030
Symbol 887 GraphicUsed by:1030
Symbol 888 GraphicUsed by:1030
Symbol 889 GraphicUsed by:1030
Symbol 890 GraphicUsed by:1030
Symbol 891 GraphicUsed by:1030
Symbol 892 GraphicUsed by:1030
Symbol 893 GraphicUsed by:1030
Symbol 894 GraphicUsed by:1030
Symbol 895 GraphicUsed by:1030
Symbol 896 GraphicUsed by:1030
Symbol 897 GraphicUsed by:1030
Symbol 898 GraphicUsed by:1030
Symbol 899 GraphicUsed by:1030
Symbol 900 GraphicUsed by:1030
Symbol 901 GraphicUsed by:1030
Symbol 902 GraphicUsed by:1030
Symbol 903 GraphicUsed by:1030
Symbol 904 GraphicUsed by:1030
Symbol 905 GraphicUsed by:1030
Symbol 906 GraphicUsed by:1030
Symbol 907 GraphicUsed by:1030
Symbol 908 GraphicUsed by:1030
Symbol 909 GraphicUsed by:1030
Symbol 910 GraphicUsed by:1030
Symbol 911 GraphicUsed by:1030
Symbol 912 GraphicUsed by:1030
Symbol 913 GraphicUsed by:1030
Symbol 914 GraphicUsed by:1030
Symbol 915 GraphicUsed by:1030
Symbol 916 GraphicUsed by:1030
Symbol 917 GraphicUsed by:1030
Symbol 918 GraphicUsed by:1030
Symbol 919 GraphicUsed by:1030
Symbol 920 GraphicUsed by:1030
Symbol 921 GraphicUsed by:1030
Symbol 922 GraphicUsed by:1030
Symbol 923 GraphicUsed by:1030
Symbol 924 GraphicUsed by:1030
Symbol 925 GraphicUsed by:1030
Symbol 926 GraphicUsed by:1030
Symbol 927 GraphicUsed by:1030
Symbol 928 GraphicUsed by:1030
Symbol 929 GraphicUsed by:1030
Symbol 930 GraphicUsed by:1030
Symbol 931 GraphicUsed by:1030
Symbol 932 GraphicUsed by:1030
Symbol 933 GraphicUsed by:1030
Symbol 934 GraphicUsed by:1030
Symbol 935 GraphicUsed by:1030
Symbol 936 GraphicUsed by:1030
Symbol 937 GraphicUsed by:1030
Symbol 938 GraphicUsed by:1030
Symbol 939 GraphicUsed by:1030
Symbol 940 GraphicUsed by:1030
Symbol 941 GraphicUsed by:1030
Symbol 942 GraphicUsed by:1030
Symbol 943 GraphicUsed by:1030
Symbol 944 GraphicUsed by:1030
Symbol 945 GraphicUsed by:1030
Symbol 946 GraphicUsed by:1030
Symbol 947 GraphicUsed by:1030
Symbol 948 GraphicUsed by:1030
Symbol 949 GraphicUsed by:1030
Symbol 950 GraphicUsed by:1030
Symbol 951 GraphicUsed by:1030
Symbol 952 GraphicUsed by:1030
Symbol 953 GraphicUsed by:1030
Symbol 954 GraphicUsed by:1030
Symbol 955 GraphicUsed by:1030
Symbol 956 GraphicUsed by:1030
Symbol 957 GraphicUsed by:1030
Symbol 958 GraphicUsed by:1030
Symbol 959 GraphicUsed by:1030
Symbol 960 GraphicUsed by:1030
Symbol 961 GraphicUsed by:1030
Symbol 962 BitmapUsed by:963
Symbol 963 GraphicUses:962Used by:1030
Symbol 964 GraphicUsed by:1030
Symbol 965 GraphicUsed by:1030
Symbol 966 GraphicUsed by:1030
Symbol 967 GraphicUsed by:1030
Symbol 968 GraphicUsed by:1030
Symbol 969 GraphicUsed by:1030
Symbol 970 GraphicUsed by:1030
Symbol 971 GraphicUsed by:1030
Symbol 972 GraphicUsed by:1030
Symbol 973 GraphicUsed by:1030
Symbol 974 GraphicUsed by:1030
Symbol 975 GraphicUsed by:1030
Symbol 976 GraphicUsed by:1030
Symbol 977 GraphicUsed by:1030
Symbol 978 GraphicUsed by:1030
Symbol 979 GraphicUsed by:1030
Symbol 980 GraphicUsed by:1030
Symbol 981 GraphicUsed by:1030
Symbol 982 GraphicUsed by:1030
Symbol 983 GraphicUsed by:1030
Symbol 984 GraphicUsed by:1030
Symbol 985 GraphicUsed by:1030
Symbol 986 GraphicUsed by:1030
Symbol 987 GraphicUsed by:1030
Symbol 988 GraphicUsed by:1030
Symbol 989 GraphicUsed by:1030
Symbol 990 GraphicUsed by:1030
Symbol 991 GraphicUsed by:1030
Symbol 992 GraphicUsed by:1030
Symbol 993 GraphicUsed by:1030
Symbol 994 GraphicUsed by:1030
Symbol 995 GraphicUsed by:1030
Symbol 996 GraphicUsed by:1030
Symbol 997 GraphicUsed by:1030
Symbol 998 GraphicUsed by:1030
Symbol 999 GraphicUsed by:1030
Symbol 1000 GraphicUsed by:1030
Symbol 1001 GraphicUsed by:1030
Symbol 1002 GraphicUsed by:1030
Symbol 1003 GraphicUsed by:1030
Symbol 1004 GraphicUsed by:1030
Symbol 1005 GraphicUsed by:1030
Symbol 1006 GraphicUsed by:1030
Symbol 1007 GraphicUsed by:1030
Symbol 1008 GraphicUsed by:1030
Symbol 1009 GraphicUsed by:1030
Symbol 1010 GraphicUsed by:1030
Symbol 1011 GraphicUsed by:1030
Symbol 1012 GraphicUsed by:1030
Symbol 1013 GraphicUsed by:1030
Symbol 1014 GraphicUsed by:1030
Symbol 1015 GraphicUsed by:1030
Symbol 1016 GraphicUsed by:1030
Symbol 1017 GraphicUsed by:1030
Symbol 1018 GraphicUsed by:1030
Symbol 1019 GraphicUsed by:1030
Symbol 1020 GraphicUsed by:1030
Symbol 1021 GraphicUsed by:1030
Symbol 1022 GraphicUsed by:1030
Symbol 1023 GraphicUsed by:1030
Symbol 1024 GraphicUsed by:1030
Symbol 1025 GraphicUsed by:1030
Symbol 1026 GraphicUsed by:1030
Symbol 1027 GraphicUsed by:1030
Symbol 1028 GraphicUsed by:1030
Symbol 1029 GraphicUsed by:1030
Symbol 1030 MovieClip {cain}Uses:91 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 163 827 828 829 830 831 832 170 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029Used by:1277
Symbol 1031 GraphicUsed by:1045
Symbol 1032 GraphicUsed by:1045
Symbol 1033 SoundUsed by:1045
Symbol 1034 GraphicUsed by:1045
Symbol 1035 SoundUsed by:1045
Symbol 1036 GraphicUsed by:1045
Symbol 1037 GraphicUsed by:1045
Symbol 1038 GraphicUsed by:1045
Symbol 1039 GraphicUsed by:1045
Symbol 1040 GraphicUsed by:1045
Symbol 1041 GraphicUsed by:1045
Symbol 1042 GraphicUsed by:1045
Symbol 1043 GraphicUsed by:1045
Symbol 1044 GraphicUsed by:1045
Symbol 1045 MovieClip {item_ban}Uses:1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044Used by:1277
Symbol 1046 GraphicUsed by:1060
Symbol 1047 GraphicUsed by:1050 1060
Symbol 1048 GraphicUsed by:1050
Symbol 1049 GraphicUsed by:1050
Symbol 1050 MovieClipUses:1047 1048 1049Used by:1060
Symbol 1051 SoundUsed by:1060
Symbol 1052 GraphicUsed by:1060
Symbol 1053 SoundUsed by:1060
Symbol 1054 GraphicUsed by:1060
Symbol 1055 GraphicUsed by:1060
Symbol 1056 GraphicUsed by:1060
Symbol 1057 GraphicUsed by:1060
Symbol 1058 GraphicUsed by:1060
Symbol 1059 GraphicUsed by:1060
Symbol 1060 MovieClip {item_bom}Uses:1046 1050 1047 1051 1052 1053 1054 1055 1056 1057 1058 1059Used by:1277
Symbol 1061 GraphicUsed by:1063
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1061 1062Used by:1077
Symbol 1064 GraphicUsed by:1077
Symbol 1065 SoundUsed by:1077 1139
Symbol 1066 GraphicUsed by:1077
Symbol 1067 SoundUsed by:1077
Symbol 1068 GraphicUsed by:1077
Symbol 1069 GraphicUsed by:1077
Symbol 1070 GraphicUsed by:1077
Symbol 1071 GraphicUsed by:1077
Symbol 1072 GraphicUsed by:1077
Symbol 1073 GraphicUsed by:1077
Symbol 1074 GraphicUsed by:1077
Symbol 1075 GraphicUsed by:1077
Symbol 1076 GraphicUsed by:1077
Symbol 1077 MovieClip {item_hotdog}Uses:1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076Used by:1277
Symbol 1078 GraphicUsed by:1098
Symbol 1079 GraphicUsed by:1098
Symbol 1080 GraphicUsed by:1098
Symbol 1081 GraphicUsed by:1098
Symbol 1082 GraphicUsed by:1098
Symbol 1083 GraphicUsed by:1098
Symbol 1084 GraphicUsed by:1098
Symbol 1085 GraphicUsed by:1098
Symbol 1086 GraphicUsed by:1098
Symbol 1087 GraphicUsed by:1098
Symbol 1088 GraphicUsed by:1098
Symbol 1089 GraphicUsed by:1098
Symbol 1090 GraphicUsed by:1098
Symbol 1091 GraphicUsed by:1098
Symbol 1092 GraphicUsed by:1098
Symbol 1093 GraphicUsed by:1098
Symbol 1094 GraphicUsed by:1098
Symbol 1095 GraphicUsed by:1098
Symbol 1096 GraphicUsed by:1098
Symbol 1097 GraphicUsed by:1098
Symbol 1098 MovieClipUses:1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097Used by:1112
Symbol 1099 GraphicUsed by:1112
Symbol 1100 SoundUsed by:1112
Symbol 1101 GraphicUsed by:1112
Symbol 1102 SoundUsed by:1112 1194
Symbol 1103 GraphicUsed by:1112
Symbol 1104 GraphicUsed by:1112
Symbol 1105 GraphicUsed by:1112
Symbol 1106 GraphicUsed by:1112
Symbol 1107 GraphicUsed by:1112
Symbol 1108 GraphicUsed by:1112
Symbol 1109 GraphicUsed by:1112
Symbol 1110 GraphicUsed by:1112
Symbol 1111 GraphicUsed by:1112
Symbol 1112 MovieClip {item_labu}Uses:1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111Used by:1277
Symbol 1113 GraphicUsed by:1127
Symbol 1114 GraphicUsed by:1127
Symbol 1115 SoundUsed by:1127
Symbol 1116 GraphicUsed by:1127
Symbol 1117 SoundUsed by:1127
Symbol 1118 GraphicUsed by:1127
Symbol 1119 GraphicUsed by:1127
Symbol 1120 GraphicUsed by:1127
Symbol 1121 GraphicUsed by:1127
Symbol 1122 GraphicUsed by:1127
Symbol 1123 GraphicUsed by:1127
Symbol 1124 GraphicUsed by:1127
Symbol 1125 GraphicUsed by:1127
Symbol 1126 GraphicUsed by:1127
Symbol 1127 MovieClip {item_lemari}Uses:1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126Used by:1277
Symbol 1128 GraphicUsed by:1139
Symbol 1129 GraphicUsed by:1139
Symbol 1130 GraphicUsed by:1139
Symbol 1131 GraphicUsed by:1139
Symbol 1132 GraphicUsed by:1139
Symbol 1133 GraphicUsed by:1139
Symbol 1134 GraphicUsed by:1139
Symbol 1135 GraphicUsed by:1139
Symbol 1136 GraphicUsed by:1139
Symbol 1137 GraphicUsed by:1139
Symbol 1138 GraphicUsed by:1139
Symbol 1139 MovieClip {item_ranting}Uses:1128 1065 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138Used by:1277
Symbol 1140 GraphicUsed by:1153
Symbol 1141 GraphicUsed by:1153
Symbol 1142 SoundUsed by:1153
Symbol 1143 GraphicUsed by:1153
Symbol 1144 GraphicUsed by:1153
Symbol 1145 GraphicUsed by:1153
Symbol 1146 GraphicUsed by:1153
Symbol 1147 GraphicUsed by:1153
Symbol 1148 GraphicUsed by:1153
Symbol 1149 GraphicUsed by:1153
Symbol 1150 GraphicUsed by:1153
Symbol 1151 GraphicUsed by:1153
Symbol 1152 GraphicUsed by:1153
Symbol 1153 MovieClip {item_semangka}Uses:1140 1141 1142 1143 163 1144 1145 1146 1147 1148 1149 1150 1151 1152Used by:1277
Symbol 1154 GraphicUsed by:1168 1181
Symbol 1155 BitmapUsed by:1156
Symbol 1156 GraphicUses:1155Used by:1157
Symbol 1157 MovieClipUses:1156Used by:1168
Symbol 1158 BitmapUsed by:1159
Symbol 1159 GraphicUses:1158Used by:1160
Symbol 1160 MovieClipUses:1159Used by:1168
Symbol 1161 BitmapUsed by:1162
Symbol 1162 GraphicUses:1161Used by:1163
Symbol 1163 MovieClipUses:1162Used by:1168
Symbol 1164 GraphicUsed by:1168
Symbol 1165 GraphicUsed by:1168
Symbol 1166 GraphicUsed by:1168
Symbol 1167 GraphicUsed by:1168
Symbol 1168 MovieClipUses:1154 1157 1160 1163 1164 1165 1166 1167Used by:1181
Symbol 1169 SoundUsed by:1181
Symbol 1170 GraphicUsed by:1181
Symbol 1171 SoundUsed by:1181
Symbol 1172 GraphicUsed by:1181
Symbol 1173 GraphicUsed by:1181
Symbol 1174 GraphicUsed by:1181
Symbol 1175 GraphicUsed by:1181
Symbol 1176 GraphicUsed by:1181
Symbol 1177 GraphicUsed by:1181
Symbol 1178 GraphicUsed by:1181
Symbol 1179 GraphicUsed by:1181
Symbol 1180 GraphicUsed by:1181
Symbol 1181 MovieClip {item_tv}Uses:1168 1154 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180Used by:1277
Symbol 1182 GraphicUsed by:1194
Symbol 1183 GraphicUsed by:1194
Symbol 1184 GraphicUsed by:1194
Symbol 1185 GraphicUsed by:1194
Symbol 1186 GraphicUsed by:1194
Symbol 1187 GraphicUsed by:1194
Symbol 1188 GraphicUsed by:1194
Symbol 1189 GraphicUsed by:1194
Symbol 1190 GraphicUsed by:1194
Symbol 1191 GraphicUsed by:1194
Symbol 1192 GraphicUsed by:1194
Symbol 1193 GraphicUsed by:1194
Symbol 1194 MovieClip {item_vas}Uses:1182 1183 163 1184 1102 1185 1186 1187 1188 1189 1190 1191 1192 1193Used by:1277
Symbol 1195 GraphicUsed by:1196
Symbol 1196 MovieClipUses:1195Used by:1276
Symbol 1197 GraphicUsed by:1226
Symbol 1198 GraphicUsed by:1226
Symbol 1199 GraphicUsed by:1226 1252
Symbol 1200 GraphicUsed by:1226 1252 1275
Symbol 1201 GraphicUsed by:1226
Symbol 1202 GraphicUsed by:1226 1252 1275
Symbol 1203 GraphicUsed by:1226
Symbol 1204 GraphicUsed by:1226
Symbol 1205 GraphicUsed by:1226
Symbol 1206 GraphicUsed by:1226
Symbol 1207 GraphicUsed by:1226
Symbol 1208 GraphicUsed by:1226
Symbol 1209 GraphicUsed by:1226
Symbol 1210 GraphicUsed by:1226
Symbol 1211 GraphicUsed by:1226
Symbol 1212 GraphicUsed by:1226
Symbol 1213 GraphicUsed by:1226
Symbol 1214 GraphicUsed by:1226
Symbol 1215 GraphicUsed by:1226
Symbol 1216 GraphicUsed by:1226
Symbol 1217 GraphicUsed by:1226
Symbol 1218 GraphicUsed by:1226
Symbol 1219 GraphicUsed by:1226
Symbol 1220 GraphicUsed by:1226
Symbol 1221 GraphicUsed by:1226
Symbol 1222 GraphicUsed by:1226
Symbol 1223 GraphicUsed by:1226
Symbol 1224 GraphicUsed by:1226
Symbol 1225 GraphicUsed by:1226 1252
Symbol 1226 MovieClipUses:1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225Used by:1276
Symbol 1227 GraphicUsed by:1252
Symbol 1228 GraphicUsed by:1252
Symbol 1229 GraphicUsed by:1252
Symbol 1230 GraphicUsed by:1252
Symbol 1231 GraphicUsed by:1252
Symbol 1232 GraphicUsed by:1252
Symbol 1233 GraphicUsed by:1252
Symbol 1234 GraphicUsed by:1252
Symbol 1235 GraphicUsed by:1252
Symbol 1236 GraphicUsed by:1252
Symbol 1237 GraphicUsed by:1252
Symbol 1238 GraphicUsed by:1252
Symbol 1239 GraphicUsed by:1252
Symbol 1240 GraphicUsed by:1252
Symbol 1241 GraphicUsed by:1252
Symbol 1242 GraphicUsed by:1252
Symbol 1243 GraphicUsed by:1252
Symbol 1244 GraphicUsed by:1252
Symbol 1245 GraphicUsed by:1252
Symbol 1246 GraphicUsed by:1252
Symbol 1247 GraphicUsed by:1252
Symbol 1248 GraphicUsed by:1252
Symbol 1249 GraphicUsed by:1252
Symbol 1250 GraphicUsed by:1252
Symbol 1251 GraphicUsed by:1252
Symbol 1252 MovieClipUses:1227 1228 1199 1200 1229 1202 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1225Used by:1276
Symbol 1253 GraphicUsed by:1275
Symbol 1254 GraphicUsed by:1275
Symbol 1255 GraphicUsed by:1275
Symbol 1256 GraphicUsed by:1275
Symbol 1257 GraphicUsed by:1275
Symbol 1258 GraphicUsed by:1275
Symbol 1259 GraphicUsed by:1275
Symbol 1260 GraphicUsed by:1275
Symbol 1261 GraphicUsed by:1275
Symbol 1262 GraphicUsed by:1275
Symbol 1263 GraphicUsed by:1275
Symbol 1264 GraphicUsed by:1275
Symbol 1265 GraphicUsed by:1275
Symbol 1266 GraphicUsed by:1275
Symbol 1267 GraphicUsed by:1275
Symbol 1268 GraphicUsed by:1275
Symbol 1269 GraphicUsed by:1275
Symbol 1270 GraphicUsed by:1275
Symbol 1271 GraphicUsed by:1275
Symbol 1272 GraphicUsed by:1275
Symbol 1273 GraphicUsed by:1275
Symbol 1274 GraphicUsed by:1275
Symbol 1275 MovieClipUses:1253 1254 1255 1200 1256 1202 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274Used by:1276
Symbol 1276 MovieClip {ending}Uses:47 1196 1226 89 85 1252 1275Used by:1277
Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16}Uses:47 90 353 412 431 436 761 1030 1045 1060 1077 1112 1127 1139 1153 1181 1194 1276Used by:Timeline
Symbol 1278 TextUses:61Used by:Timeline
Streaming Sound 1Used by:Symbol 35 MovieClip {electionmadness_fla.Timeline_11}
Streaming Sound 2Used by:Symbol 36 MovieClip {electionmadness_fla.Timeline_3}

Instance Names

"load_bar"Frame 1Symbol 4 MovieClip
"hog"Frame 1Symbol 36 MovieClip {electionmadness_fla.Timeline_3}
"bExecPlay"Frame 2Symbol 44 Button
"btnLink"Symbol 36 MovieClip {electionmadness_fla.Timeline_3} Frame 1Symbol 29 Button
"lifeBar"Symbol 60 MovieClip {electionmadness_fla.panelBar_20} Frame 1Symbol 57 MovieClip
"spBar"Symbol 60 MovieClip {electionmadness_fla.panelBar_20} Frame 1Symbol 59 MovieClip
"leftPanel"Symbol 90 MovieClip {Interface} Frame 49Symbol 60 MovieClip {electionmadness_fla.panelBar_20}
"rightPanel"Symbol 90 MovieClip {Interface} Frame 49Symbol 60 MovieClip {electionmadness_fla.panelBar_20}
"leftPanel"Symbol 90 MovieClip {Interface} Frame 56Symbol 60 MovieClip {electionmadness_fla.panelBar_20}
"rightPanel"Symbol 90 MovieClip {Interface} Frame 56Symbol 60 MovieClip {electionmadness_fla.panelBar_20}
"leftScore"Symbol 90 MovieClip {Interface} Frame 56Symbol 62 EditableText
"rightScore"Symbol 90 MovieClip {Interface} Frame 56Symbol 63 EditableText
"timex"Symbol 90 MovieClip {Interface} Frame 56Symbol 64 EditableText
"bLogo"Symbol 90 MovieClip {Interface} Frame 56Symbol 65 MovieClip
"bIRetry"Symbol 90 MovieClip {Interface} Frame 274Symbol 82 Button
"bIQuit"Symbol 90 MovieClip {Interface} Frame 274Symbol 85 Button
"bIPlayMore"Symbol 90 MovieClip {Interface} Frame 274Symbol 89 Button
"bPlayStory"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 365 Button
"bVersus"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 369 Button
"bInstruction"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 373 Button
"bAddGame"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 377 Button
"bPlayMore"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 89 Button
"bCredit"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 380 Button
"bIOk"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 385 Button
"bCBack"Symbol 412 MovieClip {mainMenu} Frame 1Symbol 388 Button
"bSLBack"Symbol 431 MovieClip {select} Frame 1Symbol 415 Button
"bSLBegin"Symbol 431 MovieClip {select} Frame 1Symbol 418 Button
"storyPic"Symbol 431 MovieClip {select} Frame 1Symbol 422 MovieClip {electionmadness_fla.pictureCandidate_50}
"bStoryNextChar"Symbol 431 MovieClip {select} Frame 1Symbol 425 Button
"bStoryPrevChar"Symbol 431 MovieClip {select} Frame 1Symbol 428 Button
"bVsP1Next"Symbol 431 MovieClip {select} Frame 2Symbol 425 Button
"bVsP1Prev"Symbol 431 MovieClip {select} Frame 2Symbol 428 Button
"bVsP2Next"Symbol 431 MovieClip {select} Frame 2Symbol 425 Button
"bVsP2Prev"Symbol 431 MovieClip {select} Frame 2Symbol 428 Button
"vsPicP1"Symbol 431 MovieClip {select} Frame 2Symbol 422 MovieClip {electionmadness_fla.pictureCandidate_50}
"vsPicP2"Symbol 431 MovieClip {select} Frame 2Symbol 422 MovieClip {electionmadness_fla.pictureCandidate_50}
"bEndPlayMore"Symbol 1276 MovieClip {ending} Frame 1Symbol 89 Button
"bEndMainMenu"Symbol 1276 MovieClip {ending} Frame 1Symbol 85 Button
"MInterface"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 90 MovieClip {Interface}
"CHillary"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 353 MovieClip {hillary}
"MMenu"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 412 MovieClip {mainMenu}
"MSelect"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 431 MovieClip {select}
"CObama"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 761 MovieClip {obama}
"CCain"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 1030 MovieClip {cain}
"MEnding"Symbol 1277 MovieClip {electionmadness_fla.EXPORT_16} Frame 1Symbol 1276 MovieClip {ending}

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS3.

Labels

"start"Symbol 90 MovieClip {Interface} Frame 1
"interface"Symbol 90 MovieClip {Interface} Frame 56
"ko"Symbol 90 MovieClip {Interface} Frame 57
"koEnd"Symbol 90 MovieClip {Interface} Frame 86
"timeup"Symbol 90 MovieClip {Interface} Frame 87
"timeupEnd"Symbol 90 MovieClip {Interface} Frame 116
"obamaWin"Symbol 90 MovieClip {Interface} Frame 117
"obamaWinEnd"Symbol 90 MovieClip {Interface} Frame 161
"hillaryWin"Symbol 90 MovieClip {Interface} Frame 162
"hillaryWinEnd"Symbol 90 MovieClip {Interface} Frame 207
"cainWin"Symbol 90 MovieClip {Interface} Frame 208
"cainWinEnd"Symbol 90 MovieClip {Interface} Frame 253
"end"Symbol 90 MovieClip {Interface} Frame 254
"theEnd"Symbol 90 MovieClip {Interface} Frame 273
"replay"Symbol 90 MovieClip {Interface} Frame 274
"stand"Symbol 353 MovieClip {hillary} Frame 1
"taunt1"Symbol 353 MovieClip {hillary} Frame 13
"taunt2"Symbol 353 MovieClip {hillary} Frame 46
"taunt3"Symbol 353 MovieClip {hillary} Frame 94
"hit"Symbol 353 MovieClip {hillary} Frame 124
"hit2"Symbol 353 MovieClip {hillary} Frame 136
"action1"Symbol 353 MovieClip {hillary} Frame 147
"act1Hit"Symbol 353 MovieClip {hillary} Frame 154
"action1N"Symbol 353 MovieClip {hillary} Frame 165
"action2"Symbol 353 MovieClip {hillary} Frame 184
"act2Hit"Symbol 353 MovieClip {hillary} Frame 193
"action2N"Symbol 353 MovieClip {hillary} Frame 201
"action3"Symbol 353 MovieClip {hillary} Frame 206
"act3Hit"Symbol 353 MovieClip {hillary} Frame 215
"action3N"Symbol 353 MovieClip {hillary} Frame 227
"action4"Symbol 353 MovieClip {hillary} Frame 240
"act4Hit"Symbol 353 MovieClip {hillary} Frame 252
"action4N"Symbol 353 MovieClip {hillary} Frame 265
"lose"Symbol 353 MovieClip {hillary} Frame 278
"win"Symbol 353 MovieClip {hillary} Frame 331
"special"Symbol 353 MovieClip {hillary} Frame 374
"spHit"Symbol 353 MovieClip {hillary} Frame 415
"specialN"Symbol 353 MovieClip {hillary} Frame 520
"finish"Symbol 412 MovieClip {mainMenu} Frame 1
"instruction"Symbol 412 MovieClip {mainMenu} Frame 2
"credit"Symbol 412 MovieClip {mainMenu} Frame 3
"stand"Symbol 761 MovieClip {obama} Frame 1
"taunt1"Symbol 761 MovieClip {obama} Frame 17
"taunt2"Symbol 761 MovieClip {obama} Frame 50
"taunt3"Symbol 761 MovieClip {obama} Frame 102
"hit"Symbol 761 MovieClip {obama} Frame 150
"hit2"Symbol 761 MovieClip {obama} Frame 162
"action1"Symbol 761 MovieClip {obama} Frame 173
"act1Hit"Symbol 761 MovieClip {obama} Frame 180
"action1N"Symbol 761 MovieClip {obama} Frame 191
"action2"Symbol 761 MovieClip {obama} Frame 197
"act2Hit"Symbol 761 MovieClip {obama} Frame 211
"action2N"Symbol 761 MovieClip {obama} Frame 217
"action3"Symbol 761 MovieClip {obama} Frame 222
"act3Hit"Symbol 761 MovieClip {obama} Frame 232
"action3N"Symbol 761 MovieClip {obama} Frame 244
"action4"Symbol 761 MovieClip {obama} Frame 256
"act4Hit"Symbol 761 MovieClip {obama} Frame 264
"act4End"Symbol 761 MovieClip {obama} Frame 277
"action4N"Symbol 761 MovieClip {obama} Frame 293
"lose"Symbol 761 MovieClip {obama} Frame 306
"win"Symbol 761 MovieClip {obama} Frame 314
"special"Symbol 761 MovieClip {obama} Frame 357
"spHit"Symbol 761 MovieClip {obama} Frame 405
"specialN"Symbol 761 MovieClip {obama} Frame 522
"stand"Symbol 1030 MovieClip {cain} Frame 1
"taunt1"Symbol 1030 MovieClip {cain} Frame 25
"taunt2"Symbol 1030 MovieClip {cain} Frame 70
"taunt3"Symbol 1030 MovieClip {cain} Frame 130
"hit"Symbol 1030 MovieClip {cain} Frame 169
"hit2"Symbol 1030 MovieClip {cain} Frame 181
"action1"Symbol 1030 MovieClip {cain} Frame 192
"act1Hit"Symbol 1030 MovieClip {cain} Frame 200
"action1N"Symbol 1030 MovieClip {cain} Frame 207
"action2"Symbol 1030 MovieClip {cain} Frame 212
"act2Hit"Symbol 1030 MovieClip {cain} Frame 217
"action2N"Symbol 1030 MovieClip {cain} Frame 229
"action3"Symbol 1030 MovieClip {cain} Frame 237
"act3Hit"Symbol 1030 MovieClip {cain} Frame 243
"action3N"Symbol 1030 MovieClip {cain} Frame 258
"action4"Symbol 1030 MovieClip {cain} Frame 271
"act4Hit"Symbol 1030 MovieClip {cain} Frame 283
"action4N"Symbol 1030 MovieClip {cain} Frame 292
"lose"Symbol 1030 MovieClip {cain} Frame 311
"win"Symbol 1030 MovieClip {cain} Frame 357
"special"Symbol 1030 MovieClip {cain} Frame 400
"spHit"Symbol 1030 MovieClip {cain} Frame 468
"specialN"Symbol 1030 MovieClip {cain} Frame 560
"pose"Symbol 1045 MovieClip {item_ban} Frame 1
"hit"Symbol 1045 MovieClip {item_ban} Frame 2
"fade"Symbol 1045 MovieClip {item_ban} Frame 7
"break"Symbol 1045 MovieClip {item_ban} Frame 26
"destroy"Symbol 1045 MovieClip {item_ban} Frame 37
"pose"Symbol 1060 MovieClip {item_bom} Frame 1
"hit"Symbol 1060 MovieClip {item_bom} Frame 2
"fade"Symbol 1060 MovieClip {item_bom} Frame 7
"break"Symbol 1060 MovieClip {item_bom} Frame 26
"destroy"Symbol 1060 MovieClip {item_bom} Frame 36
"pose"Symbol 1077 MovieClip {item_hotdog} Frame 1
"hit"Symbol 1077 MovieClip {item_hotdog} Frame 2
"fade"Symbol 1077 MovieClip {item_hotdog} Frame 7
"break"Symbol 1077 MovieClip {item_hotdog} Frame 26
"destroy"Symbol 1077 MovieClip {item_hotdog} Frame 37
"pose"Symbol 1112 MovieClip {item_labu} Frame 1
"hit"Symbol 1112 MovieClip {item_labu} Frame 2
"fade"Symbol 1112 MovieClip {item_labu} Frame 7
"break"Symbol 1112 MovieClip {item_labu} Frame 26
"destroy"Symbol 1112 MovieClip {item_labu} Frame 37
"pose"Symbol 1127 MovieClip {item_lemari} Frame 1
"hit"Symbol 1127 MovieClip {item_lemari} Frame 2
"fade"Symbol 1127 MovieClip {item_lemari} Frame 7
"break"Symbol 1127 MovieClip {item_lemari} Frame 26
"destroy"Symbol 1127 MovieClip {item_lemari} Frame 37
"pose"Symbol 1139 MovieClip {item_ranting} Frame 1
"hit"Symbol 1139 MovieClip {item_ranting} Frame 2
"fade"Symbol 1139 MovieClip {item_ranting} Frame 7
"break"Symbol 1139 MovieClip {item_ranting} Frame 26
"destroy"Symbol 1139 MovieClip {item_ranting} Frame 37
"pose"Symbol 1153 MovieClip {item_semangka} Frame 1
"hit"Symbol 1153 MovieClip {item_semangka} Frame 2
"fade"Symbol 1153 MovieClip {item_semangka} Frame 7
"break"Symbol 1153 MovieClip {item_semangka} Frame 26
"destroy"Symbol 1153 MovieClip {item_semangka} Frame 37
"pose"Symbol 1181 MovieClip {item_tv} Frame 1
"hit"Symbol 1181 MovieClip {item_tv} Frame 2
"fade"Symbol 1181 MovieClip {item_tv} Frame 7
"break"Symbol 1181 MovieClip {item_tv} Frame 26
"destroy"Symbol 1181 MovieClip {item_tv} Frame 37
"pose"Symbol 1194 MovieClip {item_vas} Frame 1
"hit"Symbol 1194 MovieClip {item_vas} Frame 2
"fade"Symbol 1194 MovieClip {item_vas} Frame 7
"break"Symbol 1194 MovieClip {item_vas} Frame 26
"destroy"Symbol 1194 MovieClip {item_vas} Frame 37
"obamaEnding"Symbol 1276 MovieClip {ending} Frame 1
"hillaryEnding"Symbol 1276 MovieClip {ending} Frame 2
"cainEnding"Symbol 1276 MovieClip {ending} Frame 3




http://swfchan.com/7/31386/info.shtml
Created: 18/5 -2019 16:31:36 Last modified: 18/5 -2019 16:31:36 Server time: 10/05 -2024 00:43:33