STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #128172 |
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 |
04.29.58.75.89 amanda.jj@ggtmail.com |
Amanda Jayne 32 yo EDUCATION University of Westshire Computer Science 2005 - 2008 Average of 78 % WORK EXPERIENCE Tourist Information Office, Summer 2003 Assisting customers from all over the world with a wide variety of enquiries, working in the Bureau de Change, booking theatre and concert tickets. Linford City Council Summer 2004 Responding to customer enquiries, using computerised accounts systems. Joe's Public House, Sept. 2006 - present |
Amanda Jayne 32 ans EDUCATION Université du Westshire Informatique 2005 - 2008 Résultat final de 78 % EXPERIENCE PROFESSIONNELLE Office de tourisme, été 2003 Accueil du public, conseil, travail au bureau de change et à la vente de tickets d'évènements culturels Mairie de Linford City, été 2004 Responsable du système informatique et création de sites web dédiés. Joe's Public House, Sept. 2006 - aujourd'hui |
ActionScript [AS3]
Section 1//btRep_6 (DreamJobInterviewsEp2_fla.btRep_6) package DreamJobInterviewsEp2_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 DreamJobInterviewsEp2_flaSection 2//MainTimeline (DreamJobInterviewsEp2_fla.MainTimeline) package DreamJobInterviewsEp2_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 CV1:MovieClip; 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, 45, frame46, 46, frame47, 47, frame48, 48, frame49, 49, frame50, 50, frame51, 51, frame52); } 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(); gotoAndStop(10); }; } public function v1Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v1Event); video.stop(); TCbt1 = 12; TCbt2 = 13; TCbt3 = 10; if (En){ lblQuestion.text = ""; btRep1.txt.text = "Your resume is very good."; btRep2.txt.text = "You're almost too good for the job."; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "Vous avez un très bon CV."; btRep2.txt.text = "N'êtes vous pas surdiplomée pour le poste?"; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v2Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v2Event); video.stop(); TCbt1 = 17; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "But I'm supposed to work on my own."; btRep1.txt.text = "Yes but all the staff must stick together."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais je suis censée être seule à mon poste."; btRep1.txt.text = "Oui mais l'ensemble du personnel doit se serrer les coudes."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v3Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v3Event); video.stop(); TCbt1 = 20; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "I am very sociable you know."; btRep1.txt.text = "This is very important. But what about personal investment?"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je suis quelqu'un de très sociable vous savez."; btRep1.txt.text = "C'est très important. Mais pour l'investissement personnel?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v6Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v6Event); video.stop(); TCbt1 = 32; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "You're very nice."; btRep1.txt.text = "No, I mean it!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous êtes un flatteur..."; btRep1.txt.text = "Non, je le pense vraiment!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v7Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v7Event); video.stop(); TCbt1 = 35; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "I can be very convincing."; btRep1.txt.text = "Really?"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je sais me montrer convaincante..."; btRep1.txt.text = "Vraiment?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v7BisEvent(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v7BisEvent); video.stop(); TCbt1 = 35; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "Let me show you my leadership skills."; btRep1.txt.text = "OK."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Alors laissez moi prendre l'initiative..."; btRep1.txt.text = "Très bien!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v10Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v10Event); video.stop(); TCbt1 = 36; TCbt2 = 37; TCbt3 = 37; if (En){ lblQuestion.text = "You see?"; btRep1.txt.text = "But what are you doing?"; btRep2.txt.text = "You are real slut ..."; btRep3.txt.text = "That's what I was talking about!"; } else { lblQuestion.text = "Vous voyez?"; btRep1.txt.text = "Mais enfin qu'est ce que vous faites?"; btRep2.txt.text = "Vous êtes vraiment une coquine..."; btRep3.txt.text = "C'est de ça dont je vous parlais!"; }; fixBtRep(); }; } public function v11Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v11Event); video.stop(); TCbt1 = 40; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "Tell me what you want me to do."; btRep1.txt.text = "That's the spirit."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Dites moi ce qui vous ferait plaisir."; btRep1.txt.text = "Voilà, c'est l'esprit."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v12Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v12Event); 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; bt1.visible = true; TCbt1 = 42; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v13Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v13Event); 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; bt1.visible = true; TCbt1 = 43; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v14Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v14Event); 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; bt1.visible = true; TCbt1 = 44; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v20Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v20Event); video.stop(); this.gotoAndStop(45); }; } public function v21Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v21Event); video.stop(); this.gotoAndStop(47); }; } public function v30Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v30Event); 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; bt1.visible = true; TCbt1 = 50; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v31Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v31Event); video.stop(); lblDialog.txt.text = ""; naration(); }; } public function v32Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v32Event); video.stop(); if (En){ lblDialog.txt.text = "Next time in Dream Job..."; } else { lblDialog.txt.text = "Prochainement dans Job de rêve..."; }; naration(); }; } public function v33Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v33Event); video.stop(); if (En){ lblDialog.txt.text = "Congratulation, You've finished the 2nd part. Last episode coming very soon!"; } else { lblDialog.txt.text = "Bravo, vous avez fini la 2e partie. La dernière arrive très vite!"; }; naration(); if (En){ lblInstru.txt.text = "Click on NEXT to play again."; } else { lblInstru.txt.text = "Cliquer sur NEXT pour rejouer."; }; pgSuiv = 4; }; } 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 = "It's now time to interview Amanda."; } else { lblDialog.txt.text = "C'est maintenant au tour d'Amanda."; }; naration(); } function frame8(){ TCbt1 = 9; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "Can I come in?"; btRep1.txt.text = "Yes and give me your resume."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je peux entrer?"; btRep1.txt.text = "Oui et donnez-moi votre CV SVP."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame9(){ 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 frame10(){ TCbt1 = 11; TCbt2 = 14; TCbt3 = 10; if (En){ lblQuestion.text = ""; btRep1.txt.text = "Very impressive, can you introduce yourself?"; btRep2.txt.text = ""; btRep3.txt.text = ""; CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); lblQuestion.text = ""; btRep1.txt.text = "Très impressionnant, pouvez vous vous présenter?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame11(){ 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 frame12(){ TCbt1 = 14; TCbt2 = 13; TCbt3 = 10; if (En){ lblQuestion.text = "Thanks a lot!"; btRep1.txt.text = "But you know, you'll need more than that to work with us."; btRep2.txt.text = "It's almost too much for the job."; btRep3.txt.text = ""; } else { lblQuestion.text = "Merci beaucoup!"; btRep1.txt.text = "Mais vous savez, il en faut plus pour travailler avec nous."; btRep2.txt.text = "C'est presque trop pour le poste..."; btRep3.txt.text = ""; }; fixBtRep(); } function frame13(){ TCbt1 = 14; TCbt2 = 15; TCbt3 = 10; if (En){ lblQuestion.text = "But I really want this job."; btRep1.txt.text = "Don't worry, we don't base our decision on the resume here."; btRep2.txt.text = "It's very good to be motivated."; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais j'ai vraiment envie de cet emploi."; btRep1.txt.text = "Ne vous inquiétez pas, le CV n'est pas fondamental ici."; btRep2.txt.text = "C'est très bien d'être motivée."; btRep3.txt.text = ""; }; fixBtRep(); } function frame14(){ TCbt1 = 16; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "What are your criteria then?"; btRep1.txt.text = "The team spirit."; btRep2.txt.text = "The personal investment."; btRep3.txt.text = "The bra size."; } else { lblQuestion.text = "Quels sont vos critères alors?"; btRep1.txt.text = "L'esprit d'équipe."; btRep2.txt.text = "Le don de soi."; btRep3.txt.text = "Le tour de poitrine!"; }; fixBtRep(); } function frame15(){ TCbt1 = 14; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "I'm really motivated."; btRep1.txt.text = "Very good, but not enough..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je suis super motivée."; btRep1.txt.text = "C'est bien mais ce n'est pas suffisant..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame16(){ 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 frame17(){ TCbt1 = 18; TCbt2 = 28; TCbt3 = 19; if (En){ lblQuestion.text = "But why?"; btRep1.txt.text = "The girls can be really tough you know."; btRep2.txt.text = "For the general atmosphere ... and everything else."; btRep3.txt.text = "A good atmosphere is the key to effective work."; } else { lblQuestion.text = "Mais enfin pourquoi?"; btRep1.txt.text = "Les filles peuvent être très dures vous savez."; btRep2.txt.text = "Pour l'ambiance générale... et le reste."; btRep3.txt.text = "Une bonne ambiance est la clef pour un travail efficace."; }; fixBtRep(); } function frame18(){ TCbt1 = 29; TCbt2 = 28; TCbt3 = 28; if (En){ lblQuestion.text = "What do you mean?"; btRep1.txt.text = "They can be terrible."; btRep2.txt.text = "At this age, they are so naughty..."; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais comment ça?"; btRep1.txt.text = "Elles sont terribles entre elles."; btRep2.txt.text = "A cet âge là, elles sont chaudes comme la braise."; btRep3.txt.text = ""; }; fixBtRep(); } function frame19(){ 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 frame20(){ TCbt1 = 21; TCbt2 = 23; TCbt3 = 28; if (En){ lblQuestion.text = "I'm always deeply committed."; btRep1.txt.text = "Really, how?"; btRep2.txt.text = "Allow me to doubt that."; btRep3.txt.text = ""; } else { lblQuestion.text = "Je suis toujours très impliquée."; btRep1.txt.text = "Vraiment, à quel point?"; btRep2.txt.text = "Permettez moi d'en douter."; btRep3.txt.text = ""; }; fixBtRep(); } function frame21(){ TCbt1 = 22; TCbt2 = 22; TCbt3 = 28; if (En){ lblQuestion.text = "I work long hours."; btRep1.txt.text = "It's not about that."; btRep2.txt.text = "This is a good start."; btRep3.txt.text = ""; } else { lblQuestion.text = "Je ne compte pas mes heures..."; btRep1.txt.text = "Ce n'est pas d'horaire dont il s'agit."; btRep2.txt.text = "C'est un bon début."; btRep3.txt.text = ""; }; fixBtRep(); } function frame22(){ TCbt1 = 25; TCbt2 = 24; TCbt3 = 10; if (En){ lblQuestion.text = "I never refuse extra work."; btRep1.txt.text = "This is perfect, I think it should be enough."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je ne recule jamais devant le travail."; btRep1.txt.text = "C'est parfait, je crois que j'ai ce qu'il me faut."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame23(){ TCbt1 = 24; TCbt2 = 21; TCbt3 = 27; if (En){ lblQuestion.text = "But what makes you say that?"; btRep1.txt.text = "I'm not sure you're that committed."; btRep2.txt.text = "What makes you say that you are committed?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais qu'est ce qui vous fait dire ça?"; btRep1.txt.text = "Je ne vous sens pas comme quelqu'un d'impliqué."; btRep2.txt.text = "Qu'est ce qui vous fait dire que vous êtes impliquée?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame24(){ TCbt1 = 28; TCbt2 = 21; TCbt3 = 27; if (En){ lblQuestion.text = "You don't know me enough to say that!"; btRep1.txt.text = "I just have to look at you to be pretty sure."; btRep2.txt.text = "Prove me wrong then."; btRep3.txt.text = ""; } else { lblQuestion.text = "Mais vous ne me connaissez pas!"; btRep1.txt.text = "Les bimbos blondes, je les connais vous savez."; btRep2.txt.text = "Très bien, dites moi en quoi vous êtes impliquée."; btRep3.txt.text = ""; }; fixBtRep(); } function frame25(){ TCbt1 = 26; TCbt2 = 26; TCbt3 = 27; if (En){ lblQuestion.text = "Already? But it was really short!"; btRep1.txt.text = "I know everything I need to take my decision."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Déjà ? Mais c'était très court."; btRep1.txt.text = "Je crois que j'ai tout ce qu'il me faut pour choisir."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame26(){ TCbt1 = 28; TCbt2 = 27; TCbt3 = 27; if (En){ lblQuestion.text = "You prefer the other girl, don't you?"; btRep1.txt.text = "She showed me her breasts ..."; btRep2.txt.text = "You have a good resume but she seems more open-minded."; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous préférez l'autre candidate c'est ça?"; btRep1.txt.text = "Elle m'a montré ses seins..."; btRep2.txt.text = "Vous avez un bon CV mais elle me semble plus ouverte."; btRep3.txt.text = ""; }; fixBtRep(); } function frame27(){ TCbt1 = 30; TCbt2 = 28; TCbt3 = 27; if (En){ lblQuestion.text = "But why?"; btRep1.txt.text = "Matter of feeling, I guess ..."; btRep2.txt.text = "She is a slut that's why..."; btRep3.txt.text = ""; } else { lblQuestion.text = "Pour quelle raison?"; btRep1.txt.text = "Question de feeling je suppose..."; btRep2.txt.text = "C'est une grosse cochonne voilà la raison..."; btRep3.txt.text = ""; }; fixBtRep(); } function frame28(){ TCbt1 = 10; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "I don't like the way you speak to me, I'm going."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je n'aime pas du tout votre ton, je m'en vais!"; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame29(){ TCbt1 = 10; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "This job is not for me. Good bye."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Cet emploi n'est pas pour moi, au revoir."; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame30(){ TCbt1 = 31; TCbt2 = 28; TCbt3 = 27; if (En){ lblQuestion.text = "You find her prettier, don't you?"; btRep1.txt.text = "It doesn't come into account, and I find you very pretty!"; btRep2.txt.text = "Indeed, she is very pretty..."; btRep3.txt.text = ""; } else { lblQuestion.text = "L'autre, elle est plus jolie... C'est ça?"; btRep1.txt.text = "Ca ne rentre pas en compte, et je vous trouve très belle!"; btRep2.txt.text = "En effet, elle est très belle..."; btRep3.txt.text = ""; }; fixBtRep(); } function frame31(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v6(); 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, v6Event); } function frame32(){ TCbt1 = 33; TCbt2 = 34; TCbt3 = 28; if (En){ lblQuestion.text = "Then why don't you choose me?"; btRep1.txt.text = "I have not made my decision yet but the other was very convincing."; btRep2.txt.text = "The first candidate seems to have more leadership ..."; btRep3.txt.text = ""; } else { lblQuestion.text = "Alors pourquoi vous ne me prenez pas?"; btRep1.txt.text = "Je n'ai pas pris ma décision mais l'autre était très convaincante."; btRep2.txt.text = "La première candidate a plus d'esprit d'initiative..."; btRep3.txt.text = ""; }; fixBtRep(); } function frame33(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v7(); 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, v7Event); } function frame34(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v7(); 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, v7BisEvent); } function frame35(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v10(); 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, v10Event); } function frame36(){ TCbt1 = 37; TCbt2 = 38; TCbt3 = 28; if (En){ lblQuestion.text = "Don't try to make me believe that you are offended."; btRep1.txt.text = "No indeed, I like what I see."; btRep2.txt.text = "I don't know where you think you are."; btRep3.txt.text = ""; } else { lblQuestion.text = "Ne me faites pas croire que vous êtes choqué."; btRep1.txt.text = "Non en effet, j'aime ce que je vois."; btRep2.txt.text = "Je ne sais pas où vous vous croyez."; btRep3.txt.text = ""; }; fixBtRep(); } function frame37(){ TCbt1 = 39; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "Is this enough to convince you?"; btRep1.txt.text = "You can never be too sure, continue ..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Est-ce suffisant pour vous convaincre?"; btRep1.txt.text = "On n'est jamais trop sûr, continuons..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame38(){ TCbt1 = 30; TCbt2 = 20; TCbt3 = 28; if (En){ lblQuestion.text = "Very well the, I'm going.."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Très bien alors je m'en vais."; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame39(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new v11(); 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, v11Event); } 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; bt1.visible = true; TCbt1 = 41; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame41(){ 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 frame42(){ 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); } function frame43(){ 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 frame44(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v20(); 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, v20Event); } function frame45(){ 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 = 46; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame46(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v21(); 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, v21Event); } function frame47(){ 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 = 48; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame48(){ 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 = 49; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame49(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v30(); 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, v30Event); } function frame50(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v31(); 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, v31Event); } function frame51(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v32(); 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, v32Event); } function frame52(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new v33(); 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, v33Event); } } }//package DreamJobInterviewsEp2_flaSection 3//SsTitres_1 (DreamJobInterviewsEp2_fla.SsTitres_1) package DreamJobInterviewsEp2_fla { import flash.display.*; public dynamic class SsTitres_1 extends MovieClip { public function SsTitres_1(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package DreamJobInterviewsEp2_flaSection 4//v0 (v0) package { import flash.display.*; public dynamic class v0 extends MovieClip { } }//packageSection 5//v1 (v1) package { import flash.display.*; public dynamic class v1 extends MovieClip { } }//packageSection 6//v10 (v10) package { import flash.display.*; public dynamic class v10 extends MovieClip { } }//packageSection 7//v11 (v11) package { import flash.display.*; public dynamic class v11 extends MovieClip { } }//packageSection 8//v12 (v12) package { import flash.display.*; public dynamic class v12 extends MovieClip { } }//packageSection 9//v13 (v13) package { import flash.display.*; public dynamic class v13 extends MovieClip { } }//packageSection 10//v14 (v14) package { import flash.display.*; public dynamic class v14 extends MovieClip { } }//packageSection 11//v2 (v2) package { import flash.display.*; public dynamic class v2 extends MovieClip { } }//packageSection 12//v20 (v20) package { import flash.display.*; public dynamic class v20 extends MovieClip { } }//packageSection 13//v21 (v21) package { import flash.display.*; public dynamic class v21 extends MovieClip { } }//packageSection 14//v3 (v3) package { import flash.display.*; public dynamic class v3 extends MovieClip { } }//packageSection 15//v30 (v30) package { import flash.display.*; public dynamic class v30 extends MovieClip { } }//packageSection 16//v31 (v31) package { import flash.display.*; public dynamic class v31 extends MovieClip { } }//packageSection 17//v32 (v32) package { import flash.display.*; public dynamic class v32 extends MovieClip { } }//packageSection 18//v33 (v33) package { import flash.display.*; public dynamic class v33 extends MovieClip { } }//packageSection 19//v6 (v6) package { import flash.display.*; public dynamic class v6 extends MovieClip { } }//packageSection 20//v7 (v7) package { import flash.display.*; public dynamic class v7 extends MovieClip { } }//package
Library Items
Symbol 1 Video | Used by:2 | |
Symbol 2 MovieClip {v33} | Uses:1 SS1 | |
Symbol 3 Video | Used by:4 | |
Symbol 4 MovieClip {v32} | Uses:3 SS2 | |
Symbol 5 Video | Used by:6 | |
Symbol 6 MovieClip {v31} | Uses:5 SS3 | |
Symbol 7 Video | Used by:8 | |
Symbol 8 MovieClip {v30} | Uses:7 SS4 | |
Symbol 9 Video | Used by:10 | |
Symbol 10 MovieClip {v21} | Uses:9 SS5 | |
Symbol 11 Video | Used by:12 | |
Symbol 12 MovieClip {v20} | Uses:11 SS6 | |
Symbol 13 Video | Used by:14 | |
Symbol 14 MovieClip {v14} | Uses:13 SS7 | |
Symbol 15 Video | Used by:16 | |
Symbol 16 MovieClip {v13} | Uses:15 SS8 | |
Symbol 17 Video | Used by:18 | |
Symbol 18 MovieClip {v12} | Uses:17 SS9 | |
Symbol 19 Video | Used by:22 | |
Symbol 20 Bitmap | Used by:21 | |
Symbol 21 Graphic | Uses:20 | Used by:22 24 26 28 30 32 |
Symbol 22 MovieClip {v11} | Uses:19 21 SS10 | |
Symbol 23 Video | Used by:24 | |
Symbol 24 MovieClip {v10} | Uses:23 21 SS11 | |
Symbol 25 Video | Used by:26 | |
Symbol 26 MovieClip {v7} | Uses:25 21 SS12 | |
Symbol 27 Video | Used by:28 | |
Symbol 28 MovieClip {v6} | Uses:27 21 SS13 | |
Symbol 29 Video | Used by:30 | |
Symbol 30 MovieClip {v3} | Uses:29 21 SS14 | |
Symbol 31 Video | Used by:32 | |
Symbol 32 MovieClip {v2} | Uses:31 21 SS15 | |
Symbol 33 Video | Used by:34 | |
Symbol 34 MovieClip {v1} | Uses:33 SS16 | |
Symbol 35 Video | Used by:36 | |
Symbol 36 MovieClip {v0} | Uses:35 SS17 | |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:Timeline |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:43 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:43 |
Symbol 43 MovieClip {DreamJobInterviewsEp2_fla.SsTitres_1} | Uses:40 42 | Used by:Timeline |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 Button | Uses:44 | Used by:Timeline |
Symbol 46 Bitmap | Used by:47 | |
Symbol 47 Graphic | Uses:46 | Used by:53 |
Symbol 48 Font | Used by:49 95 96 97 | |
Symbol 49 EditableText | Uses:48 | Used by:53 |
Symbol 50 Font | Used by:51 52 62 93 103 106 109 112 113 116 119 120 123 126 129 132 135 138 141 144 147 150 151 154 155 158 159 160 163 | |
Symbol 51 EditableText | Uses:50 | Used by:53 |
Symbol 52 EditableText | Uses:50 | Used by:53 |
Symbol 53 MovieClip | Uses:47 49 51 52 | Used by:Timeline |
Symbol 54 Bitmap | Used by:55 | |
Symbol 55 Graphic | Uses:54 | Used by:56 |
Symbol 56 Button | Uses:55 | Used by:Timeline |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:57 | Used by:61 |
Symbol 59 Font | Used by:60 | |
Symbol 60 EditableText | Uses:59 | Used by:61 |
Symbol 61 MovieClip | Uses:58 60 | Used by:Timeline |
Symbol 62 EditableText | Uses:50 | Used by:Timeline |
Symbol 63 Bitmap | Used by:64 | |
Symbol 64 Graphic | Uses:63 | Used by:69 |
Symbol 65 Font | Used by:66 | |
Symbol 66 EditableText | Uses:65 | Used by:69 |
Symbol 67 Bitmap | Used by:68 | |
Symbol 68 Graphic | Uses:67 | Used by:69 |
Symbol 69 MovieClip {DreamJobInterviewsEp2_fla.btRep_6} | Uses:64 66 68 | Used by:Timeline |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip | Uses:70 | Used by:Timeline |
Symbol 72 Bitmap | Used by:73 | |
Symbol 73 Graphic | Uses:72 | Used by:74 |
Symbol 74 Button | Uses:73 | Used by:Timeline |
Symbol 75 Bitmap | Used by:76 | |
Symbol 76 Graphic | Uses:75 | Used by:77 |
Symbol 77 Button | Uses:76 | Used by:Timeline |
Symbol 78 Graphic | Used by:Timeline | |
Symbol 79 Bitmap | Used by:80 | |
Symbol 80 Graphic | Uses:79 | Used by:Timeline |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:81 | Used by:Timeline |
Symbol 83 Bitmap | Used by:84 | |
Symbol 84 Graphic | Uses:83 | Used by:Timeline |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:85 | Used by:Timeline |
Symbol 87 Bitmap | Used by:88 | |
Symbol 88 Graphic | Uses:87 | Used by:Timeline |
Symbol 89 Bitmap | Used by:90 | |
Symbol 90 Graphic | Uses:89 | Used by:Timeline |
Symbol 91 Bitmap | Used by:92 | |
Symbol 92 Graphic | Uses:91 | Used by:Timeline |
Symbol 93 EditableText | Uses:50 | Used by:Timeline |
Symbol 94 Graphic | Used by:100 | |
Symbol 95 Text | Uses:48 | Used by:98 |
Symbol 96 Text | Uses:48 | Used by:98 |
Symbol 97 Text | Uses:48 | Used by:98 |
Symbol 98 MovieClip | Uses:95 96 97 | Used by:100 |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:94 98 99 | Used by:Timeline |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:Timeline |
Symbol 103 EditableText | Uses:50 | Used by:Timeline |
Symbol 104 Bitmap | Used by:105 | |
Symbol 105 Graphic | Uses:104 | Used by:Timeline |
Symbol 106 EditableText | Uses:50 | Used by:Timeline |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:Timeline |
Symbol 109 EditableText | Uses:50 | Used by:Timeline |
Symbol 110 Bitmap | Used by:111 | |
Symbol 111 Graphic | Uses:110 | Used by:Timeline |
Symbol 112 EditableText | Uses:50 | Used by:Timeline |
Symbol 113 EditableText | Uses:50 | Used by:Timeline |
Symbol 114 Bitmap | Used by:115 | |
Symbol 115 Graphic | Uses:114 | Used by:Timeline |
Symbol 116 EditableText | Uses:50 | Used by:Timeline |
Symbol 117 Bitmap | Used by:118 | |
Symbol 118 Graphic | Uses:117 | Used by:Timeline |
Symbol 119 EditableText | Uses:50 | Used by:Timeline |
Symbol 120 EditableText | Uses:50 | Used by:Timeline |
Symbol 121 Bitmap | Used by:122 | |
Symbol 122 Graphic | Uses:121 | Used by:Timeline |
Symbol 123 EditableText | Uses:50 | Used by:Timeline |
Symbol 124 Bitmap | Used by:125 | |
Symbol 125 Graphic | Uses:124 | Used by:Timeline |
Symbol 126 EditableText | Uses:50 | Used by:Timeline |
Symbol 127 Bitmap | Used by:128 | |
Symbol 128 Graphic | Uses:127 | Used by:Timeline |
Symbol 129 EditableText | Uses:50 | Used by:Timeline |
Symbol 130 Bitmap | Used by:131 | |
Symbol 131 Graphic | Uses:130 | Used by:Timeline |
Symbol 132 EditableText | Uses:50 | Used by:Timeline |
Symbol 133 Bitmap | Used by:134 | |
Symbol 134 Graphic | Uses:133 | Used by:Timeline |
Symbol 135 EditableText | Uses:50 | Used by:Timeline |
Symbol 136 Bitmap | Used by:137 | |
Symbol 137 Graphic | Uses:136 | Used by:Timeline |
Symbol 138 EditableText | Uses:50 | Used by:Timeline |
Symbol 139 Bitmap | Used by:140 | |
Symbol 140 Graphic | Uses:139 | Used by:Timeline |
Symbol 141 EditableText | Uses:50 | Used by:Timeline |
Symbol 142 Bitmap | Used by:143 | |
Symbol 143 Graphic | Uses:142 | Used by:Timeline |
Symbol 144 EditableText | Uses:50 | Used by:Timeline |
Symbol 145 Bitmap | Used by:146 | |
Symbol 146 Graphic | Uses:145 | Used by:Timeline |
Symbol 147 EditableText | Uses:50 | Used by:Timeline |
Symbol 148 Bitmap | Used by:149 | |
Symbol 149 Graphic | Uses:148 | Used by:Timeline |
Symbol 150 EditableText | Uses:50 | Used by:Timeline |
Symbol 151 EditableText | Uses:50 | Used by:Timeline |
Symbol 152 Bitmap | Used by:153 | |
Symbol 153 Graphic | Uses:152 | Used by:Timeline |
Symbol 154 EditableText | Uses:50 | Used by:Timeline |
Symbol 155 EditableText | Uses:50 | Used by:Timeline |
Symbol 156 Bitmap | Used by:157 | |
Symbol 157 Graphic | Uses:156 | Used by:Timeline |
Symbol 158 EditableText | Uses:50 | Used by:Timeline |
Symbol 159 EditableText | Uses:50 | Used by:Timeline |
Symbol 160 EditableText | Uses:50 | Used by:Timeline |
Symbol 161 Bitmap | Used by:162 | |
Symbol 162 Graphic | Uses:161 | Used by:Timeline |
Symbol 163 EditableText | Uses:50 | Used by:Timeline |
Symbol 164 Bitmap | Used by:165 | |
Symbol 165 Graphic | Uses:164 | Used by:Timeline |
Symbol 166 Bitmap | Used by:167 | |
Symbol 167 Graphic | Uses:166 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 2 MovieClip {v33} | |
Streaming Sound 2 | Used by:Symbol 4 MovieClip {v32} | |
Streaming Sound 3 | Used by:Symbol 6 MovieClip {v31} | |
Streaming Sound 4 | Used by:Symbol 8 MovieClip {v30} | |
Streaming Sound 5 | Used by:Symbol 10 MovieClip {v21} | |
Streaming Sound 6 | Used by:Symbol 12 MovieClip {v20} | |
Streaming Sound 7 | Used by:Symbol 14 MovieClip {v14} | |
Streaming Sound 8 | Used by:Symbol 16 MovieClip {v13} | |
Streaming Sound 9 | Used by:Symbol 18 MovieClip {v12} | |
Streaming Sound 10 | Used by:Symbol 22 MovieClip {v11} | |
Streaming Sound 11 | Used by:Symbol 24 MovieClip {v10} | |
Streaming Sound 12 | Used by:Symbol 26 MovieClip {v7} | |
Streaming Sound 13 | Used by:Symbol 28 MovieClip {v6} | |
Streaming Sound 14 | Used by:Symbol 30 MovieClip {v3} | |
Streaming Sound 15 | Used by:Symbol 32 MovieClip {v2} | |
Streaming Sound 16 | Used by:Symbol 34 MovieClip {v1} | |
Streaming Sound 17 | Used by:Symbol 36 MovieClip {v0} |
Instance Names
"ssTitres" | Frame 1 | Symbol 43 MovieClip {DreamJobInterviewsEp2_fla.SsTitres_1} |
"btLogo" | Frame 1 | Symbol 45 Button |
"lblDialog" | Frame 1 | Symbol 53 MovieClip |
"btNext" | Frame 1 | Symbol 56 Button |
"lblInstru" | Frame 1 | Symbol 61 MovieClip |
"lblQuestion" | Frame 1 | Symbol 62 EditableText |
"btRep3" | Frame 1 | Symbol 69 MovieClip {DreamJobInterviewsEp2_fla.btRep_6} |
"btRep2" | Frame 1 | Symbol 69 MovieClip {DreamJobInterviewsEp2_fla.btRep_6} |
"btRep1" | Frame 1 | Symbol 69 MovieClip {DreamJobInterviewsEp2_fla.btRep_6} |
"bt3" | Frame 1 | Symbol 71 MovieClip |
"bt2" | Frame 1 | Symbol 71 MovieClip |
"bt1" | Frame 1 | Symbol 71 MovieClip |
"btFr" | Frame 1 | Symbol 74 Button |
"btEn" | Frame 1 | Symbol 77 Button |
"lblQuestion" | Frame 8 | Symbol 93 EditableText |
"CV1" | Frame 10 | Symbol 100 MovieClip |
"lblQuestion" | Frame 12 | Symbol 103 EditableText |
"lblQuestion" | Frame 13 | Symbol 106 EditableText |
"lblQuestion" | Frame 14 | Symbol 109 EditableText |
"lblQuestion" | Frame 15 | Symbol 112 EditableText |
"lblQuestion" | Frame 16 | Symbol 113 EditableText |
"lblQuestion" | Frame 17 | Symbol 116 EditableText |
"lblQuestion" | Frame 18 | Symbol 119 EditableText |
"lblQuestion" | Frame 19 | Symbol 120 EditableText |
"lblQuestion" | Frame 20 | Symbol 123 EditableText |
"lblQuestion" | Frame 21 | Symbol 126 EditableText |
"lblQuestion" | Frame 22 | Symbol 129 EditableText |
"lblQuestion" | Frame 23 | Symbol 132 EditableText |
"lblQuestion" | Frame 24 | Symbol 135 EditableText |
"lblQuestion" | Frame 25 | Symbol 138 EditableText |
"lblQuestion" | Frame 26 | Symbol 141 EditableText |
"lblQuestion" | Frame 27 | Symbol 144 EditableText |
"lblQuestion" | Frame 28 | Symbol 147 EditableText |
"lblQuestion" | Frame 30 | Symbol 150 EditableText |
"lblQuestion" | Frame 31 | Symbol 151 EditableText |
"lblQuestion" | Frame 32 | Symbol 154 EditableText |
"lblQuestion" | Frame 33 | Symbol 155 EditableText |
"lblQuestion" | Frame 36 | Symbol 158 EditableText |
"lblQuestion" | Frame 38 | Symbol 159 EditableText |
"lblQuestion" | Frame 39 | Symbol 160 EditableText |
"lblQuestion" | Frame 40 | Symbol 163 EditableText |
"txt" | Symbol 53 MovieClip Frame 1 | Symbol 49 EditableText |
"txt" | Symbol 53 MovieClip Frame 2 | Symbol 51 EditableText |
"txt" | Symbol 53 MovieClip Frame 3 | Symbol 52 EditableText |
"txt" | Symbol 61 MovieClip Frame 1 | Symbol 60 EditableText |
"txt" | Symbol 69 MovieClip {DreamJobInterviewsEp2_fla.btRep_6} Frame 1 | Symbol 66 EditableText |
"textCV" | Symbol 100 MovieClip Frame 1 | Symbol 98 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|