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

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

Dream Job - The Interview 3.swf

This is the info page for
Flash #134036

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


Text
You were looking for a job when you found an advert to be a handy man at a girls college dorm.

bla

bla

Clicker sur next

ActionScript [AS3]

Section 1
//btRep_6 (DreamJobInterviewsEp3_fla.btRep_6) package DreamJobInterviewsEp3_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class btRep_6 extends MovieClip { public var txt:TextField; public function btRep_6(){ addFrameScript(0, frame1); } public function survol(_arg1:Event):void{ txt.textColor = 12127499; this.gotoAndStop(2); } public function finSurvol(_arg1:Event):void{ txt.textColor = 16579406; this.gotoAndStop(1); } function frame1(){ stop(); this.mouseChildren = false; this.buttonMode = true; this.useHandCursor = true; this.addEventListener(MouseEvent.CLICK, survol); this.addEventListener(MouseEvent.MOUSE_OVER, survol); this.addEventListener(MouseEvent.MOUSE_OUT, finSurvol); } } }//package DreamJobInterviewsEp3_fla
Section 2
//MainTimeline (DreamJobInterviewsEp3_fla.MainTimeline) package DreamJobInterviewsEp3_fla { import flash.events.*; import flash.display.*; import flash.text.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.system.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var btRep3:MovieClip; public var ssTitres:MovieClip; public var btNext:SimpleButton; public var btFr:SimpleButton; public var lblQuestion:TextField; public var lblInstru:MovieClip; public var bt1:MovieClip; public var lblDialog:MovieClip; public var bt2:MovieClip; public var btEn:SimpleButton; public var bt3:MovieClip; public var btLogo:SimpleButton; public var btRep1:MovieClip; public var btRep2:MovieClip; public var charge; public var vol; public var zone1; public var zone2; public var zone3; public var strPerdu; public var la; public var En; public var pgSuiv; public var TCbt1; public var TCbt2; public var TCbt3; public var tcPerdu; public var video; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6, 6, frame7, 7, frame8, 8, frame9, 9, frame10, 10, frame11, 11, frame12, 12, frame13, 13, frame14, 14, frame15, 15, frame16, 16, frame17, 17, frame18, 18, frame19, 19, frame20, 20, frame21, 21, frame22, 22, frame23, 23, frame24, 24, frame25, 25, frame26, 26, frame27, 27, frame28, 28, frame29, 29, frame30, 30, frame31, 31, frame32, 32, frame33, 33, frame34, 34, frame35, 35, frame36, 36, frame37, 37, frame38, 38, frame39, 39, frame40, 40, frame41, 41, frame42, 42, frame43, 43, frame44, 44, frame45, 49, frame50, 50, frame51, 51, frame52, 52, frame53, 53, frame54, 54, frame55, 55, frame56, 56, frame57, 57, frame58, 58, frame59, 59, frame60, 60, frame61); } public function loadProgress(_arg1:Event){ var _local2:int = this.root.loaderInfo.bytesLoaded; var _local3:int = this.root.loaderInfo.bytesTotal; var _local4:int = ((100 * _local2) / _local3); if (En){ lblDialog.txt.text = (("Please Wait: " + _local4) + "%"); } else { lblDialog.txt.text = (("Patientez: " + _local4) + "%"); }; if (_local2 >= _local3){ charge = true; removeEventListener(Event.ENTER_FRAME, loadProgress); btNext.visible = true; lblDialog.visible = false; lblInstru.txt.text = "Click on NEXT."; affText(); }; } public function btEnClick(_arg1:MouseEvent){ if (!En){ En = true; affText(); }; } public function btFrClick(_arg1:MouseEvent){ if (En){ En = false; affText(); }; } public function affText(){ if (charge){ if (lblInstru.txt.text != ""){ if (En){ lblInstru.txt.text = "Click on NEXT."; } else { lblInstru.txt.text = "Cliquer sur NEXT."; }; }; }; if (this.currentFrame < 3){ if (En){ ssTitres.gotoAndStop(1); } else { ssTitres.gotoAndStop(2); }; }; } public function fixBtRep(){ SoundMixer.soundTransform = new SoundTransform(0); if (En){ lblInstru.txt.text = "Choose one answer."; } else { lblInstru.txt.text = "Choisir une réponse."; }; lblQuestion.visible = true; lblDialog.visible = false; lblDialog.txt.text = ""; bt1.visible = (bt2.visible = (bt3.visible = false)); lblInstru.visible = true; btNext.visible = false; if (btRep1.txt.text == ""){ btRep1.visible = false; } else { btRep1.visible = true; btRep1.addEventListener(MouseEvent.CLICK, btRep1_Click); }; if (btRep2.txt.text == ""){ btRep2.visible = false; } else { btRep2.visible = true; btRep2.addEventListener(MouseEvent.CLICK, btRep2_Click); }; if (btRep3.txt.text == ""){ btRep3.visible = false; } else { btRep3.visible = true; btRep3.addEventListener(MouseEvent.CLICK, btRep3_Click); }; } public function btRep1_Click(_arg1:MouseEvent){ btRep1.removeEventListener(MouseEvent.CLICK, btRep1_Click); btRep2.removeEventListener(MouseEvent.CLICK, btRep2_Click); btRep3.removeEventListener(MouseEvent.CLICK, btRep3_Click); lblInstru.visible = false; gotoAndStop(TCbt1); vidZone(); } public function btRep2_Click(_arg1:MouseEvent){ btRep1.removeEventListener(MouseEvent.CLICK, btRep1_Click); btRep2.removeEventListener(MouseEvent.CLICK, btRep2_Click); btRep3.removeEventListener(MouseEvent.CLICK, btRep3_Click); lblInstru.visible = false; vidZone(); gotoAndStop(TCbt2); } public function btRep3_Click(_arg1:MouseEvent){ btRep1.removeEventListener(MouseEvent.CLICK, btRep1_Click); btRep2.removeEventListener(MouseEvent.CLICK, btRep2_Click); btRep3.removeEventListener(MouseEvent.CLICK, btRep3_Click); lblInstru.visible = false; vidZone(); gotoAndStop(TCbt3); } public function naration(){ SoundMixer.soundTransform = new SoundTransform(0); stop(); lblQuestion.text = ""; lblInstru.visible = true; lblDialog.visible = !((lblDialog.txt.text == "")); pgSuiv = (this.currentFrame + 1); btNext.visible = true; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); bt1.visible = (bt2.visible = (bt3.visible = false)); if (En){ lblInstru.txt.text = "Click on NEXT to continue."; } else { lblInstru.txt.text = "Cliquer sur NEXT pour continuer."; }; } public function vidZone(){ SoundMixer.soundTransform = new SoundTransform(0); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); bt1.visible = (bt2.visible = (bt3.visible = false)); lblDialog.visible = (btNext.visible = false); lblInstru.txt.text = ""; } public function btNext_Click(_arg1:MouseEvent){ gotoAndStop(pgSuiv); lblDialog.gotoAndStop(1); btNext.visible = false; bt1.visible = (bt2.visible = (bt3.visible = false)); } public function bt1Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt1.visible = (bt2.visible = (bt3.visible = false)); lblInstru.txt.text = ""; gotoAndStop(TCbt1); vidZone(); } public function bt2Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt1.visible = (bt2.visible = (bt3.visible = false)); lblInstru.txt.text = ""; gotoAndStop(TCbt2); vidZone(); } public function bt3Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt1.visible = (bt2.visible = (bt3.visible = false)); lblInstru.txt.text = ""; gotoAndStop(TCbt3); vidZone(); } public function linkFSGClick(_arg1:MouseEvent){ var _local2:* = "http://fr.free-strip-games.com/"; if (En){ _local2 = "http://www.free-strip-games.com/"; }; var _local3:URLRequest = new URLRequest(_local2); navigateToURL(_local3, "_blank"); } public function v0Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v0Event); video.stop(); TCbt1 = 23; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "What are you doing here? Where is he?"; btRep1.txt.text = "Calm down, he is on his way."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais enfin, que faites vous là? Où est il?"; btRep1.txt.text = "Calmez-vous, il arrive."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v1Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v1Event); video.stop(); gotoAndStop(30); }; } public function v2Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v2Event); video.stop(); gotoAndStop(32); }; } public function v3Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v3Event); video.stop(); gotoAndStop(34); }; } public function v4Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v4Event); video.stop(); gotoAndStop(36); }; } public function v5Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v5Event); video.stop(); vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; zone1 = (zone2 = false); bt1.visible = true; TCbt1 = 38; bt1.addEventListener(MouseEvent.CLICK, bt1Click); bt2.visible = true; TCbt2 = 39; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; } public function v6Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v6Event); video.stop(); zone1 = true; if (zone2){ gotoAndStop(41); } else { gotoAndStop(40); }; }; } public function v7Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v7Event); video.stop(); zone2 = true; if (zone1){ gotoAndStop(41); } else { gotoAndStop(40); }; }; } public function v8Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v8Event); video.stop(); zone1 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(50); } else { gotoAndStop(42); }; }; } public function v9Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v9Event); video.stop(); zone2 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(50); } else { gotoAndStop(42); }; }; } public function v10Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v10Event); video.stop(); zone3 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(50); } else { gotoAndStop(42); }; }; } public function v14Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v14Event); video.stop(); zone1 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(56); } else { gotoAndStop(52); }; }; } public function v15Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v15Event); video.stop(); zone2 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(56); } else { gotoAndStop(52); }; }; } public function v16Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v16Event); video.stop(); zone3 = true; if (((((zone1) && (zone2))) && (zone3))){ gotoAndStop(56); } else { gotoAndStop(52); }; }; } public function v17Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v17Event); video.stop(); if (En){ lblDialog.txt.text = "You've won. Click on NEXT to start again."; } else { lblDialog.txt.text = "Bravo, vous avez gagné! Cliquez sur NEXT pour recommencer."; }; naration(); pgSuiv = 3; }; } public function v11Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v11Event); video.stop(); vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; zone1 = (zone2 = false); bt1.visible = true; TCbt1 = 59; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v12Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v12Event); video.stop(); gotoAndStop(60); }; } public function v13Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ zone1 = (zone2 = (zone3 = false)); video.removeEventListener(Event.ENTER_FRAME, v13Event); video.stop(); gotoAndStop(52); }; } function frame1(){ charge = false; vol = 1; zone1 = false; zone2 = false; zone3 = false; strPerdu = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblQuestion.text = ""; btEn.addEventListener(MouseEvent.CLICK, btEnClick); btFr.addEventListener(MouseEvent.CLICK, btFrClick); la = loaderInfo.parameters.la; En = true; if (la == "0"){ En = false; }; lblInstru.txt.text = ""; lblDialog.gotoAndStop(1); pgSuiv = 27; TCbt1 = 0; TCbt2 = 0; TCbt3 = 0; tcPerdu = 20; btNext.visible = false; addEventListener(Event.ENTER_FRAME, loadProgress); btNext.addEventListener(MouseEvent.CLICK, btNext_Click); btLogo.addEventListener(MouseEvent.MOUSE_UP, linkFSGClick); } function frame2(){ stop(); SoundMixer.soundTransform = new SoundTransform(0); video = new v0(); video.stop(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 0); pgSuiv = 3; } function frame3(){ if (En){ lblDialog.txt.text = "While arriving at work this morning you've seen two gorgeous women waiting in front of the entrance door."; } else { lblDialog.txt.text = "En arrivant au travail vous avez trouvé deux superbes jeunes femmes attendant devant la porte."; }; naration(); } function frame4(){ if (En){ lblDialog.txt.text = "They both have an appointment with Miss Trick for a job interview. You tell them to follow you to take care of that yourself."; } else { lblDialog.txt.text = "Elles ont rendez-vous avec Miss Trick pour un entretien d'embauche. Vous les invitez à vous suivre pour vous en charger vous-même."; }; naration(); } function frame5(){ if (En){ lblDialog.txt.text = "You start with Lucy and you quickly figure out that she lied on her resume."; } else { lblDialog.txt.text = "Vous commencez avec Lucy qui a visiblement menti sur son CV..."; }; naration(); } function frame6(){ if (En){ lblDialog.txt.text = "But you still find her very convincing..."; } else { lblDialog.txt.text = "Mais a d'autres arguments à faire valoir..."; }; naration(); } function frame7(){ if (En){ lblDialog.txt.text = "You spend then some time with Amanda."; } else { lblDialog.txt.text = "Vous passez ensuite à Amanda."; }; naration(); } function frame8(){ if (En){ lblDialog.txt.text = "Who appears to be a very good candidate as well."; } else { lblDialog.txt.text = "Qui ne manque pas d'atouts non plus."; }; naration(); } function frame9(){ if (En){ lblDialog.txt.text = "You leave the room to go to speak to Lucy."; } else { lblDialog.txt.text = "Vous quittez la salle pour retrouver Lucy."; }; naration(); } function frame10(){ TCbt1 = 22; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "It took you a while! So, it's OK? I've got the job?"; btRep1.txt.text = "No, the other girl is way better!"; btRep2.txt.text = "Yes but go in the room, I've got to speak with you two."; btRep3.txt.text = ""; } else { lblQuestion.text = "T'en as mis du temps! C'est bon, j'ai le job?"; btRep1.txt.text = "Non, l'autre est vraiment mieux."; btRep2.txt.text = "Oui, mais va dans la salle, on en parle tous les 3."; btRep3.txt.text = ""; }; fixBtRep(); } function frame11(){ TCbt1 = 12; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "Great! Let's go then!"; btRep1.txt.text = "- Your phone is ringing, it's Miss Trick -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Super, allons-y."; btRep1.txt.text = "- Votre téléphone sonne, c'est Madame Trick -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame12(){ TCbt1 = 13; TCbt2 = 13; TCbt3 = 10; if (En){ lblQuestion.text = "Answer and join me there."; btRep1.txt.text = "- You pick up the phone -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Réponds, on se retrouve là-bas."; btRep1.txt.text = "- Vous décrochez -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame13(){ TCbt1 = 14; TCbt2 = 15; TCbt3 = 10; if (En){ lblQuestion.text = "Hi, Miss Trick speaking."; btRep1.txt.text = "Oh Hi."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Bonjour, c'est Madame Trick,"; btRep1.txt.text = "Oh bonjour."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame14(){ TCbt1 = 15; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "I call you cause I must have got mixed up with the planning."; btRep1.txt.text = "Really?"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je vous appelle car j'ai fait une petite erreur de planning."; btRep1.txt.text = "Vraiment ?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame15(){ TCbt1 = 16; TCbt2 = 17; TCbt3 = 28; if (En){ lblQuestion.text = "Yes. Two young ladies will come for an interview today."; btRep1.txt.text = "They're here already."; btRep2.txt.text = "Yes..."; btRep3.txt.text = ""; } else { lblQuestion.text = "Oui, deux jeunes filles vont se présenter pour un entretien."; btRep1.txt.text = "Elles sont déjà là!"; btRep2.txt.text = "Oui..."; btRep3.txt.text = ""; }; fixBtRep(); } function frame16(){ TCbt1 = 22; TCbt2 = 17; TCbt3 = 28; if (En){ lblQuestion.text = "Really? What have you told them."; btRep1.txt.text = "I took care of the interview."; btRep2.txt.text = "Nothing, they just arrived."; btRep3.txt.text = ""; } else { lblQuestion.text = "Vraiment? Que leur avez-vous dit?"; btRep1.txt.text = "Je leur ai fait passer l'entretien!"; btRep2.txt.text = "Rien, elles viennent juste d'arriver."; btRep3.txt.text = ""; }; fixBtRep(); } function frame17(){ TCbt1 = 18; TCbt2 = 28; TCbt3 = 19; if (En){ lblQuestion.text = "Tell them that I'm truly sorry but the job is no longer available."; btRep1.txt.text = "No problem."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Présentez leur mes excuses et dites leur que le poste est pourvu,"; btRep1.txt.text = "Très bien."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame18(){ TCbt1 = 19; TCbt2 = 28; TCbt3 = 28; if (En){ lblQuestion.text = "Thank you so much, I owe you."; btRep1.txt.text = "Don't worry."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Merci beaucoup, vous me sauvez la mise."; btRep1.txt.text = "A votre service!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame19(){ if (En){ lblDialog.txt.text = "You hang up and decide to leave and to let the situation resolves itself."; } else { lblDialog.txt.text = "Vous raccrochez et décidez de partir en laissant la situation se résoudre d'elle même."; }; naration(); } function frame20(){ if (En){ lblDialog.txt.text = "In the meantime, in the other room..."; } else { lblDialog.txt.text = "Pendant ce temps là, dans la salle d'entretien..."; }; naration(); } function frame21(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v0(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v0Event); } function frame22(){ if (En){ lblDialog.txt.text = "You've lost. Click on NEXT to start again.."; } else { lblDialog.txt.text = "Vous avez perdu, cliquez sur NEXT pour recommencer."; }; naration(); pgSuiv = 3; } function frame23(){ TCbt1 = 24; TCbt2 = 21; TCbt3 = 27; if (En){ lblQuestion.text = "It's very embarrassing."; btRep1.txt.text = "I find it more embarrassing that we both ended up naked."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "C'est très gênant."; btRep1.txt.text = "C'est surtout gênant d'avoir fini toutes les deux à poil."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame24(){ TCbt1 = 25; TCbt2 = 22; TCbt3 = 27; if (En){ lblQuestion.text = "What do you mean?"; btRep1.txt.text = "I think this guy tricked us."; btRep2.txt.text = "I mean we're both real sluts."; btRep3.txt.text = ""; } else { lblQuestion.text = "Que voulez vous dire?"; btRep1.txt.text = "Je crois qu'il nous a bien eues."; btRep2.txt.text = "Je crois qu'on est deux belles salopes."; btRep3.txt.text = ""; }; fixBtRep(); } function frame25(){ TCbt1 = 26; TCbt2 = 26; TCbt3 = 27; if (En){ lblQuestion.text = "He asked you to strip as well?"; btRep1.txt.text = "Sort of..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Il vous a aussi demandé de vous déshabiller ?"; btRep1.txt.text = "En quelque sorte oui."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame26(){ TCbt1 = 27; TCbt2 = 28; TCbt3 = 27; if (En){ lblQuestion.text = "What a bastard..."; btRep1.txt.text = "Exactly."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Quel salaud..."; btRep1.txt.text = "Comme tu dis."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame27(){ lblDialog.txt.text = ""; naration(); if (En){ lblQuestion.text = "I'm sure you'll get the job. Look at your boobs!"; } else { lblQuestion.text = "Je suis sûr qu'il te choisira toi! Avec des seins comme ça..."; }; } function frame28(){ TCbt1 = 22; TCbt2 = 29; TCbt3 = 27; if (En){ lblQuestion.text = "Stop it. You look great. Show me what you've got."; btRep1.txt.text = "I don't think it's really the right time."; btRep2.txt.text = "OK!"; btRep3.txt.text = ""; } else { lblQuestion.text = "Arrête, t'es superbe. Montre moi les tiens, qu'on règle ça."; btRep1.txt.text = "Non, je crois que c'est pas le moment."; btRep2.txt.text = "OK!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame29(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v1(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v1Event); } function frame30(){ TCbt1 = 31; TCbt2 = 28; TCbt3 = 27; if (En){ lblQuestion.text = "Can I touch?"; btRep1.txt.text = "Sure!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je peux toucher?"; btRep1.txt.text = "Bien sûr!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame31(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v2(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v2Event); } function frame32(){ TCbt1 = 33; TCbt2 = 34; TCbt3 = 28; if (En){ lblQuestion.text = "OK, my go!"; btRep1.txt.text = "Yeah."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "A moi!"; btRep1.txt.text = "Avec plaisir!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame33(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v3(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v3Event); } function frame34(){ TCbt1 = 35; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "Let me see this lovely ass now."; btRep1.txt.text = "OK."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Laisse moi voir ton cul aussi."; btRep1.txt.text = "Très bien!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame35(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v4(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v4Event); } function frame36(){ TCbt1 = 37; TCbt2 = 38; TCbt3 = 28; if (En){ lblQuestion.text = "You've got to strip naked now."; btRep1.txt.text = "If I have to..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Il faut tout enlever maintenant!"; btRep1.txt.text = "Pas le choix..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame37(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v5(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v5Event); } function frame38(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v6(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v6Event); } function frame39(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v7(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v7Event); } function frame40(){ vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; if (!zone1){ bt1.visible = true; TCbt1 = 38; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; if (!zone2){ bt2.visible = true; TCbt2 = 39; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; } function frame41(){ zone1 = (zone2 = (zone3 = false)); gotoAndStop(42); } function frame42(){ vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; if (!zone1){ bt1.visible = true; TCbt1 = 43; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; if (!zone2){ bt2.visible = true; TCbt2 = 44; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; if (!zone3){ bt3.visible = true; TCbt3 = 45; bt3.addEventListener(MouseEvent.CLICK, bt3Click); }; } function frame43(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v8(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v8Event); } function frame44(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v9(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v9Event); } function frame45(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v10(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v10Event); } function frame50(){ TCbt1 = 51; TCbt2 = 38; TCbt3 = 28; if (En){ lblQuestion.text = "He won't come, don't you think?"; btRep1.txt.text = "No it has been too long."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Il ne viendra plus, tu crois pas?"; btRep1.txt.text = "Ca m'a l'air mal parti..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame51(){ TCbt1 = 58; TCbt2 = 38; TCbt3 = 28; zone1 = (zone2 = (zone3 = false)); if (En){ lblQuestion.text = "We can still go on playing."; btRep1.txt.text = "You're right!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "C'est pas une raison pour arrêter de jouer!"; btRep1.txt.text = "Tu as raison!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame52(){ vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; if (!zone1){ bt1.visible = true; TCbt1 = 53; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; if (!zone2){ bt2.visible = true; TCbt2 = 54; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; if (!zone3){ bt3.visible = true; TCbt3 = 55; bt3.addEventListener(MouseEvent.CLICK, bt3Click); }; } function frame53(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v14(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v14Event); } function frame54(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v15(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v15Event); } function frame55(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v16(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v16Event); } function frame56(){ vidZone(); lblQuestion.visible = false; if (En){ lblInstru.txt.text = "Click on the picture to play"; } else { lblInstru.txt.text = "Cliquez sur l'image"; }; lblInstru.visible = true; bt1.visible = true; TCbt1 = 57; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame57(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v17(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v17Event); } function frame58(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v11(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v11Event); } function frame59(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v12(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v12Event); } function frame60(){ TCbt1 = 61; TCbt2 = 26; TCbt3 = 27; if (En){ lblQuestion.text = "It's time for me to make you happy!"; btRep1.txt.text = "With pleasure."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "A moi maintenant!"; btRep1.txt.text = "Avec plaisir."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame61(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v13(); video.x = 25; video.y = 45; this.addChild(video); this.setChildIndex(video, 1); video.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video.addEventListener(Event.ENTER_FRAME, v13Event); } } }//package DreamJobInterviewsEp3_fla
Section 3
//SsTitres_1 (DreamJobInterviewsEp3_fla.SsTitres_1) package DreamJobInterviewsEp3_fla { import flash.display.*; public dynamic class SsTitres_1 extends MovieClip { public function SsTitres_1(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package DreamJobInterviewsEp3_fla
Section 4
//v0 (v0) package { import flash.display.*; public dynamic class v0 extends MovieClip { } }//package
Section 5
//v1 (v1) package { import flash.display.*; public dynamic class v1 extends MovieClip { } }//package
Section 6
//v10 (v10) package { import flash.display.*; public dynamic class v10 extends MovieClip { } }//package
Section 7
//v11 (v11) package { import flash.display.*; public dynamic class v11 extends MovieClip { } }//package
Section 8
//v12 (v12) package { import flash.display.*; public dynamic class v12 extends MovieClip { } }//package
Section 9
//v13 (v13) package { import flash.display.*; public dynamic class v13 extends MovieClip { } }//package
Section 10
//v14 (v14) package { import flash.display.*; public dynamic class v14 extends MovieClip { } }//package
Section 11
//v15 (v15) package { import flash.display.*; public dynamic class v15 extends MovieClip { } }//package
Section 12
//v16 (v16) package { import flash.display.*; public dynamic class v16 extends MovieClip { } }//package
Section 13
//v17 (v17) package { import flash.display.*; public dynamic class v17 extends MovieClip { } }//package
Section 14
//v2 (v2) package { import flash.display.*; public dynamic class v2 extends MovieClip { } }//package
Section 15
//v3 (v3) package { import flash.display.*; public dynamic class v3 extends MovieClip { } }//package
Section 16
//v4 (v4) package { import flash.display.*; public dynamic class v4 extends MovieClip { } }//package
Section 17
//v5 (v5) package { import flash.display.*; public dynamic class v5 extends MovieClip { } }//package
Section 18
//v6 (v6) package { import flash.display.*; public dynamic class v6 extends MovieClip { } }//package
Section 19
//v7 (v7) package { import flash.display.*; public dynamic class v7 extends MovieClip { } }//package
Section 20
//v8 (v8) package { import flash.display.*; public dynamic class v8 extends MovieClip { } }//package
Section 21
//v9 (v9) package { import flash.display.*; public dynamic class v9 extends MovieClip { } }//package

Library Items

Symbol 1 VideoUsed by:2
Symbol 2 MovieClip {v17}Uses:1 SS1
Symbol 3 VideoUsed by:4
Symbol 4 MovieClip {v16}Uses:3 SS2
Symbol 5 VideoUsed by:6
Symbol 6 MovieClip {v15}Uses:5 SS3
Symbol 7 VideoUsed by:8
Symbol 8 MovieClip {v14}Uses:7 SS4
Symbol 9 VideoUsed by:10
Symbol 10 MovieClip {v13}Uses:9 SS5
Symbol 11 VideoUsed by:12
Symbol 12 MovieClip {v12}Uses:11 SS6
Symbol 13 VideoUsed by:14
Symbol 14 MovieClip {v11}Uses:13 SS7
Symbol 15 VideoUsed by:16
Symbol 16 MovieClip {v10}Uses:15 SS8
Symbol 17 VideoUsed by:18
Symbol 18 MovieClip {v9}Uses:17 SS9
Symbol 19 VideoUsed by:20
Symbol 20 MovieClip {v8}Uses:19 SS10
Symbol 21 VideoUsed by:22
Symbol 22 MovieClip {v7}Uses:21 SS11
Symbol 23 VideoUsed by:24
Symbol 24 MovieClip {v6}Uses:23 SS12
Symbol 25 VideoUsed by:26
Symbol 26 MovieClip {v5}Uses:25 SS13
Symbol 27 VideoUsed by:28
Symbol 28 MovieClip {v4}Uses:27 SS14
Symbol 29 VideoUsed by:30
Symbol 30 MovieClip {v3}Uses:29 SS15
Symbol 31 VideoUsed by:32
Symbol 32 MovieClip {v2}Uses:31 SS16
Symbol 33 VideoUsed by:34
Symbol 34 MovieClip {v1}Uses:33 SS17
Symbol 35 VideoUsed by:38
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClip {v0}Uses:35 37 SS18
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:45
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClip {DreamJobInterviewsEp3_fla.SsTitres_1}Uses:42 44Used by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:46Used by:Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:55
Symbol 50 FontUsed by:51
Symbol 51 EditableTextUses:50Used by:55
Symbol 52 FontUsed by:53 54 64 99 102 103 106 109 110 111 116 119 122 125 128 131 132 135 136 139 140 143 146 147 148 153 156 159 162
Symbol 53 EditableTextUses:52Used by:55
Symbol 54 EditableTextUses:52Used by:55
Symbol 55 MovieClipUses:49 51 53 54Used by:Timeline
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:58
Symbol 58 ButtonUses:57Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:63
Symbol 61 FontUsed by:62
Symbol 62 EditableTextUses:61Used by:63
Symbol 63 MovieClipUses:60 62Used by:Timeline
Symbol 64 EditableTextUses:52Used by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:71
Symbol 67 FontUsed by:68
Symbol 68 EditableTextUses:67Used by:71
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClip {DreamJobInterviewsEp3_fla.btRep_6}Uses:66 68 70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:76
Symbol 76 ButtonUses:75Used by:Timeline
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 ButtonUses:78Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:Timeline
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:Timeline
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:Timeline
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:Timeline
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:Timeline
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:Timeline
Symbol 99 EditableTextUses:52Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 EditableTextUses:52Used by:Timeline
Symbol 103 EditableTextUses:52Used by:Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:Timeline
Symbol 106 EditableTextUses:52Used by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:Timeline
Symbol 109 EditableTextUses:52Used by:Timeline
Symbol 110 EditableTextUses:52Used by:Timeline
Symbol 111 EditableTextUses:52Used by:Timeline
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:Timeline
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:Timeline
Symbol 116 EditableTextUses:52Used by:Timeline
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:Timeline
Symbol 119 EditableTextUses:52Used by:Timeline
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:Timeline
Symbol 122 EditableTextUses:52Used by:Timeline
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:Timeline
Symbol 125 EditableTextUses:52Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:Timeline
Symbol 128 EditableTextUses:52Used by:Timeline
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:Timeline
Symbol 131 EditableTextUses:52Used by:Timeline
Symbol 132 EditableTextUses:52Used by:Timeline
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:Timeline
Symbol 135 EditableTextUses:52Used by:Timeline
Symbol 136 EditableTextUses:52Used by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:Timeline
Symbol 139 EditableTextUses:52Used by:Timeline
Symbol 140 EditableTextUses:52Used by:Timeline
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:Timeline
Symbol 143 EditableTextUses:52Used by:Timeline
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:Timeline
Symbol 146 EditableTextUses:52Used by:Timeline
Symbol 147 EditableTextUses:52Used by:Timeline
Symbol 148 EditableTextUses:52Used by:Timeline
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:Timeline
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:Timeline
Symbol 153 EditableTextUses:52Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:Timeline
Symbol 156 EditableTextUses:52Used by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:Timeline
Symbol 159 EditableTextUses:52Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:Timeline
Symbol 162 EditableTextUses:52Used by:Timeline
Streaming Sound 1Used by:Symbol 2 MovieClip {v17}
Streaming Sound 2Used by:Symbol 4 MovieClip {v16}
Streaming Sound 3Used by:Symbol 6 MovieClip {v15}
Streaming Sound 4Used by:Symbol 8 MovieClip {v14}
Streaming Sound 5Used by:Symbol 10 MovieClip {v13}
Streaming Sound 6Used by:Symbol 12 MovieClip {v12}
Streaming Sound 7Used by:Symbol 14 MovieClip {v11}
Streaming Sound 8Used by:Symbol 16 MovieClip {v10}
Streaming Sound 9Used by:Symbol 18 MovieClip {v9}
Streaming Sound 10Used by:Symbol 20 MovieClip {v8}
Streaming Sound 11Used by:Symbol 22 MovieClip {v7}
Streaming Sound 12Used by:Symbol 24 MovieClip {v6}
Streaming Sound 13Used by:Symbol 26 MovieClip {v5}
Streaming Sound 14Used by:Symbol 28 MovieClip {v4}
Streaming Sound 15Used by:Symbol 30 MovieClip {v3}
Streaming Sound 16Used by:Symbol 32 MovieClip {v2}
Streaming Sound 17Used by:Symbol 34 MovieClip {v1}
Streaming Sound 18Used by:Symbol 38 MovieClip {v0}

Instance Names

"ssTitres"Frame 1Symbol 45 MovieClip {DreamJobInterviewsEp3_fla.SsTitres_1}
"btLogo"Frame 1Symbol 47 Button
"lblDialog"Frame 1Symbol 55 MovieClip
"btNext"Frame 1Symbol 58 Button
"lblInstru"Frame 1Symbol 63 MovieClip
"lblQuestion"Frame 1Symbol 64 EditableText
"btRep3"Frame 1Symbol 71 MovieClip {DreamJobInterviewsEp3_fla.btRep_6}
"btRep2"Frame 1Symbol 71 MovieClip {DreamJobInterviewsEp3_fla.btRep_6}
"btRep1"Frame 1Symbol 71 MovieClip {DreamJobInterviewsEp3_fla.btRep_6}
"bt3"Frame 1Symbol 73 MovieClip
"bt2"Frame 1Symbol 73 MovieClip
"bt1"Frame 1Symbol 73 MovieClip
"btFr"Frame 1Symbol 76 Button
"btEn"Frame 1Symbol 79 Button
"lblQuestion"Frame 10Symbol 99 EditableText
"lblQuestion"Frame 11Symbol 102 EditableText
"lblQuestion"Frame 12Symbol 103 EditableText
"lblQuestion"Frame 13Symbol 106 EditableText
"lblQuestion"Frame 19Symbol 109 EditableText
"lblQuestion"Frame 20Symbol 110 EditableText
"lblQuestion"Frame 21Symbol 111 EditableText
"lblQuestion"Frame 23Symbol 116 EditableText
"lblQuestion"Frame 24Symbol 119 EditableText
"lblQuestion"Frame 25Symbol 122 EditableText
"lblQuestion"Frame 26Symbol 125 EditableText
"lblQuestion"Frame 27Symbol 128 EditableText
"lblQuestion"Frame 28Symbol 131 EditableText
"lblQuestion"Frame 29Symbol 132 EditableText
"lblQuestion"Frame 30Symbol 135 EditableText
"lblQuestion"Frame 31Symbol 136 EditableText
"lblQuestion"Frame 32Symbol 139 EditableText
"lblQuestion"Frame 33Symbol 140 EditableText
"lblQuestion"Frame 34Symbol 143 EditableText
"lblQuestion"Frame 36Symbol 146 EditableText
"lblQuestion"Frame 38Symbol 147 EditableText
"lblQuestion"Frame 39Symbol 148 EditableText
"lblQuestion"Frame 50Symbol 153 EditableText
"lblQuestion"Frame 51Symbol 156 EditableText
"lblQuestion"Frame 54Symbol 159 EditableText
"lblQuestion"Frame 60Symbol 162 EditableText
"txt"Symbol 55 MovieClip Frame 1Symbol 51 EditableText
"txt"Symbol 55 MovieClip Frame 2Symbol 53 EditableText
"txt"Symbol 55 MovieClip Frame 3Symbol 54 EditableText
"txt"Symbol 63 MovieClip Frame 1Symbol 62 EditableText
"txt"Symbol 71 MovieClip {DreamJobInterviewsEp3_fla.btRep_6} Frame 1Symbol 68 EditableText

Special Tags

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




http://swfchan.com/27/134036/info.shtml
Created: 10/2 -2019 02:20:14 Last modified: 10/2 -2019 02:20:14 Server time: 19/05 -2024 19:22:39