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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM47339155-5DC&rnd=47339155" width="1" height="1"></div>

tictacscare.swf

This is the info page for
Flash #262083

(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)

now go change your pants!

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 = 20; _local4._y = (_local3._height - _local4._height) - 10; _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 22 MovieClip [block_mc] Frame 1
this.onRelease = function () { };
Symbol 109 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 24
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 24
Symbol 6 FontUsed by:7 23 32 41 42 43 63 65 106
Symbol 7 TextUses:6Used by:10
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [codeClose_mc]Uses:8Used by:10 24 108
Symbol 10 MovieClip [link2_mc]Uses:1 5 7 9
Symbol 11 GraphicUsed by:17 71
Symbol 12 FontUsed by:13 15 16 40 69 70 73 74 75 89 93 98 99 100 101 102 103 104 105
Symbol 13 TextUses:12Used by:17
Symbol 14 GraphicUsed by:17 71 76
Symbol 15 TextUses:12Used by:17
Symbol 16 TextUses:12Used by:17 71
Symbol 17 MovieClip [sendToFriend_mc]Uses:11 13 14 15 16
Symbol 18 FontUsed by:19
Symbol 19 TextUses:18Used by:20
Symbol 20 MovieClip [copied_mc]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClip [block_mc]Uses:21Used by:24 108
Symbol 23 TextUses:6Used by:24
Symbol 24 MovieClip [link_mc]Uses:22 1 5 23 9
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [bg_mc]Uses:25
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29 68
Symbol 29 MovieClip [board_mc]Uses:28
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClip [square_mc]Uses:30
Symbol 32 TextUses:6Used by:33
Symbol 33 MovieClip [intro_mc]Uses:32
Symbol 34 FontUsed by:35 37
Symbol 35 TextUses:34Used by:36
Symbol 36 MovieClip [bigX_mc]Uses:35Used by:46 68
Symbol 37 TextUses:34Used by:38
Symbol 38 MovieClip [bigO_mc]Uses:37Used by:46 68
Symbol 39 GraphicUsed by:46
Symbol 40 TextUses:12Used by:46
Symbol 41 TextUses:6Used by:46
Symbol 42 TextUses:6Used by:46
Symbol 43 TextUses:6Used by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClip [choose_mc]Uses:36 38 39 40 41 42 43 44 45
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:49
Symbol 49 MovieClip [scary_mc]Uses:48
Symbol 50 GraphicUsed by:61
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:61
Symbol 53 FontUsed by:54
Symbol 54 TextUses:53Used by:61
Symbol 55 FontUsed by:56
Symbol 56 TextUses:55Used by:61
Symbol 57 FontUsed by:58
Symbol 58 TextUses:57Used by:61
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClip [messageClick_mc]Uses:59Used by:61
Symbol 61 MovieClip [message_mc]Uses:50 52 54 56 58 60
Symbol 62 GraphicUsed by:67
Symbol 63 TextUses:6Used by:67
Symbol 64 GraphicUsed by:67
Symbol 65 TextUses:6Used by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClip [play_mc]Uses:62 63 64 65 66
Symbol 68 MovieClip [introBG_mc]Uses:28 36 38
Symbol 69 TextUses:12Used by:71
Symbol 70 TextUses:12Used by:71
Symbol 71 MovieClip [emailThis_mc]Uses:11 69 14 70 16
Symbol 72 GraphicUsed by:76
Symbol 73 TextUses:12Used by:76
Symbol 74 TextUses:12Used by:76
Symbol 75 TextUses:12Used by:76
Symbol 76 MovieClip [getThis_mc]Uses:72 73 14 74 75
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClip [speaker_mc]Uses:77 78 79
Symbol 81 FontUsed by:82 83
Symbol 82 TextUses:81Used by:85
Symbol 83 TextUses:81Used by:84
Symbol 84 MovieClip [com_mc]Uses:83Used by:85
Symbol 85 MovieClip [brand_mc]Uses:82 84
Symbol 86 GraphicUsed by:90
Symbol 87 GraphicUsed by:88 90
Symbol 88 MovieClip [arrow_mc]Uses:87Used by:90
Symbol 89 TextUses:12Used by:90
Symbol 90 MovieClip [playAgain_mc]Uses:86 88 89 87
Symbol 91 GraphicUsed by:108
Symbol 92 GraphicUsed by:94
Symbol 93 TextUses:12Used by:94
Symbol 94 MovieClip [emailSend_mc]Uses:92 93Used by:108
Symbol 95 GraphicUsed by:108
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClip [emailNameBox_mc]Uses:96Used by:108
Symbol 98 TextUses:12Used by:108
Symbol 99 TextUses:12Used by:108
Symbol 100 TextUses:12Used by:108
Symbol 101 TextUses:12Used by:108
Symbol 102 EditableTextUses:12Used by:108
Symbol 103 EditableTextUses:12Used by:108
Symbol 104 EditableTextUses:12Used by:108
Symbol 105 EditableTextUses:12Used by:108
Symbol 106 TextUses:6Used by:107
Symbol 107 MovieClip [emailSent_mc]Uses:106Used by:108
Symbol 108 MovieClip [email_mc]Uses:22 91 94 9 95 97 98 99 100 101 102 103 104 105 107
Symbol 109 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 24 MovieClip [link_mc] Frame 1Symbol 5 MovieClip [linkBox_mc]
"closer"Symbol 24 MovieClip [link_mc] Frame 1Symbol 9 MovieClip [codeClose_mc]
"grid"Symbol 29 MovieClip [board_mc] Frame 1Symbol 28 MovieClip
"x"Symbol 46 MovieClip [choose_mc] Frame 1Symbol 36 MovieClip [bigX_mc]
"o"Symbol 46 MovieClip [choose_mc] Frame 1Symbol 38 MovieClip [bigO_mc]
"click"Symbol 61 MovieClip [message_mc] Frame 1Symbol 60 MovieClip [messageClick_mc]
"com"Symbol 85 MovieClip [brand_mc] Frame 11Symbol 84 MovieClip [com_mc]
"send"Symbol 108 MovieClip [email_mc] Frame 1Symbol 94 MovieClip [emailSend_mc]
"closer"Symbol 108 MovieClip [email_mc] Frame 1Symbol 9 MovieClip [codeClose_mc]
"to_txt"Symbol 108 MovieClip [email_mc] Frame 1Symbol 103 EditableText
"from_txt"Symbol 108 MovieClip [email_mc] Frame 1Symbol 104 EditableText
"message_txt"Symbol 108 MovieClip [email_mc] Frame 1Symbol 105 EditableText
"sent"Symbol 108 MovieClip [email_mc] Frame 1Symbol 107 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 17 as "sendToFriend_mc"
ExportAssets (56)Timeline Frame 1Symbol 20 as "copied_mc"
ExportAssets (56)Timeline Frame 1Symbol 22 as "block_mc"
ExportAssets (56)Timeline Frame 1Symbol 24 as "link_mc"
ExportAssets (56)Timeline Frame 1Symbol 26 as "bg_mc"
ExportAssets (56)Timeline Frame 1Symbol 29 as "board_mc"
ExportAssets (56)Timeline Frame 1Symbol 31 as "square_mc"
ExportAssets (56)Timeline Frame 1Symbol 33 as "intro_mc"
ExportAssets (56)Timeline Frame 1Symbol 36 as "bigX_mc"
ExportAssets (56)Timeline Frame 1Symbol 38 as "bigO_mc"
ExportAssets (56)Timeline Frame 1Symbol 46 as "choose_mc"
ExportAssets (56)Timeline Frame 1Symbol 49 as "scary_mc"
ExportAssets (56)Timeline Frame 1Symbol 60 as "messageClick_mc"
ExportAssets (56)Timeline Frame 1Symbol 61 as "message_mc"
ExportAssets (56)Timeline Frame 1Symbol 67 as "play_mc"
ExportAssets (56)Timeline Frame 1Symbol 68 as "introBG_mc"
ExportAssets (56)Timeline Frame 1Symbol 71 as "emailThis_mc"
ExportAssets (56)Timeline Frame 1Symbol 76 as "getThis_mc"
ExportAssets (56)Timeline Frame 1Symbol 80 as "speaker_mc"
ExportAssets (56)Timeline Frame 1Symbol 84 as "com_mc"
ExportAssets (56)Timeline Frame 1Symbol 85 as "brand_mc"
ExportAssets (56)Timeline Frame 1Symbol 88 as "arrow_mc"
ExportAssets (56)Timeline Frame 1Symbol 90 as "playAgain_mc"
ExportAssets (56)Timeline Frame 1Symbol 94 as "emailSend_mc"
ExportAssets (56)Timeline Frame 1Symbol 97 as "emailNameBox_mc"
ExportAssets (56)Timeline Frame 1Symbol 107 as "emailSent_mc"
ExportAssets (56)Timeline Frame 1Symbol 108 as "email_mc"
ExportAssets (56)Timeline Frame 1Symbol 109 as "timer_mc"

Labels

"intro"Frame 1
"choose"Frame 11
"game"Frame 21
"scare"Frame 31
"message"Frame 41
"up"Symbol 17 MovieClip [sendToFriend_mc] Frame 1
"over"Symbol 17 MovieClip [sendToFriend_mc] Frame 11
"up"Symbol 46 MovieClip [choose_mc] Frame 1
"xover"Symbol 46 MovieClip [choose_mc] Frame 11
"oover"Symbol 46 MovieClip [choose_mc] Frame 21
"up"Symbol 67 MovieClip [play_mc] Frame 1
"over"Symbol 67 MovieClip [play_mc] Frame 11
"up"Symbol 71 MovieClip [emailThis_mc] Frame 1
"over"Symbol 71 MovieClip [emailThis_mc] Frame 11
"up"Symbol 76 MovieClip [getThis_mc] Frame 1
"over"Symbol 76 MovieClip [getThis_mc] Frame 11
"on"Symbol 80 MovieClip [speaker_mc] Frame 1
"off"Symbol 80 MovieClip [speaker_mc] Frame 11
"up"Symbol 85 MovieClip [brand_mc] Frame 1
"over"Symbol 85 MovieClip [brand_mc] Frame 11
"up"Symbol 90 MovieClip [playAgain_mc] Frame 1
"over"Symbol 90 MovieClip [playAgain_mc] Frame 11

Dynamic Text Variables

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




http://swfchan.com/53/262083/info.shtml
Created: 31/10 -2025 10:57:58 Last modified: 31/10 -2025 10:57:58 Server time: 05/12 -2025 07:55:35