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

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

Boob Match 7.swf

This is the info page for
Flash #116045

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


Text
Kathleen
Robertson

Tiffany
Thiessen

Tori
Spelling

Jennie
Garth

Shannen
Doherty

0% loaded

0% loaded

0% loaded

000000

Angelina Jolie

000000

OFF

OFF

ON

ON

Shannen_Doherty

Jennie_Garth

Tori Spelling

Tiffany Thiessen

Kathleen Robertson

<a href="http://www.liquidgeneration.com/Media/Games/Picture_Fun/Other_Games/Boob_Match/" target="_blank"><img src="http://www.liquidgeneration.com/content/270707/BoobMatch-Card.jpg" border="0"> <br>Find out what kind of Boob-Matcher you are at LiquidGeneration!</a>

X

X

Get This Image!

click here

ActionScript [AS1/AS2]

Frame 1
txtPercentage = "---"; txtAmountLoaded = "---"; txtTimeRemaining = "---"; startTime = getTimer(); currentLoaded = 0; minutesleft = 0; secondsLeftDisplay = 0;
Frame 2
tBytesLoaded = _root.getBytesLoaded(); tBytesTotal = _root.getBytesTotal(); tBytesRemaining = tBytesTotal - tBytesLoaded; kilobytesRemaining = tBytesRemaining / 1024; currentTimer = getTimer(); elapsedTime = currentTimer - startTime; if (elapsedTime > 1000) { amountLoaded = tBytesLoaded - currentLoaded; amountLoadedInKilobytes = amountLoaded / 1024; currentLoaded = tBytesLoaded; kilobytesPerSecond = amountLoadedInKilobytes; secondsRemaining = Math.round(kilobytesRemaining / kilobytesPerSecond); trace("secondsRemaining = " + secondsRemaining); minutesleft = Math.floor(secondsRemaining / 60); trace("minutesleft = " + minutesleft); secondsLeftDisplay = secondsRemaining - (minutesleft * 60); if (secondsLeftDisplay < 10) { secondsLeftDisplay = "0" + secondsLeftDisplay; } startTime = getTimer(); } tRoundedTotal = Math.floor(tBytesTotal / 1024); tRoundedLoaded = Math.floor(tBytesLoaded / 1024); if (minutesleft < 0) { txtTimeRemaining = "Time Left: " + secondsLeftDisplay; } else { txtTimeRemaining = (("Time Left: " + minutesleft) + ":") + secondsLeftDisplay; } txtPercent = Math.round((tBytesLoaded / tBytesTotal) * 100); loader.gotoAndStop(txtPercent); txtAmountLoaded = ((tRoundedLoaded + "k/") + tRoundedTotal) + "k"; txtPercentage = txtPercent + "% loaded";
Frame 3
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { gotoAndPlay ("introStartFrame"); } else { gotoAndPlay ("loadingFrame"); }
Frame 89
stop(); _root.playPressed = false; var myGame = (new com.games.boobMatch.Game(this));
Frame 97
_root.myGame.STAGE_TRANSITION_COMPLETE(); stop();
Frame 98
play();
Frame 497
play(); _root.myGame.init();
Frame 511
stop();
Frame 577
stop();
Symbol 7 MovieClip [card_5_2] Frame 1
stop();
Symbol 10 MovieClip [card_5_1] Frame 1
stop();
Symbol 14 MovieClip [card_4_2] Frame 1
stop();
Symbol 17 MovieClip [card_4_1] Frame 1
stop();
Symbol 21 MovieClip [card_3_2] Frame 1
stop();
Symbol 24 MovieClip [card_3_1] Frame 1
stop();
Symbol 28 MovieClip [card_2_2] Frame 1
stop();
Symbol 31 MovieClip [card_2_1] Frame 1
stop();
Symbol 35 MovieClip [card_1_2] Frame 1
stop();
Symbol 38 MovieClip [card_1_1] Frame 1
stop();
Symbol 344 MovieClip [__Packages.com.games.boobMatch.Game] Frame 0
class com.games.boobMatch.Game { var rootMC, myStatTracker, soundManager_mc, dragging, deployedSubmit, deployedHintBubble, copyPasteDeployed, stageTransitionOnScreen, leftSquare, rightSquare, score, pairsRemaining, wrongAnswers, usedArray, usedCardsOnStage, randomPerson, myFrameTarget, __myLevel, __get__gameLevel; function Game (aRoot) { trace("Game"); com.events.EventDispatcher.initialize(this); rootMC = aRoot; var _local3 = new com.utilities.StatTracker(); myStatTracker = _local3; myStatTracker.__set__setTrackingEnabled(true); myStatTracker.submitStat("/FlashGames/BoobMatch/SessionStart"); var _local2 = rootMC.createEmptyMovieClip("soundManagerMC", 1); trace("rootMC.soundManagerMC = " + rootMC.soundManagerMC); trace("soundManagerMCthing = " + _local2); _local2._visible = false; var _local4 = new com.managers.SoundManager(_local2); soundManager_mc = _local4; soundManager_mc.addSound("winGameSound"); soundManager_mc.addSound("clickDragStageThingSound"); soundManager_mc.addSound("clickSound"); soundManager_mc.addSound("replaceSound"); soundManager_mc.addSound("correctAnswerSound"); soundManager_mc.addSound("wrongSound"); soundManager_mc.addSound("failSound"); soundManager_mc.addSound("hintZoomInSound"); soundManager_mc.addSound("hintZoomOutSound"); soundManager_mc.addSound("hintUseSound"); soundManager_mc.addSound("plopBackSound"); soundManager_mc.addSound("placeInPositionSound"); soundManager_mc.addSound("endSound"); } function addEventListener() { } function removeEventListener() { } function dispatchEvent() { } function init() { myStatTracker.submitStat("/FlashGames/BoobMatch/StartGame"); dragging = false; deployedSubmit = false; deployedHintBubble = false; copyPasteDeployed = false; stageTransitionOnScreen = false; leftSquare = null; rightSquare = null; score = 0; pairsRemaining = 5; wrongAnswers = 0; rootMC.score_txt.text = score; rootMC.big_win_animation.stop(); usedArray = cardArray.slice(); usedCardsOnStage = cardsOnStageArray.slice(); var _local9 = usedArray.length - 1; var _local12 = com.utilities.MyRandom.roll(0, _local9); randomPerson = usedArray.splice(_local12, 1); var _local3 = 0; var _local7 = 1; while (_local7 < 11) { trace("---------------------------i = " + _local7); _local3++; trace("pictureCounterFlipFlop = " + _local3); if (_local3 >= 3) { trace("pictgureflotp greater equal or greater"); _local3 = 1; trace("pictureCounterFlipFlop = " + _local3); _local9 = usedArray.length - 1; trace("tFindArrayLength = " + _local9); _local12 = com.utilities.MyRandom.roll(0, _local9); if (_local9 == 0) { _local12 = 0; } trace("tRandomPersonNum = " + _local12); randomPerson = usedArray.splice(_local12, 1); trace("randomPerson = " + randomPerson); } trace("usedArray = " + usedArray); _local9 = usedArray.length - 1; trace("tFindArrayLength = " + _local9); _local12 = com.utilities.MyRandom.roll(0, _local9); trace("tRandomPersonNum = " + _local12); trace("usedArray = " + usedArray); trace("usedCardsOnStage = " + usedCardsOnStage); var _local6 = usedCardsOnStage.length - 1; trace("tFindCardStageArrayLength = " + _local6); var _local4 = com.utilities.MyRandom.roll(0, _local6); trace("tRandomCardOnStage = " + _local4); if (_local6 == 0) { _local4 = 0; } trace("tRandomCardOnStage = " + _local4); var _local10 = usedCardsOnStage.splice(_local4, 1); trace("randomStageCard = " + _local10); var _local2 = rootMC[("card_" + _local10) + "_mc"]; trace("tCardContainer = " + _local2); trace("**randomPerson = " + randomPerson); trace("**pictureCounterFlipFlop = " + _local3); var _local5 = (("card_" + randomPerson) + "_") + _local3; trace("**tCardLinkageName = " + _local5); var _local8 = _local5 + "_mc"; trace("tCardTargetName = " + _local8); var _local14 = _local2.attachMovie(_local5, _local8, 0); _local2.ref = this; _local2.originX = _local2._x; _local2.originY = _local2._y; _local2.originRotation = _local2._rotation; _local2.person = randomPerson; _local2.myContainer = _local2; _local2.myCard = _local14; _local2.onPress = function () { if (!this.ref.stageTransitionOnScreen) { if (!this.ref.dragging) { if (!this.ref.deployedHintBubble) { trace("!this.ref.deployedHintBubble"); this.ref.cardsOriginalDepth = this.getDepth(); this.startDrag(true); this.swapDepths(100); this.ref.dragging = true; this._rotation = 0; this.ref.soundManager_mc.playSound("clickDragStageThingSound"); this.ref.soundManager_mc.setSoundVolume("clickDragStageThingSound", 25); } else { this.myCard.play(); this.ref.score = this.ref.score - 500; this.ref.rootMC.score_txt.text = this.ref.score; this.ref.deployedHintBubble = false; this.ref.rootMC.hint_bubble_mc.gotoAndPlay("hintBubbleWithdraw"); this.ref.soundManager_mc.playSound("hintZoomOutSound"); this.ref.soundManager_mc.playSound("hintUseSound"); this.ref.soundManager_mc.setSoundVolume("hintUseSound", 10); this.myStatTracker.submitStat("/FlashGames/BoobMatch/HintUsed"); } } } }; _local2.onRelease = function () { if (!this.ref.stageTransitionOnScreen) { this.stopDrag(); this.swapDepths(this.ref.cardsOriginalDepth); if (((this._x > 8) and (this._x < 100)) and ((this._y > 308) and (this._y < 390))) { if (this.ref.leftSquare != null) { var _local2 = this.ref.leftSquare.myContainer; _local2._x = _local2.originX; _local2._y = _local2.originY; this.ref.soundManager_mc.playSound("replaceSound"); } this._x = 55; this._y = 352; this.ref.leftSquare = this.myContainer; if (this.ref.rightSquare == this.myContainer) { this.ref.rightSquare = null; } if ((this.ref.leftSquare.person != null) and (this.ref.rightSquare.person != null)) { if (!this.ref.deployedSubmit) { this.ref.submitButtonDeploy(); } } this.ref.soundManager_mc.playSound("placeInPositionSound"); this.ref.soundManager_mc.setSoundVolume("placeInPositionSound", 15); } else if (((this._x > 110) and (this._x < 200)) and ((this._y > 308) and (this._y < 390))) { if (this.ref.rightSquare != null) { var _local3 = this.ref.rightSquare.myContainer; _local3._x = _local3.originX; _local3._y = _local3.originY; this.ref.soundManager_mc.playSound("replaceSound"); } this._x = 156; this._y = 352; this.ref.rightSquare = this.myContainer; if (this.ref.leftSquare == this.myContainer) { this.ref.leftSquare = null; } if ((this.ref.leftSquare != null) and (this.ref.rightSquare != null)) { if (!this.ref.deployedSubmit) { this.ref.submitButtonDeploy(); } } this.ref.soundManager_mc.playSound("placeInPositionSound"); this.ref.soundManager_mc.setSoundVolume("placeInPositionSound", 15); } else { trace("_________________________________*****"); this._x = this.originX; this._y = this.originY; this.ref.soundManager_mc.playSound("plopBackSound"); this._rotation = this.originRotation; trace("this.ref.leftSquare = " + this.ref.leftSquare); trace("this.ref.rightSquare = " + this.ref.rightSquare); trace("this = " + this); if (this.ref.leftSquare == this) { trace("this.ref.leftSquare = this, SETTING TO NULL"); this.ref.leftSquare = null; } else if (this.ref.rightSquare == this) { trace("this.ref.rightSquare = this, SETTING TO NULL"); this.ref.rightSquare = null; } trace("*****"); trace("this.ref.leftSquare = " + this.ref.leftSquare); trace("this.ref.rightSquare = " + this.ref.rightSquare); trace("this = " + this); var _local2 = this.ref.leftSquare.myContainer; var _local3 = this.ref.rightSquare.myContainer; trace("tLeftSquare = " + _local2); trace("tRightSquare = " + _local3); trace("*****"); trace("_________________________________*****"); } this.ref.dragging = false; } }; var _local15 = _local2[_local8]; _local15.stop(); _local7++; } } function submitButtonDeploy() { rootMC.submit_button_mc.gotoAndPlay("rollOutFrame"); deployedSubmit = true; } function STAGE_BUTTON_HINT() { if (!deployedHintBubble) { rootMC.hint_bubble_mc.gotoAndPlay("hintBubbleDeploy"); deployedHintBubble = true; soundManager_mc.playSound("hintZoomInSound"); } else { trace("boop"); deployedHintBubble = false; rootMC.hint_bubble_mc.gotoAndPlay("hintBubbleWithdraw"); soundManager_mc.playSound("hintZoomOutSound"); } } function STAGE_BUTTON_TEST_FOR_END() { stageTransitionOnScreen = false; if (pairsRemaining == 0) { rootMC.gotoAndPlay("endScreenFrame"); rootMC.copy_paste_mc._visible = false; soundManager_mc.playSound("winGameSound"); soundManager_mc.playSound("endSound"); myStatTracker.submitStat("/FlashGames/BoobMatch/WonGame"); } } function STAGE_BUTTON_HIDESCRIPT() { rootMC.copy_paste_mc._visible = false; copyPasteDeployed = false; } function STAGE_BUTTON_COPYPASTE() { if (!copyPasteDeployed) { rootMC.copy_paste_mc._visible = true; soundManager_mc.playSound("clickSound"); soundManager_mc.playSound("correctAnswerSound"); copyPasteDeployed = true; myStatTracker.submitStat("/FlashGames/BoobMatch/ClickedCopyPaste"); } } function STAGE_BUTTON_SUBMIT() { var _local2 = leftSquare.myContainer; var _local3 = rightSquare.myContainer; if (_local2.person == _local3.person) { var _local4 = "right" + _local2.person; rootMC.big_win_animation.gotoAndPlay(_local4); _local2.swapDepths(88); _local2.removeMovieClip(); _local3.swapDepths(88); _local3.removeMovieClip(); score = score + 1000; rootMC.score_txt.text = score; pairsRemaining--; soundManager_mc.playSound("correctAnswerSound"); stageTransitionOnScreen = true; } else { _local2._x = _local2.originX; _local2._y = _local2.originY; _local2._rotation = _local2.originRotation; _local3._x = _local3.originX; _local3._y = _local3.originY; _local3._rotation = _local3.originRotation; score = score - 1000; rootMC.score_txt.text = score; wrongAnswers++; if (wrongAnswers >= 9) { wrongAnswers = 9; } trace("rootMC.wrong_result_mc = " + rootMC.wrong_result_mc); rootMC.wrong_result_mc.gotoAndPlay("wrong" + wrongAnswers); } rootMC.submit_button_mc.gotoAndPlay("rollInFrame"); leftSquare = null; rightSquare = null; deployedSubmit = false; } function STAGE_BUTTON_START(aString) { myStatTracker.submitStat("/FlashGames/BoobMatch/GoTo_" + aString); myFrameTarget = aString; rootMC.play(); soundManager_mc.playSound("clickSound"); } function STAGE_TRANSITION_COMPLETE() { var _local2 = myFrameTarget + "Frame"; rootMC.gotoAndPlay(_local2); } function exampleEvent() { var _local2 = new com.events.Event(this, "onExampleEvent"); _local2.data = new Object(); _local2.data.butts = true; dispatchEvent(_local2); } function onSomeEvent(aEvent) { } function get getGameLevel() { return(__myLevel); } function set gameLevel(aLevel) { __myLevel = aLevel; //return(__get__gameLevel()); } var cardArray = [1, 2, 3, 4, 5]; var cardsOnStageArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; }
Symbol 345 MovieClip [__Packages.com.managers.SoundManager] Frame 0
class com.managers.SoundManager extends MovieClip { var thisMC, sounds_array, globalSound_snd, theSoundClipMC; function SoundManager (aSoundRef) { super(); thisMC = aSoundRef; sounds_array = new Array(); } function init() { } function addSound(aSoundLinkage_str) { globalSound_snd = new Sound(this); var _local6 = ("sndHolder_" + String(sounds_array.length)) + "_mc"; var _local4 = thisMC.getNextHighestDepth(); var _local5 = thisMC.createEmptyMovieClip(_local6, _local4); theSoundClipMC = _local5; var _local3 = MovieClip(theSoundClipMC); var _local2 = new Sound(_local3); _local2.attachSound(aSoundLinkage_str); sounds_array.push(_local3); var _local7 = new com.managers.SoundDataObject(aSoundLinkage_str, _local2); sounds_array.push(_local7); } function getSound(aSoundLinkage_str) { var _local2; var _local6 = sounds_array.length; _local2 = 0; while (_local2 < _local6) { var _local3 = sounds_array[_local2]; var _local5 = _local3.__get__name(); if (aSoundLinkage_str == _local5) { var _local4 = _local3.__get__sound(); return(_local4); } _local2++; } } function playSound(aSoundLinkage_str, aOffset_num, aLoopCount_num) { trace((((("playSound = " + aSoundLinkage_str) + " ") + aOffset_num) + " ") + aLoopCount_num); stopSound(aSoundLinkage_str); var _local2 = getSound(aSoundLinkage_str); _local2.start(aOffset_num, aLoopCount_num); trace("tSound_snd = " + _local2); } function stopSound(aSoundLinkage_str) { var _local2 = getSound(aSoundLinkage_str); _local2.stop(aSoundLinkage_str); } function setSoundVolume(aSoundLinkage_str, aVolume_num) { var _local2 = getSound(aSoundLinkage_str); _local2.setVolume(aVolume_num); } function getSoundVolume(aSoundLinkage_str) { var _local2 = getSound(aSoundLinkage_str); return(_local2.getVolume()); } function tweenSoundVolume(aSoundLinkage_str, aTargetVolume_num, aNumberOfFrames) { trace(((((("*****tweenSoundVolume(" + aSoundLinkage_str) + ",") + aTargetVolume_num) + ",") + aNumberOfFrames) + ")"); trace("aSoundLinkage_str = " + aSoundLinkage_str); trace("aTargetVolume_num = " + aTargetVolume_num); trace("aNumberOfFrames = " + aNumberOfFrames); var _local3 = getSoundVolume(aSoundLinkage_str); trace("tCurrentVolume = " + _local3); if (_local3 == undefined) { trace("tCurrentVolume == undefined"); } else { var _local5 = aTargetVolume_num; trace("tTargetVolume = " + _local5); var _local6 = Math.abs(_local3 - _local5); if (_local6 < aNumberOfFrames) { _local6 = aNumberOfFrames; } trace("tDifference = " + _local6); var _local8 = 1; if (_local3 < _local5) { _local8 = 1; } else if (_local3 > _local5) { _local8 = -1; } else { trace("tCurrentVolume == tTargetVolume"); } var _local7 = _local6 / aNumberOfFrames; trace("tUnModChangePerFrame = " + _local7); if (_local7 < 1) { trace("tUnModChangePerFrame<1"); _local7 = 1; } var _local13 = _local7 * _local8; trace("tChangePerFrame = " + _local13); var _local12 = ("tweenHolder_" + aSoundLinkage_str) + "_mc"; trace("tSoundTweenHolderName_str = " + _local12); trace("this = " + this); var _local11 = thisMC.getNextHighestDepth(); trace("tNextDepth = " + _local11); var _local14 = thisMC.createEmptyMovieClip(_local12, _local11); trace("soundMCTweenThing = " + _local14); var _local2 = MovieClip(_local14); trace("tTweenMCThing = " + _local2); _local2.ref = this; _local2.targetVolume = _local5; _local2.modNumber = _local8; _local2.soundLinkage = aSoundLinkage_str; _local2.changePerFrame = _local13; _local2.onEnterFrame = function () { trace("this.soundLinkage " + this.soundLinkage); var _local2 = this.ref.getSoundVolume(this.soundLinkage); trace((("this = " + this) + "tCurrentSoundVolume ") + _local2); if (this.modNumber > 0) { trace("done: this.modNumber<0"); trace("this.modNumber>0"); if (_local2 > this.targetVolume) { trace("tCurrentSoundVolume>this.targetVolume"); this.onEnterFrame = null; } } else if (this.modNumber < 0) { trace("done: this.modNumber<0"); if (_local2 < this.targetVolume) { trace("tCurrentSoundVolume<this.targetVolume"); this.onEnterFrame = null; } } else { trace("this.modNumber == 0 in Sound Manager, something is broken"); } trace("tCurrentSoundVolume = " + _local2); var _local3 = _local2 + this.changePerFrame; trace("tNewSoundVolume = " + _local3); this.ref.setSoundVolume(aSoundLinkage_str, _local3); }; } trace("*****tweenSoundVolume end"); } function setGlobalVolume(aVolume_num) { globalSound_snd.setVolume(aVolume_num); } }
Symbol 346 MovieClip [__Packages.com.managers.SoundDataObject] Frame 0
class com.managers.SoundDataObject extends Object { var name_str, sound_snd; function SoundDataObject (aSoundName_str, aSound_snd) { super(); name_str = aSoundName_str; sound_snd = aSound_snd; } function get sound() { return(sound_snd); } function get name() { return(name_str); } }
Symbol 347 MovieClip [__Packages.com.utilities.StatTracker] Frame 0
class com.utilities.StatTracker { var _trackingEnabled, __get__setTrackingEnabled; function StatTracker () { trace("StatTracker"); _trackingEnabled = false; } function init() { } function submitStat(aString) { if (_trackingEnabled) { var _local2 = ("javascript:urchinTracker('/flashtracking" + aString) + "');"; trace("tUrchinString = " + _local2); getURL (_local2); } } function set setTrackingEnabled(aBoolean) { trace("setTrackingEnabled = " + aBoolean); _trackingEnabled = aBoolean; //return(__get__setTrackingEnabled()); } }
Symbol 348 MovieClip [__Packages.com.events.EventDispatcher] Frame 0
class com.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (isTracing_boolean == true) { trace(("@@EventDispatcher.initialize (" + object) + ")"); } if (_fEventDispatcher == undefined) { _fEventDispatcher = new com.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (isTracing_boolean == true) { trace((("@@" + this) + ".dispatchEvent() type: ") + eventObj.type); } if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { if (isTracing_boolean == true) { trace(((((("@@" + this) + ".addEventListener (") + event) + ",") + handler) + ")"); } var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { if (isTracing_boolean == true) { trace(((((("@@" + this) + ".removeEventListener (") + event) + ",") + handler) + ")"); } var _local3 = "__q_" + event; _removeEventListener(this[_local3], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; static var isTracing_boolean = false; }
Symbol 349 MovieClip [__Packages.com.utilities.MyRandom] Frame 0
class com.utilities.MyRandom { function MyRandom () { } static function roll(minVal, maxVal) { return(minVal + Math.floor(Math.random() * ((maxVal + 1) - minVal))); } }
Symbol 350 MovieClip [__Packages.com.events.Event] Frame 0
class com.events.Event extends Object { var target, type; function Event (aTarget_obj, aType_str) { super(); target = aTarget_obj; type = aType_str; } }
Symbol 67 MovieClip Frame 1
stop();
Symbol 197 Button
on (press) { if (!_root.playPressed) { _root.myGame.STAGE_BUTTON_START("instructions"); _root.playPressed = true; } }
Symbol 202 Button
on (press) { if (!_root.playPressed) { _root.myGame.STAGE_BUTTON_START("play"); _root.playPressed = true; } }
Symbol 212 MovieClip Frame 9
stop();
Symbol 214 Button
on (press) { _root.myGame.STAGE_BUTTON_HINT(); }
Symbol 238 Button
on (press) { _root.myGame.STAGE_BUTTON_SUBMIT(); }
Symbol 252 Button
on (press) { play(); _root.myGame.STAGE_BUTTON_TEST_FOR_END(); }
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 11
stop();
Symbol 268 Button
on (release) { gotoAndStop ("stop"); }
Symbol 273 Button
on (release) { gotoAndStop (1); }
Symbol 274 MovieClip Frame 1
stop(); bgMusic = new Sound(this); bgMusic.attachSound("loop"); bgMusic.setVolume(10); bgMusic.start(0, 9999);
Symbol 274 MovieClip Frame 5
bgMusic.stop("loop");
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 11
stop();
Symbol 318 MovieClip Frame 12
stop();
Symbol 318 MovieClip Frame 26
stop();
Symbol 318 MovieClip Frame 38
stop();
Symbol 318 MovieClip Frame 52
stop();
Symbol 318 MovieClip Frame 64
stop();
Symbol 318 MovieClip Frame 79
stop();
Symbol 318 MovieClip Frame 91
stop();
Symbol 318 MovieClip Frame 107
stop();
Symbol 318 MovieClip Frame 119
stop();
Symbol 318 MovieClip Frame 125
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 2
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 10
stop();
Symbol 322 MovieClip Frame 11
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 19
stop();
Symbol 322 MovieClip Frame 20
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 28
stop();
Symbol 322 MovieClip Frame 29
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 37
stop();
Symbol 322 MovieClip Frame 38
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 46
stop();
Symbol 322 MovieClip Frame 47
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 55
stop();
Symbol 322 MovieClip Frame 56
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 64
stop();
Symbol 322 MovieClip Frame 65
_root.myGame.soundManager_mc.playSound("failSound");
Symbol 322 MovieClip Frame 73
stop();
Symbol 322 MovieClip Frame 74
_root.myGame.soundManager_mc.playSound("wrongSound");
Symbol 322 MovieClip Frame 102
stop();
Symbol 331 Button
on (press) { _root.myGame.STAGE_BUTTON_HIDESCRIPT(); }
Symbol 342 Button
on (press) { _root.myGame.STAGE_BUTTON_COPYPASTE(); }
Symbol 343 Button
on (press) { _root.gotoAndPlay("playFrame"); }

Library Items

Symbol 1 Sound [endSound]
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:7
Symbol 4 GraphicUsed by:7 10 14 17 21 24 28 31 35 38 235 278
Symbol 5 FontUsed by:6 13 20 27 34 334 335
Symbol 6 TextUses:5Used by:7 10
Symbol 7 MovieClip [card_5_2]Uses:3 4 6 SS2
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 MovieClip [card_5_1]Uses:9 4 6 SS3
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:14
Symbol 13 TextUses:5Used by:14 17
Symbol 14 MovieClip [card_4_2]Uses:12 4 13 SS4
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip [card_4_1]Uses:16 4 13 SS5
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:21
Symbol 20 TextUses:5Used by:21 24
Symbol 21 MovieClip [card_3_2]Uses:19 4 20 SS6
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:24
Symbol 24 MovieClip [card_3_1]Uses:23 4 20 SS7
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:28
Symbol 27 TextUses:5Used by:28 31
Symbol 28 MovieClip [card_2_2]Uses:26 4 27 SS8
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClip [card_2_1]Uses:30 4 27 SS9
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:35
Symbol 34 TextUses:5Used by:35 38
Symbol 35 MovieClip [card_1_2]Uses:33 4 34 SS10
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClip [card_1_1]Uses:37 4 34 SS11
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:Timeline
Symbol 43 FontUsed by:44 46 47
Symbol 44 EditableTextUses:43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 EditableTextUses:43Used by:Timeline
Symbol 47 EditableTextUses:43Used by:Timeline
Symbol 344 MovieClip [__Packages.com.games.boobMatch.Game]
Symbol 345 MovieClip [__Packages.com.managers.SoundManager]
Symbol 346 MovieClip [__Packages.com.managers.SoundDataObject]
Symbol 347 MovieClip [__Packages.com.utilities.StatTracker]
Symbol 348 MovieClip [__Packages.com.events.EventDispatcher]
Symbol 349 MovieClip [__Packages.com.utilities.MyRandom]
Symbol 350 MovieClip [__Packages.com.events.Event]
Symbol 48 ShapeTweeningUsed by:Timeline
Symbol 49 GraphicUsed by:67
Symbol 50 Sound [wrongSound]Used by:67
Symbol 51 Sound [clickDragStageThingSound]Used by:67
Symbol 52 SoundUsed by:67
Symbol 53 Sound [hintUseSound]Used by:67
Symbol 54 Sound [loop]Used by:67
Symbol 55 Sound [plopBackSound]Used by:67
Symbol 56 Sound [clickSound]Used by:67
Symbol 57 Sound [failSound]Used by:67
Symbol 58 Sound [correctAnswerSound]Used by:67
Symbol 59 Sound [replaceSound]Used by:67
Symbol 60 Sound [placeInPositionSound]Used by:67
Symbol 61 SoundUsed by:67
Symbol 62 SoundUsed by:67
Symbol 63 SoundUsed by:67
Symbol 64 Sound [winGameSound]Used by:67
Symbol 65 Sound [hintZoomInSound]Used by:67
Symbol 66 Sound [hintZoomOutSound]Used by:67
Symbol 67 MovieClipUses:49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:214 259  Timeline
Symbol 190 ShapeTweeningUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 BitmapUsed by:194 195
Symbol 194 GraphicUses:193Used by:197 205
Symbol 195 GraphicUses:193Used by:197 205
Symbol 196 GraphicUsed by:197 205
Symbol 197 ButtonUses:194 195 196Used by:Timeline
Symbol 198 BitmapUsed by:199 200
Symbol 199 GraphicUses:198Used by:202 206
Symbol 200 GraphicUses:198Used by:202 206
Symbol 201 GraphicUsed by:202 206
Symbol 202 ButtonUses:199 200 201Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 ButtonUses:194 195 196Used by:Timeline
Symbol 206 ButtonUses:199 200 201Used by:Timeline
Symbol 207 BitmapUsed by:208 258
Symbol 208 GraphicUses:207Used by:Timeline
Symbol 209 GraphicUsed by:214
Symbol 210 ShapeTweeningUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:210 211Used by:214
Symbol 213 GraphicUsed by:214
Symbol 214 ButtonUses:209 212 213 189Used by:Timeline
Symbol 215 FontUsed by:216 261
Symbol 216 EditableTextUses:215Used by:Timeline
Symbol 217 BitmapUsed by:225
Symbol 218 BitmapUsed by:225
Symbol 219 BitmapUsed by:225
Symbol 220 BitmapUsed by:225
Symbol 221 BitmapUsed by:225
Symbol 222 BitmapUsed by:225
Symbol 223 BitmapUsed by:225
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:217 218 219 220 221 222 223 224Used by:Timeline
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:Timeline
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:Timeline
Symbol 230 GraphicUsed by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 ShapeTweeningUsed by:Timeline
Symbol 233 ShapeTweeningUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 MovieClipUses:4Used by:Timeline
Symbol 236 GraphicUsed by:238 239
Symbol 237 GraphicUsed by:238 239
Symbol 238 ButtonUses:236 237Used by:259  Timeline
Symbol 239 ButtonUses:236 237Used by:259  Timeline
Symbol 240 ShapeTweeningUsed by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 FontUsed by:247 288 295 302 309 316
Symbol 247 TextUses:246Used by:Timeline
Symbol 248 GraphicUsed by:318  Timeline
Symbol 249 GraphicUsed by:252 318  Timeline
Symbol 250 GraphicUsed by:252
Symbol 251 GraphicUsed by:252
Symbol 252 ButtonUses:249 250 251Used by:318  Timeline
Symbol 253 ShapeTweeningUsed by:Timeline
Symbol 254 GraphicUsed by:318  Timeline
Symbol 255 GraphicUsed by:275  Timeline
Symbol 256 ShapeTweeningUsed by:Timeline
Symbol 257 ShapeTweeningUsed by:Timeline
Symbol 258 GraphicUses:207Used by:Timeline
Symbol 259 MovieClipUses:189 238 239Used by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 EditableTextUses:215Used by:Timeline
Symbol 262 GraphicUsed by:268
Symbol 263 FontUsed by:264 266 270 271 326 328 330
Symbol 264 EditableTextUses:263Used by:268
Symbol 265 GraphicUsed by:268 273
Symbol 266 EditableTextUses:263Used by:268
Symbol 267 GraphicUsed by:268
Symbol 268 ButtonUses:262 264 265 266 267Used by:274
Symbol 269 GraphicUsed by:273
Symbol 270 EditableTextUses:263Used by:273
Symbol 271 EditableTextUses:263Used by:273
Symbol 272 GraphicUsed by:273
Symbol 273 ButtonUses:269 270 265 271 272Used by:274
Symbol 274 MovieClipUses:268 273Used by:Timeline
Symbol 275 MovieClipUses:255Used by:Timeline
Symbol 276 GraphicUsed by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 MovieClipUses:4Used by:Timeline
Symbol 279 ShapeTweeningUsed by:318
Symbol 280 GraphicUsed by:318
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:318
Symbol 283 GraphicUsed by:318
Symbol 284 GraphicUsed by:318
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:318
Symbol 287 GraphicUsed by:318
Symbol 288 TextUses:246Used by:318
Symbol 289 ShapeTweeningUsed by:318
Symbol 290 ShapeTweeningUsed by:318
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:318
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:318
Symbol 295 TextUses:246Used by:318
Symbol 296 ShapeTweeningUsed by:318
Symbol 297 ShapeTweeningUsed by:318
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:318
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:318
Symbol 302 TextUses:246Used by:318
Symbol 303 ShapeTweeningUsed by:318
Symbol 304 ShapeTweeningUsed by:318
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:318
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:318
Symbol 309 TextUses:246Used by:318
Symbol 310 ShapeTweeningUsed by:318
Symbol 311 ShapeTweeningUsed by:318
Symbol 312 BitmapUsed by:313
Symbol 313 GraphicUses:312Used by:318
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:314Used by:318
Symbol 316 TextUses:246Used by:318
Symbol 317 ShapeTweeningUsed by:318
Symbol 318 MovieClipUses:279 280 282 283 284 286 287 288 248 249 252 289 254 290 292 294 295 296 297 299 301 302 303 304 306 308 309 310 311 313 315 316 317Used by:Timeline
Symbol 319 GraphicUsed by:322
Symbol 320 GraphicUsed by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:319 320 321Used by:Timeline
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:Timeline
Symbol 325 GraphicUsed by:332
Symbol 326 EditableTextUses:263Used by:332
Symbol 327 GraphicUsed by:331
Symbol 328 EditableTextUses:263Used by:331
Symbol 329 GraphicUsed by:331
Symbol 330 EditableTextUses:263Used by:331
Symbol 331 ButtonUses:327 328 329 330Used by:332
Symbol 332 MovieClipUses:325 326 331Used by:Timeline
Symbol 333 GraphicUsed by:342  Timeline
Symbol 334 TextUses:5Used by:342  Timeline
Symbol 335 TextUses:5Used by:342  Timeline
Symbol 336 GraphicUsed by:339 343
Symbol 337 GraphicUsed by:339 343
Symbol 338 GraphicUsed by:339 343
Symbol 339 ButtonUses:336 337 338Used by:Timeline
Symbol 340 GraphicUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 ButtonUses:333 334 335 340 341Used by:Timeline
Symbol 343 ButtonUses:336 337 338Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 7 MovieClip [card_5_2]
Streaming Sound 3Used by:Symbol 10 MovieClip [card_5_1]
Streaming Sound 4Used by:Symbol 14 MovieClip [card_4_2]
Streaming Sound 5Used by:Symbol 17 MovieClip [card_4_1]
Streaming Sound 6Used by:Symbol 21 MovieClip [card_3_2]
Streaming Sound 7Used by:Symbol 24 MovieClip [card_3_1]
Streaming Sound 8Used by:Symbol 28 MovieClip [card_2_2]
Streaming Sound 9Used by:Symbol 31 MovieClip [card_2_1]
Streaming Sound 10Used by:Symbol 35 MovieClip [card_1_2]
Streaming Sound 11Used by:Symbol 38 MovieClip [card_1_1]

Instance Names

"loader"Frame 1Symbol 42 MovieClip
"submit_button_mc"Frame 497Symbol 259 MovieClip
"score_txt"Frame 497Symbol 261 EditableText
"speaker"Frame 497Symbol 274 MovieClip
"hint_bubble_mc"Frame 497Symbol 275 MovieClip
"card_2_mc"Frame 497Symbol 278 MovieClip
"card_10_mc"Frame 497Symbol 278 MovieClip
"card_4_mc"Frame 497Symbol 278 MovieClip
"card_8_mc"Frame 497Symbol 278 MovieClip
"card_9_mc"Frame 497Symbol 278 MovieClip
"card_6_mc"Frame 497Symbol 278 MovieClip
"card_7_mc"Frame 497Symbol 278 MovieClip
"card_3_mc"Frame 497Symbol 278 MovieClip
"card_1_mc"Frame 497Symbol 278 MovieClip
"card_5_mc"Frame 497Symbol 278 MovieClip
"big_win_animation"Frame 497Symbol 318 MovieClip
"wrong_result_mc"Frame 511Symbol 322 MovieClip
"copy_paste_mc"Frame 552Symbol 332 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "endSound"
ExportAssets (56)Timeline Frame 1Symbol 7 as "card_5_2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "card_5_1"
ExportAssets (56)Timeline Frame 1Symbol 14 as "card_4_2"
ExportAssets (56)Timeline Frame 1Symbol 17 as "card_4_1"
ExportAssets (56)Timeline Frame 1Symbol 21 as "card_3_2"
ExportAssets (56)Timeline Frame 1Symbol 24 as "card_3_1"
ExportAssets (56)Timeline Frame 1Symbol 28 as "card_2_2"
ExportAssets (56)Timeline Frame 1Symbol 31 as "card_2_1"
ExportAssets (56)Timeline Frame 1Symbol 35 as "card_1_2"
ExportAssets (56)Timeline Frame 1Symbol 38 as "card_1_1"
ExportAssets (56)Timeline Frame 5Symbol 344 as "__Packages.com.games.boobMatch.Game"
ExportAssets (56)Timeline Frame 5Symbol 345 as "__Packages.com.managers.SoundManager"
ExportAssets (56)Timeline Frame 5Symbol 346 as "__Packages.com.managers.SoundDataObject"
ExportAssets (56)Timeline Frame 5Symbol 347 as "__Packages.com.utilities.StatTracker"
ExportAssets (56)Timeline Frame 5Symbol 348 as "__Packages.com.events.EventDispatcher"
ExportAssets (56)Timeline Frame 5Symbol 349 as "__Packages.com.utilities.MyRandom"
ExportAssets (56)Timeline Frame 5Symbol 350 as "__Packages.com.events.Event"
ExportAssets (56)Timeline Frame 12Symbol 50 as "wrongSound"
ExportAssets (56)Timeline Frame 12Symbol 51 as "clickDragStageThingSound"
ExportAssets (56)Timeline Frame 12Symbol 53 as "hintUseSound"
ExportAssets (56)Timeline Frame 12Symbol 54 as "loop"
ExportAssets (56)Timeline Frame 12Symbol 55 as "plopBackSound"
ExportAssets (56)Timeline Frame 12Symbol 56 as "clickSound"
ExportAssets (56)Timeline Frame 12Symbol 57 as "failSound"
ExportAssets (56)Timeline Frame 12Symbol 58 as "correctAnswerSound"
ExportAssets (56)Timeline Frame 12Symbol 59 as "replaceSound"
ExportAssets (56)Timeline Frame 12Symbol 60 as "placeInPositionSound"
ExportAssets (56)Timeline Frame 12Symbol 64 as "winGameSound"
ExportAssets (56)Timeline Frame 12Symbol 65 as "hintZoomInSound"
ExportAssets (56)Timeline Frame 12Symbol 66 as "hintZoomOutSound"

Labels

"loadingFrame"Frame 2
"introStartFrame"Frame 4
"instructionsFrame"Frame 98
"playFrame"Frame 497
"intro fade"Frame 497
"game start"Frame 511
"game end"Frame 540
"endScreenFrame"Frame 552
"startGameHint"Symbol 7 MovieClip [card_5_2] Frame 1
"startGameHint"Symbol 10 MovieClip [card_5_1] Frame 1
"startGameHint"Symbol 14 MovieClip [card_4_2] Frame 1
"startGameHint"Symbol 17 MovieClip [card_4_1] Frame 1
"startGameHint"Symbol 21 MovieClip [card_3_2] Frame 1
"startGameHint"Symbol 24 MovieClip [card_3_1] Frame 1
"startGameHint"Symbol 28 MovieClip [card_2_2] Frame 1
"startGameHint"Symbol 31 MovieClip [card_2_1] Frame 1
"startGameHint"Symbol 35 MovieClip [card_1_2] Frame 1
"startGameHint"Symbol 38 MovieClip [card_1_1] Frame 1
"rollOutFrame"Symbol 259 MovieClip Frame 1
"rollInFrame"Symbol 259 MovieClip Frame 12
"stop"Symbol 274 MovieClip Frame 5
"hintBubbleDeploy"Symbol 275 MovieClip Frame 1
"hintBubbleWithdraw"Symbol 275 MovieClip Frame 12
"right1"Symbol 318 MovieClip Frame 1
"right2"Symbol 318 MovieClip Frame 27
"right3"Symbol 318 MovieClip Frame 53
"right4"Symbol 318 MovieClip Frame 80
"right5"Symbol 318 MovieClip Frame 108
"wrong1"Symbol 322 MovieClip Frame 2
"wrong2"Symbol 322 MovieClip Frame 11
"wrong3"Symbol 322 MovieClip Frame 20
"wrong4"Symbol 322 MovieClip Frame 29
"wrong5"Symbol 322 MovieClip Frame 38
"wrong6"Symbol 322 MovieClip Frame 47
"wrong7"Symbol 322 MovieClip Frame 56
"wrong8"Symbol 322 MovieClip Frame 65
"wrong9"Symbol 322 MovieClip Frame 74

Dynamic Text Variables

txtPercentageSymbol 44 EditableText"0% loaded"
txtAmountLoadedSymbol 46 EditableText"0% loaded"
txtTimeRemainingSymbol 47 EditableText"0% loaded"




http://swfchan.com/24/116045/info.shtml
Created: 9/3 -2019 04:00:48 Last modified: 9/3 -2019 04:00:48 Server time: 03/05 -2024 06:52:00