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

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

mariahs_favorites.swf

This is the info page for
Flash #76171

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


Text
Mariah, what is your favorite...

Mariah,

what is your favorite...

have you ever...

ActionScript [AS1/AS2]

Frame 2
function Favorite(question, answer) { this.question = question; this.answer = answer; } function makeArray(success) { var i; var j; var mainTag; var question; var answer; if (success) { i = 0; while (showXML.childNodes.length >= i) { if ((this.childNodes[i].nodeValue == null) && (this.childNodes[i].nodeName == "FAVORITES")) { mainTag = this.childNodes[i]; _root.totalfavorite = mainTag.childNodes.length; trace(_root.totalfavorite); } i++; } i = 0; while (mainTag.childNodes.length >= i) { if (mainTag.childNodes[i].nodeName == "FAVORITE") { category = mainTag.childNodes[i].attributes.category; Set("_root.category" + (i + 1), category); j = 0; while (j < mainTag.childNodes[i].childNodes.length) { if (mainTag.childNodes[i].childNodes[j].nodeName != null) { if (mainTag.childNodes[i].childNodes[j].nodeName == "QUESTION") { question = mainTag.childNodes[i].childNodes[j].firstChild.nodeValue; Set("_root.question" + (i + 1), question); trace((("question" + (i + 1)) + "=") + _root["question" + (i + 1)]); } else if (mainTag.childNodes[i].childNodes[j].nodeName == "ANSWER") { answer = mainTag.childNodes[i].childNodes[j].firstChild.nodeValue; answer = answer.toUpperCase(); Set("_root.answer" + (i + 1), answer); trace((("answer" + (i + 1)) + "=") + answer); } } j++; } } i++; } } } Object.version = getVersion().split(","); Object.majorVersion = int(substring(Object.version[0], Object.version[0].length, 1)); Object.minorVersion = int(Object.version[2]); if (Object.majorVersion == 5) { XML.prototype.checkEmpty = function (text) { var max = text.length; var empty = true; var i = 0; while (i < max) { if (32 < ord(substring(text, i + i, 1))) { empty = false; break; } i++; } return(empty); }; XML.prototype.parseXML = function (str) { this.firstChild.removeNode(); var treePtr = this; var tags = new Array(); var textNode = null; if (Object.minorVersion == 30) { this.status = ASnative(300, 0) /* [XML.prototype.parseXML] - inner function */(str, tags); } else { this.status = ASnative(300, 0) /* [XML.prototype.parseXML] - inner function */(str, tags, false); } if (this.status == 0) { var curr; var i = 0; var max = tags.length; if (this.ignoreWhite) { while (i < max) { curr = tags[i]; if (curr.type == 1) { if (curr.value == ("/" + treePtr.nodeName)) { treePtr = treePtr.parentNode; } else { treePtr.appendChild(this.createElement(curr.value)); treePtr = treePtr.lastChild; treePtr.attributes = curr.attrs; if (curr.empty) { treePtr = treePtr.parentNode; } } } else if (curr.type == 3) { if (!this.checkEmpty(curr.value)) { treePtr.appendChild(this.createTextNode(curr.value)); } } else if (curr.type == 6) { treePtr.appendChild(this.createTextNode(curr.value)); } else if (curr.type == 4) { this.xmlDecl = curr.value; } else { this.docTypeDecl = curr.value; } i++; } } else { while (i < max) { curr = tags[i]; if (curr.type == 1) { if (curr.value == ("/" + treePtr.nodeName)) { treePtr = treePtr.parentNode; } else { treePtr.appendChild(this.createElement(curr.value)); treePtr = treePtr.lastChild; treePtr.attributes = curr.attrs; if (curr.empty) { treePtr = treePtr.parentNode; } } } else if ((curr.type == 3) || (curr.type == 6)) { treePtr.appendChild(this.createTextNode(curr.value)); } else if (curr.type == 4) { this.xmlDecl = curr.value; } else { this.docTypeDecl = curr.value; } i++; } } } }; } PathDelimiter = length(_url); while ((0 < Number(PathDelimiter)) and ((substring(_url, PathDelimiter, 1)) ne "/")) { PathDelimiter = PathDelimiter - 1; } Set("/:path", substring(_url, 1, PathDelimiter)); showXML = new XML(); showXML.ignoreWhite = true; showXML.onLoad = makeArray; showXML.load("favor_config.xml");
Frame 3
TextColor = new Array(); TextColor[0] = 16737792 /* 0xFF6600 */; TextColor[1] = 16750848 /* 0xFF9900 */; TextColor[2] = 6723840 /* 0x669900 */; TextColor[3] = 6737151 /* 0x66CCFF */; TextColor[4] = 26316; TextColor[5] = 10040217 /* 0x993399 */; TextColor[6] = 13369344 /* 0xCC0000 */;
Instance of Symbol 48 MovieClip in Frame 120
onClipEvent (load) { index = 1; } onClipEvent (enterFrame) { if (startTimer) { if (((getTimer() - timer) / 1000) >= 7) { play(); } } }
Frame 133
stop();
Symbol 3 Button
on (keyPress "Z") { gotoAndPlay (87); }
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 2
stop(); stopAllSounds();
Symbol 19 MovieClip Frame 15
stop();
Symbol 26 MovieClip Frame 92
_rotation = random(360);
Symbol 37 MovieClip Frame 1
stop();
Symbol 47 Button
on (release) { play(); }
Symbol 48 MovieClip Frame 1
question.question = _root["question" + index]; title.gotoAndStop(_root["category" + index]); startTimer = false;
Symbol 48 MovieClip Frame 13
answer.answer = _root["answer" + index]; i = random(7); trace("i=" + i); randomColor = _root.TextColor[this.i]; Answercolor = new Color(answer); Answercolor.setRGB(randomColor); trace("randomColor=" + randomColor);
Symbol 48 MovieClip Frame 26
startTimer = true; timer = getTimer(); stop();
Symbol 48 MovieClip Frame 27
startTimer = false;
Symbol 48 MovieClip Frame 40
if (this.index < _root.totalfavorite) { index = index + 1; trace("index=" + index); } else { index = 1; }
Symbol 52 Button
on (release) { gotoAndStop (2); _root.sound.gotoAndStop("soundoff"); }
Symbol 57 Button
on (release) { gotoAndStop (1); _root.sound.gotoAndStop("soundon"); }
Symbol 58 MovieClip Frame 1
stop();

Library Items

Symbol 1 ShapeTweeningUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 ButtonUses:2Used by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 SoundUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:48  Timeline
Symbol 15 GraphicUsed by:19  Timeline
Symbol 16 GraphicUsed by:19  Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:19  Timeline
Symbol 19 MovieClipUses:15 16 18Used by:Timeline
Symbol 20 FontUsed by:21 31 32 33
Symbol 21 TextUses:20Used by:Timeline
Symbol 22 ShapeTweeningUsed by:26
Symbol 23 ShapeTweeningUsed by:26
Symbol 24 ShapeTweeningUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:22 23 24 25Used by:Timeline
Symbol 27 ShapeTweeningUsed by:48
Symbol 28 FontUsed by:29
Symbol 29 EditableTextUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:48
Symbol 31 TextUses:20Used by:48
Symbol 32 TextUses:20Used by:37
Symbol 33 TextUses:20Used by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:32 33 34 35 36Used by:48
Symbol 38 FontUsed by:39
Symbol 39 EditableTextUses:38Used by:40
Symbol 40 MovieClipUses:39Used by:48
Symbol 41 ShapeTweeningUsed by:48
Symbol 42 GraphicUsed by:47 48
Symbol 43 ShapeTweeningUsed by:48
Symbol 44 ShapeTweeningUsed by:48
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:42 45 46Used by:48
Symbol 48 MovieClipUses:27 30 31 37 40 41 42 43 44 47 14Used by:Timeline
Symbol 49 GraphicUsed by:52
Symbol 50 GraphicUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:49 50 51Used by:58
Symbol 53 GraphicUsed by:57
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:53 54 55 56Used by:58
Symbol 58 MovieClipUses:52 57Used by:Timeline

Instance Names

"sound"Frame 4Symbol 9 MovieClip
"question"Symbol 48 MovieClip Frame 1Symbol 30 MovieClip
"title"Symbol 48 MovieClip Frame 1Symbol 37 MovieClip
"answer"Symbol 48 MovieClip Frame 13Symbol 40 MovieClip

Labels

"skipintro"Frame 87
"soundon"Symbol 9 MovieClip Frame 1
"soundoff"Symbol 9 MovieClip Frame 2
"favorite"Symbol 37 MovieClip Frame 1
"ever"Symbol 37 MovieClip Frame 2
"believe"Symbol 37 MovieClip Frame 3
"men"Symbol 37 MovieClip Frame 4
"memorable"Symbol 37 MovieClip Frame 5

Dynamic Text Variables

questionSymbol 29 EditableText""
answerSymbol 39 EditableText""




http://swfchan.com/16/76171/info.shtml
Created: 5/4 -2019 07:03:42 Last modified: 5/4 -2019 07:03:42 Server time: 16/05 -2024 05:46:24