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

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

tictactoe.swf

This is the info page for
Flash #43260

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


Text
<p align="center"><font face="Arial" size="12" color="#000000" letterSpacing="0.000000" kerning="1">Error getting link</font></p>

Want to share this experience?
Send this link to your friends

Show A Friend

Show A Friend

Play Again

COPIED

Copy the link below and paste in your
browser to get this Flash Toy!

Tic Tac Toe

X

O

OR

Choose

(Go 1st)

(Go 2nd)

Courtesy of your friends at PYZAM.com

PLAY

PLAY

Email This

Email This

Get This

Get This

Get This

PYZAM

PYZAM.com

Play Again

SEND

To:

From:

Message (Optional):

To email multiple friends, simply separate the
addresses with a comma

<p align="left"></p>

<p align="left"><font face="Tahoma" size="10" color="#000000" letterSpacing="0.000000" kerning="1">Email addresses</font></p>

<p align="left"><font face="Tahoma" size="10" color="#000000" letterSpacing="0.000000" kerning="1">Your Name</font></p>

<p align="left"></p>

Email Sent

ActionScript [AS1/AS2]

Frame 1
function main() { if (comIsFading) { fadeInCom(); } } function fadeInCom() { if (brand.com._alpha < 100) { brand.com._alpha = brand.com._alpha + 1.5; } } _root.createEmptyMovieClip("q_mov", 99999); q_mov.loadMovie("http://stuff.pyzam.com/toys/quanter.swf?q_id=TicTacScare&q_tit=Tic Tac Scare&q_url=http://stuff.pyzam.com/toys/tictacscare.swf"); stop(); var scream = new Sound(); scream.loadSound("http://stuff.pyzam.com/app_res/sounds/scream1.mp3"); scream.setVolume(100); var beep = new Sound(); beep.loadSound("http://stuff.pyzam.com/app_res/sounds/beep1.mp3"); beep.setVolume(10); var comIsFading = false; var mainInterval = 0; _global.playerChoice = ""; _global.soundOn = true; var bg = this.attachMovie("bg_mc", "bg", this.getNextHighestDepth()); bg._y = 50; bg._x = 50; var bg2 = bg.attachMovie("introBG_mc", "bg2", bg.getNextHighestDepth()); bg2._x = 150; bg2._y = 150; bg2._alpha = 20; var intro = bg.attachMovie("intro_mc", "intro", bg.getNextHighestDepth()); intro._x = 35; var play_mc = bg.attachMovie("play_mc", "play_mc", bg.getNextHighestDepth()); play_mc._x = 110; play_mc._y = (bg._height - play_mc._height) - 10; play_mc.stop(); var brand = bg.attachMovie("brand_mc", "brand", bg.getNextHighestDepth()); brand._x = 10; brand._y = (bg._height - brand._height) - 10; brand.stop(); brand.onRollOver = function () { this.gotoAndStop("over"); this.com._alpha = 0; comIsFading = true; }; brand.onRollOut = function () { this.gotoAndStop("up"); comIsFading = false; }; brand.onRelease = function () { getURL ("http://www.pyzam.com/toys/view/tictacscare"); if (link == undefined) { var link = _root.attachMovie("link_mc", "link", _root.getNextHighestDepth()); link._x = Stage.width / 2; link._y = Stage.height / 2; link.linkBox.linkText_txt.text = "http://www.pyzam.com/toys/view/tictacscare"; link.closer.onRelease = function () { link.removeMovieClip(); delete this.onRelease; }; link.linkBox.onPress = function () { delete this.onPress; if (link.copied == undefined) { System.setClipboard("http://www.pyzam.com/toys/view/tictacscare"); var _local2 = link.attachMovie("copied_mc", "copied", link.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; var speaker = bg.attachMovie("speaker_mc", "speaker", bg.getNextHighestDepth()); speaker.stop(); speaker._x = 270; speaker._y = 275; mainInterval = setInterval(this, "main", 10); speaker.onRelease = function () { if (this._currentframe == 1) { this.gotoAndStop("off"); soundOn = false; beep.setVolume(0); } else { this.gotoAndStop("on"); soundOn = true; beep.setVolume(10); } }; play_mc.onRelease = function () { delete this.onRelease; bg.removeMovieClip(); beep.start(); gotoAndStop ("choose"); }; play_mc.onRollOver = function () { this.gotoAndStop("over"); }; play_mc.onRollOut = function () { this.gotoAndStop("up"); };
Frame 11
var bg = this.attachMovie("bg_mc", "bg", this.getNextHighestDepth()); bg._x = 50; bg._y = 50; var choose = bg.attachMovie("choose_mc", "choose", bg.getNextHighestDepth()); choose._x = 40; choose._y = 100; choose.stop(); var brand = bg.attachMovie("brand_mc", "brand", bg.getNextHighestDepth()); brand._x = 10; brand._y = (bg._height - brand._height) - 10; brand.stop(); brand.onRollOver = function () { this.gotoAndStop("over"); this.com._alpha = 0; comIsFading = true; }; brand.onRollOut = function () { this.gotoAndStop("up"); comIsFading = false; }; brand.onRelease = function () { getURL ("http://www.pyzam.com/toys/view/tictacscare"); if (link == undefined) { var link = _root.attachMovie("link_mc", "link", _root.getNextHighestDepth()); link._x = Stage.width / 2; link._y = Stage.height / 2; link.linkBox.linkText_txt.text = "http://www.pyzam.com/toys/view/tictacscare"; link.closer.onRelease = function () { link.removeMovieClip(); delete this.onRelease; }; link.linkBox.onPress = function () { delete this.onPress; if (link.copied == undefined) { System.setClipboard("http://www.pyzam.com/toys/view/tictacscare"); var _local2 = link.attachMovie("copied_mc", "copied", link.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; var speaker = bg.attachMovie("speaker_mc", "speaker", bg.getNextHighestDepth()); speaker.stop(); speaker._x = 270; speaker._y = 275; if (!soundOn) { speaker.gotoAndStop("off"); } speaker.onRelease = function () { if (this._currentframe == 1) { this.gotoAndStop("off"); soundOn = false; beep.setVolume(0); } else { this.gotoAndStop("on"); soundOn = true; beep.setVolume(10); } }; choose.x.onRelease = function () { delete this.onRelease; bg.removeMovieClip(); playerChoice = "x"; beep.start(); gotoAndStop ("game"); }; choose.x.onRollOver = function () { choose.gotoAndStop("xover"); }; choose.x.onRollOut = function () { choose.gotoAndStop("up"); }; choose.o.onRelease = function () { delete this.onRelease; bg.removeMovieClip(); playerChoice = "o"; beep.start(); gotoAndStop ("game"); }; choose.o.onRollOut = function () { choose.gotoAndStop("up"); }; choose.o.onRollOver = function () { choose.gotoAndStop("oover"); };
Frame 21
function disablePlayer() { var _local1 = 0; while (_local1 < squares_arr.length) { if (!board["square" + _local1].used) { delete board["square" + _local1].onRelease; } _local1++; } } function enablePlayer() { var _local2 = 0; while (_local2 < squares_arr.length) { if (!board["square" + _local2].used) { board["square" + _local2].onRelease = function () { n = playerChoice.toUpperCase(); this.attachMovie(("big" + n) + "_mc", "big" + n, this.getNextHighestDepth()); this.used = true; beep.start(); doComputerMove(); }; } _local2++; } } function doComputerMove() { disablePlayer(); if (!computerHadTurn) { pickTimer = getTimer(); pickInterval = setInterval(this, "placeSquare", 10); computerHadTurn = true; } else { Mouse.hide(); timer = getTimer(); waitInterval = setInterval(this, "wait", 10); } } function wait() { if (getTimer() > (timer + waitTime)) { cleanUp(); gotoAndStop ("scare"); } } function cleanUp() { bg.removeMovieClip(); clearInterval(waitInterval); delete timer; delete pickTimer; delete squares_arr; } function placeSquare() { if (getTimer() > (pickTimer + pickWaitTime)) { clearInterval(pickInterval); square = pickSquare(); if (playerChoice == "x") { n = "O"; } else { n = "X"; } square.attachMovie(("big" + n) + "_mc", "big" + n, square.getNextHighestDepth()); beep.start(); enablePlayer(); } } function pickSquare() { var _local2 = new Array(); var _local1 = 0; while (_local1 < 9) { if (board["square" + _local1].used == false) { _local2.push(board["square" + _local1]); } _local1++; } rand = getRand(_local2.length); _local2[rand].used = true; var _local3 = _local2[rand]; return(_local3); } function getRand(num) { var _local1 = 0; _local1 = Math.floor(Math.random() * num); return(_local1); } var timer = 0; var waitTime = 2000; var computerHadTurn = false; var waitInterval = 0; var pickInterval = 0; var pickTimer = 0; var pickWaitTime = 1000; var bg = this.attachMovie("bg_mc", "bg", this.getNextHighestDepth()); bg._x = 50; bg._y = 50; var board = bg.attachMovie("board_mc", "board", bg.getNextHighestDepth()); board._y = 150; board._x = 150; var brand = bg.attachMovie("brand_mc", "brand", bg.getNextHighestDepth()); brand._x = 10; brand._y = (bg._height - brand._height) - 10; brand.stop(); brand.onRollOver = function () { this.gotoAndStop("over"); this.com._alpha = 0; comIsFading = true; }; brand.onRollOut = function () { this.gotoAndStop("up"); comIsFading = false; }; brand.onRelease = function () { getURL ("http://www.pyzam.com/toys/view/tictacscare"); if (link == undefined) { var link = _root.attachMovie("link_mc", "link", _root.getNextHighestDepth()); link._x = Stage.width / 2; link._y = Stage.height / 2; link.linkBox.linkText_txt.text = "http://www.pyzam.com/toys/view/tictacscare"; link.closer.onRelease = function () { link.removeMovieClip(); delete this.onRelease; }; link.linkBox.onPress = function () { delete this.onPress; if (link.copied == undefined) { System.setClipboard("http://www.pyzam.com/toys/view/tictacscare"); var _local2 = link.attachMovie("copied_mc", "copied", link.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; var speaker = bg.attachMovie("speaker_mc", "speaker", bg.getNextHighestDepth()); speaker.stop(); speaker._x = 270; speaker._y = 275; if (!soundOn) { speaker.gotoAndStop("off"); } speaker.onRelease = function () { if (this._currentframe == 1) { this.gotoAndStop("off"); soundOn = false; beep.setVolume(0); } else { this.gotoAndStop("on"); soundOn = true; beep.setVolume(10); } }; var squares_arr = new Array({X:"-65.5", Y:"-65.5", used:"false"}, {X:"-.3", Y:"-65.5", used:"false"}, {X:"64.8", Y:"-65.5", used:"false"}, {X:"-65.5", Y:"-.3", used:"false"}, {X:"-.3", Y:"-.3", used:"false"}, {X:"64.8", Y:"-.3", used:"false"}, {X:"-65.5", Y:"64", used:"false"}, {X:"-.3", Y:"64", used:"false"}, {X:"64.8", Y:"64", used:"false"}); var i = 0; while (i < squares_arr.length) { var newSquare = board.attachMovie("square_mc", "square" + i, board.getNextHighestDepth()); newSquare._x = squares_arr[i].X; newSquare._y = squares_arr[i].Y; newSquare.used = false; i++; } if (playerChoice == "x") { enablePlayer(); } else { doComputerMove(); }
Frame 31
function showMessage() { function sendEmail() { delete email.send.onRelease; errorVar = ""; to = email.to_txt.text; from = email.from_txt.text; message = email.message_txt.text; var _local2 = new LoadVars(); _local2.to = to; _local2.from = from; _local2.message = message; _local2.sendAndLoad("http://www.pyzam.com/app_res/tictactoe/tellafriend.php", _local2, "POST"); email.sent._visible = true; var _local3 = _root.attachMovie("timer_mc", "timer", _root.getNextHighestDepth()); trace(_local3); } function val_email(to_test) { var _local1 = to_test; if (_local1.indexOf("@") == -1) { return(false); } if (_local1.indexOf(".") == -1) { return(false); } t_holder = _local1.substring(_local1.indexOf("@") + 1); if (t_holder.indexOf(".") == -1) { return(false); } if (_local1.indexOf("@") == 0) { return(false); } return(true); } function val_email_ray(to_test_ray) { i = 0; while (i < to_test_ray.length) { if (val_email(to_test_ray[i])) { return(true); } i++; } return(false); } var _local3 = this.attachMovie("message_mc", "message_mc", this.getNextHighestDepth()); Mouse.show(); _local3.click.onRelease = function () { getURL ("http://www.pyzam.com/toys/view/tictacscare"); if (link == undefined) { var link = _root.attachMovie("link_mc", "link", _root.getNextHighestDepth()); link._x = Stage.width / 2; link._y = Stage.height / 2; link.linkBox.linkText_txt.text = "http://www.pyzam.com/toys/view/tictacscare"; link.closer.onRelease = function () { link.removeMovieClip(); delete this.onRelease; }; link.linkBox.onPress = function () { delete this.onPress; if (link.copied == undefined) { System.setClipboard("http://www.pyzam.com/toys/view/tictacscare"); var _local2 = link.attachMovie("copied_mc", "copied", link.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; var _local4 = _local3.attachMovie("emailThis_mc", "emailThis", _local3.getNextHighestDepth()); _local4._x = (_local3._width - _local4._width) / 2; _local4._y = (_local3._height - _local4._height) - 20; _local4.stop(); var _local5 = _local3.attachMovie("sendToFriend_mc", "sendToFriend", _local3.getNextHighestDepth()); _local5._x = _local4._x; _local5._y = (_local4._y - _local5._height) - 10; _local5.stop(); var _local7 = _local3.attachMovie("getThis_mc", "getThis", _local3.getNextHighestDepth()); _local7._x = _local4._x; _local7._y = (_local4._y - (_local5._height * 2)) - 20; _local7.stop(); var _local6 = _local3.attachMovie("playAgain_mc", "playAgain", _local3.getNextHighestDepth()); _local6._x = (_local3._width - _local6._width) - 15; _local6._y = (_local3._height - _local6._height) - 5; _local6.stop(); _local4.onRollOver = function () { this.gotoAndStop("over"); }; _local4.onRollOut = function () { this.gotoAndStop("up"); }; _local4.onRelease = function () { defaultTo = "Email address"; defaultFrom = "Your name"; toError = "Error: Please enter a valid email"; fromError = "Error: Please enter a name"; toVar = defaultTo; fromVar = defaultFrom; keyListener = new Object(); Key.addListener(keyListener); keyListener.onKeyDown = function () { if (Key.getCode() == 13) { if (toVar.indexOf(",") == -1) { if (val_email(toVar)) { if ((fromVar != defaultFrom) && (fromVar != "")) { trace("sending single email"); sendEmail(); } else { errorVar = fromError; } } else { errorVar = toError; } } else { parse = toVar.split(","); if (val_email_ray(parse)) { if ((fromVar != defaultFrom) && (fromVar != "")) { trace("sending multiple emails"); sendEmail(); } else { errorVar = fromError; } } else { errorVar = toError; } } } }; beep.start(); if (email == undefined) { var email = _root.attachMovie("email_mc", "email", _root.getNextHighestDepth()); email._x = Stage.width / 2; email._y = Stage.height / 2; email.sent._visible = false; email.to_txt.maxChars = 500; email.to_txt.restrict = "A-Za-z0-9._@, \\-"; email.to_txt.tabIndex = 100; email.from_txt.maxChars = 70; email.from_txt.restrict = "A-Za-z0-9./:_?= @\\-"; email.from_txt.tabIndex = 101; email.message_txt.maxChars = 280; email.message_txt.restrict = "A-Za-z0-9./:_?= @\\-"; email.message_txt.tabIndex = 102; email.closer.onRelease = function () { email.removeMovieClip(); delete this.onRelease; }; email.to_txt.onSetFocus = function () { errorVar = ""; trace("to has focus"); if (toVar == defaultTo) { toVar = ""; } }; email.to_txt.onKillFocus = function () { trace("to lost focus"); if (toVar == "") { toVar = defaultTo; } }; email.from_txt.onSetFocus = function () { errorVar = ""; trace("from has focus"); if (fromVar == defaultFrom) { fromVar = ""; } }; email.from_txt.onKillFocus = function () { trace("from lost focus"); if (fromVar == "") { fromVar = defaultFrom; } }; email.send.onRelease = function () { beep.start(); if (toVar.indexOf(",") == -1) { if (val_email(toVar)) { if ((fromVar != defaultFrom) && (fromVar != "")) { trace("sending single email"); sendEmail(); } else { errorVar = fromError; } } else { errorVar = toError; } } else { parse = toVar.split(","); if (val_email_ray(parse)) { if ((fromVar != defaultFrom) && (fromVar != "")) { trace("sending multiple emails"); sendEmail(); } else { errorVar = fromError; } } else { errorVar = toError; } } }; } }; _local5.onRollOver = function () { this.gotoAndStop("over"); }; _local5.onRollOut = function () { this.gotoAndStop("up"); }; _local5.onRelease = function () { beep.start(); if (link2 == undefined) { var link2 = _root.attachMovie("link2_mc", "link2", _root.getNextHighestDepth()); link2._x = Stage.width / 2; link2._y = Stage.height / 2; link2.linkBox.linkText_txt.text = "http://www.pyzam.com/tictactoe"; link2.closer.onRelease = function () { link2.removeMovieClip(); delete this.onRelease; }; link2.linkBox.onPress = function () { delete this.onPress; if (link2.copied == undefined) { System.setClipboard("http://www.pyzam.com/tictactoe"); var _local2 = link2.attachMovie("copied_mc", "copied", link2.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; _local7.onRollOver = function () { this.gotoAndStop("over"); }; _local7.onRollOut = function () { this.gotoAndStop("up"); }; _local7.onRelease = function () { getURL ("http://www.pyzam.com/toys/view/tictacscare"); beep.start(); if (link == undefined) { var link = _root.attachMovie("link_mc", "link", _root.getNextHighestDepth()); link._x = Stage.width / 2; link._y = Stage.height / 2; link.linkBox.linkText_txt.text = "http://www.pyzam.com/toys/view/tictacscare"; link.closer.onRelease = function () { link.removeMovieClip(); delete this.onRelease; }; link.linkBox.onPress = function () { delete this.onPress; if (link.copied == undefined) { System.setClipboard("http://www.pyzam.com/toys/view/tictacscare"); var _local2 = link.attachMovie("copied_mc", "copied", link.getNextHighestDepth()); _local2._height = _local2._height / 2; _local2._width = _local2._width / 2; _local2._y = 30; } }; } }; _local6.onRelease = function () { beep.start(); cleanUp(); soundOn = true; beep.onSoundComplete = function () { gotoAndStop ("intro"); }; }; _local6.onRollOver = function () { this.gotoAndStop("over"); }; _local6.onRollOut = function () { this.gotoAndStop("up"); }; } function fade() { if (email._alpha > 0) { email._alpha = email._alpha - 1; } else { email.removeMovieClip(); clearInterval(fadeInterval); } } function shake() { if (horDir == "left") { if (scary._x > -10) { scary._x = scary._x - shakeSpeed; } else { horDir = "right"; } } else if (scary._x < 10) { scary._x = scary._x + shakeSpeed; } else { horDir = "left"; } if (verDir == "up") { if (scary._y > -10) { scary._y = scary._y - shakeSpeed; } else { verDir = "down"; } } else if (scary._y < 10) { scary._y = scary._y + shakeSpeed; } else { verDir = "up"; } } function cleanUp() { message_mc.removeMovieClip(); delete timer; delete playAgain.onRelease; delete playAgain.onRollOut; delete playAgain.onRollOver; delete getThis.onRelease; delete getThis.onRollOut; delete getThis.onRollOver; delete message_mc.click.onRelease; } var timer = getTimer(); var fadeInterval = 0; var shakeInterval = 0; var shakeSpeed = 3.5; var horDir = "left"; var verDir = "up"; var scary = this.attachMovie("scary_mc", "scary", this.getNextHighestDepth()); scream.start(); shakeInterval = setInterval(this, "shake", 10); scream.onSoundComplete = function () { clearInterval(shakeInterval); scary.removeMovieClip(); showMessage(); };
Frame 41
Symbol 23 MovieClip [block_mc] Frame 1
this.onRelease = function () { };
Symbol 106 MovieClip [timer_mc] Frame 1
if (_root.email._alpha > 0) { _root.email._alpha = _root.email._alpha - 3; } else { _root.email.removeMovieClip(); this.removeMovieClip(); }

Library Items

Symbol 1 GraphicUsed by:10 25
Symbol 2 GraphicUsed by:5
Symbol 3 FontUsed by:4
Symbol 4 EditableTextUses:3Used by:5
Symbol 5 MovieClip [linkBox_mc]Uses:2 4Used by:10 25
Symbol 6 FontUsed by:7 24 33 42 43 44 61 63 103
Symbol 7 TextUses:6Used by:10
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [codeClose_mc]Uses:8Used by:10 25 105
Symbol 10 MovieClip [link2_mc]Uses:1 5 7 9
Symbol 11 GraphicUsed by:18 69 73
Symbol 12 FontUsed by:13 15 17 41 67 68 70 71 72 86 90 95 96 97 98 99 100 101 102
Symbol 13 TextUses:12Used by:18
Symbol 14 GraphicUsed by:18 69 73
Symbol 15 TextUses:12Used by:18
Symbol 16 GraphicUsed by:18 69 73
Symbol 17 TextUses:12Used by:18 69
Symbol 18 MovieClip [sendToFriend_mc]Uses:11 13 14 15 16 17
Symbol 19 FontUsed by:20
Symbol 20 TextUses:19Used by:21
Symbol 21 MovieClip [copied_mc]Uses:20
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [block_mc]Uses:22Used by:25 105
Symbol 24 TextUses:6Used by:25
Symbol 25 MovieClip [link_mc]Uses:23 1 5 24 9
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClip [bg_mc]Uses:26
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30 66
Symbol 30 MovieClip [board_mc]Uses:29
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [square_mc]Uses:31
Symbol 33 TextUses:6Used by:34
Symbol 34 MovieClip [intro_mc]Uses:33
Symbol 35 FontUsed by:36 38
Symbol 36 TextUses:35Used by:37
Symbol 37 MovieClip [bigX_mc]Uses:36Used by:47 66
Symbol 38 TextUses:35Used by:39
Symbol 39 MovieClip [bigO_mc]Uses:38Used by:47 66
Symbol 40 GraphicUsed by:47
Symbol 41 TextUses:12Used by:47
Symbol 42 TextUses:6Used by:47
Symbol 43 TextUses:6Used by:47
Symbol 44 TextUses:6Used by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClip [choose_mc]Uses:37 39 40 41 42 43 44 45 46
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClip [scary_mc]Uses:49
Symbol 51 GraphicUsed by:59
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:59
Symbol 54 FontUsed by:56
Symbol 55 FontUsed by:56
Symbol 56 TextUses:54 55Used by:59
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClip [messageClick_mc]Uses:57Used by:59
Symbol 59 MovieClip [message_mc]Uses:51 53 56 58
Symbol 60 GraphicUsed by:65
Symbol 61 TextUses:6Used by:65
Symbol 62 GraphicUsed by:65
Symbol 63 TextUses:6Used by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClip [play_mc]Uses:60 61 62 63 64
Symbol 66 MovieClip [introBG_mc]Uses:29 37 39
Symbol 67 TextUses:12Used by:69
Symbol 68 TextUses:12Used by:69
Symbol 69 MovieClip [emailThis_mc]Uses:11 67 14 68 16 17
Symbol 70 TextUses:12Used by:73
Symbol 71 TextUses:12Used by:73
Symbol 72 TextUses:12Used by:73
Symbol 73 MovieClip [getThis_mc]Uses:11 70 14 71 16 72
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClip [speaker_mc]Uses:74 75 76
Symbol 78 FontUsed by:79 80
Symbol 79 TextUses:78Used by:82
Symbol 80 TextUses:78Used by:81
Symbol 81 MovieClip [com_mc]Uses:80Used by:82
Symbol 82 MovieClip [brand_mc]Uses:79 81
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:85 87
Symbol 85 MovieClip [arrow_mc]Uses:84Used by:87
Symbol 86 TextUses:12Used by:87
Symbol 87 MovieClip [playAgain_mc]Uses:83 85 86 84
Symbol 88 GraphicUsed by:105
Symbol 89 GraphicUsed by:91
Symbol 90 TextUses:12Used by:91
Symbol 91 MovieClip [emailSend_mc]Uses:89 90Used by:105
Symbol 92 GraphicUsed by:105
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClip [emailNameBox_mc]Uses:93Used by:105
Symbol 95 TextUses:12Used by:105
Symbol 96 TextUses:12Used by:105
Symbol 97 TextUses:12Used by:105
Symbol 98 TextUses:12Used by:105
Symbol 99 EditableTextUses:12Used by:105
Symbol 100 EditableTextUses:12Used by:105
Symbol 101 EditableTextUses:12Used by:105
Symbol 102 EditableTextUses:12Used by:105
Symbol 103 TextUses:6Used by:104
Symbol 104 MovieClip [emailSent_mc]Uses:103Used by:105
Symbol 105 MovieClip [email_mc]Uses:23 88 91 9 92 94 95 96 97 98 99 100 101 102 104
Symbol 106 MovieClip [timer_mc]

Instance Names

"linkText_txt"Symbol 5 MovieClip [linkBox_mc] Frame 1Symbol 4 EditableText
"linkBox"Symbol 10 MovieClip [link2_mc] Frame 1Symbol 5 MovieClip [linkBox_mc]
"closer"Symbol 10 MovieClip [link2_mc] Frame 1Symbol 9 MovieClip [codeClose_mc]
"linkBox"Symbol 25 MovieClip [link_mc] Frame 1Symbol 5 MovieClip [linkBox_mc]
"closer"Symbol 25 MovieClip [link_mc] Frame 1Symbol 9 MovieClip [codeClose_mc]
"grid"Symbol 30 MovieClip [board_mc] Frame 1Symbol 29 MovieClip
"x"Symbol 47 MovieClip [choose_mc] Frame 1Symbol 37 MovieClip [bigX_mc]
"o"Symbol 47 MovieClip [choose_mc] Frame 1Symbol 39 MovieClip [bigO_mc]
"click"Symbol 59 MovieClip [message_mc] Frame 1Symbol 58 MovieClip [messageClick_mc]
"com"Symbol 82 MovieClip [brand_mc] Frame 11Symbol 81 MovieClip [com_mc]
"send"Symbol 105 MovieClip [email_mc] Frame 1Symbol 91 MovieClip [emailSend_mc]
"closer"Symbol 105 MovieClip [email_mc] Frame 1Symbol 9 MovieClip [codeClose_mc]
"to_txt"Symbol 105 MovieClip [email_mc] Frame 1Symbol 100 EditableText
"from_txt"Symbol 105 MovieClip [email_mc] Frame 1Symbol 101 EditableText
"message_txt"Symbol 105 MovieClip [email_mc] Frame 1Symbol 102 EditableText
"sent"Symbol 105 MovieClip [email_mc] Frame 1Symbol 104 MovieClip [emailSent_mc]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 5 as "linkBox_mc"
ExportAssets (56)Timeline Frame 1Symbol 9 as "codeClose_mc"
ExportAssets (56)Timeline Frame 1Symbol 10 as "link2_mc"
ExportAssets (56)Timeline Frame 1Symbol 18 as "sendToFriend_mc"
ExportAssets (56)Timeline Frame 1Symbol 21 as "copied_mc"
ExportAssets (56)Timeline Frame 1Symbol 23 as "block_mc"
ExportAssets (56)Timeline Frame 1Symbol 25 as "link_mc"
ExportAssets (56)Timeline Frame 1Symbol 27 as "bg_mc"
ExportAssets (56)Timeline Frame 1Symbol 30 as "board_mc"
ExportAssets (56)Timeline Frame 1Symbol 32 as "square_mc"
ExportAssets (56)Timeline Frame 1Symbol 34 as "intro_mc"
ExportAssets (56)Timeline Frame 1Symbol 37 as "bigX_mc"
ExportAssets (56)Timeline Frame 1Symbol 39 as "bigO_mc"
ExportAssets (56)Timeline Frame 1Symbol 47 as "choose_mc"
ExportAssets (56)Timeline Frame 1Symbol 50 as "scary_mc"
ExportAssets (56)Timeline Frame 1Symbol 58 as "messageClick_mc"
ExportAssets (56)Timeline Frame 1Symbol 59 as "message_mc"
ExportAssets (56)Timeline Frame 1Symbol 65 as "play_mc"
ExportAssets (56)Timeline Frame 1Symbol 66 as "introBG_mc"
ExportAssets (56)Timeline Frame 1Symbol 69 as "emailThis_mc"
ExportAssets (56)Timeline Frame 1Symbol 73 as "getThis_mc"
ExportAssets (56)Timeline Frame 1Symbol 77 as "speaker_mc"
ExportAssets (56)Timeline Frame 1Symbol 81 as "com_mc"
ExportAssets (56)Timeline Frame 1Symbol 82 as "brand_mc"
ExportAssets (56)Timeline Frame 1Symbol 85 as "arrow_mc"
ExportAssets (56)Timeline Frame 1Symbol 87 as "playAgain_mc"
ExportAssets (56)Timeline Frame 1Symbol 91 as "emailSend_mc"
ExportAssets (56)Timeline Frame 1Symbol 94 as "emailNameBox_mc"
ExportAssets (56)Timeline Frame 1Symbol 104 as "emailSent_mc"
ExportAssets (56)Timeline Frame 1Symbol 105 as "email_mc"
ExportAssets (56)Timeline Frame 1Symbol 106 as "timer_mc"

Labels

"intro"Frame 1
"choose"Frame 11
"game"Frame 21
"scare"Frame 31
"message"Frame 41
"up"Symbol 18 MovieClip [sendToFriend_mc] Frame 1
"over"Symbol 18 MovieClip [sendToFriend_mc] Frame 11
"up"Symbol 47 MovieClip [choose_mc] Frame 1
"xover"Symbol 47 MovieClip [choose_mc] Frame 11
"oover"Symbol 47 MovieClip [choose_mc] Frame 21
"up"Symbol 65 MovieClip [play_mc] Frame 1
"over"Symbol 65 MovieClip [play_mc] Frame 11
"up"Symbol 69 MovieClip [emailThis_mc] Frame 1
"over"Symbol 69 MovieClip [emailThis_mc] Frame 11
"up"Symbol 73 MovieClip [getThis_mc] Frame 1
"over"Symbol 73 MovieClip [getThis_mc] Frame 11
"on"Symbol 77 MovieClip [speaker_mc] Frame 1
"off"Symbol 77 MovieClip [speaker_mc] Frame 11
"up"Symbol 82 MovieClip [brand_mc] Frame 1
"over"Symbol 82 MovieClip [brand_mc] Frame 11
"up"Symbol 87 MovieClip [playAgain_mc] Frame 1
"over"Symbol 87 MovieClip [playAgain_mc] Frame 11

Dynamic Text Variables

_root.errorVarSymbol 99 EditableText"<p align="left"></p>"
_root.toVarSymbol 100 EditableText"<p align="left"><font face="Tahoma" size="10" color="#000000" letterSpacing="0.000000" kerning="1">Email addresses</font></p>"
_root.fromVarSymbol 101 EditableText"<p align="left"><font face="Tahoma" size="10" color="#000000" letterSpacing="0.000000" kerning="1">Your Name</font></p>"
_root.messageVarSymbol 102 EditableText"<p align="left"></p>"




http://swfchan.com/9/43260/info.shtml
Created: 9/5 -2019 14:22:18 Last modified: 9/5 -2019 14:22:18 Server time: 04/05 -2024 21:19:31