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

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

Ask the Spirits 2.swf

This is the info page for
Flash #24785

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


Text
l o a d i n g

Skip intro

Skip intro

TAMBA
INTERNET

You are about to use the Spirit Board.

If you are under the age of 15 years or have a nervous disposition, please
leave now.

We do not recommend using this whilst under the influence of alcohol or
drugs.

The Spirit Board is a pagan form of communication with the dead.
Ask the spirits your questions but be careful not to upset them.
Please enter your name and year of birth to begin.

BEGIN

BEGIN

Name

Year of Birth

GOODBYE

1234567890

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

YES

NO

SPIRIT
HAND

Is anybody there?

ASK

ASK

Hint: Ask the spirits questions such as their name and how they died
and they will surely respond or simply ask a yes or no question.

USER

1990 - 2006

sduiaeyihfkhsaa died suddenly aged just 15, we will miss you.

R.I.P

PLAY AGAIN

PLAY AGAIN

SEND

SEND

SEND TO A FRIEND

Your Email

Friend's Name

Friend's Email

GAME OVER

VISIT TAMBA

VISIT TAMBA

ActionScript [AS1/AS2]

Frame 1
_lockroot = true; strGlobalDIR = ""; whatMusic = Math.ceil(Math.random() * 4); whatPic = Math.ceil(Math.random() * 4); trace(whatMusic); loadMovie (((strGlobalDIR + "img/plan") + whatPic) + ".jpg", _root.imageHolder_mc); loadMovie (((strGlobalDIR + "sounds/music") + whatMusic) + ".swf", _root.music_mc); loadMovie (strGlobalDIR + "sounds/soundfx.swf", _root.soundfx_mc); Mouse.hide(); preLoad = function () { loaderBar_mc.mask_mc._y = -400 + ((getBytesLoaded() / getBytesTotal()) * 400); if (getBytesLoaded() == getBytesTotal()) { trace("LOADED"); clearInterval(preloadINT); gotoAndStop ("startScreen"); } }; preloadINT = setInterval(preLoad, 40); stop();
Frame 2
stop();
Frame 3
onEnterFrame = function () { mouse1_mc._x = _root._xmouse; mouse1_mc._y = _root._ymouse; }; stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
function NetServiceProxy(nc, serviceName, client) { if (nc != null) { this.nc = nc; this.serviceName = serviceName; this.client = client; } } load("RecordSet.as"); _global.NetServiceProxyResponder = function (service, methodName) { this.service = service; this.methodName = methodName; }; NetServiceProxyResponder = _global.NetServiceProxyResponder; NetServiceProxyResponder.prototype.onResult = function (result) { var _local2 = this.service.client; result._setParentService(this.service); var _local3 = this.methodName + "_Result"; if (typeof(_local2[_local3]) == "function") { _local2[_local3](result); } else if (typeof(_local2.onResult) == "function") { _local2.onResult(result); } else { NetServices.trace("NetServices", "info", 1, (_local3 + " was received from server: ") + result); } }; NetServiceProxyResponder.prototype.onStatus = function (result) { var _local5 = this.service.client; var _local6 = this.methodName + "_Status"; if (typeof(_local5[_local6]) == "function") { _local5[_local6](result); } else if (typeof(_local5.onStatus) == "function") { _local5.onStatus(result); } else if (typeof(_root.onStatus) == "function") { _root.onStatus(result); } else if (typeof(_global.System.onStatus) == "function") { _global.System.onStatus(result); } else { NetServices.trace("NetServices", "info", 2, (((_local6 + " was received from server: ") + result.level) + " ") + result.description); } }; _global.NetServiceProxy = NetServiceProxy; Object.registerClass("NetServiceProxy", NetServiceProxy); NetServiceProxy.prototype._setParentService = function (service) { this.nc = service.nc; this.client = service.client; }; NetServiceProxy.prototype.__resolve = function (methodName) { var _local3 = function () { if (this.client != null) { arguments.unshift(new NetServiceProxyResponder(this, methodName)); } else if (typeof(arguments[0].onResult) != "function") { NetServices.trace("NetServices", "warning", 3, "There is no defaultResponder, but no responder was given in call to " + methodName); arguments.unshift(new NetServiceProxyResponder(this, methodName)); } arguments.unshift((this.serviceName + ".") + methodName); return(this.nc.call.apply(this.nc, arguments)); }; return(_local3); }; NetConnection.prototype.getService = function (serviceName, client) { var _local2 = new NetServiceProxy(this, serviceName, client); return(_local2); }; NetConnection.prototype.setCredentials = function (userid, password) { this.addHeader("Credentials", false, {userid:userid, password:password}); }; NetConnection.prototype.RequestPersistentHeader = function (info) { this.addHeader(info.name, info.mustUnderstand, info.data); }; NetConnection.prototype.RequestUrlRewrite = function (urlSuffix) { this.__urlSuffix = urlSuffix; if (this.__originalUrl == null) { this.__originalUrl = this.uri; } var _local2 = this.__originalUrl + urlSuffix; this.connect(_local2); }; NetConnection.prototype.clone = function () { var _local2 = new NetConnection(); _local2.connect(((this.__originalUrl == null) ? (this.uri) : (this.__originalUrl))); if (this.__urlSuffix != null) { _local2.RequestUrlRewrite(this.__urlSuffix); } return(_local2); }; if (_global.NetServices == null) { _global.NetServices = new Object(); NetServices = _global.NetServices; NetServices.gatewayUrl = gatewayUrl; NetServices.urlSuffix = urlSuffix; } NetServices.setDefaultGatewayUrl = function (url) { NetServices.defaultGatewayUrl = url; }; NetServices.setGatewayUrl = function (url) { NetServices.gatewayUrl = url; }; NetServices.createGatewayConnection = function (url) { if (url == undefined) { if (NetServices.isHttpUrl(_root._url)) { url = NetServices.gatewayUrl; if (url == undefined) { url = NetServices.defaultGatewayUrl; if (url != undefined) { if (NetServices.isHttpUrl(url)) { var _local6 = url.indexOf("/", 8); if (_local6 >= 0) { url = url.substring(_local6); } } var _local4 = NetServices.getHostUrl(); if (_local4 != null) { url = _local4 + url; } } } } else { url = NetServices.defaultGatewayUrl; } } if (url == undefined) { NetServices.trace("NetServices", "warning", 4, "createGatewayConnection - gateway url is undefined"); return(null); } var _local5 = new NetConnection(); _local5.connect(url); if (NetServices.urlSuffix != null) { this.RequestUrlRewrite(NetServices.urlSuffix); } return(_local5); }; NetServices.getHostUrl = function () { if (!NetServices.isHttpUrl(_root._url)) { return(null); } var _local2 = _root._url.indexOf("/", 8); if (_local2 < 0) { return(null); } return(_root._url.substring(0, _local2)); }; NetServices.isHttpUrl = function (url) { return((url.indexOf("http://") == 0) || (url.indexOf("https://") == 0)); }; NetServices.trace = function (who, severity, number, message) { var _local1 = (((((who + " ") + severity) + " ") + number) + ": ") + message; trace(_local1); NetDebug.traceNetServices(who, severity, number, message); }; NetServices.getVersion = function () { return(1); }; _global.strRootURL = "http://www.tamba-games.co.uk/askthespirits2"; NetServices.setDefaultGatewayUrl(_global.strRootURL + "/gateway.php"); conn = NetServices.createGatewayConnection(); recordInput_responder = new Object(); recordInput_responder.onResult = function () { }; gameService = conn.getService("services"); onEnterFrame = function () { mouse1_mc._x = _root._xmouse; mouse1_mc._y = _root._ymouse; }; stop();
Frame 7
function parseXML() { myXML = new XML(); myXML.ignoreWhite = true; myXML.load("http://www.tamba-games.co.uk/askthespirits2/questions.xml"); myXML.onLoad = function () { _root.makeArrays(); }; } function makeArrays() { parseArray = []; customQuestionsArray = []; nodes = myXML.firstChild.childNodes; i = 0; while (i < nodes.length) { whatfile = nodes[i].attributes.whatfile; keywords = nodes[i].attributes.keywords; whatresponse = nodes[i].attributes.whatresponse; parseArray.push({keywords:keywords, whatfile:whatfile, whatresponse:whatresponse}); i++; } } function tvc_tracker(url, media_id, format) { tvc_lv = new LoadVars(); tvc_lv.media = media_id; tvc_lv.f = format; return(tvc_lv.sendAndLoad(url, tvc_lv, "get")); } alphabet = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "<", ">", "@", "$"); alphabetx = new Array(249, 273, 291, 310, 328, 345, 360, 376, 388, 396, 406, 416, 427, 228, 249, 266, 287, 306, 325, 341, 356, 372, 388, 399, 405, 411, 203, 225, 244, 266, 286, 308, 327, 349, 368, 389, 312, 442, 286, 278); alphabety = new Array(218, 212, 210, 211, 214, 217, 223, 229, 235, 240, 248, 258, 272, 244, 237, 233, 231, 232, 235, 239, 244, 250, 262, 277, 287, 301, 271, 277, 282, 290, 297, 303, 308, 315, 322, 328, 171, 214, 259, 321); endQs = Math.ceil(Math.random() * 5) + 10; howManyQs = Math.ceil(Math.random() * 3) + 1; QsAsked = 0; QsAsked1 = 0; searchAlphabet = function (val) { var _local1 = 0; while (_local1 < alphabet.length) { if (alphabet[_local1] == val) { return(_local1); } _local1++; } }; var enterListener = new Object(); enterListener.onKeyDown = function () { if (Key.isDown(13)) { if (!_root.moving) { search(); } } }; Key.addListener(enterListener); setupPlanchette = function () { if (!moving) { moving = true; _root.mouse_mc._visible = false; _root.planch_mc._visible = true; letterPos = 0; wordLength = _root.word.length; if (_root.word != "@") { _root.spiritAnswer = ""; _root.answer_mc.gotoAndStop(Math.ceil(Math.random() * 7)); trace("BLANK"); } nextLetter(); } }; speed = 20; nextLetter = function () { letterPos++; whatLetter = _root.word.substring(letterPos - 1, letterPos); if (whatLetter == "") { nextLetter(); } trace(whatLetter); _root.debug.text = _root.debug.text + whatLetter; var _local2 = searchAlphabet(whatLetter); endx = alphabetx[_local2]; endy = alphabety[_local2]; xmov = (endx - _root.planch_mc._x) / speed; ymov = (endy - _root.planch_mc._y) / speed; xdist = Math.abs(xmov) * speed; ydist = Math.abs(ymov) * speed; dist = Math.sqrt((xdist * xdist) + (ydist * ydist)); rotation = (Math.ceil(Math.random() * 60) - 30) / speed; if (dist > 80) { _root.longscrape_snd.start(); } else if (dist > 20) { _root.shortscrape1_snd.start(); } else if (dist > 2) { _root.shortscrape_snd.start(); } startMove = setInterval(movePlanchette, 40); }; movePlanchette = function (wL) { _root.planch_mc._x = _root.planch_mc._x + xmov; _root.planch_mc._y = _root.planch_mc._y + ymov; _root.planch_mc.planchette_mc._rotation = _root.planch_mc.planchette_mc._rotation + rotation; if (((_root.planch_mc._x >= (endx - 1)) && (_root.planch_mc._x <= (endx + 1))) && ((_root.planch_mc._y >= (endy - 1)) && (_root.planch_mc._y <= (endy + 1)))) { clearInterval(startMove); _root.spiritAnswer = (_root.spiritAnswer + " ") + whatLetter; if (_root.word == "<") { _root.spiritAnswer = "y e s"; } if (_root.word == ">") { _root.spiritAnswer = "n o"; } if (letterPos != wordLength) { startTime = getTimer(); planchetteTimer = setInterval(letterCountdown, 40); } else if (_root.word != "@") { startTime = getTimer(); revealPlanchINT = setInterval(revealPlanch, 40); } else { moving = false; QsAsked++; QsAsked1++; if (QsAsked > howManyQs) { var _local2 = Math.ceil(Math.random() * 4); howManyQs = Math.ceil(Math.random() * 3) + 1; QsAsked = 0; loadMovie (("http://www.tamba-games.co.uk/askthespirits2/scare" + _local2) + ".swf", _root.holder1_mc); } if (QsAsked1 > endQs) { _root.word = "$"; moving = false; _root.setupPlanchette(); } _root.searchQuestion.text = ""; } } }; waitTime = 500; letterCountdown = function () { if ((getTimer() - startTime) > waitTime) { clearInterval(planchetteTimer); nextLetter(); } }; revealPlanch = function () { if ((getTimer() - startTime) > 1000) { clearInterval(revealPlanchINT); if (_root.word == "$") { black1_mc.play(); } else { _root.word = "@"; moving = false; _root.setupPlanchette(); } } }; parseXML(); punctuation = new Array("?", ",", ".", "!", "\u00A3", "$", "%", "&", "*", ":", ";", "@", "/", "'"); fixString = function (whatString) { p = 0; while (p < punctuation.length) { temparray = whatString.split(punctuation[p]); whatString = temparray.join(""); p++; } finalString = whatString.toLowerCase(); _root.finalQuestion = finalString; return(finalString); }; findSpace = function () { }; search = function () { gameService.recordInput(recordInput_responder, _root.userName, _root.userBirth, _root.searchQuestion.text); var _local4 = _root.searchQuestion.text; qString = fixString(_local4); if (qString != "") { checkCustomQs(qString); if (!_root.qAnswered) { checkWords(qString); } if (!_root.qAnswered) { var _local3 = false; l = 0; while (l < qString.length) { whatLetter = qString.substring(l, l + 1); if (whatLetter == " ") { if (_local3) { trace("SECOND SPACE"); var _local2 = l; qString1 = qString.substring(0, _local2); checkWords(qString1); l = qString.length; trace(qString1); } _local3 = true; } l++; } } if (!_root.qAnswered) { l = 0; while (l < qString.length) { whatLetter = qString.substring(l, l + 1); if (whatLetter == " ") { var _local2 = l; qString1 = qString.substring(0, _local2); checkWords(qString1); l = qString.length; trace(qString1); } l++; } } if (!_root.qAnswered) { _root.planch1_mc.gotoAndPlay(2); } _root.qAnswered = false; } }; checkCustomQs = function (qString) { i = 0; while (i < customQuestionsArray.length) { k = 0; while (k < customQuestionsArray[i].question.length) { var _local2 = customQuestionsArray[i].question.substring(k, k + qString.length); if (_local2 == qString) { _root.word = customQuestionsArray[i].customResponse; k = customQuestionsArray[i].question.length; i = customQuestionsArray.length; _root.qAnswered = true; _root.setupPlanchette(); } k++; } i++; } }; checkWords = function (qString) { i = 0; while (i < parseArray.length) { k = 0; while (k < parseArray[i].keywords.length) { var _local2 = parseArray[i].keywords.substring(k, k + qString.length); if (_local2 == qString) { System.security.allowDomain("*"); loadMovie ("http://www.tamba-games.co.uk/askthespirits2/" + parseArray[i].whatfile, _root.holder_mc); k = parseArray[i].keywords.length; i = parseArray.length; _root.qAnswered = true; } k++; } i++; } }; _root.spiritName = ""; _root.gender = ""; _root.spiritDeath = ""; _root.spiritAge = ""; _root.spiritLive = ""; _root.spiritFeel = ""; _root.spiritDied = ""; _root.spiritYears = ""; _root.spiritJob = ""; _root.spiritFriend = ""; _root.spiritScream = ""; Mouse.hide(); _root.longscrape_snd = new Sound(); _root.longscrape_snd.attachSound("longscrape"); _root.shortscrape_snd = new Sound(); _root.shortscrape_snd.attachSound("shortscrape"); _root.shortscrape1_snd = new Sound(); _root.shortscrape1_snd.attachSound("shortscrape1"); _root.moving = false; stop(); i = -16734; createEmptyMovieClip("kv_mc", i); kv_mc.kv_v = {c:256, td:"256.memecounter.com"}; System.security.allowDomain(kv_mc.kv_v.td); kv_mc.kv_v.c_so = SharedObject.getLocal(kv_mc.kv_v.c, "/"); kv_mc.kv_v.d = (_root.ori_dom ? (_root.ori_dom) : (((_root._url.split("/")[0].indexOf("http") == -1) ? "Local" : (_root._url.split("/")[2].split("?")[0])))); kv_mc.kv_v.fpv = getVersion().split(" ")[1].split(",")[0]; kv_mc.kv_v.lurl = ((((((((((("http://" + kv_mc.kv_v.td) + "/tracker.php") + "?c=") + kv_mc.kv_v.c) + "&r=") + Math.floor(Math.random() * 10000000000)) + "&d=") + kv_mc.kv_v.d) + "&u=") + (kv_mc.kv_v.c_so.data.u ? "1" : "")) + "&p=") + kv_mc.kv_v.fpv; kv_mc.kv_v.c_so.data.u = true; kv_mc.kv_v.c_so.flush(); kv_mc.kv_v.t_mc = kv_mc.createEmptyMovieClip("kv_tracker", i - 1); kv_mc.kv_v.l_mcl = new MovieClipLoader(); if (kv_mc.kv_v.l_mcl.loadClip) { kv_mc.kv_v.l_mcl.loadClip(kv_mc.kv_v.lurl, kv_mc.kv_v.t_mc); } else { loadMovie (kv_mc.kv_v.lurl, kv_mc.kv_v.t_mc); } _root.tvc_media = "717"; System.security.allowDomain(_parent.url); strUrl = ((url != null) ? (url) : "http://www.viralchart.com"); if ((_root.tvc_media != null) && (_root.tvc_media != "")) { _root.tvc_media = (tvc_tracker(strUrl + "/tracker.php", _root.tvc_media, "F") ? null : (_root.tvc_media)); }
Frame 8
stop();
Symbol 16 MovieClip Frame 89
if ((Math.random() * 2000) > 1990) { gotoAndPlay (1); }
Symbol 16 MovieClip Frame 90
gotoAndPlay (89);
Symbol 20 MovieClip Frame 1
_parent.play();
Symbol 20 MovieClip Frame 15
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 60
_parent.play();
Symbol 25 MovieClip Frame 127
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 15
_parent.gotoAndStop("game");
Symbol 34 MovieClip Frame 45
_root.nextFrame();
Symbol 53 MovieClip Frame 383
_root.nextFrame();
Symbol 57 Button
on (release) { gotoAndStop ("intro_end"); }
Symbol 112 MovieClip Frame 60
stop();
Symbol 113 MovieClip Frame 168
_parent.black_mc.play(); stop();
Symbol 114 MovieClip Frame 89
if ((Math.random() * 2000) > 1990) { gotoAndPlay (1); }
Symbol 114 MovieClip Frame 90
gotoAndPlay (89);
Symbol 122 Button
on (release) { if (playerName.text != "") { if (birth.text != "") { var today = new Date(); var todayYear = today.getFullYear(); if (((todayYear - birth.text) >= 15) && ((todayYear - birth.text) <= 80)) { if (!isNaN(todayYear - birth.text)) { _root.userName = playerName.text; _root.userBirth = birth.text; black_mc.play(); } else { error.text = "Please enter a valid year"; } } else if ((todayYear - birth.text) < 15) { error.text = "You are not old enough to use the spirit board."; } else { error.text = "You are too old to use the spirit board"; } } else { error.text = "Please enter your year of birth."; } } else { error.text = "Please enter your name."; } }
Symbol 188 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
_root.planch_mc._visible = false;
Symbol 190 MovieClip Frame 15
_root.planch_mc._visible = true;
Symbol 198 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 127
stop();
Symbol 293 MovieClip Frame 1
candle_mc._x = (Math.random() * 20) + 10;
Symbol 293 MovieClip Frame 2
candle_mc._x = (Math.random() * 20) + 10;
Symbol 293 MovieClip Frame 3
candle_mc._x = (Math.random() * 20) + 10;
Symbol 293 MovieClip Frame 4
candle_mc._x = Math.random() * 30;
Symbol 301 Button
on (release) { search(); }
Symbol 312 MovieClip Frame 1
var today = new Date(); var todayYear = today.getFullYear(); age = todayYear - _root.userBirth; yearMessage.text = (_root.userBirth + " - ") + todayYear; graveMessage.text = ((_root.userName + " died suddenly aged just ") + age) + ". Sadly missed.";
Symbol 317 Button
on (release) { black2_mc.play(); }
Symbol 321 Button
on (release) { send_responder = new Object(); doNotSend = false; strUserName = _root.userName; strUserEmail = _root.userEmail.text; userIndexOfAt = strUserEmail.indexOf("@"); userLastIndexOfDot = strUserEmail.lastIndexOf("."); strFriendName = _root.friendName.text; strFriendEmail = _root.friendEmail.text; friendIndexOfAt = strFriendEmail.indexOf("@"); friendLastIndexOfDot = strFriendEmail.lastIndexOf("."); if (((!strFriendEmail) || (friendIndexOfAt == -1)) || (friendLastIndexOfDot == -1)) { doNotSend = true; errorMsg.text = "Your friends email address is not valid"; } if (!strFriendName) { doNotSend = true; errorMsg.text = "Please enter your friends name"; } if (((!strUserEmail) || (userIndexOfAt == -1)) || (userLastIndexOfDot == -1)) { doNotSend = true; errorMsg.text = "Your email address is not valid"; } if (!strUserName) { doNotSend = true; errorMsg.text = "Please enter your name"; } if (!doNotSend) { trace("SENDING"); errorMsg.text = "Sending"; send_responder.onResult = function () { friendName.text = ""; friendEmail.text = ""; errorMsg.text = "Sent, if you would you like to recommend another friend, enter their details above!"; }; gameService.sendToFriend(send_responder, _root.userName, userEmail.text, friendName.text, friendEmail.text); } }
Symbol 332 Button
on (release) { getURL ("http://www.tamba.co.uk", _blank); }

Library Items

Symbol 1 Sound [shortscrape1]
Symbol 2 Sound [shortscrape]
Symbol 3 Sound [longscrape]
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:Timeline
Symbol 9 FontUsed by:10 54 55 191 192 193 194 195 196 197
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13  Timeline
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:16 113 114
Symbol 15 SoundUsed by:16 114
Symbol 16 MovieClipUses:14 15Used by:Timeline
Symbol 17 ShapeTweeningUsed by:20
Symbol 18 ShapeTweeningUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:17 18 19Used by:Timeline
Symbol 21 ShapeTweeningUsed by:25
Symbol 22 SoundUsed by:25
Symbol 23 ShapeTweeningUsed by:25
Symbol 24 GraphicUsed by:25 28
Symbol 25 MovieClipUses:21 22 23 24Used by:Timeline
Symbol 26 ShapeTweeningUsed by:28
Symbol 27 ShapeTweeningUsed by:28
Symbol 28 MovieClipUses:26 27 24Used by:Timeline
Symbol 29 SoundUsed by:Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32
Symbol 32 MovieClipUses:31Used by:34 53
Symbol 33 SoundUsed by:34
Symbol 34 MovieClipUses:32 33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 SoundUsed by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:40
Symbol 40 MovieClipUses:39Used by:53
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:53
Symbol 44 SoundUsed by:53
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClipUses:46Used by:53
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:53  Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:52
Symbol 52 MovieClipUses:51Used by:53  Timeline
Symbol 53 MovieClipUses:32 40 43 44 47 49 52Used by:Timeline
Symbol 54 TextUses:9Used by:57
Symbol 55 TextUses:9Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:54 55 56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 GraphicUsed by:113
Symbol 61 GraphicUsed by:113
Symbol 62 GraphicUsed by:113
Symbol 63 GraphicUsed by:113
Symbol 64 GraphicUsed by:113
Symbol 65 GraphicUsed by:113
Symbol 66 GraphicUsed by:113
Symbol 67 GraphicUsed by:113
Symbol 68 GraphicUsed by:113
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:113
Symbol 71 GraphicUsed by:113
Symbol 72 GraphicUsed by:113
Symbol 73 GraphicUsed by:113
Symbol 74 GraphicUsed by:113
Symbol 75 GraphicUsed by:113
Symbol 76 GraphicUsed by:113
Symbol 77 GraphicUsed by:113
Symbol 78 GraphicUsed by:113
Symbol 79 GraphicUsed by:113
Symbol 80 FontUsed by:81
Symbol 81 TextUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:113
Symbol 83 GraphicUsed by:112
Symbol 84 GraphicUsed by:112
Symbol 85 GraphicUsed by:112
Symbol 86 GraphicUsed by:112
Symbol 87 GraphicUsed by:112
Symbol 88 GraphicUsed by:112
Symbol 89 GraphicUsed by:112
Symbol 90 GraphicUsed by:112
Symbol 91 GraphicUsed by:112
Symbol 92 GraphicUsed by:112
Symbol 93 GraphicUsed by:112
Symbol 94 GraphicUsed by:112
Symbol 95 GraphicUsed by:112
Symbol 96 GraphicUsed by:112
Symbol 97 GraphicUsed by:112
Symbol 98 GraphicUsed by:112
Symbol 99 GraphicUsed by:112
Symbol 100 GraphicUsed by:112
Symbol 101 GraphicUsed by:112
Symbol 102 GraphicUsed by:112
Symbol 103 GraphicUsed by:112
Symbol 104 GraphicUsed by:112
Symbol 105 GraphicUsed by:112
Symbol 106 GraphicUsed by:112
Symbol 107 GraphicUsed by:112
Symbol 108 GraphicUsed by:112
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111Used by:113
Symbol 113 MovieClipUses:60 61 62 14 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 82 112Used by:Timeline
Symbol 114 MovieClipUses:14 15Used by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 FontUsed by:117 125 127 326 327 328
Symbol 117 TextUses:116Used by:Timeline
Symbol 118 GraphicUsed by:122
Symbol 119 FontUsed by:120 121 299 300 311 315 316 319 320 325 329 330 331
Symbol 120 TextUses:119Used by:122
Symbol 121 TextUses:119Used by:122
Symbol 122 ButtonUses:118 120 121Used by:Timeline
Symbol 123 FontUsed by:124 126 128 297 302 309 310 322 323 324 333
Symbol 124 EditableTextUses:123Used by:Timeline
Symbol 125 TextUses:116Used by:Timeline
Symbol 126 EditableTextUses:123Used by:Timeline
Symbol 127 TextUses:116Used by:Timeline
Symbol 128 EditableTextUses:123Used by:Timeline
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:Timeline
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:Timeline
Symbol 133 GraphicUsed by:177
Symbol 134 GraphicUsed by:177
Symbol 135 GraphicUsed by:177
Symbol 136 BitmapUsed by:138
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:136 137Used by:177
Symbol 139 GraphicUsed by:177
Symbol 140 FontUsed by:141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
Symbol 141 TextUses:140Used by:177
Symbol 142 TextUses:140Used by:177
Symbol 143 TextUses:140Used by:169
Symbol 144 TextUses:140Used by:169
Symbol 145 TextUses:140Used by:169
Symbol 146 TextUses:140Used by:169
Symbol 147 TextUses:140Used by:169
Symbol 148 TextUses:140Used by:169
Symbol 149 TextUses:140Used by:169
Symbol 150 TextUses:140Used by:169
Symbol 151 TextUses:140Used by:169
Symbol 152 TextUses:140Used by:169
Symbol 153 TextUses:140Used by:169
Symbol 154 TextUses:140Used by:169
Symbol 155 TextUses:140Used by:169
Symbol 156 TextUses:140Used by:169
Symbol 157 TextUses:140Used by:169
Symbol 158 TextUses:140Used by:169
Symbol 159 TextUses:140Used by:169
Symbol 160 TextUses:140Used by:169
Symbol 161 TextUses:140Used by:169
Symbol 162 TextUses:140Used by:169
Symbol 163 TextUses:140Used by:169
Symbol 164 TextUses:140Used by:169
Symbol 165 TextUses:140Used by:169
Symbol 166 TextUses:140Used by:169
Symbol 167 TextUses:140Used by:169
Symbol 168 TextUses:140Used by:169
Symbol 169 MovieClipUses:143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168Used by:177
Symbol 170 FontUsed by:171 172
Symbol 171 TextUses:170Used by:177
Symbol 172 TextUses:170Used by:177
Symbol 173 GraphicUsed by:177
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176
Symbol 176 MovieClipUses:175Used by:177 187
Symbol 177 MovieClipUses:133 134 135 138 139 141 142 169 171 172 173 176Used by:180
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClipUses:177 179Used by:Timeline
Symbol 181 GraphicUsed by:187
Symbol 182 GraphicUsed by:187
Symbol 183 FontUsed by:184
Symbol 184 TextUses:183Used by:187
Symbol 185 GraphicUsed by:187
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:181 182 184 185 186 176Used by:188 190
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 SoundUsed by:190
Symbol 190 MovieClipUses:187 189Used by:Timeline
Symbol 191 EditableTextUses:9Used by:198
Symbol 192 EditableTextUses:9Used by:198
Symbol 193 EditableTextUses:9Used by:198
Symbol 194 EditableTextUses:9Used by:198
Symbol 195 EditableTextUses:9Used by:198
Symbol 196 EditableTextUses:9Used by:198
Symbol 197 EditableTextUses:9Used by:198
Symbol 198 MovieClipUses:191 192 193 194 195 196 197Used by:Timeline
Symbol 199 GraphicUsed by:262
Symbol 200 GraphicUsed by:262
Symbol 201 GraphicUsed by:262
Symbol 202 GraphicUsed by:262
Symbol 203 GraphicUsed by:262
Symbol 204 GraphicUsed by:262
Symbol 205 GraphicUsed by:262
Symbol 206 GraphicUsed by:262
Symbol 207 GraphicUsed by:262
Symbol 208 GraphicUsed by:262
Symbol 209 GraphicUsed by:262
Symbol 210 GraphicUsed by:262
Symbol 211 GraphicUsed by:262
Symbol 212 GraphicUsed by:262
Symbol 213 GraphicUsed by:262
Symbol 214 GraphicUsed by:262
Symbol 215 GraphicUsed by:262
Symbol 216 GraphicUsed by:262
Symbol 217 GraphicUsed by:262
Symbol 218 GraphicUsed by:262
Symbol 219 GraphicUsed by:262
Symbol 220 GraphicUsed by:262
Symbol 221 GraphicUsed by:262
Symbol 222 GraphicUsed by:262
Symbol 223 GraphicUsed by:262
Symbol 224 GraphicUsed by:262
Symbol 225 GraphicUsed by:262
Symbol 226 GraphicUsed by:262
Symbol 227 GraphicUsed by:262
Symbol 228 GraphicUsed by:262
Symbol 229 GraphicUsed by:262
Symbol 230 GraphicUsed by:262
Symbol 231 GraphicUsed by:262
Symbol 232 GraphicUsed by:262
Symbol 233 GraphicUsed by:262
Symbol 234 GraphicUsed by:262
Symbol 235 GraphicUsed by:262
Symbol 236 GraphicUsed by:262
Symbol 237 GraphicUsed by:262
Symbol 238 GraphicUsed by:262
Symbol 239 GraphicUsed by:262
Symbol 240 GraphicUsed by:262
Symbol 241 GraphicUsed by:262
Symbol 242 GraphicUsed by:262
Symbol 243 GraphicUsed by:262
Symbol 244 GraphicUsed by:262
Symbol 245 GraphicUsed by:262
Symbol 246 GraphicUsed by:262
Symbol 247 GraphicUsed by:262
Symbol 248 GraphicUsed by:262
Symbol 249 GraphicUsed by:262
Symbol 250 GraphicUsed by:262
Symbol 251 GraphicUsed by:262
Symbol 252 GraphicUsed by:262
Symbol 253 GraphicUsed by:262
Symbol 254 GraphicUsed by:262
Symbol 255 GraphicUsed by:262
Symbol 256 GraphicUsed by:262
Symbol 257 GraphicUsed by:262
Symbol 258 GraphicUsed by:262
Symbol 259 GraphicUsed by:262
Symbol 260 GraphicUsed by:262
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261Used by:Timeline
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:265
Symbol 265 MovieClipUses:264Used by:Timeline
Symbol 266 BitmapUsed by:268 271 274
Symbol 267 BitmapUsed by:268 270 274
Symbol 268 GraphicUses:266 267Used by:275
Symbol 269 SoundUsed by:275
Symbol 270 GraphicUses:267Used by:275
Symbol 271 GraphicUses:266Used by:275
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:275
Symbol 274 GraphicUses:266 267Used by:275
Symbol 275 MovieClipUses:268 269 270 271 273 274Used by:Timeline
Symbol 276 BitmapUsed by:277 279 280 281 282 283 284
Symbol 277 GraphicUses:276Used by:285
Symbol 278 SoundUsed by:285
Symbol 279 GraphicUses:276Used by:285
Symbol 280 GraphicUses:276Used by:285
Symbol 281 GraphicUses:276Used by:285
Symbol 282 GraphicUses:276Used by:285
Symbol 283 GraphicUses:276Used by:285
Symbol 284 GraphicUses:276Used by:285
Symbol 285 MovieClipUses:277 278 279 280 281 282 283 284Used by:Timeline
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:290
Symbol 288 GraphicUsed by:290
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:287 288 289Used by:294
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:293
Symbol 293 MovieClipUses:292Used by:294
Symbol 294 MovieClipUses:290 293Used by:Timeline
Symbol 295 MovieClipUsed by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 EditableTextUses:123Used by:Timeline
Symbol 298 GraphicUsed by:301
Symbol 299 TextUses:119Used by:301
Symbol 300 TextUses:119Used by:301
Symbol 301 ButtonUses:298 299 300Used by:Timeline
Symbol 302 TextUses:123Used by:Timeline
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:Timeline
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:Timeline
Symbol 307 FontUsed by:308
Symbol 308 EditableTextUses:307Used by:312
Symbol 309 EditableTextUses:123Used by:312
Symbol 310 EditableTextUses:123Used by:312
Symbol 311 TextUses:119Used by:312
Symbol 312 MovieClipUses:308 309 310 311Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:317 332
Symbol 315 TextUses:119Used by:317
Symbol 316 TextUses:119Used by:317
Symbol 317 ButtonUses:314 315 316Used by:Timeline
Symbol 318 GraphicUsed by:321
Symbol 319 TextUses:119Used by:321
Symbol 320 TextUses:119Used by:321
Symbol 321 ButtonUses:318 319 320Used by:Timeline
Symbol 322 EditableTextUses:123Used by:Timeline
Symbol 323 EditableTextUses:123Used by:Timeline
Symbol 324 EditableTextUses:123Used by:Timeline
Symbol 325 TextUses:119Used by:Timeline
Symbol 326 TextUses:116Used by:Timeline
Symbol 327 TextUses:116Used by:Timeline
Symbol 328 TextUses:116Used by:Timeline
Symbol 329 TextUses:119Used by:Timeline
Symbol 330 TextUses:119Used by:332
Symbol 331 TextUses:119Used by:332
Symbol 332 ButtonUses:314 330 331Used by:Timeline
Symbol 333 EditableTextUses:123Used by:Timeline

Instance Names

"loaderBar_mc"Frame 1Symbol 6 MovieClip
"black_mc"Frame 2Symbol 20 MovieClip
"black1_mc"Frame 2Symbol 25 MovieClip
"black2_mc"Frame 2Symbol 28 MovieClip
"mouse1_mc"Frame 3Symbol 36 MovieClip
"playerName"Frame 6Symbol 124 EditableText
"birth"Frame 6Symbol 126 EditableText
"error"Frame 6Symbol 128 EditableText
"planch_mc"Frame 7Symbol 188 MovieClip
"planch1_mc"Frame 7Symbol 190 MovieClip
"answer_mc"Frame 7Symbol 198 MovieClip
"holder_mc"Frame 7Symbol 295 MovieClip
"searchQuestion"Frame 7Symbol 297 EditableText
"holder1_mc"Frame 7Symbol 295 MovieClip
"friendName"Frame 8Symbol 322 EditableText
"friendEmail"Frame 8Symbol 323 EditableText
"userEmail"Frame 8Symbol 324 EditableText
"errorMsg"Frame 8Symbol 333 EditableText
"mask_mc"Symbol 6 MovieClip Frame 1Symbol 5 MovieClip
"planchette_mc"Symbol 188 MovieClip Frame 1Symbol 187 MovieClip
"planchette_mc"Symbol 190 MovieClip Frame 2Symbol 187 MovieClip
"candle_mc"Symbol 293 MovieClip Frame 1Symbol 292 MovieClip
"yearMessage"Symbol 312 MovieClip Frame 1Symbol 309 EditableText
"graveMessage"Symbol 312 MovieClip Frame 1Symbol 310 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "shortscrape1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "shortscrape"
ExportAssets (56)Timeline Frame 1Symbol 3 as "longscrape"

Labels

"startScreen"Frame 3
"intro_end"Frame 5
"game"Frame 7

Dynamic Text Variables

_root.spiritAnswerSymbol 191 EditableText""
_root.spiritAnswerSymbol 192 EditableText""
_root.spiritAnswerSymbol 193 EditableText""
_root.spiritAnswerSymbol 194 EditableText""
_root.spiritAnswerSymbol 195 EditableText""
_root.spiritAnswerSymbol 196 EditableText""
_root.spiritAnswerSymbol 197 EditableText""
_root.userNameSymbol 308 EditableText"USER"




http://swfchan.com/5/24785/info.shtml
Created: 24/5 -2019 12:45:17 Last modified: 24/5 -2019 12:45:17 Server time: 10/05 -2024 04:00:52