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

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

Dream Job Week 2 Episode 2.swf

This is the info page for
Flash #104942

(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

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 (DreamJob2_2_fla.MainTimeline) package DreamJob2_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 v2_3:MovieClip; public var v1_6:MovieClip; public var btRep3:MovieClip; public var v2_4:MovieClip; public var v1_7:MovieClip; public var btNext:SimpleButton; public var v1_8:MovieClip; public var btFr:SimpleButton; public var v1_9:MovieClip; public var v1_10:MovieClip; public var lblQuestion:TextField; public var lblInstru:TextField; public var bt1:MovieClip; public var lblDialog: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 v2_0:MovieClip; public var v1_3:MovieClip; public var v0_2:MovieClip; public var btLogo:SimpleButton; public var v2_1:MovieClip; public var v1_4:MovieClip; public var v0_3:MovieClip; public var btRep1:MovieClip; public var v2_2:MovieClip; public var v1_5:MovieClip; public var btRep2:MovieClip; public var charge; public var En; public var vol; public var zone1; public var zone2; public var zone3; public var strPerdu; public var pgSuiv; public var TCbt1; public var TCbt2; public var TCbt3; public var tcPerdu; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 6, frame7, 7, frame8, 8, frame9, 9, frame10, 10, frame11, 11, frame12, 12, frame13, 13, frame14, 14, frame15, 15, frame16, 16, frame17, 17, frame18, 18, frame19, 19, frame20, 20, frame21, 21, frame22, 22, frame23, 23, frame24, 24, frame25, 25, frame26, 26, frame27, 27, frame28, 28, frame29, 29, frame30, 30, frame31, 31, frame32, 32, frame33, 33, frame34, 34, frame35, 35, frame36, 36, frame37, 37, frame38, 38, frame39, 39, frame40, 40, frame41, 41, frame42, 42, frame43, 43, frame44, 44, frame45, 45, frame46, 46, frame47, 47, frame48); } 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; affText(); if (En){ lblInstru.text = "Click on NEXT to start."; } else { lblInstru.text = "Cliquer sur NEXT pour commencer."; }; }; } 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; vidZone(); 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; 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 = (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)); bt1.visible = (bt2.visible = (bt3.visible = false)); lblDialog.visible = (btNext.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); bt1.visible = (bt2.visible = (bt3.visible = false)); lblInstru.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.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.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 v0_0Event(_arg1:Event){ if (v0_0.currentFrame >= v0_0.totalFrames){ v0_0.removeEventListener(Event.ENTER_FRAME, v0_0Event); v0_0.stop(); if (En){ lblQuestion.text = "Hi, you must be the new gym teacher?"; btRep1.txt.text = "No, I'm here to fix the heater"; btRep2.txt.text = "Yes, I'm late, we should start."; btRep3.txt.text = ""; } else { lblQuestion.text = "Salut, tu dois être le nouveau prof de gym?"; btRep1.txt.text = "Non, je suis là pour réparer le radiateur."; btRep2.txt.text = "Oui, on devrait commencer."; 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(); TCbt1 = 17; TCbt2 = 19; if (En){ lblQuestion.text = "Do I do it right?"; btRep1.txt.text = "Not sure, I think so..."; btRep2.txt.text = "Not bad, more on the legs."; } else { lblQuestion.text = "C'est bien comme ça?"; btRep1.txt.text = "Oui, enfin je crois."; btRep2.txt.text = "Pas mal, insiste sur les jambes."; }; 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(); 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 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } 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(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = true; TCbt1 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v1_0Event(_arg1:Event){ if (v1_0.currentFrame >= v1_0.totalFrames){ v1_0.removeEventListener(Event.ENTER_FRAME, v1_0Event); v1_0.stop(); TCbt1 = 24; TCbt2 = 22; TCbt3 = 10; if (En){ lblQuestion.text = "I'm warm enough now!"; btRep1.txt.text = "Time to work out then."; btRep2.txt.text = "OK, get naked then."; } else { lblQuestion.text = "Je crois que je suis bien chaude maintenant!"; btRep1.txt.text = "Passons aux choses sérieuses."; btRep2.txt.text = "Déshabille toi alors."; }; btRep3.txt.text = ""; fixBtRep(); }; } public function v1_1Event(_arg1:Event){ if (v1_1.currentFrame >= v1_1.totalFrames){ zone1 = true; v1_1.removeEventListener(Event.ENTER_FRAME, v1_1Event); v1_1.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 28; } else { pgSuiv = 24; }; }; } public function v1_2Event(_arg1:Event){ if (v1_2.currentFrame >= v1_2.totalFrames){ zone2 = true; v1_2.removeEventListener(Event.ENTER_FRAME, v1_2Event); v1_2.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 28; } else { pgSuiv = 24; }; }; } public function v1_3Event(_arg1:Event){ if (v1_3.currentFrame >= v1_3.totalFrames){ zone3 = true; v1_3.removeEventListener(Event.ENTER_FRAME, v1_3Event); v1_3.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 28; } else { pgSuiv = 24; }; }; } public function v1_4Event(_arg1:Event){ if (v1_4.currentFrame >= v1_4.totalFrames){ zone1 = true; v1_4.removeEventListener(Event.ENTER_FRAME, v1_4Event); v1_4.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 33; } else { pgSuiv = 29; }; }; } public function v1_5Event(_arg1:Event){ if (v1_5.currentFrame >= v1_5.totalFrames){ zone2 = true; v1_5.removeEventListener(Event.ENTER_FRAME, v1_5Event); v1_5.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 33; } else { pgSuiv = 29; }; }; } public function v1_6Event(_arg1:Event){ if (v1_6.currentFrame >= v1_6.totalFrames){ zone3 = true; v1_6.removeEventListener(Event.ENTER_FRAME, v1_6Event); v1_6.stop(); naration(); lblDialog.visible = false; if (((((zone1) && (zone2))) && (zone3))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 33; } else { pgSuiv = 29; }; }; } public function v1_7Event(_arg1:Event){ if (v1_7.currentFrame >= v1_7.totalFrames){ zone1 = true; v1_7.removeEventListener(Event.ENTER_FRAME, v1_7Event); v1_7.stop(); naration(); lblDialog.visible = false; if (((zone1) && (zone2))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 36; } else { pgSuiv = 33; }; }; } public function v1_8Event(_arg1:Event){ if (v1_8.currentFrame >= v1_8.totalFrames){ zone2 = true; v1_8.removeEventListener(Event.ENTER_FRAME, v1_8Event); v1_8.stop(); naration(); lblDialog.visible = false; if (((zone1) && (zone2))){ zone1 = (zone2 = (zone3 = false)); pgSuiv = 36; } else { pgSuiv = 33; }; }; } public function v1_9Event(_arg1:Event){ if (v1_9.currentFrame >= v1_9.totalFrames){ v1_9.removeEventListener(Event.ENTER_FRAME, v1_9Event); v1_9.stop(); TCbt1 = 37; TCbt2 = 23; TCbt3 = 10; if (En){ lblQuestion.text = "Time for a little break?"; btRep1.txt.text = "As you wish"; } else { lblQuestion.text = "Je suis crevée, on fait une pause?"; btRep1.txt.text = "Si tu veux."; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); }; } public function v1_10Event(_arg1:Event){ if (v1_10.currentFrame >= v1_10.totalFrames){ zone1 = true; v1_10.removeEventListener(Event.ENTER_FRAME, v1_10Event); v1_10.stop(); naration(); lblDialog.visible = false; pgSuiv = 37; }; } public function v2_0Event(_arg1:Event){ if (v2_0.currentFrame >= v2_0.totalFrames){ zone1 = true; v2_0.removeEventListener(Event.ENTER_FRAME, v2_0Event); v2_0.stop(); naration(); lblDialog.visible = false; pgSuiv = (this.currentFrame + 1); }; } public function v2_1Event(_arg1:Event){ if (v2_1.currentFrame >= v2_1.totalFrames){ v2_1.removeEventListener(Event.ENTER_FRAME, v2_1Event); v2_1.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 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v2_2Event(_arg1:Event){ if (v2_2.currentFrame >= v2_2.totalFrames){ v2_2.removeEventListener(Event.ENTER_FRAME, v2_2Event); v2_2.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 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; } public function v2_3Event(_arg1:Event){ if (v2_3.currentFrame >= v2_3.totalFrames){ zone1 = true; v2_3.removeEventListener(Event.ENTER_FRAME, v2_3Event); v2_3.stop(); naration(); lblDialog.visible = false; pgSuiv = (this.currentFrame + 1); }; } public function v2_4Event(_arg1:Event){ if (v2_4.currentFrame >= v2_4.totalFrames){ zone1 = true; v2_4.removeEventListener(Event.ENTER_FRAME, v2_4Event); v2_4.stop(); naration(); lblDialog.visible = false; pgSuiv = (this.currentFrame + 1); }; } function frame1(){ charge = false; En = true; 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); lblInstru.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); zone1 = false; pgSuiv = 7; } function frame7(){ if (En){ lblDialog.txt.text = "It's the beginning of your second week as a handy man at the girls college dorm"; } else { lblDialog.txt.text = "Vous débutez votre deuxième semaine comme homme à tout faire à l'internat."; }; naration(); } function frame8(){ if (En){ lblDialog.txt.text = "You have your weekly meeting with your supervisor, Miss Trick to talk about your duties."; } else { lblDialog.txt.text = "Vous devez rencontrer Mlle Seck pour qu'elle vous confie vos tâches de la semaine."; }; naration(); } function frame9(){ naration(); if (En){ lblQuestion.text = "Go to fix the heater in the gym. It's freezing in there."; } else { lblQuestion.text = "Réparez le radiateur de la salle de gym, il y fait très froid."; }; lblDialog.visible = false; } function frame10(){ TCbt1 = 11; TCbt2 = 15; TCbt3 = 10; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); lblQuestion.text = ""; SoundMixer.soundTransform = new SoundTransform(vol); v0_0.gotoAndPlay(1); v0_0.addEventListener(Event.ENTER_FRAME, v0_0Event); } function frame11(){ TCbt1 = 14; TCbt2 = 12; TCbt3 = 10; if (En){ lblQuestion.text = "Great! It's really cold in here!"; btRep1.txt.text = "Begin to warm up, it should help."; btRep2.txt.text = "I'll try to fix it."; } else { lblQuestion.text = "C'est une bonne chose, il fait super froid ici."; btRep1.txt.text = "Commence à t'échauffer, ça ira mieux."; btRep2.txt.text = "Je vais essayer de régler ça."; }; btRep3.txt.text = ""; fixBtRep(); } function frame12(){ TCbt1 = 14; TCbt2 = 13; TCbt3 = 10; if (En){ lblQuestion.text = "OK but my teacher's still not here. I think he won't show up, I'll go."; btRep1.txt.text = "Wait, I've been a gym teacher, I can help."; btRep2.txt.text = "Fine, see you later."; } else { lblQuestion.text = "OK mais mon prof n'est pas là et je crois qu'il ne viendra pas. Je vais y aller."; btRep1.txt.text = "J'ai été prof de gym, je peux t'aider."; btRep2.txt.text = "OK, à plus."; }; btRep3.txt.text = ""; fixBtRep(); } function frame13(){ TCbt1 = 10; TCbt2 = 12; TCbt3 = 10; if (En){ lblQuestion.text = "She's gone and you stay alone..."; btRep1.txt.text = "-Start again-"; } else { lblQuestion.text = "Elle est partie, vous restez seul..."; btRep1.txt.text = "-Réessayer-"; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); } function frame14(){ TCbt1 = 17; TCbt2 = 18; TCbt3 = 10; if (En){ lblQuestion.text = "OK but what do I do?"; btRep1.txt.text = "I don't knnow, as you wish."; btRep2.txt.text = "First legs, then upper body."; } else { lblQuestion.text = "OK mais je fais quoi?"; btRep1.txt.text = "Je sais pas, débrouille-toi."; btRep2.txt.text = "D'abord les jambes ensuite les bras."; }; btRep3.txt.text = ""; fixBtRep(); } function frame15(){ TCbt1 = 16; TCbt2 = 12; TCbt3 = 10; if (En){ lblQuestion.text = "My name's Sharon. Let's start - I'm freezing!"; btRep1.txt.text = "Let's warm up then."; btRep2.txt.text = "In fact, I'm here for the heater."; } else { lblQuestion.text = "Super, Je m'appelle Sharon, on commence? Il fait super froid!"; btRep1.txt.text = "On va faire un petit échauffement."; btRep2.txt.text = "En fait je viens pour réparer le chauffage."; }; btRep3.txt.text = ""; fixBtRep(); } function frame16(){ TCbt1 = 18; TCbt2 = 17; TCbt3 = 10; if (En){ lblQuestion.text = "Nice, Legs first, upper body then?"; btRep1.txt.text = "Exactly."; btRep2.txt.text = "If you find it funny."; } else { lblQuestion.text = "Génial, d'abord les jambes puis le haut du corps?"; btRep1.txt.text = "Exactement!"; btRep2.txt.text = "Si ça t'amuse..."; }; btRep3.txt.text = ""; fixBtRep(); } function frame17(){ naration(); if (En){ lblQuestion.text = "You call yourself a teacher? Bye!"; } else { lblQuestion.text = "Tu parles d'un prof! Ciao!"; }; lblDialog.visible = false; pgSuiv = 13; } function frame18(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_1.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_1.addEventListener(Event.ENTER_FRAME, v0_1Event); } function frame19(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_2.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_2.addEventListener(Event.ENTER_FRAME, v0_2Event); } function frame20(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_3.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v0_3.addEventListener(Event.ENTER_FRAME, v0_3Event); } function frame21(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_0.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_0.addEventListener(Event.ENTER_FRAME, v1_0Event); } function frame22(){ TCbt1 = 24; TCbt2 = 23; TCbt3 = 10; if (En){ lblQuestion.text = "What are you speaking about?"; btRep1.txt.text = "Just joking, let's exercice."; btRep2.txt.text = "I know the girls here!"; } else { lblQuestion.text = "Qu'est ce que tu racontes?"; btRep1.txt.text = "Rien on passe aux exercices."; btRep2.txt.text = "Je connais les filles d'ici."; }; btRep3.txt.text = ""; fixBtRep(); } function frame23(){ TCbt1 = 21; TCbt2 = 12; TCbt3 = 10; zone1 = false; zone2 = false; zone3 = false; if (En){ lblQuestion.text = "She's gone and you stay alone..."; btRep1.txt.text = "-Start again-"; } else { lblQuestion.text = "Elle est partie, vous restez seul..."; btRep1.txt.text = "-Réessayer-"; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); } function frame24(){ vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = !(zone1); TCbt1 = (this.currentFrame + 1); if (!zone1){ bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; bt2.visible = !(zone2); TCbt2 = (this.currentFrame + 2); if (!zone2){ bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; bt3.visible = !(zone3); TCbt3 = (this.currentFrame + 3); if (!zone3){ bt3.addEventListener(MouseEvent.CLICK, bt3Click); }; } function frame25(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_1.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_1.addEventListener(Event.ENTER_FRAME, v1_1Event); } function frame26(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_2.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_2.addEventListener(Event.ENTER_FRAME, v1_2Event); } function frame27(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_3.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_3.addEventListener(Event.ENTER_FRAME, v1_3Event); } function frame28(){ zone1 = false; zone2 = false; zone3 = false; TCbt1 = 29; TCbt2 = 18; TCbt3 = 10; if (En){ lblQuestion.text = "Do I do it right?"; btRep1.txt.text = "Perfect! Lie down now."; } else { lblQuestion.text = "Je m'en sors bien?"; btRep1.txt.text = "Très bien, allonge toi."; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); } function frame29(){ vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = !(zone1); TCbt1 = (this.currentFrame + 1); if (!zone1){ bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; bt2.visible = !(zone2); TCbt2 = (this.currentFrame + 2); if (!zone2){ bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; bt3.visible = !(zone3); TCbt3 = (this.currentFrame + 3); if (!zone3){ bt3.addEventListener(MouseEvent.CLICK, bt3Click); }; } function frame30(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_4.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_4.addEventListener(Event.ENTER_FRAME, v1_4Event); } function frame31(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_5.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_5.addEventListener(Event.ENTER_FRAME, v1_5Event); } function frame32(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_6.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_6.addEventListener(Event.ENTER_FRAME, v1_6Event); } function frame33(){ vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = !(zone1); TCbt1 = (this.currentFrame + 1); if (!zone1){ bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; bt2.visible = !(zone2); TCbt2 = (this.currentFrame + 2); if (!zone2){ bt2.addEventListener(MouseEvent.CLICK, bt2Click); }; } function frame34(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_7.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_7.addEventListener(Event.ENTER_FRAME, v1_7Event); } function frame35(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_8.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_8.addEventListener(Event.ENTER_FRAME, v1_8Event); } function frame36(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_9.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_9.addEventListener(Event.ENTER_FRAME, v1_9Event); } function frame37(){ vidZone(); lblInstru.visible = true; if (En){ lblInstru.text = "Click on the picture to play"; } else { lblInstru.text = "Cliquez sur l'image"; }; bt1.visible = !(zone1); TCbt1 = (this.currentFrame + 1); if (!zone1){ bt1.addEventListener(MouseEvent.CLICK, bt1Click); }; bt2.visible = zone1; TCbt2 = 41; if (zone1){ bt2.addEventListener(MouseEvent.CLICK, bt2Click); zone1 = false; }; bt3.visible = true; TCbt3 = (this.currentFrame + 2); bt3.addEventListener(MouseEvent.CLICK, bt3Click); } function frame38(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v1_10.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v1_10.addEventListener(Event.ENTER_FRAME, v1_10Event); } function frame39(){ naration(); if (En){ lblQuestion.text = "Ohh, don't go too fast!"; } else { lblQuestion.text = "Calme toi un peu!"; }; lblDialog.visible = false; pgSuiv = 40; } function frame40(){ TCbt1 = 36; TCbt2 = 12; TCbt3 = 10; zone1 = false; zone2 = false; zone3 = false; if (En){ lblQuestion.text = "She's gone and you stay alone..."; btRep1.txt.text = "-Start again-"; } else { lblQuestion.text = "Elle est partie, vous restez seul..."; btRep1.txt.text = "-Réessayer-"; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); } function frame41(){ 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 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame42(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v2_0.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v2_0.addEventListener(Event.ENTER_FRAME, v2_0Event); } function frame43(){ 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 = (this.currentFrame + 1); bt1.addEventListener(MouseEvent.CLICK, bt1Click); } function frame44(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v2_1.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v2_1.addEventListener(Event.ENTER_FRAME, v2_1Event); } function frame45(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v2_2.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v2_2.addEventListener(Event.ENTER_FRAME, v2_2Event); } function frame46(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v2_3.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v2_3.addEventListener(Event.ENTER_FRAME, v2_3Event); } function frame47(){ btRep1.visible = (btRep2.visible = (btRep3.visible = false)); vidZone(); v2_4.gotoAndPlay(1); SoundMixer.soundTransform = new SoundTransform(vol); lblQuestion.text = ""; btRep1.visible = (btRep2.visible = (btRep3.visible = false)); v2_4.addEventListener(Event.ENTER_FRAME, v2_4Event); } function frame48(){ TCbt1 = 10; TCbt2 = 12; TCbt3 = 10; zone1 = false; zone2 = false; zone3 = false; if (En){ lblQuestion.text = "Well done, very good job again!."; btRep1.txt.text = "-Continue-"; } else { lblQuestion.text = "Bien joué, vous avez gagné."; btRep1.txt.text = "-Continuer-"; }; btRep2.txt.text = ""; btRep3.txt.text = ""; fixBtRep(); } } }//package DreamJob2_2_fla

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 ButtonUses:3Used by:Timeline
Symbol 5 GraphicUsed by:13
Symbol 6 FontUsed by:7 10 12 15 17 18 21 34 35 36 37 40 41 44 49 52 55 58 59 60 63 67 70 73 77 78 79 82 85 90 93 96 99 102 105 106 109 112 116 119 122 123 124 127 130 131 134 137 140 143
Symbol 7 EditableTextUses:6Used by:13
Symbol 8 BitmapUsed by:9 11
Symbol 9 GraphicUses:8Used by:13
Symbol 10 EditableTextUses:6Used by:13
Symbol 11 GraphicUses:8Used by:13
Symbol 12 EditableTextUses:6Used by:13
Symbol 13 MovieClipUses:5 7 9 10 11 12Used by:Timeline
Symbol 14 GraphicUsed by:16
Symbol 15 EditableTextUses:6Used by:16
Symbol 16 ButtonUses:14 15Used by:Timeline
Symbol 17 EditableTextUses:6Used by:Timeline
Symbol 18 EditableTextUses:6Used by:Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:22
Symbol 21 EditableTextUses:6Used by:22
Symbol 22 MovieClipUses:20 21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 ButtonUses:26Used by:Timeline
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 ButtonUses:29Used by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:Timeline
Symbol 34 EditableTextUses:6Used by:Timeline
Symbol 35 EditableTextUses:6Used by:Timeline
Symbol 36 EditableTextUses:6Used by:Timeline
Symbol 37 EditableTextUses:6Used by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:Timeline
Symbol 40 EditableTextUses:6Used by:Timeline
Symbol 41 EditableTextUses:6Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:Timeline
Symbol 44 EditableTextUses:6Used by:Timeline
Symbol 45 VideoUsed by:48
Symbol 46 BitmapUsed by:47 65 75 114
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClipUses:45 47 SS1Used by:Timeline
Symbol 49 EditableTextUses:6Used by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 EditableTextUses:6Used by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:Timeline
Symbol 55 EditableTextUses:6Used by:Timeline
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:Timeline
Symbol 58 EditableTextUses:6Used by:Timeline
Symbol 59 EditableTextUses:6Used by:Timeline
Symbol 60 EditableTextUses:6Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:Timeline
Symbol 63 EditableTextUses:6Used by:Timeline
Symbol 64 VideoUsed by:66
Symbol 65 GraphicUses:46Used by:66
Symbol 66 MovieClipUses:64 65 SS2Used by:Timeline
Symbol 67 EditableTextUses:6Used by:Timeline
Symbol 68 VideoUsed by:69
Symbol 69 MovieClipUses:68 SS3Used by:Timeline
Symbol 70 EditableTextUses:6Used by:Timeline
Symbol 71 VideoUsed by:72
Symbol 72 MovieClipUses:71 SS4Used by:Timeline
Symbol 73 EditableTextUses:6Used by:Timeline
Symbol 74 VideoUsed by:76
Symbol 75 GraphicUses:46Used by:76
Symbol 76 MovieClipUses:74 75 SS5Used by:Timeline
Symbol 77 EditableTextUses:6Used by:Timeline
Symbol 78 EditableTextUses:6Used by:Timeline
Symbol 79 EditableTextUses:6Used by:Timeline
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 EditableTextUses:6Used by:Timeline
Symbol 83 VideoUsed by:84
Symbol 84 MovieClipUses:83 SS6Used by:Timeline
Symbol 85 EditableTextUses:6Used by:Timeline
Symbol 86 VideoUsed by:87
Symbol 87 MovieClipUses:86 SS7Used by:Timeline
Symbol 88 VideoUsed by:89
Symbol 89 MovieClipUses:88 SS8Used by:Timeline
Symbol 90 EditableTextUses:6Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:Timeline
Symbol 93 EditableTextUses:6Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:Timeline
Symbol 96 EditableTextUses:6Used by:Timeline
Symbol 97 VideoUsed by:98
Symbol 98 MovieClipUses:97 SS9Used by:Timeline
Symbol 99 EditableTextUses:6Used by:Timeline
Symbol 100 VideoUsed by:101
Symbol 101 MovieClipUses:100 SS10Used by:Timeline
Symbol 102 EditableTextUses:6Used by:Timeline
Symbol 103 VideoUsed by:104
Symbol 104 MovieClipUses:103 SS11Used by:Timeline
Symbol 105 EditableTextUses:6Used by:Timeline
Symbol 106 EditableTextUses:6Used by:Timeline
Symbol 107 VideoUsed by:108
Symbol 108 MovieClipUses:107 SS12Used by:Timeline
Symbol 109 EditableTextUses:6Used by:Timeline
Symbol 110 VideoUsed by:111
Symbol 111 MovieClipUses:110 SS13Used by:Timeline
Symbol 112 EditableTextUses:6Used by:Timeline
Symbol 113 VideoUsed by:115
Symbol 114 GraphicUses:46Used by:115
Symbol 115 MovieClipUses:113 114 SS14Used by:Timeline
Symbol 116 EditableTextUses:6Used by:Timeline
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:Timeline
Symbol 119 EditableTextUses:6Used by:Timeline
Symbol 120 VideoUsed by:121
Symbol 121 MovieClipUses:120 SS15Used by:Timeline
Symbol 122 EditableTextUses:6Used by:Timeline
Symbol 123 EditableTextUses:6Used by:Timeline
Symbol 124 EditableTextUses:6Used by:Timeline
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:Timeline
Symbol 127 EditableTextUses:6Used by:Timeline
Symbol 128 VideoUsed by:129
Symbol 129 MovieClipUses:128 SS16Used by:Timeline
Symbol 130 EditableTextUses:6Used by:Timeline
Symbol 131 EditableTextUses:6Used by:Timeline
Symbol 132 VideoUsed by:133
Symbol 133 MovieClipUses:132 SS17Used by:Timeline
Symbol 134 EditableTextUses:6Used by:Timeline
Symbol 135 VideoUsed by:136
Symbol 136 MovieClipUses:135 SS18Used by:Timeline
Symbol 137 EditableTextUses:6Used by:Timeline
Symbol 138 VideoUsed by:139
Symbol 139 MovieClipUses:138 SS19Used by:Timeline
Symbol 140 EditableTextUses:6Used by:Timeline
Symbol 141 VideoUsed by:142
Symbol 142 MovieClipUses:141 SS20Used by:Timeline
Symbol 143 EditableTextUses:6Used by:Timeline
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:Timeline
Streaming Sound 1Used by:Symbol 48 MovieClip
Streaming Sound 2Used by:Symbol 66 MovieClip
Streaming Sound 3Used by:Symbol 69 MovieClip
Streaming Sound 4Used by:Symbol 72 MovieClip
Streaming Sound 5Used by:Symbol 76 MovieClip
Streaming Sound 6Used by:Symbol 84 MovieClip
Streaming Sound 7Used by:Symbol 87 MovieClip
Streaming Sound 8Used by:Symbol 89 MovieClip
Streaming Sound 9Used by:Symbol 98 MovieClip
Streaming Sound 10Used by:Symbol 101 MovieClip
Streaming Sound 11Used by:Symbol 104 MovieClip
Streaming Sound 12Used by:Symbol 108 MovieClip
Streaming Sound 13Used by:Symbol 111 MovieClip
Streaming Sound 14Used by:Symbol 115 MovieClip
Streaming Sound 15Used by:Symbol 121 MovieClip
Streaming Sound 16Used by:Symbol 129 MovieClip
Streaming Sound 17Used by:Symbol 133 MovieClip
Streaming Sound 18Used by:Symbol 136 MovieClip
Streaming Sound 19Used by:Symbol 139 MovieClip
Streaming Sound 20Used by:Symbol 142 MovieClip

Instance Names

"btLogo"Frame 1Symbol 4 Button
"btLogo"Frame 1Symbol 4 Button
"lblDialog"Frame 1Symbol 13 MovieClip
"btNext"Frame 1Symbol 16 Button
"lblInstru"Frame 1Symbol 17 EditableText
"lblQuestion"Frame 1Symbol 18 EditableText
"btRep3"Frame 1Symbol 22 MovieClip
"btRep2"Frame 1Symbol 22 MovieClip
"btRep1"Frame 1Symbol 22 MovieClip
"bt3"Frame 1Symbol 24 MovieClip
"bt2"Frame 1Symbol 24 MovieClip
"bt1"Frame 1Symbol 24 MovieClip
"btFr"Frame 1Symbol 27 Button
"btEn"Frame 1Symbol 30 Button
"lblQuestion"Frame 3Symbol 34 EditableText
"lblQuestion"Frame 4Symbol 35 EditableText
"lblQuestion"Frame 5Symbol 36 EditableText
"lblQuestion"Frame 6Symbol 37 EditableText
"lblQuestion"Frame 7Symbol 40 EditableText
"lblQuestion"Frame 8Symbol 41 EditableText
"lblQuestion"Frame 9Symbol 44 EditableText
"v0_0"Frame 10Symbol 48 MovieClip
"lblQuestion"Frame 10Symbol 49 EditableText
"lblQuestion"Frame 11Symbol 52 EditableText
"lblQuestion"Frame 13Symbol 55 EditableText
"lblQuestion"Frame 14Symbol 58 EditableText
"lblQuestion"Frame 15Symbol 59 EditableText
"lblQuestion"Frame 16Symbol 60 EditableText
"lblQuestion"Frame 17Symbol 63 EditableText
"v0_1"Frame 18Symbol 66 MovieClip
"lblQuestion"Frame 18Symbol 67 EditableText
"v0_2"Frame 19Symbol 69 MovieClip
"lblQuestion"Frame 19Symbol 70 EditableText
"v0_3"Frame 20Symbol 72 MovieClip
"lblQuestion"Frame 20Symbol 73 EditableText
"v1_0"Frame 21Symbol 76 MovieClip
"lblQuestion"Frame 21Symbol 77 EditableText
"lblQuestion"Frame 22Symbol 78 EditableText
"lblQuestion"Frame 23Symbol 79 EditableText
"lblQuestion"Frame 24Symbol 82 EditableText
"v1_1"Frame 25Symbol 84 MovieClip
"lblQuestion"Frame 25Symbol 85 EditableText
"v1_2"Frame 26Symbol 87 MovieClip
"v1_3"Frame 27Symbol 89 MovieClip
"lblQuestion"Frame 27Symbol 90 EditableText
"lblQuestion"Frame 28Symbol 93 EditableText
"lblQuestion"Frame 29Symbol 96 EditableText
"v1_4"Frame 30Symbol 98 MovieClip
"lblQuestion"Frame 30Symbol 99 EditableText
"v1_5"Frame 31Symbol 101 MovieClip
"lblQuestion"Frame 31Symbol 102 EditableText
"v1_6"Frame 32Symbol 104 MovieClip
"lblQuestion"Frame 32Symbol 105 EditableText
"lblQuestion"Frame 33Symbol 106 EditableText
"v1_7"Frame 34Symbol 108 MovieClip
"lblQuestion"Frame 34Symbol 109 EditableText
"v1_8"Frame 35Symbol 111 MovieClip
"lblQuestion"Frame 35Symbol 112 EditableText
"v1_9"Frame 36Symbol 115 MovieClip
"lblQuestion"Frame 36Symbol 116 EditableText
"lblQuestion"Frame 37Symbol 119 EditableText
"v1_10"Frame 38Symbol 121 MovieClip
"lblQuestion"Frame 38Symbol 122 EditableText
"lblQuestion"Frame 39Symbol 123 EditableText
"lblQuestion"Frame 40Symbol 124 EditableText
"lblQuestion"Frame 41Symbol 127 EditableText
"v2_0"Frame 42Symbol 129 MovieClip
"lblQuestion"Frame 42Symbol 130 EditableText
"lblQuestion"Frame 43Symbol 131 EditableText
"v2_1"Frame 44Symbol 133 MovieClip
"lblQuestion"Frame 44Symbol 134 EditableText
"v2_2"Frame 45Symbol 136 MovieClip
"lblQuestion"Frame 45Symbol 137 EditableText
"v2_3"Frame 46Symbol 139 MovieClip
"lblQuestion"Frame 46Symbol 140 EditableText
"v2_4"Frame 47Symbol 142 MovieClip
"lblQuestion"Frame 47Symbol 143 EditableText
"txt"Symbol 13 MovieClip Frame 1Symbol 7 EditableText
"txt"Symbol 13 MovieClip Frame 2Symbol 10 EditableText
"txt"Symbol 13 MovieClip Frame 3Symbol 12 EditableText
"txt"Symbol 22 MovieClip Frame 1Symbol 21 EditableText

Special Tags

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




http://swfchan.com/21/104942/info.shtml
Created: 2/5 -2019 05:03:36 Last modified: 2/5 -2019 05:03:36 Server time: 29/04 -2024 03:43:10