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

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

Dream Job - First Week 2.swf

This is the info page for
Flash #96533

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


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

bla

bla

Next

Click on the picture to play

We really need a handy man around here, and I need you to be on time in future.

In the first part, for your first day as a caretaker in the girl's dorm, you manage to get the laundry from the very naugthy Sally... You have just now to handel it to the cleaning lady.

ActionScript [AS3]

Section 1
//MainTimeline (DreamJobweek1_2_fla.MainTimeline) package DreamJobweek1_2_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 v0_51:MovieClip; public var v0_5:MovieClip; public var btRep3:MovieClip; public var btNext:SimpleButton; public var btFr:SimpleButton; public var lblQuestion:TextField; public var lblInstru:TextField; public var lblDialog:MovieClip; public var bt1:MovieClip; public var v1_0:MovieClip; public var bt2:MovieClip; public var v1_1:MovieClip; public var v0_0:MovieClip; public var btEn:SimpleButton; public var bt3:MovieClip; public var v1_2:MovieClip; public var v0_1:MovieClip; public var bt4:MovieClip; public var v1_3:MovieClip; public var v0_2:MovieClip; public var btLogo:SimpleButton; public var v1_4:MovieClip; public var v0_3:MovieClip; public var btRep1:MovieClip; public var v0_4: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 TCbt4; public var tcPerdu; 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); } 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.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.text != ""){ if (En){ lblInstru.text = "Click on NEXT."; } else { lblInstru.text = "Cliquer sur NEXT."; }; }; }; } public function fixBtRep(){ SoundMixer.soundTransform = new SoundTransform(0); if (En){ lblInstru.text = "Choose one answer."; } else { lblInstru.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; btRep3.mouseChildren = (btRep2.mouseChildren = (btRep1.mouseChildren = false)); btRep3.buttonMode = (btRep2.buttonMode = (btRep1.buttonMode = true)); btRep3.useHandCursor = (btRep2.useHandCursor = (btRep1.useHandCursor = true)); 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); } 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; 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; gotoAndStop(TCbt3); } public function naration(){ SoundMixer.soundTransform = new SoundTransform(0); stop(); lblQuestion.text = ""; lblInstru.visible = (lblDialog.visible = true); pgSuiv = (this.currentFrame + 1); btNext.visible = true; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); bt1.visible = (bt2.visible = (bt3.visible = false)); if (En){ lblInstru.text = "Click on NEXT to continue."; } else { lblInstru.text = "Cliquer sur NEXT pour continuer."; }; } public function vidZone(){ SoundMixer.soundTransform = new SoundTransform(0); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblQuestion.visible = (lblDialog.visible = (btNext.visible = (bt1.visible = (bt2.visible = (bt3.visible = false))))); lblInstru.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); bt4.removeEventListener(MouseEvent.CLICK, bt4Click); bt1.visible = (bt2.visible = (bt3.visible = (bt4.visible = false))); lblInstru.text = ""; gotoAndStop(TCbt1); } public function bt2Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt4.removeEventListener(MouseEvent.CLICK, bt4Click); bt1.visible = (bt2.visible = (bt3.visible = (bt4.visible = false))); lblInstru.text = ""; gotoAndStop(TCbt2); } public function bt3Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt4.removeEventListener(MouseEvent.CLICK, bt4Click); bt1.visible = (bt2.visible = (bt3.visible = (bt4.visible = false))); lblInstru.text = ""; gotoAndStop(TCbt3); } public function bt4Click(_arg1:MouseEvent){ bt1.removeEventListener(MouseEvent.CLICK, bt1Click); bt2.removeEventListener(MouseEvent.CLICK, bt2Click); bt3.removeEventListener(MouseEvent.CLICK, bt3Click); bt4.removeEventListener(MouseEvent.CLICK, bt4Click); bt1.visible = (bt2.visible = (bt3.visible = (bt4.visible = false))); lblInstru.text = ""; gotoAndStop(TCbt4); } public function v0_0Event(_arg1:Event){ if (v0_0.currentFrame >= v0_0.totalFrames){ v0_0.removeEventListener(Event.ENTER_FRAME, v0_0Event); v0_0.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "Hi, you're the new guy?"; btRep1.txt.text = "No, I'm the Pope!"; btRep2.txt.text = "Yes, I bring the laundry."; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Salut, tu es le nouveau?"; btRep1.txt.text = "Non, je suis le Pape!"; btRep2.txt.text = "Oui, j'apporte le linge."; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0_1Event(_arg1:Event){ if (v0_1.currentFrame >= v0_1.totalFrames){ v0_1.removeEventListener(Event.ENTER_FRAME, v0_1Event); v0_1.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "So, you've met this little bitch?"; btRep1.txt.text = "Of course, Sally..."; btRep2.txt.text = "The boss? Indeed!"; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Alors, t'as vu cette petite salope?"; btRep1.txt.text = "M'en parles pas, Sally..."; btRep2.txt.text = "La patronne? En effet!"; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0_2Event(_arg1:Event){ if (v0_2.currentFrame >= v0_2.totalFrames){ v0_2.removeEventListener(Event.ENTER_FRAME, v0_2Event); v0_2.stop(); lblDialog.gotoAndStop(1); btNext.visible = true; pgSuiv = (13 + 1); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblQuestion.text = ""; lblInstru.visible = true; if (En){ lblInstru.text = "Click on NEXT to continue."; } else { lblInstru.text = "Cliquer sur NEXT pour continuer."; }; }; } public function v0_3Event(_arg1:Event){ if (v0_3.currentFrame >= v0_3.totalFrames){ v0_3.removeEventListener(Event.ENTER_FRAME, v0_3Event); v0_3.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = ".....the ladder?!"; btRep1.txt.text = "I get it!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Et cet escabeau?"; btRep1.txt.text = "Ah oui, de suite!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0_4Event(_arg1:Event){ if (v0_4.currentFrame >= v0_4.totalFrames){ v0_4.removeEventListener(Event.ENTER_FRAME, v0_4Event); v0_4.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "Having a good look, aren't you?"; btRep1.txt.text = "Not at all!"; btRep2.txt.text = "I have no choice!"; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Tu serais pas en train de me mater?"; btRep1.txt.text = "Non, du tout!"; btRep2.txt.text = "J'ai le choix?"; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0_5Event(_arg1:Event){ if (v0_5.currentFrame >= v0_5.totalFrames){ v0_5.removeEventListener(Event.ENTER_FRAME, v0_5Event); v0_5.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "I quite fancy you as well."; btRep1.txt.text = "Thank you."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Tu me plais bien aussi."; btRep1.txt.text = "Merci."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v0_51Event(_arg1:Event){ if (v0_51.currentFrame >= v0_51.totalFrames){ v0_51.removeEventListener(Event.ENTER_FRAME, v0_51Event); v0_51.stop(); vidZone(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "So, I can touch myself in front of you, you don't care?"; btRep1.txt.text = "Go on, we will see."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Quand je me touches devant toi, tu t'en fous?"; btRep1.txt.text = "Continue, on verra!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); }; } public function v1_0bEvent(_arg1:Event){ if (v1_0.currentFrame >= v1_0.totalFrames){ v1_0.removeEventListener(Event.ENTER_FRAME, v1_0bEvent); v1_0.stop(); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "I'm gonna show you what I can do!"; btRep1.txt.text = "OK!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { lblQuestion.text = "Je vais te montrer ce que je sais faire!"; btRep1.txt.text = "OK!"; btRep2.txt.text = ""; btRep3.txt.text = ""; strPerdu = "On ne va pas pouvoir vous garder, désolée."; }; fixBtRep(); }; } public function v1_1Event(_arg1:Event){ if (v1_1.currentFrame >= v1_1.totalFrames){ v1_1.removeEventListener(Event.ENTER_FRAME, v1_1Event); v1_1.stop(); naration(); lblDialog.txt.text = ""; pgSuiv = (23 + 1); }; } public function v1_2Event(_arg1:Event){ if (v1_2.currentFrame >= v1_2.totalFrames){ v1_2.removeEventListener(Event.ENTER_FRAME, v1_2Event); v1_2.stop(); naration(); lblDialog.txt.text = ""; pgSuiv = (23 + 1); }; } public function v1_3Event(_arg1:Event){ if (v1_3.currentFrame >= v1_3.totalFrames){ v1_3.removeEventListener(Event.ENTER_FRAME, v1_3Event); v1_3.stop(); naration(); lblDialog.txt.text = ""; pgSuiv = (23 + 1); }; } public function v1_4Event(_arg1:Event){ if (v1_4.currentFrame >= v1_4.totalFrames){ v1_4.removeEventListener(Event.ENTER_FRAME, v1_4Event); v1_4.stop(); naration(); lblDialog.txt.text = ""; pgSuiv = (23 + 1); }; } 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.text = ""; lblDialog.gotoAndStop(1); pgSuiv = 27; TCbt1 = 0; TCbt2 = 0; TCbt3 = 0; TCbt4 = 0; tcPerdu = 20; btNext.visible = false; addEventListener(Event.ENTER_FRAME, loadProgress); btNext.addEventListener(MouseEvent.CLICK, btNext_Click); } function frame2(){ stop(); pgSuiv = 3; } function frame3(){ if (En){ lblQuestion.text = "In the first part, for your first day as a caretaker in the girl's dorm, you manage to get the laundry from the very naugthy Sally... You have just now to bring it to the cleaning lady."; } else { lblQuestion.text = "Dans le premier épisode, pour votre premier jour comme homme à tout faire dans le dortoir de jeune fille, vous avez réussi à collecter le linge sale chez cette coquine de Sally. Vous n'avez plus qu'à l'apporter à la femme de ménage."; }; lblDialog.gotoAndStop(1); btNext.visible = true; pgSuiv = 4; affText(); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.visible = true; } function frame4(){ TCbt1 = 5; TCbt2 = 6; TCbt3 = 8; vidZone(); v0_0.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_0.addEventListener(Event.ENTER_FRAME, v0_0Event); } function frame5(){ TCbt1 = 6; TCbt2 = 7; TCbt3 = (7 + 1); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "Very funny! You've got the laundry?"; btRep1.txt.text = "Of course!"; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Très drôle! T'as le linge sale?"; btRep1.txt.text = "Bien sûr!"; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame6(){ TCbt1 = (7 + 1); TCbt2 = (6 + 1); TCbt3 = (7 + 1); vidZone(); v0_1.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_1.addEventListener(Event.ENTER_FRAME, v0_1Event); } function frame7(){ TCbt1 = (21 + 1); TCbt2 = (7 + 1); TCbt3 = (13 + 1); if (En){ strPerdu = "I'm sorry sir, we will have to let you go."; lblQuestion.text = "Speak like that of the boss, it's not acceptable."; btRep1.txt.text = "You didn't see her little show."; btRep2.txt.text = "I'm kidding, but for Sally..."; btRep3.txt.text = ""; } else { lblQuestion.text = "Parler comme ça des supérieurs c'est inacceptable."; strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; btRep1.txt.text = "T'as pas vu son petit show."; btRep2.txt.text = "Je déconne, par contre, Sally!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame8(){ TCbt1 = (8 + 1); TCbt2 = (9 + 1); TCbt3 = (5 + 1); if (En){ lblQuestion.text = "You've seen this little whore? Be careful with your job!"; strPerdu = "I'm sorry sir, we will have to let you go"; btRep1.txt.text = "I've just seen her naked!"; btRep2.txt.text = "What happend with the last guy?"; btRep3.txt.text = ""; } else { lblQuestion.text = "Elle est chaude, hein? Mais fais gaffe pour ton job!"; strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; btRep1.txt.text = "Je l'ai juste vue à poil!"; btRep2.txt.text = "Il s'est passé quoi pour le type avant moi?."; btRep3.txt.text = ""; }; fixBtRep(); } function frame9(){ lblDialog.gotoAndStop(1); btNext.visible = true; pgSuiv = (21 + 1); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.visible = true; if (En){ lblQuestion.text = "It's a big deal, I have to tell the boss!"; lblInstru.text = "Click on NEXT to continue."; } else { lblQuestion.text = "C'est grave! Je dois en parler à la boss!"; lblInstru.text = "Cliquer sur NEXT pour continuer."; }; } function frame10(){ TCbt1 = (10 + 1); TCbt2 = (8 + 1); TCbt3 = (12 + 1); if (En){ lblQuestion.text = "She masturbated while he was watching, what a perv!"; strPerdu = "I'm sorry sir, we will have to let you go"; btRep1.txt.text = "I can't believe it."; btRep2.txt.text = "She did the same to me!"; btRep3.txt.text = ""; } else { lblQuestion.text = "Elle s'est masturbée pendant qu'il mattait, quel pervers!"; strPerdu = "On ne va pas pouvoir vous garder, désolée."; btRep1.txt.text = "Odieux!"; btRep2.txt.text = "Elle m'a fait pareil!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame11(){ lblDialog.gotoAndStop(1); btNext.visible = true; pgSuiv = (11 + 1); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.visible = true; if (En){ lblQuestion.text = "Can you grab the ladder for me?"; lblInstru.text = "Click on NEXT to continue."; } else { lblQuestion.text = "Tu veux pas m'attraper l'escabeau!"; lblInstru.text = "Cliquer sur NEXT pour continuer."; }; } function frame12(){ stop(); vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = true; TCbt1 = (15 + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); bt2.visible = true; TCbt2 = (12 + 1); bt2.addEventListener(MouseEvent.CLICK, bt2Click); } function frame13(){ TCbt1 = (4 + 1); TCbt2 = (5 + 1); TCbt3 = (7 + 1); vidZone(); v0_2.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_2.addEventListener(Event.ENTER_FRAME, v0_2Event); } function frame14(){ TCbt1 = (14 + 1); TCbt2 = (5 + 1); TCbt3 = (7 + 1); vidZone(); v0_3.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_3.addEventListener(Event.ENTER_FRAME, v0_3Event); } function frame15(){ stop(); vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = true; TCbt1 = (15 + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame16(){ TCbt1 = (16 + 1); TCbt2 = (16 + 1); TCbt3 = (7 + 1); vidZone(); v0_4.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_4.addEventListener(Event.ENTER_FRAME, v0_4Event); } function frame17(){ TCbt1 = (17 + 1); TCbt2 = (7 + 1); TCbt3 = (13 + 1); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "Calm down, with me it's alright, it's legal."; btRep1.txt.text = "Cool."; btRep2.txt.text = ""; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Détends toi, avec moi, c'est pas grave, c'est légal."; btRep1.txt.text = "Cool."; btRep2.txt.text = ""; btRep3.txt.text = ""; }; fixBtRep(); } function frame18(){ TCbt1 = (18 + 1); TCbt2 = (20 + 1); TCbt3 = (13 + 1); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "You're the only guy between all this chicks, it's not easy."; btRep1.txt.text = "I'm just interested in you."; btRep2.txt.text = "I can manage, don't worry."; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Tout seul avec toutes ces filles, c'est pas facile?"; btRep1.txt.text = "Y'a que toi qui me plaît."; btRep2.txt.text = "Je peux me retenir."; btRep3.txt.text = ""; }; fixBtRep(); } function frame19(){ TCbt1 = (19 + 1); TCbt2 = (8 + 1); TCbt3 = (13 + 1); if (En){ strPerdu = "I'm sorry sir, we will have to let you go"; lblQuestion.text = "Do you really mean that?"; btRep1.txt.text = "I do!"; btRep2.txt.text = "There's only you and Sally"; btRep3.txt.text = ""; } else { strPerdu = "Désolée, je ne pense pas que cet emploi soit pour vous."; lblQuestion.text = "Tu le penses vraiment?"; btRep1.txt.text = "Grave!"; btRep2.txt.text = "Y'a que toi et Sally!"; btRep3.txt.text = ""; }; fixBtRep(); } function frame20(){ TCbt1 = (22 + 1); TCbt2 = (5 + 1); TCbt3 = (7 + 1); vidZone(); v0_5.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_5.addEventListener(Event.ENTER_FRAME, v0_5Event); } function frame21(){ TCbt1 = (22 + 1); TCbt2 = (5 + 1); TCbt3 = (7 + 1); vidZone(); v0_51.gotoAndPlay(1); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_51.addEventListener(Event.ENTER_FRAME, v0_51Event); } function frame22(){ lblQuestion.text = strPerdu; lblDialog.gotoAndStop(1); btNext.visible = true; pgSuiv = 3; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); lblInstru.visible = true; if (En){ lblInstru.text = "Click on NEXT to start again."; } else { lblInstru.text = "Cliquer sur NEXT pour recommencer."; }; } function frame23(){ TCbt1 = (23 + 1); TCbt2 = (23 + 1); TCbt3 = (17 + 1); vidZone(); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_0.addEventListener(Event.ENTER_FRAME, v1_0bEvent); } function frame24(){ stop(); vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; lblQuestion.visible = true; if (En){ lblQuestion.text = "Work day over, well done! Enjoy the bonus videos and see you next week."; } else { lblQuestion.text = "Premier jour de travail terminé! Félicitation! A la semaine prochaine!"; }; bt1.visible = true; TCbt1 = (24 + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); bt2.visible = true; TCbt2 = (25 + 1); bt2.addEventListener(MouseEvent.CLICK, bt2Click); bt3.visible = true; TCbt3 = (26 + 1); bt3.addEventListener(MouseEvent.CLICK, bt3Click); bt4.visible = true; TCbt4 = (27 + 1); bt4.addEventListener(MouseEvent.CLICK, bt4Click); } function frame25(){ lblQuestion.text = ""; vidZone(); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_1.addEventListener(Event.ENTER_FRAME, v1_1Event); } function frame26(){ lblQuestion.text = ""; vidZone(); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_2.addEventListener(Event.ENTER_FRAME, v1_2Event); } function frame27(){ lblQuestion.text = ""; vidZone(); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_3.addEventListener(Event.ENTER_FRAME, v1_3Event); } function frame28(){ lblQuestion.text = ""; vidZone(); btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_4.addEventListener(Event.ENTER_FRAME, v1_4Event); } } }//package DreamJobweek1_2_fla

Library Items

Symbol 1 BitmapUsed by:2 112
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:5
Symbol 5 ButtonUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:16
Symbol 9 FontUsed by:10 13 15 18 20 21 24 37 42 45 49 52 55 56 59 62 65 68 73 74 79 82 85 88 92 93 96 100 103
Symbol 10 EditableTextUses:9Used by:16
Symbol 11 BitmapUsed by:12 14
Symbol 12 GraphicUses:11Used by:16
Symbol 13 EditableTextUses:9Used by:16
Symbol 14 GraphicUses:11Used by:16
Symbol 15 EditableTextUses:9Used by:16
Symbol 16 MovieClipUses:8 10 12 13 14 15Used by:Timeline
Symbol 17 GraphicUsed by:19
Symbol 18 EditableTextUses:9Used by:19
Symbol 19 ButtonUses:17 18Used by:Timeline
Symbol 20 EditableTextUses:9Used by:Timeline
Symbol 21 EditableTextUses:9Used by:Timeline
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:25
Symbol 24 EditableTextUses:9Used by:25
Symbol 25 MovieClipUses:23 24Used by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28
Symbol 28 ButtonUses:27Used by:Timeline
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 ButtonUses:30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:Timeline
Symbol 37 EditableTextUses:9Used by:Timeline
Symbol 38 VideoUsed by:41
Symbol 39 BitmapUsed by:40 47
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClipUses:38 40Used by:Timeline
Symbol 42 EditableTextUses:9Used by:Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:Timeline
Symbol 45 EditableTextUses:9Used by:Timeline
Symbol 46 VideoUsed by:48
Symbol 47 GraphicUses:39Used by:48
Symbol 48 MovieClipUses:46 47Used by:Timeline
Symbol 49 EditableTextUses:9Used by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 EditableTextUses:9Used by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:Timeline
Symbol 55 EditableTextUses:9Used by:Timeline
Symbol 56 EditableTextUses:9Used by:Timeline
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:Timeline
Symbol 59 EditableTextUses:9Used by:Timeline
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:Timeline
Symbol 62 EditableTextUses:9Used by:Timeline
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:Timeline
Symbol 65 EditableTextUses:9Used by:Timeline
Symbol 66 VideoUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 EditableTextUses:9Used by:Timeline
Symbol 69 VideoUsed by:72
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:72
Symbol 72 MovieClipUses:69 71Used by:Timeline
Symbol 73 EditableTextUses:9Used by:Timeline
Symbol 74 EditableTextUses:9Used by:Timeline
Symbol 75 VideoUsed by:78
Symbol 76 BitmapUsed by:77 90 98 102
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClipUses:75 77 SS1Used by:Timeline
Symbol 79 EditableTextUses:9Used by:Timeline
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 EditableTextUses:9Used by:Timeline
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:Timeline
Symbol 85 EditableTextUses:9Used by:Timeline
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:Timeline
Symbol 88 EditableTextUses:9Used by:Timeline
Symbol 89 VideoUsed by:91
Symbol 90 GraphicUses:76Used by:91
Symbol 91 MovieClipUses:89 90 SS2Used by:Timeline
Symbol 92 EditableTextUses:9Used by:Timeline
Symbol 93 EditableTextUses:9Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:Timeline
Symbol 96 EditableTextUses:9Used by:Timeline
Symbol 97 VideoUsed by:99
Symbol 98 GraphicUses:76Used by:99
Symbol 99 MovieClipUses:97 98 SS3Used by:Timeline
Symbol 100 EditableTextUses:9Used by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:76 101Used by:Timeline
Symbol 103 EditableTextUses:9Used by:Timeline
Symbol 104 VideoUsed by:105
Symbol 105 MovieClipUses:104 SS4Used by:Timeline
Symbol 106 VideoUsed by:107
Symbol 107 MovieClipUses:106 SS5Used by:Timeline
Symbol 108 VideoUsed by:109
Symbol 109 MovieClipUses:108 SS6Used by:Timeline
Symbol 110 VideoUsed by:111
Symbol 111 MovieClipUses:110 SS7Used by:Timeline
Symbol 112 GraphicUses:1Used by:Timeline
Streaming Sound 1Used by:Symbol 78 MovieClip
Streaming Sound 2Used by:Symbol 91 MovieClip
Streaming Sound 3Used by:Symbol 99 MovieClip
Streaming Sound 4Used by:Symbol 105 MovieClip
Streaming Sound 5Used by:Symbol 107 MovieClip
Streaming Sound 6Used by:Symbol 109 MovieClip
Streaming Sound 7Used by:Symbol 111 MovieClip

Instance Names

"btLogo"Frame 1Symbol 5 Button
"bt4"Frame 1Symbol 7 MovieClip
"bt3"Frame 1Symbol 7 MovieClip
"bt2"Frame 1Symbol 7 MovieClip
"bt1"Frame 1Symbol 7 MovieClip
"lblDialog"Frame 1Symbol 16 MovieClip
"btNext"Frame 1Symbol 19 Button
"lblInstru"Frame 1Symbol 20 EditableText
"lblQuestion"Frame 1Symbol 21 EditableText
"btRep3"Frame 1Symbol 25 MovieClip
"btRep2"Frame 1Symbol 25 MovieClip
"btRep1"Frame 1Symbol 25 MovieClip
"btFr"Frame 1Symbol 28 Button
"btEn"Frame 1Symbol 31 Button
"lblQuestion"Frame 3Symbol 37 EditableText
"v0_0"Frame 4Symbol 41 MovieClip
"lblQuestion"Frame 4Symbol 42 EditableText
"lblQuestion"Frame 5Symbol 45 EditableText
"v0_1"Frame 6Symbol 48 MovieClip
"lblQuestion"Frame 6Symbol 49 EditableText
"lblQuestion"Frame 7Symbol 52 EditableText
"lblQuestion"Frame 8Symbol 55 EditableText
"lblQuestion"Frame 9Symbol 56 EditableText
"lblQuestion"Frame 10Symbol 59 EditableText
"lblQuestion"Frame 11Symbol 62 EditableText
"lblQuestion"Frame 12Symbol 65 EditableText
"v0_2"Frame 13Symbol 67 MovieClip
"lblQuestion"Frame 13Symbol 68 EditableText
"v0_3"Frame 14Symbol 72 MovieClip
"lblQuestion"Frame 14Symbol 73 EditableText
"lblQuestion"Frame 15Symbol 74 EditableText
"v0_4"Frame 16Symbol 78 MovieClip
"lblQuestion"Frame 16Symbol 79 EditableText
"lblQuestion"Frame 17Symbol 82 EditableText
"lblQuestion"Frame 18Symbol 85 EditableText
"lblQuestion"Frame 19Symbol 88 EditableText
"v0_5"Frame 20Symbol 91 MovieClip
"lblQuestion"Frame 20Symbol 92 EditableText
"v0_51"Frame 21Symbol 91 MovieClip
"lblQuestion"Frame 21Symbol 93 EditableText
"lblQuestion"Frame 22Symbol 96 EditableText
"v1_0"Frame 23Symbol 99 MovieClip
"lblQuestion"Frame 23Symbol 100 EditableText
"lblQuestion"Frame 24Symbol 103 EditableText
"v1_1"Frame 25Symbol 105 MovieClip
"v1_2"Frame 26Symbol 107 MovieClip
"v1_3"Frame 27Symbol 109 MovieClip
"v1_4"Frame 28Symbol 111 MovieClip
"txt"Symbol 16 MovieClip Frame 1Symbol 10 EditableText
"txt"Symbol 16 MovieClip Frame 2Symbol 13 EditableText
"txt"Symbol 16 MovieClip Frame 3Symbol 15 EditableText
"txt"Symbol 25 MovieClip Frame 1Symbol 24 EditableText

Special Tags

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




http://swfchan.com/20/96533/info.shtml
Created: 23/3 -2019 18:07:33 Last modified: 23/3 -2019 18:07:33 Server time: 29/04 -2024 08:20:23