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/41970976?noj=FRM41970976-28DC" width="1" height="1"></div>

407103_mathstrip2.swf

This is the info page for
Flash #10230

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


Text
MATH
STRIP

2

thelovebot.com

thelovebot.com

loading: 0%

Answer Math
questions
correctly and
quickly to see
Miss Ros strip.
Get 3 wrong
and it's game
over...

PLAY
NOW!

PLAY
NOW!

PLAY
NOW!

88+88

33

5

GAME OVER
PLAY AGAIN?

GAME OVER
PLAY AGAIN?

OR CLICK HERE FOR MORE HORNY TEACHERS..

OR CLICK HERE FOR MORE HORNY TEACHERS..

CONGRATULATIONS!
USE THE BUTTONS BELOW TO SEE MORE!

1

ActionScript [AS1/AS2]

Frame 1
var NoMenu = new ContextMenu(); NoMenu.hideBuiltInItems(); this.menu = NoMenu;
Frame 2
Frame 3
if (_root.getBytesLoaded() < _root.getBytesTotal()) { gotoAndPlay (2); }
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Symbol 16 Button
on (press) { getURL ("http://www.thelovebot.com/redirs/mathstripbot.php", "_blank"); }
Symbol 19 MovieClip Frame 1
function runanim() { var _local2 = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; _local2 = Math.round(_local2); loddisp = ("loading: " + _local2) + "%"; } this.onEnterFrame = runanim; stop();
Symbol 26 Button
on (press) { getURL ("http://www.thelovebot.com/redirs/mathstripmilflogo.php", "_blank"); }
Symbol 39 Button
on (press) { gotoAndPlay (10); }
Symbol 102 MovieClip Frame 1
function runanim() { tx = locer._x * fact; ty = locer._y * fact; _root.qball._x = _root.qball._x + ((tx - _root.qball._x) / 2); _root.qball._y = _root.qball._y + ((ty - _root.qball._y) / 2); } this.onEnterFrame = runanim; var fact = 0.75; fact = 1; stop();
Symbol 114 MovieClip Frame 1
var my_sound = new Sound(this); my_sound.attachSound("tictoc"); my_sound.setVolume(40); var playingsound = false; stop(); this.onEnterFrame = function () { if (_parent.timeleft < 6) { this._visible = true; if ((_parent.timeleft == 5) && (!playingsound)) { my_sound.start(0, 1); playingsound = true; } if (_parent.timeleft == 0) { my_sound.stop(); playingsound = false; } } else { this._visible = false; playingsound = false; my_sound.stop(); } num = _parent.timeleft; if (_parent.locked) { playingsound = false; my_sound.stop(); } };
Symbol 115 MovieClip Frame 1
function checkanswer() { if (Number(useranswer.text) == answer) { locked = true; curpic++; clearInterval(tocint); _root.correct.play(); if (curpic > 30) { _root.gotoAndPlay(12); locked = true; return(undefined); } var _local4 = 2; if (curpic > 11) { _local4 = 4; } if (curpic > 20) { _local4 = 6; } var _local3 = 0; while (_local3 == lastyes) { _local3 = Math.round(Math.random() * _local4); } yeses[_local3].start(); lastyes = _local3; intervalId = setInterval(this, "ask", pauseam); } else if (useranswer.text.length == answer.toString().length) { wrong(); } } function wrong() { no.start(0, 1); curpic--; locked = true; intervalId = setInterval(this, "ask", pauseam); clearInterval(tocint); _root.wrong.play(); wronganswers++; } function tictoc() { timeleft--; if (timeleft < 1) { wrong(); } } function ask() { clearInterval(intervalId); _root.anim.gotoAndStop(curpic); if (wronganswers > 2) { _root.gotoAndPlay(11); return(false); } timeleft = maxtime; tocint = setInterval(this, "tictoc", 1000); useranswer.text = ""; locked = false; answer = 0; question = ""; var _local4 = 3; if (curpic < 7) { _local4 = 2; } var _local3 = 0; while (_local3 < _local4) { qtype = Math.round(Math.random() * 1); if (_local3 == 0) { qtype = 0; } if (qtype == 0) { nums[_local3] = 2 + Math.round(Math.random() * maxnum); answer = answer + nums[_local3]; if (_local3 > 0) { question = (question + " + ") + nums[_local3]; } else { question = (question + "") + nums[_local3]; } } else if (qtype == 1) { nums[_local3] = Math.round(Math.random() * answer); answer = answer - nums[_local3]; question = (question + " - ") + nums[_local3]; } _local3++; } maxnum = maxnum + 2; question = question + " = "; } var fnum = 0; var snum = 0; var answer = 0; var maxnum = 5; var qtype = 0; var intervalId = 0; var locked = false; var pauseam = 1000; var curpic = 2; var tocint = 0; var maxtime = 10; var timeleft = maxtime; var wronganswers = 0; var nums = new Array(); var lastyes = -1; var k = 0; while (k < Key._listeners.length) { Key.removeListener(Key._listeners[k]); k++; } var keyListener = new Object(); keyListener.onKeyUp = function () { var _local1 = chr(Key.getAscii()); if ((!isNaN(_local1)) && (!locked)) { useranswer.text = useranswer.text + _local1; checkanswer(); } }; Key.addListener(keyListener); y1 = new Sound(); y1.attachSound("yeah"); y1.setVolume(80); y2 = new Sound(); y2.attachSound("yeah2"); y2.setVolume(80); y3 = new Sound(); y3.attachSound("yesright"); y3.setVolume(80); y4 = new Sound(); y4.attachSound("best"); y4.setVolume(80); y5 = new Sound(); y5.attachSound("grab"); y5.setVolume(80); y6 = new Sound(); y6.attachSound("havingfun"); y6.setVolume(80); y7 = new Sound(); y7.attachSound("proud"); y7.setVolume(80); var yeses = new Array(y3, y2, y1, y4, y6, y1, y7); var no = new Sound(); no.attachSound("no"); no.setVolume(40); ask(); stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 133 Button
on (press) { _root.gotoAndPlay(9); }
Symbol 137 Button
on (press) { getURL ("http://www.thelovebot.com/redirs/mathstripmilfmore.php", "_blank"); }
Symbol 139 Button
on (press) { getURL ("http://www.thelovebot.com/redirs/mathstripmilflogo.php", "_blank"); }
Symbol 144 Button
on (press) { congrats._visible = false; congrats2._visible = false; var cf = _root.anim._currentframe; cf--; if (cf < 1) { cf = 30; } _root.anim.gotoAndStop(cf); }
Symbol 145 Button
on (press) { congrats._visible = false; congrats2._visible = false; var cf = _root.anim._currentframe; cf++; if (cf > 30) { cf = 1; } _root.anim.gotoAndStop(cf); }

Library Items

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

Instance Names

"nextlev"Frame 9Symbol 39 Button
"anim"Frame 10Symbol 102 MovieClip
"qball"Frame 10Symbol 115 MovieClip
"correct"Frame 10Symbol 123 MovieClip
"wrong"Frame 10Symbol 129 MovieClip
"playagain"Frame 11Symbol 133 Button
"congrats"Frame 11Symbol 137 Button
"congrats"Frame 12Symbol 139 Button
"b1"Frame 12Symbol 144 Button
"b1"Frame 12Symbol 145 Button
"congrats2"Frame 12Symbol 137 Button
"locer"Symbol 102 MovieClip Frame 1Symbol 43 MovieClip
"useranswer"Symbol 115 MovieClip Frame 1Symbol 109 EditableText
"countdown"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "yeah"
ExportAssets (56)Timeline Frame 1Symbol 2 as "tictoc"
ExportAssets (56)Timeline Frame 1Symbol 3 as "fme"
ExportAssets (56)Timeline Frame 6Symbol 28 as "best"
ExportAssets (56)Timeline Frame 6Symbol 29 as "grab"
ExportAssets (56)Timeline Frame 6Symbol 30 as "havingfun"
ExportAssets (56)Timeline Frame 6Symbol 31 as "no"
ExportAssets (56)Timeline Frame 6Symbol 32 as "yeah2"
ExportAssets (56)Timeline Frame 6Symbol 33 as "yesright"
ExportAssets (56)Timeline Frame 6Symbol 34 as "proud"

Dynamic Text Variables

loddispSymbol 18 EditableText"loading: 0%"
questionSymbol 108 EditableText"88+88"
numSymbol 113 EditableText"5"




http://swfchan.com/3/10230/info.shtml
Created: 1/6 -2019 17:02:28 Last modified: 1/6 -2019 17:02:28 Server time: 28/04 -2024 21:05:36