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

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

Hentai Math Test.swf

This is the info page for
Flash #122878

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


Text
Hentai Math Test!

Answer all questions right to see all hentai.
3 wrongs and your out!

Play

Game Over!
3 Wrongs!

Try Again!

88+88

33

5

Congratulations!
Youve passed the test!

View All Pics!

CORRECT!

Wrong!

www.CLITGAMES.com

ActionScript [AS1/AS2]

Frame 1
_root.play_btn._visible = false; percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; pas_mc._xscale = percent; loaded_txt.text = ("Loading" + percent) + "%"; if (percent == 100) { _root.misg._visible = false; _root.pas_mc._visible = false; _root.play_btn._visible = true; _root.play_btn.onRelease = function () { gotoAndPlay (4); }; }
Frame 2
gotoAndPlay (1);
Frame 3
stop(); _root.play_again.onRelease = function () { gotoAndPlay (4); };
Frame 4
stop(); pictures.stop(); questions.stop(); _root.next_btn._visible = false; _root.prev_btn._visible = false; congrats._visible = false; _root.cg.onRelease = function () { getURL ("http://clitgames.com", "_blank"); }; _root.play_again.onRelease = function () { gotoAndPlay (6); }; _root.next_btn.onRelease = function () { _root.pictures._visible = true; _root.congrats._visible = false; _root.pictures.nextFrame(); }; _root.prev_btn.onRelease = function () { _root.pictures._visible = true; _root.congrats._visible = false; _root.pictures.prevFrame(); };
Frame 5
stop();
Symbol 69 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 80 MovieClip Frame 1
var my_sound = new Sound(); 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 82 MovieClip Frame 1
function checkanswer() { if (Number(useranswer.text) == answer) { _root.pictures.nextFrame(); locked = true; curpic++; clearInterval(tocint); _root.correct.play(); if (curpic > 23) { _root.next_btn._visible = true; _root.prev_btn._visible = true; _root.qball._visible = false; _root.pictures._visible = false; _root.congrats._visible = true; _root.congrats.gotoAndStop(1); locked = true; } intervalId = setInterval(this, "ask", pauseam); return(undefined); } if (useranswer.text.length == answer.toString().length) { wrong(); } } function wrong() { _root.pictures.prevFrame(); 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(3); return(false); } timeleft = maxtime; tocint = setInterval(this, "tictoc", 1000); useranswer.text = ""; locked = false; answer = 0; question = ""; var _local4 = 3; if (curpic < 4) { _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 k = 0; while (k < Key._listeners.length) { Key.removeListener(Key._listeners[k]); k++; } var keyListener = new Object(); keyListener.onKeyUp = function () { var _local1 = String.fromCharCode(Key.getCode()); if ((!isNaN(_local1)) && (!locked)) { useranswer.text = useranswer.text + _local1; checkanswer(); } }; Key.addListener(keyListener); ask(); stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"title"Frame 1Symbol 5 MovieClip
"misg"Frame 1Symbol 10 MovieClip
"play_btn"Frame 1Symbol 13 Button
"pas_mc"Frame 1Symbol 15 MovieClip
"play_again"Frame 3Symbol 20 MovieClip
"pictures"Frame 4Symbol 69 MovieClip
"qball"Frame 4Symbol 82 MovieClip
"congrats"Frame 4Symbol 85 MovieClip
"prev_btn"Frame 4Symbol 87 Button
"next_btn"Frame 4Symbol 89 Button
"correct"Frame 4Symbol 92 MovieClip
"wrong"Frame 4Symbol 95 MovieClip
"cg"Frame 4Symbol 98 Button
"play_again"Symbol 20 MovieClip Frame 1Symbol 19 Button
"useranswer"Symbol 82 MovieClip Frame 1Symbol 76 EditableText
"countdown"Symbol 82 MovieClip Frame 1Symbol 80 MovieClip
"pictures"Symbol 85 MovieClip Frame 1Symbol 69 MovieClip
"wrong"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip

Special Tags

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

Dynamic Text Variables

questionSymbol 75 EditableText"88+88"
numSymbol 79 EditableText"5"




http://swfchan.com/25/122878/info.shtml
Created: 3/3 -2019 07:20:06 Last modified: 3/3 -2019 07:20:06 Server time: 29/04 -2024 20:31:39