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 #134806 |
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 |
Lucy Alexandra 30 yo 06.26.59.75.89 lucy.milf@dirtmail.com Experiences Executive assistant at MondoPolo April 2006 - February 2010 • Customers relationship management • Supply management • Integration of the new team members Freelance reporter June 2004 - February 2008 • Reporting on the main regional events for the local newspapers. • Photo reporting • Desktop publishing Uplay-istrip.Com photo/video modeling February 2011 Education A levels in 1998 Miscellaneous • Ping-pong champion • Heavy goods vehicle license |
Lucy Alexandra 30 ans 06.26.59.75.89 lucy.milf@dirtmail.com Experience Assistante de direction à MondoPolo Avril 2006 - Février 2010 • Gestion des relations clients • Prise en charge des stocks • Intégration des nouveaux éléments au sein de la structure Journaliste en Freelance Juin 2004 - Février 2008 • Couverture des évenements régionnaux pour un magazine de la PQR • Prise de vue • Mise en page et correction Uplay-istrip.Com modèle photo vidéo February 2011 Education Bac ES Mention AB en 1998 Par ailleurs • Championne de ping pong • Titulaire du permis poids lourds |
ActionScript [AS3]
Section 1//btRep_6 (DreamJobInterviews_fla.btRep_6) package DreamJobInterviews_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 DreamJobInterviews_flaSection 2//MainTimeline (DreamJobInterviews_fla.MainTimeline) package DreamJobInterviews_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, 3, frame4, 4, frame5, 5, frame6, 6, frame7, 7, frame8, 8, frame9, 9, frame10, 10, frame11, 11, frame12, 12, frame13, 13, frame14, 19, frame20, 20, frame21, 21, frame22, 22, frame23, 23, frame24, 24, frame25, 25, frame26, 26, frame27, 27, frame28, 28, frame29, 29, frame30, 36, frame37, 37, frame38, 39, frame40, 40, frame41, 41, frame42, 42, frame43, 43, frame44, 44, frame45, 45, frame46, 46, frame47, 49, frame50, 50, frame51, 51, frame52, 52, frame53, 53, frame54, 54, frame55, 55, frame56, 56, frame57, 57, frame58, 58, frame59, 59, frame60, 60, frame61, 61, frame62, 62, frame63, 63, frame64, 64, frame65, 65, frame66, 69, frame70, 70, frame71, 71, frame72, 72, frame73, 73, frame74, 74, frame75, 75, frame76, 76, frame77, 77, frame78, 79, frame80, 80, frame81, 81, frame82, 82, frame83, 83, frame84, 84, frame85, 85, frame86, 86, frame87, 87, frame88, 88, frame89, 89, frame90, 90, frame91, 91, frame92, 92, frame93, 93, frame94, 94, frame95, 95, frame96, 96, frame97, 97, frame98, 98, frame99, 99, frame100); } 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 v00Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v00Event); video.stop(); if (En){ lblDialog.txt.text = "You are now in the rest room for the staff where you'll be for this morning."; } else { lblDialog.txt.text = "Vous voilà dans la salle de repos du personnel où vous serez seul toute la matinée"; }; naration(); pgSuiv = 21; }; } public function v0perduEvent(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v0perduEvent); video.stop(); TCbt1 = 23; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = ""; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0finEvent(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, v0finEvent); video.stop(); lblDialog.txt.text = ""; naration(); pgSuiv = 41; }; } public function CV1finEvent(_arg1:Event){ if (CV1.currentFrame >= (CV1.totalFrames - 1)){ CV1.removeEventListener(Event.ENTER_FRAME, CV1finEvent); vidZone(); lblInstru.visible = true; if (En){ lblInstru.txt.text = "Click on the picture to play"; CV1.textCV.gotoAndStop(1); } else { lblInstru.txt.text = "Cliquez sur l'image"; CV1.textCV.gotoAndStop(2); }; CV1.stop(); bt1.visible = true; TCbt1 = 47; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function V1_0Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_0Event); video.stop(); lblDialog.txt.text = ""; naration(); pgSuiv = 64; zone1 = true; }; } public function V1_1Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_1Event); video.stop(); TCbt1 = 71; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "Do you know it?"; btRep1.txt.text = "The best strip poker website in the world!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous connaissez?"; btRep1.txt.text = "Le meilleur site de strip poker du monde!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function V1_2Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_2Event); video.stop(); TCbt1 = 80; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = ""; btRep1.txt.text = "You have very beautiful breasts!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "Vous avez de très beaux seins!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function V1_sexyToplessEvent(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_sexyToplessEvent); video.stop(); TCbt1 = 85; TCbt2 = 84; TCbt3 = 45; if (En){ lblQuestion.text = "Ask me anything you want."; btRep1.txt.text = "Then take off your skirt!"; btRep2.txt.text = "Blow my cock!"; btRep3.txt.text = ""; } else { lblQuestion.text = "Dites moi ce que vous voulez."; btRep1.txt.text = "Alors enlevez votre jupe!"; btRep2.txt.text = "Sucez moi la bite!"; btRep3.txt.text = ""; }; fixBtRep(); }; } public function V1_BISsexyToplessEvent(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_BISsexyToplessEvent); video.stop(); TCbt1 = 85; TCbt2 = 84; TCbt3 = 45; if (En){ lblQuestion.text = "Why not..."; btRep1.txt.text = "Then let's go!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Pourquoi pas..."; btRep1.txt.text = "Alors allons-y!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function V1_3Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_3Event); video.stop(); TCbt1 = 86; TCbt2 = 84; TCbt3 = 45; if (En){ lblQuestion.text = ""; btRep1.txt.text = "You are very convincing!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "Vous êtes très convaincante!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function V1_4Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_4Event); video.stop(); if (((((zone1) && (zone2))) && (zone3))){ zone1 = false; zone2 = false; zone3 = false; this.gotoAndStop(92); } else { this.gotoAndStop(88); }; }; } public function V1_5Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_5Event); video.stop(); if (((((zone1) && (zone2))) && (zone3))){ zone1 = false; zone2 = false; zone3 = false; this.gotoAndStop(92); } else { this.gotoAndStop(88); }; }; } public function V1_6Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_6Event); video.stop(); if (((((zone1) && (zone2))) && (zone3))){ zone1 = false; zone2 = false; zone3 = false; this.gotoAndStop(92); } else { this.gotoAndStop(88); }; }; } public function V1_7Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_7Event); video.stop(); if (((zone1) && (zone2))){ zone1 = false; zone2 = false; zone3 = false; this.gotoAndStop(95); } else { this.gotoAndStop(92); }; }; } public function V1_8Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_8Event); video.stop(); if (((zone1) && (zone2))){ zone1 = false; zone2 = false; zone3 = false; this.gotoAndStop(95); } else { this.gotoAndStop(92); }; }; } public function V1_9Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_9Event); video.stop(); this.gotoAndStop(97); }; } public function V1_10Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_10Event); 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 V1_11Event(_arg1:Event){ if (video.currentFrame >= video.totalFrames){ video.removeEventListener(Event.ENTER_FRAME, V1_11Event); video.stop(); if (En){ lblDialog.txt.text = "Congratulation, You've finished the first part. Next episode coming very soon!"; } else { lblDialog.txt.text = "Bravo, vous avez fini la 1ere partie. La seconde 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); pgSuiv = 4; } function frame4(){ if (En){ lblDialog.txt.text = "You arrive today very laid-back at work because your boss is on holidays for the week."; } else { lblDialog.txt.text = "Vous arrivez au travail détendu, car cette semaine, votre boss est en congés."; }; naration(); } function frame5(){ if (En){ lblDialog.txt.text = "You see two gorgeous young girls waiting in front of the entrance door."; } else { lblDialog.txt.text = "Vous voyez deux superbes jeunes femmes attendre devant la porte."; }; naration(); } function frame6(){ if (En){ lblDialog.txt.text = "You come closer to see if you can help them and you say hello."; } else { lblDialog.txt.text = "Vous vous approchez pour voir si vous pouvez leur venir en aide en commencant par les saluer."; }; naration(); } function frame7(){ TCbt1 = 8; TCbt2 = 9; TCbt3 = 10; if (En){ lblQuestion.text = "Oh, hello sir, we both have an appointment with Miss Trick this morning."; btRep1.txt.text = "She is on holidays."; btRep2.txt.text = "What is this appointment about?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Oh bonjour monsieur, nous avons toutes les deux rendez vous avec Miss Trick ce matin."; btRep1.txt.text = "Elle est en vacances!"; btRep2.txt.text = "Et c'est à quel sujet?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame8(){ TCbt1 = 5; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "What a pity, well nevermind we'll call her when she will be back."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Tant pis, nous essaierons de la contacter à son retour..."; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame9(){ TCbt1 = 10; TCbt2 = 8; TCbt3 = 8; if (En){ lblQuestion.text = "It's for a job interview."; btRep1.txt.text = "Oh yes, of course, she told me about that."; btRep2.txt.text = "I'm suprised because she is on holidays."; btRep3.txt.text = "I haven't been told that."; } else { lblQuestion.text = "C'est pour un entretien d'embauche."; btRep1.txt.text = "Ah oui bien sûr, elle m'en a parlé."; btRep2.txt.text = "C'est étonnant, elle est en congés."; btRep3.txt.text = "Je ne suis pas au courant de ça."; }; fixBtRep(); } function frame10(){ TCbt1 = 11; TCbt2 = 8; TCbt3 = 10; if (En){ lblQuestion.text = "Do you know when she will arrive?"; btRep1.txt.text = "I am in charge of this interview."; btRep2.txt.text = "She is not here today."; btRep3.txt.text = ""; } else { lblQuestion.text = "Savez vous quand elle va arriver?"; btRep1.txt.text = "Je suis en charge de cet entretien."; btRep2.txt.text = "Elle n'est pas là aujourd'hui."; btRep3.txt.text = ""; }; fixBtRep(); } function frame11(){ TCbt1 = 12; TCbt2 = 14; TCbt3 = 10; if (En){ lblQuestion.text = "Really? We haven't been told that."; btRep1.txt.text = "She may have forgot to tell you, follow me!"; btRep2.txt.text = "Do you want me to call her?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Vraiment ? Elle ne nous en pas parlé."; btRep1.txt.text = "Elle a sans doute oublier, suivez moi!"; btRep2.txt.text = "Voulez vous que je l'appelle?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame12(){ TCbt1 = 13; TCbt2 = 14; TCbt3 = 10; if (En){ lblQuestion.text = "This is really weird!"; btRep1.txt.text = "If you want the job, follow me!"; btRep2.txt.text = "I give her a call?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Tout ça est vraiment bizarre!"; btRep1.txt.text = "Si vous voulez le job, suivez moi!"; btRep2.txt.text = "Je lui passe un coup de fil?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame13(){ TCbt1 = 5; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "No thanks, we'll come back later."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Non merci, nous repasserons plus tard."; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame14(){ TCbt1 = 20; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = "No, we don't want to bother you, let's go."; btRep1.txt.text = "Let's go to the staff room."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Non, ne vous embêtez pas, allons-y."; btRep1.txt.text = "Allons dans la salle du personnel."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame20(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); video = new V00(); 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, v00Event); } function frame21(){ if (En){ lblDialog.txt.text = "You start by introducing yourself and then you begin to ask questions."; } else { lblDialog.txt.text = "Vous commencez par vous présenter puis vous enchaînez sur des questions."; }; naration(); pgSuiv = 22; } function frame22(){ TCbt1 = 23; TCbt2 = 11; TCbt3 = 10; if (En){ lblQuestion.text = ""; btRep1.txt.text = "Please, sit down."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = " Asseyez-vous je vous en prie."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame23(){ TCbt1 = 24; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "Thank you!"; btRep1.txt.text = "So, how are you doing?"; btRep2.txt.text = "Remind me, what's the job you're up to?"; btRep3.txt.text = "Before we actually start the interview, do you have any questions?"; } else { lblQuestion.text = "Merci!"; btRep1.txt.text = "Alors d'abord comment ça va?"; btRep2.txt.text = "Vous postulez pour quel poste déjà?"; btRep3.txt.text = "Avant l'entretien, des questions?"; }; fixBtRep(); } function frame24(){ TCbt1 = 25; TCbt2 = 29; TCbt3 = 27; if (En){ lblQuestion.text = "Well... good thank you and you?"; btRep1.txt.text = "With two hotties like you? Great of course!"; btRep2.txt.text = "Good, so who wants to start first?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Euh... ça va, merci, et vous?"; btRep1.txt.text = "Avec 2 bonnasses comme vous? Super!"; btRep2.txt.text = "Bien, qui veut commencer?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame25(){ TCbt1 = 38; TCbt2 = 26; TCbt3 = 27; if (En){ lblQuestion.text = "You don't look very professional!"; btRep1.txt.text = "I am trying to do my best but your scoop neck is... disturbing!"; btRep2.txt.text = "I prefer when interviews are laid-back."; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous ne semblez pas très pro!"; btRep1.txt.text = "Je fais de mon mieux mais avec votre décolleté!"; btRep2.txt.text = "Je préfère les entretiens détendus."; btRep3.txt.text = ""; }; fixBtRep(); } function frame26(){ TCbt1 = 29; TCbt2 = 27; TCbt3 = 27; if (En){ lblQuestion.text = "Ok, very well."; btRep1.txt.text = "So, who's first?"; btRep2.txt.text = "Do you have any questions?"; btRep3.txt.text = ""; } else { lblQuestion.text = "OK très bien."; btRep1.txt.text = "Alors qui veut commencer?"; btRep2.txt.text = "Vous avez des questions?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame27(){ TCbt1 = 28; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "The job you offer is to replace someone who left or did you just create it?"; btRep1.txt.text = "We just have created this job."; btRep2.txt.text = "I have no idea."; btRep3.txt.text = ""; } else { lblQuestion.text = "Le job à pourvoir est pour remplacer quelqu'un qui s'en va ou c'est un emploi que vous venez de créer?"; btRep1.txt.text = "Nous venons de créer le poste."; btRep2.txt.text = "J'en sais rien."; btRep3.txt.text = ""; }; fixBtRep(); } function frame28(){ TCbt1 = 37; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "And who was doing this job before?"; btRep1.txt.text = "Well..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Et qui remplissait ces fonctions auparavant?"; btRep1.txt.text = "Euh..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame29(){ TCbt1 = 37; TCbt2 = 30; TCbt3 = 27; if (En){ lblQuestion.text = "We don't know, choose."; btRep1.txt.text = "Ok, that will be you with the big boobs."; btRep2.txt.text = "No, as you wish, really."; btRep3.txt.text = ""; } else { lblQuestion.text = "Nous ne savons pas, choisissez."; btRep1.txt.text = "Ce sera toi là, avec les gros seins."; btRep2.txt.text = "Non, comme vous voulez."; btRep3.txt.text = ""; }; fixBtRep(); } function frame30(){ TCbt1 = 40; TCbt2 = 37; TCbt3 = 27; if (En){ lblQuestion.text = "Very well, I'll begin then."; btRep1.txt.text = "Very good, give me your resume please."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Très bien, alors je commence."; btRep1.txt.text = "Parfait, donnez moi votre CV."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); SoundMixer.soundTransform = new SoundTransform(0); } function frame37(){ TCbt1 = 38; TCbt2 = 37; TCbt3 = 27; SoundMixer.soundTransform = new SoundTransform(0); if (En){ lblQuestion.text = "This doesn't look at all like an interview."; btRep1.txt.text = "- Go on -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Tout ça ne ressemble pas à un entretien."; btRep1.txt.text = "- Continuer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame38(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); if (this.contains(video)){ this.removeChild(video); }; video = new V0perdu(); 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, v0perduEvent); } function frame40(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V0Fin(); 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, v0finEvent); } function frame41(){ vidZone(); CV1.gotoAndStop(1); if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; zone1 = false; zone2 = false; zone3 = false; gotoAndStop(42); } function frame42(){ vidZone(); lblQuestion.visible = false; CV1.gotoAndStop(1); if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; 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 (zone1){ 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(){ CV1.gotoAndStop(2); TCbt1 = 50; TCbt2 = 51; TCbt3 = 52; if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; if (En){ lblQuestion.text = ""; btRep1.txt.text = "Can you introduce yourself please?"; btRep2.txt.text = "Nice picture. Very sexy!"; btRep3.txt.text = "I'm gonna write you number down."; } else { lblQuestion.text = ""; btRep1.txt.text = "Pouvez-vous vous présenter?"; btRep2.txt.text = "Jolie photo. Très sexy!"; btRep3.txt.text = "Je vais noter votre numéro"; }; fixBtRep(); } function frame44(){ CV1.gotoAndStop(2); TCbt1 = 53; TCbt2 = 57; TCbt3 = 45; if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; if (En){ lblQuestion.text = ""; btRep1.txt.text = "What were you in charge of at MondoPolo?"; btRep2.txt.text = "What are MondoPolo activities?"; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "Quelles étaient vos responsabilités chez MondoPolo?"; btRep2.txt.text = "C'est une entreprise de quoi MondoPolo?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame45(){ CV1.gotoAndStop(2); TCbt1 = 58; TCbt2 = 59; TCbt3 = 45; if (En){ CV1.textCV.gotoAndStop(1); lblQuestion.text = ""; btRep1.txt.text = "Don't those dates overlap?"; btRep2.txt.text = "You were a reporter?"; btRep3.txt.text = ""; } else { CV1.textCV.gotoAndStop(2); lblQuestion.text = ""; btRep1.txt.text = "Les dates se chevauchent un peu???"; btRep2.txt.text = "Vous étiez journaliste?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame46(){ stop(); if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; CV1.gotoAndPlay(3); lblInstru.txt.text = ""; CV1.addEventListener(Event.ENTER_FRAME, CV1finEvent); } function frame47(){ CV1.gotoAndStop((CV1.currentFrame + 1)); CV1.stop(); if (En){ CV1.textCV.gotoAndStop(1); } else { CV1.textCV.gotoAndStop(2); }; TCbt1 = 70; TCbt2 = 59; TCbt3 = 45; if (En){ lblQuestion.text = ""; btRep1.txt.text = "You worked as a model for uplay-istrip.com???"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = ""; btRep1.txt.text = "Vous avez posé pour uplay-istrip.com???"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame50(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_0(); 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, V1_0Event); } function frame51(){ TCbt1 = 42; TCbt2 = 52; TCbt3 = 45; if (En){ lblQuestion.text = "You are not very serious."; btRep1.txt.text = "Excuse-me."; btRep2.txt.text = "Have you seen your outfit?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous n'êtes pas très sérieux."; btRep1.txt.text = "Excusez-moi."; btRep2.txt.text = "Vous avez vu vos fringues?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame52(){ TCbt1 = 42; TCbt2 = 45; TCbt3 = 45; if (En){ lblQuestion.text = "You're a pervert, I go away."; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Vous êtes un pervers je m'en vais!"; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame53(){ TCbt1 = 54; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "Well... I was the human resources manager."; btRep1.txt.text = "Really, you weren't a personal assistant?"; btRep2.txt.text = "Aren't you lying to me?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Euh.. J'étais responsable des ressources humaines."; btRep1.txt.text = "Vraiment, pas assistante de direction?"; btRep2.txt.text = "Vous ne mentez pas un peu vous?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame54(){ TCbt1 = 55; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "Yes, also, I was actually doing both jobs."; btRep1.txt.text = "And can I call your supervisor?"; btRep2.txt.text = "All this doesn't seem to be the truth."; btRep3.txt.text = ""; } else { lblQuestion.text = "Si aussi, enfin, je faisais les deux."; btRep1.txt.text = "Et je peux appeler votre responsable?"; btRep2.txt.text = "Ca sent un peu le pipeau tout ça."; btRep3.txt.text = ""; }; fixBtRep(); } function frame55(){ TCbt1 = 64; TCbt2 = 56; TCbt3 = 45; zone2 = true; if (En){ lblQuestion.text = "He actually left, that's embarrassing..."; btRep1.txt.text = "Very well, let's go on."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Il n'est plus en fonction, c'est embêtant..."; btRep1.txt.text = "OK passons."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame56(){ TCbt1 = 55; TCbt2 = 56; TCbt3 = 45; zone2 = true; if (En){ lblQuestion.text = "It was a long time ago, I don't remember well..."; btRep1.txt.text = "I'm gonna call your boss."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "C'était il y a longtemps, je ne me rappelle pas bien..."; btRep1.txt.text = "Je vais appeler votre boss."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame57(){ TCbt1 = 54; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "It was an import/export company, I was a human resource manager there."; btRep1.txt.text = "Really, you weren't a personal assistant?"; btRep2.txt.text = "Aren't you lying to me?"; btRep3.txt.text = ""; } else { lblQuestion.text = "C'est une Entreprise d'Import Export, j'y étais DRH."; btRep1.txt.text = "Vraiment, pas assistante de direction?"; btRep2.txt.text = "Vous ne mentez pas un peu vous?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame58(){ TCbt1 = 60; TCbt2 = 61; TCbt3 = 45; if (En){ lblQuestion.text = "I was writing articles at night."; btRep1.txt.text = "You had two jobs at the same time?"; btRep2.txt.text = "Did you publish many articles?"; btRep3.txt.text = ""; } else { lblQuestion.text = "J'écrivais des articles le soir."; btRep1.txt.text = "Vous aviez deux emplois en même temps?"; btRep2.txt.text = "Vous en avez publiez beaucoup?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame59(){ TCbt1 = 61; TCbt2 = 60; TCbt3 = 45; if (En){ lblQuestion.text = "Yes, well, a little bit."; btRep1.txt.text = "Did you publish many articles?"; btRep2.txt.text = "What do you mean by a little bit?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Oui, enfin un petit peu."; btRep1.txt.text = "Vous avez publié beaucoup d'articles?"; btRep2.txt.text = "Comment ça un peu?"; btRep3.txt.text = ""; }; fixBtRep(); } function frame60(){ TCbt1 = 61; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "It was more a passion than a job."; btRep1.txt.text = "Did you publish many articles?"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "C'est plus une passion qu'un emploi."; btRep1.txt.text = "Et vous avez publié beaucoup ?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame61(){ TCbt1 = 62; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "A few, yes..."; btRep1.txt.text = "Can we read them online?"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Quelques articles oui..."; btRep1.txt.text = "On peut les consulter en ligne?"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame62(){ TCbt1 = 63; TCbt2 = 64; TCbt3 = 45; zone3 = true; if (En){ lblQuestion.text = "I don't remember the website name."; btRep1.txt.text = "You don't know the newspaper you worked for?"; btRep2.txt.text = "I see, very well."; btRep3.txt.text = ""; } else { lblQuestion.text = "Je ne me souviens plus du nom du site."; btRep1.txt.text = "Vous ne savez pas pour quel journal?"; btRep2.txt.text = "Je vois, très bien."; btRep3.txt.text = ""; }; fixBtRep(); } function frame63(){ TCbt1 = 64; TCbt2 = 56; TCbt3 = 45; zone3 = true; if (En){ lblQuestion.text = "In fact, the newspaper doesn't exist anymore."; btRep1.txt.text = "Very well, let's go on."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Si mais le journal n'existe plus."; btRep1.txt.text = "OK passons."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame64(){ vidZone(); if (((((zone1) && (zone2))) && (zone3))){ this.gotoAndStop(65); } else { this.gotoAndStop(42); }; } function frame65(){ TCbt1 = 66; TCbt2 = 46; TCbt3 = 45; if (En){ lblQuestion.text = "The interview is not going very well, is it?"; btRep1.txt.text = "You are not very convincing..."; btRep2.txt.text = "Let's have a look to the rest of your resume."; btRep3.txt.text = ""; } else { lblQuestion.text = "Ca ne se passe pas très bien, n'est ce pas?"; btRep1.txt.text = "Vous n'êtes pas très convaincante..."; btRep2.txt.text = "Voyons la suite du CV."; btRep3.txt.text = ""; }; fixBtRep(); } function frame66(){ TCbt1 = 46; TCbt2 = 56; TCbt3 = 45; if (En){ lblQuestion.text = "I can do better, let's go on please."; btRep1.txt.text = "Ok, very well."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je peux faire mieux, continuons, SVP."; btRep1.txt.text = "OK, continuons."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame70(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_1(); 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, V1_1Event); } function frame71(){ TCbt1 = 72; TCbt2 = 76; TCbt3 = 74; if (En){ lblQuestion.text = "I worked for them..."; btRep1.txt.text = "So, you are very open-minded about nudity and stuff?"; btRep2.txt.text = "Whith boobies as big as yours..."; btRep3.txt.text = "I knew I had already seen you somewhere!"; } else { lblQuestion.text = "J'ai travaillé pour eux..."; btRep1.txt.text = "Donc vous n'avez pas de problème avec la nudité?"; btRep2.txt.text = "Avec une paire d'obus comme ça..."; btRep3.txt.text = "Je savais que je vous connaissais!"; }; fixBtRep(); } function frame72(){ TCbt1 = 73; TCbt2 = 76; TCbt3 = 45; if (En){ lblQuestion.text = "No, why?"; btRep1.txt.text = "The interview is not going very well..."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Non, pourquoi?"; btRep1.txt.text = "L'entretien ne se passe pas très bien..."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame73(){ TCbt1 = 76; TCbt2 = 77; TCbt3 = 45; if (En){ lblQuestion.text = "I know yes..."; btRep1.txt.text = "Give me a blowjob and we'll see."; btRep2.txt.text = "May-be you could go on top-less"; btRep3.txt.text = ""; } else { lblQuestion.text = "Je sais oui..."; btRep1.txt.text = "Taillez moi donc une pipe et on verra"; btRep2.txt.text = "Peut-être que si vous continuiez top less"; btRep3.txt.text = ""; }; fixBtRep(); } function frame74(){ TCbt1 = 75; TCbt2 = 77; TCbt3 = 76; if (En){ lblQuestion.text = "It's a bit embarassing..."; btRep1.txt.text = "No, not at all, make yourself comfortable."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "C'est un peu gênant..."; btRep1.txt.text = "Non pas du tout, mettez vous donc à l'aise."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame75(){ TCbt1 = 77; TCbt2 = 76; TCbt3 = 76; if (En){ lblQuestion.text = "What do you mean?"; btRep1.txt.text = "Take your shirt off..."; btRep2.txt.text = "Turn around bitch!"; btRep3.txt.text = ""; } else { lblQuestion.text = "Comment ça?"; btRep1.txt.text = "Enlevez moi cette chemise..."; btRep2.txt.text = "Retourne-toi salope!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame76(){ TCbt1 = 65; TCbt2 = 76; TCbt3 = 45; if (En){ lblQuestion.text = "Are you insane?"; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Ca va pas bien vous?"; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame77(){ TCbt1 = 78; TCbt2 = 76; TCbt3 = 45; if (En){ lblQuestion.text = "I show you my boobs and I get the job?"; btRep1.txt.text = "We'll see that, show them to me and we'll talk about it."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je vous montre mes seins et vous me donnez le job?"; btRep1.txt.text = "On verra, montrez les moi et on en discutera."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame78(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_2(); 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, V1_2Event); } function frame80(){ TCbt1 = 81; TCbt2 = 84; TCbt3 = 45; if (En){ lblQuestion.text = "Thanks, what about the work then?"; btRep1.txt.text = "I don't know, you lied to me."; btRep2.txt.text = "No way, I just wanted to see your boobs!"; btRep3.txt.text = ""; } else { lblQuestion.text = "Merci, pour le travail alors?"; btRep1.txt.text = "Je ne sais pas, vous avez clairement menti."; btRep2.txt.text = "Y a pas moyen, je voulais juste voir vos seins!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame81(){ TCbt1 = 84; TCbt2 = 83; TCbt3 = 82; if (En){ lblQuestion.text = "Yes a bit, but I'll do anything."; btRep1.txt.text = "My boss will never be ok."; btRep2.txt.text = "Would you take off your skirt?"; btRep3.txt.text = "Really?"; } else { lblQuestion.text = "Oui un peu, mais je suis prête à tout."; btRep1.txt.text = "Ma patronne ne voudra jamais."; btRep2.txt.text = "Vous enlèveriez le bas?"; btRep3.txt.text = "Vraiment?"; }; fixBtRep(); } function frame82(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_sexyTopless(); 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, V1_sexyToplessEvent); } function frame83(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_sexyTopless(); 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, V1_BISsexyToplessEvent); } function frame84(){ TCbt1 = 80; TCbt2 = 76; TCbt3 = 45; if (En){ lblQuestion.text = "Ok then I go away!"; btRep1.txt.text = "- Try again -"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Si c'est ça je me casse."; btRep1.txt.text = "- Recommencer -"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame85(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_3(); 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, V1_3Event); } function frame86(){ TCbt1 = 87; TCbt2 = 76; TCbt3 = 45; if (En){ lblQuestion.text = "I got the job now?"; btRep1.txt.text = "Almost."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "J'ai le job maintenant?"; btRep1.txt.text = "Presque."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame87(){ TCbt1 = 88; TCbt2 = 76; TCbt3 = 45; zone1 = false; zone2 = false; zone3 = false; if (En){ lblQuestion.text = "I'm all yours!"; btRep1.txt.text = "OK!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je suis à vous!"; btRep1.txt.text = "OK!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame88(){ 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 = 89; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; if (!zone2){ bt2.visible = true; TCbt2 = 90; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; if (!zone3){ bt3.visible = true; TCbt3 = 91; bt3.addEventListener(MouseEvent.CLICK, bt3Click); }; } function frame89(){ zone1 = true; lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_4(); 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, V1_4Event); } function frame90(){ zone2 = true; lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_5(); 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, V1_5Event); } function frame91(){ zone3 = true; lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_6(); 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, V1_6Event); } function frame92(){ 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 = 93; bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; if (!zone2){ bt2.visible = true; TCbt2 = 94; bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; } function frame93(){ zone1 = true; lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_7(); 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, V1_7Event); } function frame94(){ zone2 = true; lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_8(); 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, V1_8Event); } function frame95(){ 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 = 96; bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame96(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_9(); 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, V1_9Event); } function frame97(){ TCbt1 = 98; TCbt2 = 83; TCbt3 = 82; if (En){ lblQuestion.text = "Is it ok now, have I got the job?"; btRep1.txt.text = "Sure, but I have to see the other girl as well, at least to be polite.."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Bon, j'ai le job maintenant?"; btRep1.txt.text = "Je dois voir l'autre fille mais oui, tu l'as."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame98(){ TCbt1 = 99; TCbt2 = 83; TCbt3 = 82; if (En){ lblQuestion.text = "Great! Do I tell her to come in?"; btRep1.txt.text = "Yes, please."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Super! Je vais la chercher?"; btRep1.txt.text = "Oui, s'il te plaît."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame99(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_10(); 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, V1_10Event); } function frame100(){ lblInstru.txt.text = ""; if (this.contains(video)){ this.removeChild(video); }; video = new V1_11(); 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, V1_11Event); } } }//package DreamJobInterviews_flaSection 3//Resume1_10 (DreamJobInterviews_fla.Resume1_10) package DreamJobInterviews_fla { import flash.display.*; public dynamic class Resume1_10 extends MovieClip { public var textCV:MovieClip; public function Resume1_10(){ addFrameScript(20, frame21); } function frame21(){ stop(); } } }//package DreamJobInterviews_flaSection 4//SsTitres_1 (DreamJobInterviews_fla.SsTitres_1) package DreamJobInterviews_fla { import flash.display.*; public dynamic class SsTitres_1 extends MovieClip { public function SsTitres_1(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package DreamJobInterviews_flaSection 5//V00 (V00) package { import flash.display.*; public dynamic class V00 extends MovieClip { } }//packageSection 6//V0Fin (V0Fin) package { import flash.display.*; public dynamic class V0Fin extends MovieClip { } }//packageSection 7//V0perdu (V0perdu) package { import flash.display.*; public dynamic class V0perdu extends MovieClip { } }//packageSection 8//V1_0 (V1_0) package { import flash.display.*; public dynamic class V1_0 extends MovieClip { } }//packageSection 9//V1_1 (V1_1) package { import flash.display.*; public dynamic class V1_1 extends MovieClip { } }//packageSection 10//V1_10 (V1_10) package { import flash.display.*; public dynamic class V1_10 extends MovieClip { } }//packageSection 11//V1_11 (V1_11) package { import flash.display.*; public dynamic class V1_11 extends MovieClip { } }//packageSection 12//V1_2 (V1_2) package { import flash.display.*; public dynamic class V1_2 extends MovieClip { } }//packageSection 13//V1_3 (V1_3) package { import flash.display.*; public dynamic class V1_3 extends MovieClip { } }//packageSection 14//V1_4 (V1_4) package { import flash.display.*; public dynamic class V1_4 extends MovieClip { } }//packageSection 15//V1_5 (V1_5) package { import flash.display.*; public dynamic class V1_5 extends MovieClip { } }//packageSection 16//V1_6 (V1_6) package { import flash.display.*; public dynamic class V1_6 extends MovieClip { } }//packageSection 17//V1_7 (V1_7) package { import flash.display.*; public dynamic class V1_7 extends MovieClip { } }//packageSection 18//V1_8 (V1_8) package { import flash.display.*; public dynamic class V1_8 extends MovieClip { } }//packageSection 19//V1_9 (V1_9) package { import flash.display.*; public dynamic class V1_9 extends MovieClip { } }//packageSection 20//V1_sexyTopless (V1_sexyTopless) package { import flash.display.*; public dynamic class V1_sexyTopless extends MovieClip { } }//package
Library Items
Symbol 1 Video | Used by:4 | |
Symbol 2 Bitmap | Used by:3 26 | |
Symbol 3 Graphic | Uses:2 | Used by:4 |
Symbol 4 MovieClip {V1_sexyTopless} | Uses:1 3 SS1 | |
Symbol 5 Video | Used by:6 | |
Symbol 6 MovieClip {V1_11} | Uses:5 SS2 | |
Symbol 7 Video | Used by:8 | |
Symbol 8 MovieClip {V1_10} | Uses:7 SS3 | |
Symbol 9 Video | Used by:10 | |
Symbol 10 MovieClip {V1_9} | Uses:9 SS4 | |
Symbol 11 Video | Used by:12 | |
Symbol 12 MovieClip {V1_8} | Uses:11 SS5 | |
Symbol 13 Video | Used by:14 | |
Symbol 14 MovieClip {V1_7} | Uses:13 SS6 | |
Symbol 15 Video | Used by:16 | |
Symbol 16 MovieClip {V1_6} | Uses:15 SS7 | |
Symbol 17 Video | Used by:18 | |
Symbol 18 MovieClip {V1_5} | Uses:17 SS8 | |
Symbol 19 Video | Used by:20 | |
Symbol 20 MovieClip {V1_4} | Uses:19 SS9 | |
Symbol 21 Video | Used by:22 | |
Symbol 22 MovieClip {V1_3} | Uses:21 SS10 | |
Symbol 23 Video | Used by:24 | |
Symbol 24 MovieClip {V1_2} | Uses:23 SS11 | |
Symbol 25 Video | Used by:27 | |
Symbol 26 Graphic | Uses:2 | Used by:27 |
Symbol 27 MovieClip {V1_1} | Uses:25 26 SS12 | |
Symbol 28 Video | Used by:29 | |
Symbol 29 MovieClip {V1_0} | Uses:28 SS13 | |
Symbol 30 Video | Used by:31 | |
Symbol 31 MovieClip {V0perdu} | Uses:30 SS14 | |
Symbol 32 Video | Used by:33 | |
Symbol 33 MovieClip {V00} | Uses:32 SS15 | |
Symbol 34 Video | Used by:35 | |
Symbol 35 MovieClip {V0Fin} | Uses:34 SS16 | |
Symbol 36 Bitmap | Used by:37 | |
Symbol 37 Graphic | Uses:36 | Used by:Timeline |
Symbol 38 Bitmap | Used by:39 | |
Symbol 39 Graphic | Uses:38 | Used by:42 |
Symbol 40 Bitmap | Used by:41 | |
Symbol 41 Graphic | Uses:40 | Used by:42 |
Symbol 42 MovieClip {DreamJobInterviews_fla.SsTitres_1} | Uses:39 41 | Used by:Timeline |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 Button | Uses:43 | Used by:Timeline |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:52 |
Symbol 47 Font | Used by:48 134 135 | |
Symbol 48 EditableText | Uses:47 | Used by:52 |
Symbol 49 Font | Used by:50 51 61 86 89 92 95 98 101 104 107 108 111 114 117 122 123 126 129 132 143 146 149 152 155 158 159 162 165 168 171 174 177 180 181 182 185 188 191 192 193 196 199 202 203 206 209 212 219 220 | |
Symbol 50 EditableText | Uses:49 | Used by:52 |
Symbol 51 EditableText | Uses:49 | Used by:52 |
Symbol 52 MovieClip | Uses:46 48 50 51 | Used by:Timeline |
Symbol 53 Bitmap | Used by:54 | |
Symbol 54 Graphic | Uses:53 | Used by:55 |
Symbol 55 Button | Uses:54 | Used by:Timeline |
Symbol 56 Bitmap | Used by:57 | |
Symbol 57 Graphic | Uses:56 | Used by:60 |
Symbol 58 Font | Used by:59 | |
Symbol 59 EditableText | Uses:58 | Used by:60 |
Symbol 60 MovieClip | Uses:57 59 | Used by:Timeline |
Symbol 61 EditableText | Uses:49 | Used by:Timeline |
Symbol 62 Bitmap | Used by:63 | |
Symbol 63 Graphic | Uses:62 | Used by:68 |
Symbol 64 Font | Used by:65 | |
Symbol 65 EditableText | Uses:64 | Used by:68 |
Symbol 66 Bitmap | Used by:67 | |
Symbol 67 Graphic | Uses:66 | Used by:68 |
Symbol 68 MovieClip {DreamJobInterviews_fla.btRep_6} | Uses:63 65 67 | Used by:Timeline |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:69 | Used by:Timeline |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:73 |
Symbol 73 Button | Uses:72 | Used by:Timeline |
Symbol 74 Bitmap | Used by:75 | |
Symbol 75 Graphic | Uses:74 | Used by:76 |
Symbol 76 Button | Uses:75 | Used by:Timeline |
Symbol 77 Graphic | Used by:Timeline | |
Symbol 78 Bitmap | Used by:79 | |
Symbol 79 Graphic | Uses:78 | Used by:Timeline |
Symbol 80 Bitmap | Used by:81 | |
Symbol 81 Graphic | Uses:80 | Used by:Timeline |
Symbol 82 Bitmap | Used by:83 | |
Symbol 83 Graphic | Uses:82 | Used by:Timeline |
Symbol 84 Bitmap | Used by:85 | |
Symbol 85 Graphic | Uses:84 | Used by:Timeline |
Symbol 86 EditableText | Uses:49 | Used by:Timeline |
Symbol 87 Bitmap | Used by:88 | |
Symbol 88 Graphic | Uses:87 | Used by:Timeline |
Symbol 89 EditableText | Uses:49 | Used by:Timeline |
Symbol 90 Bitmap | Used by:91 | |
Symbol 91 Graphic | Uses:90 | Used by:Timeline |
Symbol 92 EditableText | Uses:49 | Used by:Timeline |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:Timeline |
Symbol 95 EditableText | Uses:49 | Used by:Timeline |
Symbol 96 Bitmap | Used by:97 | |
Symbol 97 Graphic | Uses:96 | Used by:Timeline |
Symbol 98 EditableText | Uses:49 | Used by:Timeline |
Symbol 99 Bitmap | Used by:100 | |
Symbol 100 Graphic | Uses:99 | Used by:Timeline |
Symbol 101 EditableText | Uses:49 | Used by:Timeline |
Symbol 102 Bitmap | Used by:103 | |
Symbol 103 Graphic | Uses:102 | Used by:Timeline |
Symbol 104 EditableText | Uses:49 | Used by:Timeline |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:Timeline |
Symbol 107 EditableText | Uses:49 | Used by:Timeline |
Symbol 108 EditableText | Uses:49 | Used by:Timeline |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:Timeline |
Symbol 111 EditableText | Uses:49 | Used by:Timeline |
Symbol 112 Bitmap | Used by:113 | |
Symbol 113 Graphic | Uses:112 | Used by:Timeline |
Symbol 114 EditableText | Uses:49 | Used by:Timeline |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:115 | Used by:Timeline |
Symbol 117 EditableText | Uses:49 | Used by:Timeline |
Symbol 118 Bitmap | Used by:119 | |
Symbol 119 Graphic | Uses:118 | Used by:Timeline |
Symbol 120 Bitmap | Used by:121 | |
Symbol 121 Graphic | Uses:120 | Used by:Timeline |
Symbol 122 EditableText | Uses:49 | Used by:Timeline |
Symbol 123 EditableText | Uses:49 | Used by:Timeline |
Symbol 124 Bitmap | Used by:125 | |
Symbol 125 Graphic | Uses:124 | Used by:Timeline |
Symbol 126 EditableText | Uses:49 | Used by:Timeline |
Symbol 127 Bitmap | Used by:128 | |
Symbol 128 Graphic | Uses:127 | Used by:Timeline |
Symbol 129 EditableText | Uses:49 | Used by:Timeline |
Symbol 130 Bitmap | Used by:131 | |
Symbol 131 Graphic | Uses:130 | Used by:Timeline |
Symbol 132 EditableText | Uses:49 | Used by:Timeline |
Symbol 133 Graphic | Used by:142 | |
Symbol 134 Text | Uses:47 | Used by:136 |
Symbol 135 Text | Uses:47 | Used by:136 |
Symbol 136 MovieClip | Uses:134 135 | Used by:142 |
Symbol 137 Bitmap | Used by:138 140 | |
Symbol 138 Graphic | Uses:137 | Used by:142 |
Symbol 139 Graphic | Used by:142 | |
Symbol 140 Graphic | Uses:137 | Used by:142 |
Symbol 141 Graphic | Used by:142 | |
Symbol 142 MovieClip {DreamJobInterviews_fla.Resume1_10} | Uses:133 136 138 139 140 141 | Used by:Timeline |
Symbol 143 EditableText | Uses:49 | Used by:Timeline |
Symbol 144 Bitmap | Used by:145 | |
Symbol 145 Graphic | Uses:144 | Used by:Timeline |
Symbol 146 EditableText | Uses:49 | Used by:Timeline |
Symbol 147 Bitmap | Used by:148 | |
Symbol 148 Graphic | Uses:147 | Used by:Timeline |
Symbol 149 EditableText | Uses:49 | Used by:Timeline |
Symbol 150 Bitmap | Used by:151 | |
Symbol 151 Graphic | Uses:150 | Used by:Timeline |
Symbol 152 EditableText | Uses:49 | Used by:Timeline |
Symbol 153 Bitmap | Used by:154 | |
Symbol 154 Graphic | Uses:153 | Used by:Timeline |
Symbol 155 EditableText | Uses:49 | Used by:Timeline |
Symbol 156 Bitmap | Used by:157 | |
Symbol 157 Graphic | Uses:156 | Used by:Timeline |
Symbol 158 EditableText | Uses:49 | Used by:Timeline |
Symbol 159 EditableText | Uses:49 | Used by:Timeline |
Symbol 160 Bitmap | Used by:161 | |
Symbol 161 Graphic | Uses:160 | Used by:Timeline |
Symbol 162 EditableText | Uses:49 | Used by:Timeline |
Symbol 163 Bitmap | Used by:164 | |
Symbol 164 Graphic | Uses:163 | Used by:Timeline |
Symbol 165 EditableText | Uses:49 | Used by:Timeline |
Symbol 166 Bitmap | Used by:167 | |
Symbol 167 Graphic | Uses:166 | Used by:Timeline |
Symbol 168 EditableText | Uses:49 | Used by:Timeline |
Symbol 169 Bitmap | Used by:170 | |
Symbol 170 Graphic | Uses:169 | Used by:Timeline |
Symbol 171 EditableText | Uses:49 | Used by:Timeline |
Symbol 172 Bitmap | Used by:173 | |
Symbol 173 Graphic | Uses:172 | Used by:Timeline |
Symbol 174 EditableText | Uses:49 | Used by:Timeline |
Symbol 175 Bitmap | Used by:176 | |
Symbol 176 Graphic | Uses:175 | Used by:Timeline |
Symbol 177 EditableText | Uses:49 | Used by:Timeline |
Symbol 178 Bitmap | Used by:179 | |
Symbol 179 Graphic | Uses:178 | Used by:Timeline |
Symbol 180 EditableText | Uses:49 | Used by:Timeline |
Symbol 181 EditableText | Uses:49 | Used by:Timeline |
Symbol 182 EditableText | Uses:49 | Used by:Timeline |
Symbol 183 Bitmap | Used by:184 | |
Symbol 184 Graphic | Uses:183 | Used by:Timeline |
Symbol 185 EditableText | Uses:49 | Used by:Timeline |
Symbol 186 Bitmap | Used by:187 | |
Symbol 187 Graphic | Uses:186 | Used by:Timeline |
Symbol 188 EditableText | Uses:49 | Used by:Timeline |
Symbol 189 Bitmap | Used by:190 | |
Symbol 190 Graphic | Uses:189 | Used by:Timeline |
Symbol 191 EditableText | Uses:49 | Used by:Timeline |
Symbol 192 EditableText | Uses:49 | Used by:Timeline |
Symbol 193 EditableText | Uses:49 | Used by:Timeline |
Symbol 194 Bitmap | Used by:195 | |
Symbol 195 Graphic | Uses:194 | Used by:Timeline |
Symbol 196 EditableText | Uses:49 | Used by:Timeline |
Symbol 197 Bitmap | Used by:198 | |
Symbol 198 Graphic | Uses:197 | Used by:Timeline |
Symbol 199 EditableText | Uses:49 | Used by:Timeline |
Symbol 200 Bitmap | Used by:201 | |
Symbol 201 Graphic | Uses:200 | Used by:Timeline |
Symbol 202 EditableText | Uses:49 | Used by:Timeline |
Symbol 203 EditableText | Uses:49 | Used by:Timeline |
Symbol 204 Bitmap | Used by:205 | |
Symbol 205 Graphic | Uses:204 | Used by:Timeline |
Symbol 206 EditableText | Uses:49 | Used by:Timeline |
Symbol 207 Bitmap | Used by:208 | |
Symbol 208 Graphic | Uses:207 | Used by:Timeline |
Symbol 209 EditableText | Uses:49 | Used by:Timeline |
Symbol 210 Bitmap | Used by:211 | |
Symbol 211 Graphic | Uses:210 | Used by:Timeline |
Symbol 212 EditableText | Uses:49 | Used by:Timeline |
Symbol 213 Bitmap | Used by:214 | |
Symbol 214 Graphic | Uses:213 | Used by:Timeline |
Symbol 215 Bitmap | Used by:216 | |
Symbol 216 Graphic | Uses:215 | Used by:Timeline |
Symbol 217 Bitmap | Used by:218 | |
Symbol 218 Graphic | Uses:217 | Used by:Timeline |
Symbol 219 EditableText | Uses:49 | Used by:Timeline |
Symbol 220 EditableText | Uses:49 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 4 MovieClip {V1_sexyTopless} | |
Streaming Sound 2 | Used by:Symbol 6 MovieClip {V1_11} | |
Streaming Sound 3 | Used by:Symbol 8 MovieClip {V1_10} | |
Streaming Sound 4 | Used by:Symbol 10 MovieClip {V1_9} | |
Streaming Sound 5 | Used by:Symbol 12 MovieClip {V1_8} | |
Streaming Sound 6 | Used by:Symbol 14 MovieClip {V1_7} | |
Streaming Sound 7 | Used by:Symbol 16 MovieClip {V1_6} | |
Streaming Sound 8 | Used by:Symbol 18 MovieClip {V1_5} | |
Streaming Sound 9 | Used by:Symbol 20 MovieClip {V1_4} | |
Streaming Sound 10 | Used by:Symbol 22 MovieClip {V1_3} | |
Streaming Sound 11 | Used by:Symbol 24 MovieClip {V1_2} | |
Streaming Sound 12 | Used by:Symbol 27 MovieClip {V1_1} | |
Streaming Sound 13 | Used by:Symbol 29 MovieClip {V1_0} | |
Streaming Sound 14 | Used by:Symbol 31 MovieClip {V0perdu} | |
Streaming Sound 15 | Used by:Symbol 33 MovieClip {V00} | |
Streaming Sound 16 | Used by:Symbol 35 MovieClip {V0Fin} |
Instance Names
"ssTitres" | Frame 1 | Symbol 42 MovieClip {DreamJobInterviews_fla.SsTitres_1} |
"btLogo" | Frame 1 | Symbol 44 Button |
"lblDialog" | Frame 1 | Symbol 52 MovieClip |
"btNext" | Frame 1 | Symbol 55 Button |
"lblInstru" | Frame 1 | Symbol 60 MovieClip |
"lblQuestion" | Frame 1 | Symbol 61 EditableText |
"btRep3" | Frame 1 | Symbol 68 MovieClip {DreamJobInterviews_fla.btRep_6} |
"btRep2" | Frame 1 | Symbol 68 MovieClip {DreamJobInterviews_fla.btRep_6} |
"btRep1" | Frame 1 | Symbol 68 MovieClip {DreamJobInterviews_fla.btRep_6} |
"bt3" | Frame 1 | Symbol 70 MovieClip |
"bt2" | Frame 1 | Symbol 70 MovieClip |
"bt1" | Frame 1 | Symbol 70 MovieClip |
"btFr" | Frame 1 | Symbol 73 Button |
"btEn" | Frame 1 | Symbol 76 Button |
"lblQuestion" | Frame 7 | Symbol 86 EditableText |
"lblQuestion" | Frame 8 | Symbol 89 EditableText |
"lblQuestion" | Frame 9 | Symbol 92 EditableText |
"lblQuestion" | Frame 10 | Symbol 95 EditableText |
"lblQuestion" | Frame 11 | Symbol 98 EditableText |
"lblQuestion" | Frame 12 | Symbol 101 EditableText |
"lblQuestion" | Frame 13 | Symbol 104 EditableText |
"lblQuestion" | Frame 14 | Symbol 107 EditableText |
"lblQuestion" | Frame 15 | Symbol 108 EditableText |
"lblQuestion" | Frame 23 | Symbol 111 EditableText |
"lblQuestion" | Frame 24 | Symbol 114 EditableText |
"lblQuestion" | Frame 25 | Symbol 117 EditableText |
"lblQuestion" | Frame 27 | Symbol 122 EditableText |
"lblQuestion" | Frame 28 | Symbol 123 EditableText |
"lblQuestion" | Frame 29 | Symbol 126 EditableText |
"lblQuestion" | Frame 30 | Symbol 129 EditableText |
"lblQuestion" | Frame 37 | Symbol 132 EditableText |
"CV1" | Frame 41 | Symbol 142 MovieClip {DreamJobInterviews_fla.Resume1_10} |
"lblQuestion" | Frame 42 | Symbol 143 EditableText |
"lblQuestion" | Frame 51 | Symbol 146 EditableText |
"lblQuestion" | Frame 52 | Symbol 149 EditableText |
"lblQuestion" | Frame 53 | Symbol 152 EditableText |
"lblQuestion" | Frame 54 | Symbol 155 EditableText |
"lblQuestion" | Frame 55 | Symbol 158 EditableText |
"lblQuestion" | Frame 57 | Symbol 159 EditableText |
"lblQuestion" | Frame 58 | Symbol 162 EditableText |
"lblQuestion" | Frame 60 | Symbol 165 EditableText |
"lblQuestion" | Frame 61 | Symbol 168 EditableText |
"lblQuestion" | Frame 62 | Symbol 171 EditableText |
"lblQuestion" | Frame 63 | Symbol 174 EditableText |
"lblQuestion" | Frame 65 | Symbol 177 EditableText |
"lblQuestion" | Frame 66 | Symbol 180 EditableText |
"lblQuestion" | Frame 67 | Symbol 181 EditableText |
"lblQuestion" | Frame 70 | Symbol 182 EditableText |
"lblQuestion" | Frame 71 | Symbol 185 EditableText |
"lblQuestion" | Frame 72 | Symbol 188 EditableText |
"lblQuestion" | Frame 73 | Symbol 191 EditableText |
"lblQuestion" | Frame 75 | Symbol 192 EditableText |
"lblQuestion" | Frame 76 | Symbol 193 EditableText |
"lblQuestion" | Frame 77 | Symbol 196 EditableText |
"lblQuestion" | Frame 80 | Symbol 199 EditableText |
"lblQuestion" | Frame 81 | Symbol 202 EditableText |
"lblQuestion" | Frame 82 | Symbol 203 EditableText |
"lblQuestion" | Frame 84 | Symbol 206 EditableText |
"lblQuestion" | Frame 86 | Symbol 209 EditableText |
"lblQuestion" | Frame 87 | Symbol 212 EditableText |
"lblQuestion" | Frame 97 | Symbol 219 EditableText |
"lblQuestion" | Frame 98 | Symbol 220 EditableText |
"txt" | Symbol 52 MovieClip Frame 1 | Symbol 48 EditableText |
"txt" | Symbol 52 MovieClip Frame 2 | Symbol 50 EditableText |
"txt" | Symbol 52 MovieClip Frame 3 | Symbol 51 EditableText |
"txt" | Symbol 60 MovieClip Frame 1 | Symbol 59 EditableText |
"txt" | Symbol 68 MovieClip {DreamJobInterviews_fla.btRep_6} Frame 1 | Symbol 65 EditableText |
"textCV" | Symbol 142 MovieClip {DreamJobInterviews_fla.Resume1_10} Frame 1 | Symbol 136 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|