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

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

School Girl Quiz.swf

This is the info page for
Flash #39302

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


Text
Loading...

00%

000kb

000kb

School Girl Quiz

Greetings! Thank you for playing School Girl
Quiz by Dragonjet Games.
Enjoy and RocK 0n! \m/ (^_^)
Please report for any bugs and errors.

School Girl Quiz by Dragonjet Games (c) 2007

Dragonjet

ActionScript [AS1/AS2]

Frame 1
function fnx1() { if (bgm) { music.stop(); bgm = false; } else { music.start(0, 100); bgm = true; } b1.play(); } function fnx2() { if (sfx) { sfx = false; } else { sfx = true; } b2.play(); } function fnx3() { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } else { _quality == "HIGH"; } b3.play(); } function fnx4() { gotoAndPlay (2); } function fnx5() { getURL ("http://www.geocities.com/jetriconew/", "_blank"); } stop(); Stage.scaleMode = "noScale"; Stage.align = "TL"; fscommand ("trapallkeys", true); var RCMenu = new ContextMenu(); RCMenu.hideBuiltInItems(); var cmi1 = new ContextMenuItem("Music", fnx1); var cmi2 = new ContextMenuItem("Sounds", fnx2); var cmi3 = new ContextMenuItem("Graphics", fnx3); var cmi4 = new ContextMenuItem("Restart Game", fnx4); var cmi5 = new ContextMenuItem("Dragonjet Games", fnx5); cmi4.separatorBefore = true; RCMenu.customItems.push(cmi1); RCMenu.customItems.push(cmi2); RCMenu.customItems.push(cmi3); RCMenu.customItems.push(cmi4); RCMenu.customItems.push(cmi5); this.menu = RCMenu; cmi1.enabled = false; cmi2.enabled = false; cmi3.enabled = false; cmi4.enabled = false;
Frame 2
var roar = new Sound(); roar.attachSound("djroar"); stopAllSounds(); roar.start(0, 1); cmi1.enabled = false; cmi2.enabled = false; cmi3.enabled = false; cmi4.enabled = false;
Frame 41
function create(a, b, c, d, e, f) { ask.push(a); c1.push(b); c2.push(c); c3.push(d); c4.push(e); ans.push(f); } function newQuestion() { if (ok) { if (sfx) { yehey.start(0, 1); } ran = random(ask.length); asker.ask = ask[ran]; ask.splice(ran, 1); asker.c1 = c1[ran]; c1.splice(ran, 1); asker.c2 = c2[ran]; c2.splice(ran, 1); asker.c3 = c3[ran]; c3.splice(ran, 1); asker.c4 = c4[ran]; c4.splice(ran, 1); asker.ans = ans[ran]; ans.splice(ran, 1); ok = false; } else { wrong(); } } function wrong() { gotoAndPlay (59); } stop(); sb.onPress = function () { play(); }; bgm = true; sfx = true; _quality = "HIGH"; var music = new Sound(); music.attachSound("flute"); music.start(0, 100); var yehey = new Sound(); yehey.attachSound("yey"); var lose = new Sound(); lose.attachSound("bang"); var ask = new Array(); var c1 = new Array(); var c2 = new Array(); var c3 = new Array(); var c4 = new Array(); var ans = new Array(); var asked = new Array(); create("What fo you call the parts of a cone?", "Parabola", "Ellipse", "Conic Sections", "Hyperbols", 3); create("Complete the song: I have a _____, a song to sing, to help me cope with anything...", "Dream", "Stream", "Queen", "Cream", 1); create("What is the reciprocal identity of Sine Function?", "Tangent", "Cosecant", "Arc Sine", "Cosine", 2); create("How do you close the Test Movie Window in Flash?", "CTRL + W", "CTRL + X", "SPACEBAR", "ESC", 1); create("Who is this game's model?", "Ye SoYa", "Red", "Hye-jin Han", "Maria Ozawa", 4); create("Who is the first Taewang of the Kingdom of Goguryeo?", "Yuri", "Hae Mosu", "Dongmyeong", "Dae Sou", 3); create("Who created this flash game?", "JCarlo", "Hammy777", "Jumong", "dragonjet", 4); create("Which Country is the Han Dynasty?", "Japan", "China", "Korea", "Mongolia", 2); create("Which of these is a method of Sound Class in ActionScript?", "play()", "start()", "pause()", "position", 2); create("What is the constant value of Array's Unique Sort Property?", "1", "3", "4", "7", 3); create("Why is Sun's programming language called JAVA? They are...", "Shits", "Acronyms", "Pre-historic", "Dinking coffee", 4); create("The Lothar's Edge was droppe During the...", "First War", "Second War", "Battle of Mt Hyjal", "Ancients", 2); create("What does NaN mean in flash?", "Not Allowed Value", "Short for Null", "Undefined", "Not A Number", 4); create("How many questions does this quiz have?", "15", "16", "17", "20", 2); create("Which game does the background music come from?", "Bible Black", "Warcraft 3", "Age of Mythology", "Legend of Zelda", 1); create("Bonus Question:", "Answer", "Wrong", "Wrong", "Wrong", 1);
Frame 42
djsclip.onRollOver = function () { djsclip.gotoAndStop(2); }; djsclip.onRollOut = function () { djsclip.gotoAndStop(1); }; djsclip.onPress = function () { getURL ("http://www.geocities.com/jetriconew/", "_blank"); }; b1.onPress = function () { if (bgm) { music.stop(); bgm = false; } else { music.start(0, 100); bgm = true; } b1.play(); }; b2.onPress = function () { if (sfx) { sfx = false; } else { sfx = true; } b2.play(); }; b3.onPress = function () { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } else { _quality == "HIGH"; } b3.play(); }; b4.onPress = function () { gotoAndPlay (2); }; stop(); ok = true; newQuestion(); cmi1.enabled = true; cmi2.enabled = true; cmi3.enabled = true; cmi4.enabled = true;
Frame 43
stop(); newQuestion();
Frame 44
stop(); newQuestion();
Frame 45
stop(); newQuestion();
Frame 46
stop(); newQuestion();
Frame 47
stop(); newQuestion();
Frame 48
stop(); newQuestion();
Frame 49
stop(); newQuestion();
Frame 50
stop(); newQuestion();
Frame 51
stop(); newQuestion();
Frame 52
stop(); newQuestion();
Frame 53
stop(); newQuestion();
Frame 54
stop(); newQuestion();
Frame 55
stop(); newQuestion();
Frame 56
stop(); newQuestion();
Frame 57
stop(); newQuestion();
Frame 58
djsclip.onRollOver = function () { djsclip.play(); }; djsclip.onRollOut = function () { djsclip.play(); }; djsclip.onPress = function () { getURL ("http://www.geocities.com/jetriconew/", "_blank"); }; stop(); reset.onPress = function () { gotoAndPlay (2); };
Frame 59
stopAllSounds(); cmi1.enabled = false; cmi2.enabled = false; cmi3.enabled = false; cmi4.enabled = false;
Frame 69
lose.start(0, 1);
Symbol 17 MovieClip Frame 1
stop(); onEnterFrame = function () { a = _root.getBytesLoaded(); b = _root.getBytesTotal(); per = Math.round((a / b) * 100); loadbar._xscale = per; if (per == 100) { gotoAndStop (2); onEnterFrame = function () { }; } per = per + "%"; a = Math.ceil(a / 1024) + " kB"; b = Math.ceil(b / 1024) + " kB"; };
Symbol 17 MovieClip Frame 2
_root.gotoAndPlay(2);
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 41 MovieClip Frame 1
function check(clicked) { if (clicked == ans) { _root.play(); _root.ok = true; } else { _root.wrong(); } } stop(); but1.onPress = function () { check(1); }; but2.onPress = function () { check(2); }; but3.onPress = function () { check(3); }; but4.onPress = function () { check(4); };
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 2
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 2
stop();
Symbol 48 MovieClip Frame 3
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();

Library Items

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

Instance Names

"loadClip"Frame 1Symbol 17 MovieClip
"sb"Frame 41Symbol 24 MovieClip
"djsclip"Frame 42Symbol 32 MovieClip
"asker"Frame 42Symbol 41 MovieClip
"b1"Frame 42Symbol 44 MovieClip
"b3"Frame 42Symbol 48 MovieClip
"b2"Frame 42Symbol 51 MovieClip
"b4"Frame 42Symbol 53 MovieClip
"reset"Frame 58Symbol 87 MovieClip
"loadbar"Symbol 17 MovieClip Frame 1Symbol 8 MovieClip
"but3"Symbol 41 MovieClip Frame 1Symbol 35 MovieClip
"but4"Symbol 41 MovieClip Frame 1Symbol 35 MovieClip
"but2"Symbol 41 MovieClip Frame 1Symbol 35 MovieClip
"but1"Symbol 41 MovieClip Frame 1Symbol 35 MovieClip
"question_"Symbol 41 MovieClip Frame 1Symbol 36 EditableText
"c1_"Symbol 41 MovieClip Frame 1Symbol 37 EditableText
"c2_"Symbol 41 MovieClip Frame 1Symbol 38 EditableText
"c3_"Symbol 41 MovieClip Frame 1Symbol 39 EditableText
"c3_"Symbol 41 MovieClip Frame 1Symbol 40 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "yey"
ExportAssets (56)Timeline Frame 1Symbol 2 as "djroar"
ExportAssets (56)Timeline Frame 1Symbol 3 as "flute"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bang"

Dynamic Text Variables

perSymbol 12 EditableText"00%"
aSymbol 13 EditableText"000kb"
bSymbol 14 EditableText"000kb"
askSymbol 36 EditableText""
c1Symbol 37 EditableText""
c2Symbol 38 EditableText""
c3Symbol 39 EditableText""
c4Symbol 40 EditableText""




http://swfchan.com/8/39302/info.shtml
Created: 12/5 -2019 11:09:03 Last modified: 12/5 -2019 11:09:03 Server time: 18/05 -2024 23:22:54