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

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

SMcomicEditor.swf

This is the info page for
Flash #216587

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


Text
Drop comic panel here!

Drop comic panel here!

Click here to name your comic!

Type your name here.

Click here to name your comic!

Type your name here.

Sometimes people think they’re done with their comic but they actually screwed it up royally, and as a
result go on hating themselves for weeks. We don’t want you to be one of those people. We care.
So it's time to ask yourself... Are you done with your comic, or do you still need to fiddle around?

Comics can’t be added to the public gallery without a comic title and author name.

Edit them above, and then hit done!

ActionScript [AS1/AS2]

Frame 1
function createComic() { requestXML.onLoad = captureCreateResponse; _root.comicElements = new Array(); var _local8 = 3; var _local6 = 3; var _local9 = requestXML.createElement("op"); _local9.attributes.name = "comicCreate"; requestXML.appendChild(_local9); var _local7 = requestXML.createElement("comic"); _local7.attributes.title = _root.titleText.text; _local7.attributes.author = _root.authorText.text; _local7.attributes.status = _root.listingallery; _local9.appendChild(_local7); var _local10; var _local4; var _local2; var _local5; var _local3; ii = 1; while (ii <= _local8) { _local4 = requestXML.createElement("cell"); _local4.attributes.assetName = _root["panelAsset" + ii]; _local7.appendChild(_local4); jj = 1; while (jj <= _local6) { _local3 = _root["panel" + ii]["textbox" + jj].text; if (_local3 == undefined) { } else { _local2 = requestXML.createElement("caption"); _local5 = requestXML.createTextNode(_local3); _local2.appendChild(_local5); _local4.appendChild(_local2); } jj++; } ii++; } requestXML.sendAndLoad(prefix + "/fml", requestXML); } function captureCreateResponse() { var _local4 = _global.requestXML; var _local2 = _local4.firstChild; if (!isElement(_local2, "response")) { } var _local5 = _local2.attributes.status; if (_local5 == "false") { return(undefined); } var _local3 = _local2.firstChild.nodeValue; cg = "true"; getURL ((prefix + "/samandmax/comics/") + _local3, "_self", "POST"); } function isElement(elem, elemNam) { return((elem.nodeType == 1) && (elem.nodeName == elemName)); } _root.loadPrefix = "http://www.telltalegames.com/images/flash/snmcomicgenerator/"; _root.scrollerPosition = 0; _root.startPosition = 228; _root.scrollmove = 0; var prefix = ""; var requestXML = new XML(); requestXML.ignoreWhite = true; _global.requestXML = requestXML;
Instance of Symbol 9 MovieClip "panel1" in Frame 1
onClipEvent (enterFrame) { if (this.textbox1.text == "") { textbubble1._alpha = 60; } else { textbubble1._alpha = 100; } if (this.textbox2.text == "") { textbubble2._alpha = 60; } else { textbubble2._alpha = 100; } if (this.textbox3.text == "") { textbubble3._alpha = 60; } else { textbubble3._alpha = 100; } }
Instance of Symbol 9 MovieClip "panel2" in Frame 1
onClipEvent (enterFrame) { if (this.textbox1.text == "") { textbubble1._alpha = 60; } else { textbubble1._alpha = 100; } if (this.textbox2.text == "") { textbubble2._alpha = 60; } else { textbubble2._alpha = 100; } if (this.textbox3.text == "") { textbubble3._alpha = 60; } else { textbubble3._alpha = 100; } }
Instance of Symbol 9 MovieClip "panel3" in Frame 1
onClipEvent (enterFrame) { if (this.textbox1.text == "") { textbubble1._alpha = 60; } else { textbubble1._alpha = 100; } if (this.textbox2.text == "") { textbubble2._alpha = 60; } else { textbubble2._alpha = 100; } if (this.textbox3.text == "") { textbubble3._alpha = 60; } else { textbubble3._alpha = 100; } }
Instance of Symbol 18 MovieClip "scroller" in Frame 1
onClipEvent (load) { this._x = _root.startPosition; } onClipEvent (enterFrame) { if (_root.scrollmove > 0) { _root.scrollmove = _root.scrollmove - 22; this._x = this._x - 22; } if (_root.scrollmove < 0) { _root.scrollmove = _root.scrollmove + 22; this._x = this._x + 22; } }
Instance of Symbol 23 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) { _root.cursor._x = _root._xmouse; _root.cursor._y = _root._ymouse; }
Frame 2
_global.defaultTitle = _root.titleText.text; _global.defaultAuthor = _root.authorText.text;
Instance of Symbol 25 MovieClip "titleHighlight" in Frame 2
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { _root.textactivate = Selection.getFocus(); if (_root.textactivate == "_level0.authorText") { this._visible = true; if (_root.authorText.text == "Type your name here.") { _root.authorText.text = ""; } } else { this._visible = false; if (_root.authorText.text == "") { _root.authorText.text = "Type your name here."; } } }
Instance of Symbol 25 MovieClip "titleHighlight" in Frame 2
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { _root.textactivate = Selection.getFocus(); if (_root.textactivate == "_level0.titleText") { this._visible = true; if (_root.titleText.text == "Click here to name your comic!") { _root.titleText.text = ""; } } else { this._visible = false; if (_root.titleText.text == "") { _root.titleText.text = "Click here to name your comic!"; } } }
Frame 3
stop();
Frame 7
stop(); _root.panel1.textbox1.selectable = false; _root.panel2.textbox1.selectable = false; _root.panel3.textbox1.selectable = false; _root.panel1.textbox2.selectable = false; _root.panel2.textbox2.selectable = false; _root.panel3.textbox2.selectable = false; _root.panel1.textbox3.selectable = false; _root.panel2.textbox3.selectable = false; _root.panel3.textbox3.selectable = false; _root.scrollForward.enabled = false; _root.scrollBack.enabled = false; _root.imDone.enabled = false; _root.startOver.enabled = false;
Frame 12
gotoAndPlay (3);
Frame 20
stop();
Frame 24
if (_root.reallyDoneState == "notdone") { _root.gotoAndPlay(17); } if (_root.reallyDoneState == "goback") { _root.gotoAndPlay(5); }
Symbol 18 MovieClip Frame 1
thumbnum = 0; while (thumbnum <= 33) { thumbloaddrag = "_root.scroller.thumbdrag" + thumbnum; thumbload = "_root.scroller.thumb" + thumbnum; thumbloadpic = ((_root.loadPrefix + "thumb") + thumbnum) + ".jpg"; loadMovie (thumbloadpic, thumbload); loadMovie (thumbloadpic, thumbloaddrag); thumbnum = thumbnum + 1; }
Instance of Symbol 14 MovieClip "thumbdrag32" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); this.swapDepths(0); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel32"; loadMovie (_root.loadPrefix + "panel32.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel32"; loadMovie (_root.loadPrefix + "panel32.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel32"; loadMovie (_root.loadPrefix + "panel32.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 0; }
Instance of Symbol 14 MovieClip "thumbdrag31" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel31"; loadMovie (_root.loadPrefix + "panel31.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel31"; loadMovie (_root.loadPrefix + "panel31.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel31"; loadMovie (_root.loadPrefix + "panel31.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag30" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel30"; loadMovie (_root.loadPrefix + "panel30.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel30"; loadMovie (_root.loadPrefix + "panel30.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel30"; loadMovie (_root.loadPrefix + "panel30.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag29" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel29"; loadMovie (_root.loadPrefix + "panel29.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel29"; loadMovie (_root.loadPrefix + "panel29.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel29"; loadMovie (_root.loadPrefix + "panel29.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag28" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel28"; loadMovie (_root.loadPrefix + "panel28.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel28"; loadMovie (_root.loadPrefix + "panel28.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel28"; loadMovie (_root.loadPrefix + "panel28.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag27" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel27"; loadMovie (_root.loadPrefix + "panel27.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel27"; loadMovie (_root.loadPrefix + "panel27.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel27"; loadMovie (_root.loadPrefix + "panel27.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag26" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel26"; loadMovie (_root.loadPrefix + "panel26.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel26"; loadMovie (_root.loadPrefix + "panel26.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel26"; loadMovie (_root.loadPrefix + "panel26.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag25" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel25"; loadMovie (_root.loadPrefix + "panel25.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel25"; loadMovie (_root.loadPrefix + "panel25.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel25"; loadMovie (_root.loadPrefix + "panel25.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag24" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel24"; loadMovie (_root.loadPrefix + "panel24.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel24"; loadMovie (_root.loadPrefix + "panel24.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel24"; loadMovie (_root.loadPrefix + "panel24.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag23" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel23"; loadMovie (_root.loadPrefix + "panel23.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel23"; loadMovie (_root.loadPrefix + "panel23.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel23"; loadMovie (_root.loadPrefix + "panel23.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag22" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel22"; loadMovie (_root.loadPrefix + "panel22.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel22"; loadMovie (_root.loadPrefix + "panel22.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel22"; loadMovie (_root.loadPrefix + "panel22.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag21" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel21"; loadMovie (_root.loadPrefix + "panel21.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel21"; loadMovie (_root.loadPrefix + "panel21.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel21"; loadMovie (_root.loadPrefix + "panel21.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag20" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel20"; loadMovie (_root.loadPrefix + "panel20.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel20"; loadMovie (_root.loadPrefix + "panel20.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel20"; loadMovie (_root.loadPrefix + "panel20.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag19" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel19"; loadMovie (_root.loadPrefix + "panel19.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel19"; loadMovie (_root.loadPrefix + "panel19.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel19"; loadMovie (_root.loadPrefix + "panel19.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag18" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel18"; loadMovie (_root.loadPrefix + "panel18.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel18"; loadMovie (_root.loadPrefix + "panel18.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel18"; loadMovie (_root.loadPrefix + "panel18.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag17" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel17"; loadMovie (_root.loadPrefix + "panel17.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel17"; loadMovie (_root.loadPrefix + "panel17.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel17"; loadMovie (_root.loadPrefix + "panel17.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag16" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel16"; loadMovie (_root.loadPrefix + "panel16.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel16"; loadMovie (_root.loadPrefix + "panel16.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel16"; loadMovie (_root.loadPrefix + "panel16.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag15" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel15"; loadMovie (_root.loadPrefix + "panel15.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel15"; loadMovie (_root.loadPrefix + "panel15.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel15"; loadMovie (_root.loadPrefix + "panel15.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag14" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel14"; loadMovie (_root.loadPrefix + "panel14.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel14"; loadMovie (_root.loadPrefix + "panel14.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel14"; loadMovie (_root.loadPrefix + "panel14.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag13" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel13"; loadMovie (_root.loadPrefix + "panel13.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel13"; loadMovie (_root.loadPrefix + "panel13.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel13"; loadMovie (_root.loadPrefix + "panel13.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag12" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel12"; loadMovie (_root.loadPrefix + "panel12.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel12"; loadMovie (_root.loadPrefix + "panel12.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel12"; loadMovie (_root.loadPrefix + "panel12.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag11" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel11"; loadMovie (_root.loadPrefix + "panel11.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel11"; loadMovie (_root.loadPrefix + "panel11.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel11"; loadMovie (_root.loadPrefix + "panel11.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag10" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel10"; loadMovie (_root.loadPrefix + "panel10.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel10"; loadMovie (_root.loadPrefix + "panel10.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel10"; loadMovie (_root.loadPrefix + "panel10.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag9" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel9"; loadMovie (_root.loadPrefix + "panel9.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel9"; loadMovie (_root.loadPrefix + "panel9.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel9"; loadMovie (_root.loadPrefix + "panel9.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag8" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel8"; loadMovie (_root.loadPrefix + "panel8.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel8"; loadMovie (_root.loadPrefix + "panel8.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel8"; loadMovie (_root.loadPrefix + "panel8.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag7" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel7"; loadMovie (_root.loadPrefix + "panel7.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel7"; loadMovie (_root.loadPrefix + "panel7.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel7"; loadMovie (_root.loadPrefix + "panel7.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag6" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel6"; loadMovie (_root.loadPrefix + "panel6.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel6"; loadMovie (_root.loadPrefix + "panel6.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel6"; loadMovie (_root.loadPrefix + "panel6.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag5" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel5"; loadMovie (_root.loadPrefix + "panel5.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel5"; loadMovie (_root.loadPrefix + "panel5.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel5"; loadMovie (_root.loadPrefix + "panel5.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag4" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel4"; loadMovie (_root.loadPrefix + "panel4.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel4"; loadMovie (_root.loadPrefix + "panel4.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel4"; loadMovie (_root.loadPrefix + "panel4.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag3" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel3"; loadMovie (_root.loadPrefix + "panel3.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel3"; loadMovie (_root.loadPrefix + "panel3.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel3"; loadMovie (_root.loadPrefix + "panel3.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag2" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel2"; loadMovie (_root.loadPrefix + "panel2.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel2"; loadMovie (_root.loadPrefix + "panel2.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel2"; loadMovie (_root.loadPrefix + "panel2.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag1" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel1"; loadMovie (_root.loadPrefix + "panel1.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel1"; loadMovie (_root.loadPrefix + "panel1.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel1"; loadMovie (_root.loadPrefix + "panel1.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 100; }
Instance of Symbol 14 MovieClip "thumbdrag33" in Symbol 18 MovieClip Frame 1
on (press) { this.startDrag(lockCenter); this.swapDepths(20); this._alpha = 50; startX = this._x; startY = this._y; } on (release, releaseOutside) { stopDrag(); this.swapDepths(0); if ((this.hitTest(_root.panel1) == true) && (_root.cursor.hitTest(_root.panel1) == true)) { _root.panelAsset1 = "panel33"; loadMovie (_root.loadPrefix + "panel33.swf", "_root.panel1"); } if ((this.hitTest(_root.panel2) == true) && (_root.cursor.hitTest(_root.panel2) == true)) { _root.panelAsset2 = "panel33"; loadMovie (_root.loadPrefix + "panel33.swf", "_root.panel2"); } if ((this.hitTest(_root.panel3) == true) && (_root.cursor.hitTest(_root.panel3) == true)) { _root.panelAsset3 = "panel33"; loadMovie (_root.loadPrefix + "panel33.swf", "_root.panel3"); } this._x = startX; this._y = startY; this._alpha = 0; }
Symbol 23 MovieClip Frame 1
stop();
Symbol 31 Button
on (press) { if ((_root.scrollerPosition > 0) && (_root.scrollmove == 0)) { _root.scrollmove = -110; _root.scrollerPosition = _root.scrollerPosition - 1; } }
Symbol 32 Button
on (press) { if ((_root.scrollerPosition < 30) && (_root.scrollmove == 0)) { _root.scrollmove = 110; _root.scrollerPosition = _root.scrollerPosition + 1; } }
Symbol 38 Button
on (release) { gotoAndPlay (5); }
Symbol 44 Button
on (release) { getURL ("/samandmax/comics"); }
Symbol 47 Button
on (release) { getURL ("/samandmax/comics/create"); }
Symbol 60 Button
on (release) { if ((_root.titleText.text == _global.defaultTitle) || (_root.authorText.text == _global.defaultAuthor)) { _root.gotoAndPlay(13); } else { _root.listingallery = "enabled"; _root.createComic(); } }
Symbol 66 Button
on (release) { _root.listingallery = "disabled"; _root.createComic(); }
Symbol 72 Button
on (press) { _root.gotoAndPlay(9); _root.panel1.textbox1.selectable = true; _root.panel2.textbox1.selectable = true; _root.panel3.textbox1.selectable = true; _root.panel1.textbox2.selectable = true; _root.panel2.textbox2.selectable = true; _root.panel3.textbox2.selectable = true; _root.panel1.textbox3.selectable = true; _root.panel2.textbox3.selectable = true; _root.panel3.textbox3.selectable = true; _root.scrollForward.enabled = true; _root.scrollBack.enabled = true; _root.imDone.enabled = true; _root.startOver.enabled = true; }
Symbol 82 Button
on (release) { _root.reallyDoneState = "goback"; _root.gotoAndPlay(21); }
Symbol 88 Button
on (release) { if ((((_root.titleText.text == _global.defaultTitle) || (_root.titleText.text == "")) || (_root.authorText.text == _global.defaultAuthor)) || (_root.authorText.text == "")) { _root.reallyDoneState = "notdone"; _root.gotoAndPlay(21); } else { _root.listingallery = "enabled"; _root.createComic(); } }

Library Items

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

Instance Names

"panel1"Frame 1Symbol 9 MovieClip
"panel2"Frame 1Symbol 9 MovieClip
"panel3"Frame 1Symbol 9 MovieClip
"scroller"Frame 1Symbol 18 MovieClip
"template"Frame 1Symbol 21 MovieClip
"cursor"Frame 1Symbol 23 MovieClip
"titleHighlight"Frame 2Symbol 25 MovieClip
"titleHighlight"Frame 2Symbol 25 MovieClip
"scrollBack"Frame 2Symbol 31 Button
"scrollForward"Frame 2Symbol 32 Button
"imDone"Frame 2Symbol 38 Button
"startOver"Frame 2Symbol 44 Button
"titleText"Frame 2Symbol 45 EditableText
"authorText"Frame 2Symbol 46 EditableText
"startOver"Frame 3Symbol 47 Button
"titleText"Frame 3Symbol 48 EditableText
"authorText"Frame 3Symbol 49 EditableText
"thumb32"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb31"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb30"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb29"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb28"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb27"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb26"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb25"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb24"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb23"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb22"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb21"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb20"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumbdrag32"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag31"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag30"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag29"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag28"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag27"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag26"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag25"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag24"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag23"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag22"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag21"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag20"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumb19"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb18"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb17"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb16"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb15"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb14"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb13"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumbdrag19"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag18"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag17"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag16"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag15"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag14"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag13"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumb12"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb11"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb10"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb9"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb8"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumbdrag12"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag11"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag10"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag9"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag8"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumb7"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb6"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb5"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb4"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb3"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb2"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumb1"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumbdrag7"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag6"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag5"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag4"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag3"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag2"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumbdrag1"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"thumb33"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"thumbdrag33"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""




http://swfchan.com/44/216587/info.shtml
Created: 24/1 -2019 20:15:57 Last modified: 24/1 -2019 20:15:57 Server time: 05/05 -2024 08:37:58