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

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

math-quiz-with-rachel-travers.swf

This is the info page for
Flash #96404

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


Text
<p align="center"><font face="Arial Black" size="24" color="#eee617" letterSpacing="0.000000" kerning="1">215</font></p>

<p align="center"><font face="Arial" size="14" color="#eae225" letterSpacing="0.000000" kerning="1"><b><i>Get 16 answers right in 60 secondes and you&apos;ll get to see the bonus video</i></b></font></p>

<p align="center"><font face="Arial Black" size="20" color="#e20d0f" letterSpacing="0.000000" kerning="1">10</font></p>

<p align="center"><font face="Arial Black" size="25" color="#7c0808" letterSpacing="0.000000" kerning="1">30</font></p>

<p align="center"></p>

<p align="center"><font face="Arial Black" size="20" color="#eee617" letterSpacing="0.000000" kerning="1"><b><i>What is the capitol of England?</i></b></font></p>

ActionScript [AS3]

Section 1
//compteur_6 (MathQuizRachel_fla.compteur_6) package MathQuizRachel_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class compteur_6 extends MovieClip { public var lbl:TextField; public var tourn:MovieClip; public function compteur_6(){ addFrameScript(0, frame1); } public function updateframe(_arg1:Event):void{ var _local2:* = (60 - Math.floor((currentFrame / 12))); lbl.text = _local2; } function frame1(){ addEventListener(Event.ENTER_FRAME, updateframe); } } }//package MathQuizRachel_fla
Section 2
//Diaporama_9 (MathQuizRachel_fla.Diaporama_9) package MathQuizRachel_fla { import flash.events.*; import flash.display.*; public dynamic class Diaporama_9 extends MovieClip { public var btSuiv:SimpleButton; public var btPrec:SimpleButton; public function Diaporama_9(){ addFrameScript(0, frame1, 1, frame2, 15, frame16, 16, frame17); } public function btSuiv_Click(_arg1:MouseEvent){ gotoAndStop((this.currentFrame + 1)); } public function btPrec_Click(_arg1:MouseEvent){ gotoAndStop((this.currentFrame - 1)); } function frame1(){ stop(); btPrec.visible = false; btSuiv.visible = true; btSuiv.addEventListener(MouseEvent.CLICK, btSuiv_Click); btPrec.addEventListener(MouseEvent.CLICK, btPrec_Click); } function frame2(){ btPrec.visible = true; btSuiv.visible = true; } function frame16(){ btPrec.visible = true; btSuiv.visible = true; } function frame17(){ btPrec.visible = true; btSuiv.visible = false; } } }//package MathQuizRachel_fla
Section 3
//MainTimeline (MathQuizRachel_fla.MainTimeline) package MathQuizRachel_fla { import flash.events.*; import flash.display.*; import flash.text.*; import flash.net.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; 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 myScore:MovieClip; public var btOK:SimpleButton; public var txt:TextField; public var linkFSG:SimpleButton; public var btStartAgain:SimpleButton; public var txtFautes:TextField; public var lblQuestion:TextField; public var myCpt:MovieClip; public var bullesQ:MovieClip; public var Link:SimpleButton; public var myVid:MovieClip; public var TC; public var nomAppli; public var tcGo; public var tcStop; public var txtTxt; public var win:Boolean; public var score:int; public var btRep0:btRep; public var btRep1:btRep; public var btRep2:btRep; public var btRep3:btRep; public var ecartY; public var Y0; public var fautes; public var rayY; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6); } 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); txt.text = (("Please Wait: " + _local4) + "%"); if (_local2 >= _local3){ txt.text = "Click on the Start Button to play"; removeEventListener(Event.ENTER_FRAME, loadProgress); btOK.visible = true; }; } public function btDebut_Click(_arg1:MouseEvent){ btOK.removeEventListener(MouseEvent.CLICK, btDebut_Click); gotoAndPlay(3); } public function linkFSGClick(_arg1:MouseEvent){ var _local2:URLRequest = new URLRequest("http://www.free-strip-games.com/"); navigateToURL(_local2, "_blank"); } public function LinkClick(_arg1:MouseEvent){ var _local2:URLRequest = new URLRequest("http://www.uplay-istrip.com/"); navigateToURL(_local2, "_blank"); } public function videoEvent(_arg1:Event){ if (myVid.currentFrame >= tcStop){ myVid.stop(); myVid.removeEventListener(Event.ENTER_FRAME, videoEvent); txt.text = txtTxt; btOK.visible = true; }; } public function btOK_Click(_arg1:MouseEvent){ myVid.removeEventListener(Event.ENTER_FRAME, videoEvent); btOK.removeEventListener(MouseEvent.CLICK, btOK_Click); myVid.stop(); this.gotoAndStop(5); } public function btOKDiaporama_Click(_arg1:MouseEvent){ myVid.removeEventListener(Event.ENTER_FRAME, videoEvent); btOK.removeEventListener(MouseEvent.CLICK, btOKDiaporama_Click); myVid.stop(); this.gotoAndStop(6); } public function btOK2_Click(_arg1:MouseEvent){ btOK.removeEventListener(MouseEvent.CLICK, btOK2_Click); tcGo = 362; txt.text = "Bravo, you're good at math!"; btOK.visible = false; win = true; tcStop = 1120; txtTxt = "See the photos again?"; gotoAndStop(4); } public function newGame(){ btOK.visible = false; score = 1; fautes = 0; myScore.gotoAndStop(0); newQ(); myCpt.gotoAndPlay(0); myCpt.addEventListener(Event.ENTER_FRAME, myCptEvent); } public function myCptEvent(_arg1:Event){ if (myCpt.currentFrame >= 720){ perdu(); }; } public function perdu(){ win = false; myCpt.stop(); myCpt.tourn.stop(); myCpt.removeEventListener(Event.ENTER_FRAME, myCptEvent); btRep0.visible = (btRep1.visible = (btRep2.visible = (btRep3.visible = false))); btOK.removeEventListener(MouseEvent.CLICK, btOK2_Click); var _local1:* = Math.floor((score / 4)); if (_local1 > 4){ _local1 = 4; }; tcGo = TC[_local1]; txt.text = "You lose"; btOK.visible = false; tcStop = (TC[(_local1 + 1)] - 2); txtTxt = "Play Again?"; gotoAndStop(4); } public function btRepBonne_click(_arg1:MouseEvent){ score++; myScore.gotoAndStop(score); if (score == 17){ bullesQ.visible = false; btRep0.visible = (btRep1.visible = (btRep2.visible = (btRep3.visible = false))); btOK.visible = true; lblQuestion.text = "You win!"; myCpt.stop(); myCpt.tourn.stop(); myCpt.removeEventListener(Event.ENTER_FRAME, myCptEvent); } else { btRep0.visible = (btRep1.visible = (btRep2.visible = (btRep3.visible = true))); newQ(); }; } public function btRepFausse_click(_arg1:MouseEvent){ fautes++; txtFautes.text = fautes; if (fautes > 9){ perdu(); } else { newQ(); }; } public function newQ(){ var _local1:* = Math.floor((Math.random() * 20)); var _local2:* = Math.floor((Math.random() * 10)); var _local3:* = (Math.floor((Math.random() * 10)) + 1); var _local4:* = (_local1 + (_local2 * _local3)); var _local5:* = 0; do { _local5 = (Math.floor((Math.random() * 10)) - 5); } while (_local5 == 0); var _local6:* = (_local4 + _local5); do { _local5 = ((_local4 + Math.floor((Math.random() * 10))) - 5); } while ((((_local5 == _local4)) || ((_local5 == _local6)))); var _local7:* = _local5; do { _local5 = ((_local4 + Math.floor((Math.random() * 10))) - 5); } while ((((((_local5 == _local4)) || ((_local5 == _local6)))) || ((_local5 == _local7)))); var _local8:* = _local5; _local5 = Math.floor((Math.random() * 4)); btRep0.y = rayY[_local5]; do { _local5 = Math.floor((Math.random() * 4)); } while (rayY[_local5] == btRep0.y); btRep1.y = rayY[_local5]; var _local9:int; while (_local9 < 4) { if (((!((rayY[_local9] == btRep0.y))) && (!((rayY[_local9] == btRep1.y))))){ btRep2.y = rayY[_local9]; break; }; _local9++; }; var _local10:int; while (_local10 < 4) { if (((((!((rayY[_local10] == btRep0.y))) && (!((rayY[_local10] == btRep1.y))))) && (!((rayY[_local10] == btRep2.y))))){ btRep3.y = rayY[_local10]; break; }; _local10++; }; btRep0.lbl.text = _local4; btRep1.lbl.text = _local6; btRep2.lbl.text = _local7; btRep3.lbl.text = _local8; lblQuestion.text = (((((_local1 + " + (") + _local2) + " x ") + _local3) + ") = ?"); } function frame1(){ txtFautes.text = "0"; addEventListener(Event.ENTER_FRAME, loadProgress); btOK.addEventListener(MouseEvent.CLICK, btDebut_Click); btOK.visible = false; linkFSG.addEventListener(MouseEvent.MOUSE_UP, linkFSGClick); Link.addEventListener(MouseEvent.MOUSE_UP, LinkClick); } function frame2(){ stop(); } function frame3(){ TC = new Array(84, 132, 183, 226, 278, 361); nomAppli = "MathQuizRachel.swf"; tcGo = 1; tcStop = (TC[0] - 1); txtTxt = "Ready to Play?"; txt.text = "Get 16 answers right in 60 secondes and you'll get to see the bonus video"; win = false; } function frame4(){ stop(); myVid.gotoAndPlay(tcGo); myVid.addEventListener(Event.ENTER_FRAME, videoEvent); if (win){ btOK.addEventListener(MouseEvent.CLICK, btOKDiaporama_Click); } else { btOK.addEventListener(MouseEvent.CLICK, btOK_Click); }; } function frame5(){ stop(); btRep0 = new btRep(); addChild(btRep0); btRep1 = new btRep(); addChild(btRep1); btRep2 = new btRep(); addChild(btRep2); btRep3 = new btRep(); addChild(btRep3); ecartY = 60; Y0 = 139; fautes = 0; rayY = new Array(Y0, (Y0 + ecartY), (Y0 + (2 * ecartY)), (Y0 + (3 * ecartY))); btRep0.x = (btRep1.x = (btRep2.x = (btRep3.x = 0x0200))); btOK.addEventListener(MouseEvent.CLICK, btOK2_Click); newGame(); btRep0.addEventListener(MouseEvent.CLICK, btRepBonne_click); btRep1.addEventListener(MouseEvent.CLICK, btRepFausse_click); btRep2.addEventListener(MouseEvent.CLICK, btRepFausse_click); btRep3.addEventListener(MouseEvent.CLICK, btRepFausse_click); btRep0.buttonMode = true; btRep0.useHandCursor = true; btRep0.mouseChildren = false; btRep1.buttonMode = true; btRep1.useHandCursor = true; btRep1.mouseChildren = false; btRep2.buttonMode = true; btRep2.useHandCursor = true; btRep2.mouseChildren = false; btRep3.buttonMode = true; btRep3.useHandCursor = true; btRep3.mouseChildren = false; } function frame6(){ stop(); btStartAgain.visible = false; lblQuestion.text = "Congratulations! You're very good at math."; } } }//package MathQuizRachel_fla
Section 4
//btRep (btRep) package { import flash.display.*; import flash.text.*; public dynamic class btRep extends MovieClip { public var lbl:TextField; } }//package

Library Items

Symbol 1 FontUsed by:2 12 60 77
Symbol 2 EditableTextUses:1 67Used by:3
Symbol 3 MovieClip {btRep}Uses:2
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:6Used by:Timeline
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:Timeline
Symbol 10 FontUsed by:11
Symbol 11 EditableTextUses:10Used by:Timeline
Symbol 12 EditableTextUses:1 67Used by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 ButtonUses:14Used by:Timeline
Symbol 16 VideoUsed by:17
Symbol 17 MovieClipUses:16 SS1Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:57 74
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:57 74
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:57 59
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:57 74
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:57 74
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:57 74
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:57 74
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:57 74
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:57 74
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:57 74
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:57 74
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:57 74
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:57 74
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:57 74
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:57 74
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:57 74
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:57 74
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:57 74
Symbol 57 MovieClipUses:21 23 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58 26Used by:61
Symbol 60 EditableTextUses:1 67Used by:61
Symbol 61 MovieClip {MathQuizRachel_fla.compteur_6}Uses:59 60Used by:Timeline
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:Timeline
Symbol 67 FontUsed by:2 12 60 68 77
Symbol 68 EditableTextUses:67Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:Timeline
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 ButtonUses:71 72Used by:74
Symbol 74 MovieClip {MathQuizRachel_fla.Diaporama_9}Uses:21 73 23 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56Used by:Timeline
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:Timeline
Symbol 77 EditableTextUses:1 67Used by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80
Symbol 80 ButtonUses:79Used by:Timeline
Streaming Sound 1Used by:Symbol 17 MovieClip

Instance Names

"Link"Frame 1Symbol 7 Button
"linkFSG"Frame 1Symbol 7 Button
"txt"Frame 1Symbol 11 EditableText
"txtFautes"Frame 1Symbol 12 EditableText
"btOK"Frame 1Symbol 15 Button
"myVid"Frame 3Symbol 17 MovieClip
"myScore"Frame 5Symbol 57 MovieClip
"myCpt"Frame 5Symbol 61 MovieClip {MathQuizRachel_fla.compteur_6}
"bullesQ"Frame 5Symbol 64 MovieClip
"lblQuestion"Frame 5Symbol 68 EditableText
"lblQuestion"Frame 6Symbol 77 EditableText
"btStartAgain"Frame 6Symbol 80 Button
"lbl"Symbol 3 MovieClip {btRep} Frame 1Symbol 2 EditableText
"tourn"Symbol 61 MovieClip {MathQuizRachel_fla.compteur_6} Frame 1Symbol 59 MovieClip
"lbl"Symbol 61 MovieClip {MathQuizRachel_fla.compteur_6} Frame 1Symbol 60 EditableText
"btSuiv"Symbol 74 MovieClip {MathQuizRachel_fla.Diaporama_9} Frame 1Symbol 73 Button
"btPrec"Symbol 74 MovieClip {MathQuizRachel_fla.Diaporama_9} Frame 1Symbol 73 Button

Special Tags

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




http://swfchan.com/20/96404/info.shtml
Created: 23/3 -2019 19:56:13 Last modified: 23/3 -2019 19:56:13 Server time: 20/04 -2024 05:52:31