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

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

Test.swf

This is the info page for
Flash #188901

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


ActionScript [AS1/AS2]
Frame 1
this.setMask(movieShapeMaskMC);
Frame 3
g_soundloopcount = -1; moviesound = new Sound(); moviesound.attachSound("moviesound"); moviesound.start(); moviesound.onSoundComplete = function () { if (g_soundloopcount != -1) { g_soundloopcount--; } if (g_soundloopcount != 0) { moviesound.start(); } }; play();
Frame 4
play();
Frame 5
g_effectcount = 1;
Frame 485
stop();
Frame 486
gotoAndPlay ("loopstart");
Symbol 4 MovieClip Frame 1
ParamsValue = "<ParamsValue><Bg.Color>0x808000</Bg.Color><Bg.BgColor>0xFFFFFF</Bg.BgColor></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Color caption=\"Color\" type=\"color\" default=\"0x262693\"/><Bg.BgColor caption=\"Background color\" type=\"color\" default=\"0xFFFFFF\"/></ParamsDefine>"; param = new Array(); if (ParamsValue != null) { paramXML = new XML(ParamsValue); paramXML.ignoreWhite = true; var i = 0; while (i < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i]; param[node.nodeName] = node.childNodes[0].nodeValue; i++; } param["Bg.Color"] = parseInt(param["Bg.Color"]); } else { param["Bg.Color"] = 2500243 /* 0x262693 */; param["Bg.BgColor"] = 16777215 /* 0xFFFFFF */; } _parent.stop(); var myColor = new Color(percentClip); myColor.setRGB(param["Bg.Color"]); var myColor = new Color(loadingBar); myColor.setRGB(param["Bg.Color"]); bytesDisplay.textColor = param["Bg.Color"];
Symbol 4 MovieClip Frame 2
var siteLoaded = _parent.getBytesLoaded(); var siteTotal = _parent.getBytesTotal(); var percentage = Math.round((siteLoaded / siteTotal) * 100); loadingBar._xscale = percentage; percentClip.percentDisplay.text = percentage + "%"; percentClip._x = loadingBar._x + loadingBar._width; bytesDisplay.text = ((("loaded " + siteLoaded) + " of ") + siteTotal) + " bytes"; if (siteLoaded >= siteTotal) { gotoAndPlay(_currentframe + 2); }
Symbol 4 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 4 MovieClip Frame 4
stop(); _parent.play();
Symbol 23 MovieClip Frame 1
this._x = random(this.MaxWidth); this._y = random(this.MaxHeight);
Symbol 21 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>1220</Movie.Width><Movie.Height>1005</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Number>10</Bg.Number><Bg.Color0>0xFF0000</Bg.Color0><Bg.Color1>0xC0C0C0</Bg.Color1><Bg.Color2>0xC0C0C0</Bg.Color2></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Heart number\" type=\"integer\" min=\"1\" max=\"500\" default=\"20\"/><Bg.Color0 caption=\"Heart color 0\" type=\"color\" default=\"0xFF00FF\"/><Bg.Color1 caption=\"Heart color 1\" type=\"color\" default=\"0xFF0000\"/><Bg.Color2 caption=\"Heart color 2\" type=\"color\" default=\"0xFF0088\"/></ParamsDefine>"; param = new Array(); param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; if (ParamsValue != null) { paramXML = new XML(ParamsValue); paramXML.ignoreWhite = true; var i = 0; while (i < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i]; param[node.nodeName] = node.childNodes[0].nodeValue; i++; } param["Bg.Number"] = parseInt(param["Bg.Number"]); param["Bg.Color0"] = parseInt(param["Bg.Color0"]); param["Bg.Color1"] = parseInt(param["Bg.Color1"]); param["Bg.Color2"] = parseInt(param["Bg.Color2"]); param["Movie.Width"] = parseInt(param["Movie.Width"]); param["Movie.Height"] = parseInt(param["Movie.Height"]); } else { param["Bg.Number"] = 10; param["Bg.Color0"] = 16711935 /* 0xFF00FF */; param["Bg.Color1"] = 16711680 /* 0xFF0000 */; param["Bg.Color2"] = 16711816 /* 0xFF0088 */; param["Movie.Width"] = 400; param["Movie.Height"] = 300; } i = 0; while (i < 1) { this["bot" + i]._visible = false; i++; } i = 1; while (i < param["Bg.Number"]) { duplicateMovieClip ("bot0", "bot" + i, i); i++; } i = 0; while (i < param["Bg.Number"]) { this["bot" + i]._visible = true; var scale = (random(40) + 40); this["bot" + i]._xscale = scale; this["bot" + i]._yscale = scale; this["bot" + i]._alpha = random(30) + 80; this["bot" + i]._rotation = random(360); var my_color = new Color(this["bot" + i]); my_color.setRGB(param["Bg.Color" + random(3)]); this["bot" + i].MaxWidth = param["Movie.Width"]; this["bot" + i].MaxHeight = param["Movie.Height"]; this["bot" + i].gotoAndPlay(random(60)); i++; }
Symbol 29 MovieClip Frame 30
this.removeMovieClip();
Symbol 30 MovieClip Frame 1
i = 0; while (i < 10) { this.dotMovie._visible = 0; mc = this.dotMovie.duplicateMovieClip("dotMovie" + i, i); var mcColor = new Color(mc); mcColor.setRGB(this.effectColor); mc._rotation = random(360); mc._xscale = (mc._yscale = random(50) + 50); i++; }
Symbol 31 MovieClip [effectMovie] Frame 3
dotsMovie.effectColor = this.effectColor; if ((--this.delayFrame) > 0) { gotoAndPlay(_currentframe - 1); }
Symbol 31 MovieClip [effectMovie] Frame 36
if ((--this._parent.g_char_num) <= 0) { this._parent.play(); } gotoAndPlay ("effectDuration");
Symbol 31 MovieClip [effectMovie] Frame 55
if ((--this._parent.g_char_num) <= 0) { this._parent.play(); } gotoAndPlay ("effectDuration");
Symbol 31 MovieClip [effectMovie] Frame 75
gotoAndPlay ("effectDuration");
Symbol 31 MovieClip [effectMovie] Frame 82
if ((--this.delayFrame) > 0) { gotoAndPlay(_currentframe - 1); }
Symbol 31 MovieClip [effectMovie] Frame 98
stop(); if ((--this._parent.g_char_num) <= 0) { this._parent.play(); } this.removeMovieClip();
Symbol 31 MovieClip [effectMovie] Frame 118
stop(); if ((--this._parent.g_char_num) <= 0) { this._parent.play(); } this.removeMovieClip();
Symbol 25 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>1220</Movie.Width><Movie.Height>1005</Movie.Height><Txt.StrFormatedText><Txt.StrLine><StrText format=\"Font3258default\">ASRIEL DREEMURR</StrText></Txt.StrLine></Txt.StrFormatedText>\r\n<Txt.Font><Txt.Format name=\"Font3258default\"><FontFormatName>Font3258default</FontFormatName><FontSize>20</FontSize><FontUnderline>false</FontUnderline><FontXScale>100</FontXScale><FontYScale>100</FontYScale><Alpha>100</Alpha><TextSpace>0</TextSpace><FillStyle>solid</FillStyle><FontBeginColor>0xFF0000</FontBeginColor><FontEndColor>0xFFFFFF</FontEndColor><Border>false</Border><BorderColor>0xFF0000</BorderColor><BorderSize>0</BorderSize><BorderShadow>false</BorderShadow><CharRotation>0</CharRotation></Txt.Format><Txt.Format name=\"Font3258default large\"><FontFormatName>Font3258default large</FontFormatName><FontSize>36</FontSize><FontUnderline>false</FontUnderline><FontXScale>100</FontXScale><FontYScale>100</FontYScale><Alpha>100</Alpha><TextSpace>0</TextSpace><FillStyle>radial</FillStyle><FontBeginColor>0xFF9900</FontBeginColor><FontEndColor>0xFFFFFF</FontEndColor><Border>false</Border><BorderColor>0xFF0000</BorderColor><BorderSize>0</BorderSize><BorderShadow>false</BorderShadow><CharRotation>0</CharRotation></Txt.Format><Txt.Format name=\"Font3258default small\"><FontFormatName>Font3258default small</FontFormatName><FontSize>16</FontSize><FontUnderline>false</FontUnderline><FontXScale>100</FontXScale><FontYScale>100</FontYScale><Alpha>100</Alpha><TextSpace>0</TextSpace><FillStyle>solid</FillStyle><FontBeginColor>0xFFCC00</FontBeginColor><FontEndColor>0x663300</FontEndColor><Border>false</Border><BorderColor>0xFF0000</BorderColor><BorderSize>0</BorderSize><BorderShadow>false</BorderShadow><CharRotation>0</CharRotation></Txt.Format><Txt.Format name=\"Font3258web link\"><FontFormatName>Font3258web link</FontFormatName><FontSize>14</FontSize><FontUnderline>true</FontUnderline><FontXScale>100</FontXScale><FontYScale>100</FontYScale><Alpha>100</Alpha><TextSpace>0</TextSpace><FillStyle>solid</FillStyle><FontBeginColor>0xFF0000</FontBeginColor><FontEndColor>0xFFFFFF</FontEndColor><Border>false</Border><BorderColor>0xFF0000</BorderColor><BorderSize>0</BorderSize><BorderShadow>false</BorderShadow><CharRotation>0</CharRotation></Txt.Format></Txt.Font><Txt.InDelay>3</Txt.InDelay><Txt.OutDelay>3</Txt.OutDelay><Txt.EffectColor>0xFFFFFF</Txt.EffectColor><Txt.PosX>155</Txt.PosX><Txt.PosY>989</Txt.PosY><Txt.Rotation>0</Txt.Rotation><Txt.LineSpace>0</Txt.LineSpace><Txt.LineAlign>1</Txt.LineAlign><Txt.StaticText>false</Txt.StaticText><Txt.DelayFrame>0</Txt.DelayFrame><Txt.SkipEnter>false</Txt.SkipEnter><Txt.LinesSyncEnter>false</Txt.LinesSyncEnter><Txt.DurationFrame>24</Txt.DurationFrame><Txt.SkipLeave>false</Txt.SkipLeave><Txt.LinesSyncLeave>false</Txt.LinesSyncLeave><Txt.LeaveFromBegin>true</Txt.LeaveFromBegin><Txt.KeepText>false</Txt.KeepText><Txt.URL>false</Txt.URL><Txt.URLAddress>about:blank</Txt.URLAddress><Txt.URLTarget></Txt.URLTarget></ParamsValue>"; ParamsDefine = "<ParamsDefine><Txt.InDelay caption=\"Entering delay\" type=\"integer\" min=\"1\" max=\"10\" default=\"3\"/><Txt.OutDelay caption=\"Leaving delay\" type=\"integer\" min=\"1\" max=\"10\" default=\"3\"/><Txt.EffectColor caption=\"Dot color\" type=\"color\" default=\"0xFFFFFF\"/></ParamsDefine>"; var param = new Array(); if (ParamsValue != null) { paramXML = new XML(ParamsValue); paramXML.ignoreWhite = false; var i = 0; while (i < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i]; if ((node.nodeName == "Txt.StrFormatedText") || (node.nodeName == "Txt.Font")) { param[node.nodeName] = node.toString(); } else { param[node.nodeName] = node.childNodes[0].nodeValue; } i++; } param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; param["Txt.InDelay"] = parseInt(param["Txt.InDelay"]); param["Txt.OutDelay"] = parseInt(param["Txt.OutDelay"]); param["Txt.EffectColor"] = parseInt(param["Txt.EffectColor"]); param["Txt.PosX"] = parseInt(param["Txt.PosX"]); param["Txt.PosY"] = parseInt(param["Txt.PosY"]); param["Txt.Rotation"] = parseInt(param["Txt.Rotation"]); param["Txt.LineSpace"] = parseInt(param["Txt.LineSpace"]); param["Txt.LineAlign"] = parseInt(param["Txt.LineAlign"]); param["Txt.StaticText"] = param["Txt.StaticText"].toLowerCase() == "true"; param["Txt.DelayFrame"] = parseInt(param["Txt.DelayFrame"]); param["Txt.SkipEnter"] = param["Txt.SkipEnter"].toLowerCase() == "true"; param["Txt.LinesSyncEnter"] = param["Txt.LinesSyncEnter"].toLowerCase() == "true"; param["Txt.DurationFrame"] = parseInt(param["Txt.DurationFrame"]); param["Txt.SkipLeave"] = param["Txt.SkipLeave"].toLowerCase() == "true"; param["Txt.LinesSyncLeave"] = param["Txt.LinesSyncLeave"].toLowerCase() == "true"; param["Txt.LeaveFromBegin"] = param["Txt.LeaveFromBegin"].toLowerCase() == "true"; param["Txt.KeepText"] = param["Txt.KeepText"].toLowerCase() == "true"; param["Txt.URL"] = param["Txt.URL"].toLowerCase() == "true"; delete paramXML; } else { param["Movie.Width"] = 400; param["Movie.Height"] = 300; param["Txt.StrFormatedText"] = "<Txt.StrFormatedText><Txt.StrLine><StrText format=\"default\">Aleo Flash Intro and Banner Maker</StrTetxt></Txt.StrLine></Txt.StrFormatedText>"; param["Txt.Font"] = "<Txt.Font><Txt.Format name=\"default\"><FontFormatName>default</FontFormatName><FontSize>24</FontSize><FontUnderline>false</FontUnderline><FontXScale>100</FontXScale><FontYScale>100</FontYScale><Alpha>100</Alpha><TextSpace>0</TextSpace><FillStyle>solid</FillStyle><FontBeginColor>0xFF0000</FontBeginColor><FontEndColor>0x0000FF</FontEndColor><Border>true</Border><BorderColor>0x00ffff</BorderColor><BorderSize>0</BorderSize><BorderShadow>false</BorderShadow><CharRotation>0</CharRotation></Txt.Format></Txt.Font>"; param["Txt.InDelay"] = 1; param["Txt.OutDelay"] = 1; param["Txt.EffectColor"] = 16777215 /* 0xFFFFFF */; param["Txt.PosX"] = 100; param["Txt.PosY"] = 100; param["Txt.Rotation"] = 0; param["Txt.LineSpace"] = 20; param["Txt.LineAlign"] = 1; param["Txt.StaticText"] = false; param["Txt.DelayFrame"] = 20; param["Txt.SkipEnter"] = false; param["Txt.LinesSyncEnter"] = false; param["Txt.DurationFrame"] = 10; param["Txt.SkipLeave"] = false; param["Txt.LinesSyncLeave"] = false; param["Txt.LeaveFromBegin"] = false; param["Txt.KeepText"] = false; param["Txt.URL"] = false; param["Txt.URLAddress"] = "about:blank"; param["Txt.URLTarget"] = "_blank"; } if (param["Txt.StrFormatedText"] != null) { paramXML = new XML(param["Txt.StrFormatedText"]); paramXML.ignoreWhite = false; param["Txt.LineNum"] = paramXML.childNodes[0].childNodes.length; var i = 0; while (i < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i]; param[(node.nodeName + ".") + i] = node.toString(); i++; } delete paramXML; } if (param["Txt.Font"] != null) { paramXML = new XML(param["Txt.Font"]); paramXML.ignoreWhite = false; var i = 0; var format_name; while (i < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i]; format_name = node.attributes.name; param[(node.nodeName + ".") + format_name] = new Array(); var j = 0; while (j < node.childNodes.length) { childNode = node.childNodes[j]; param[(node.nodeName + ".") + format_name][childNode.nodeName] = childNode.childNodes[0].nodeValue; j++; } param[(node.nodeName + ".") + format_name].FontSize = parseInt(param[(node.nodeName + ".") + format_name].FontSize); param[(node.nodeName + ".") + format_name].FontUnderline = param[(node.nodeName + ".") + format_name].FontUnderline == "true"; param[(node.nodeName + ".") + format_name].FontXScale = parseInt(param[(node.nodeName + ".") + format_name].FontXScale); param[(node.nodeName + ".") + format_name].FontYScale = parseInt(param[(node.nodeName + ".") + format_name].FontYScale); param[(node.nodeName + ".") + format_name].Alpha = parseInt(param[(node.nodeName + ".") + format_name].Alpha); param[(node.nodeName + ".") + format_name].TextSpace = parseInt(param[(node.nodeName + ".") + format_name].TextSpace); param[(node.nodeName + ".") + format_name].FontBeginColor = parseInt(param[(node.nodeName + ".") + format_name].FontBeginColor); param[(node.nodeName + ".") + format_name].FontEndColor = parseInt(param[(node.nodeName + ".") + format_name].FontEndColor); param[(node.nodeName + ".") + format_name].Border = param[(node.nodeName + ".") + format_name].Border == "true"; param[(node.nodeName + ".") + format_name].BorderColor = parseInt(param[(node.nodeName + ".") + format_name].BorderColor); param[(node.nodeName + ".") + format_name].BorderSize = parseInt(param[(node.nodeName + ".") + format_name].BorderSize); param[(node.nodeName + ".") + format_name].BorderShadow = param[(node.nodeName + ".") + format_name].BorderShadow.toLowerCase() == "true"; param[(node.nodeName + ".") + format_name].CharRotation = parseInt(param[(node.nodeName + ".") + format_name].CharRotation); i++; } delete paramXML; } this._rotation = param["Txt.Rotation"]; if (param["Txt.StaticText"]) { gotoAndPlay(_currentframe + 3); }
Symbol 25 MovieClip Frame 3
param["Txt.DelayFrame"] = param["Txt.DelayFrame"] - 1; if (param["Txt.DelayFrame"] > 0) { gotoAndPlay(_currentframe - 1); }
Symbol 25 MovieClip Frame 4
function stage1_display(str, fmt_style, pos_xy, char_num, line_char_num, charbot_array) { var i1 = 0; while (i1 < str.length) { this.attachMovie("effectMovie", ((("effectMovie_" + char_num) + line_char_num) + i1) + 1, ((char_num + line_char_num) + i1) + 1); var chrcontainer = this[((("effectMovie_" + char_num) + line_char_num) + i1) + 1]; chrcontainer.effectColor = param["Txt.EffectColor"]; charbot_array.push(chrcontainer); var charTotal = chrcontainer.charMovie.createEmptyMovieClip("charTotal_" + i1, 1); var i2 = 0; if (fmt_style.Border) { i2 = 0; while (i2 < 8) { var iShadow; if (fmt_style.BorderShadow) { iShadow = 0.6; } else { iShadow = 0; } var dup_x = (((fmt_style.BorderSize * 1.2) * Math.cos(((2 * i2) * 3.141593) / 8)) + iShadow); var dup_y = (((fmt_style.BorderSize * 1.2) * Math.sin(((2 * i2) * 3.141593) / 8)) + iShadow); charTotal.createTextField((("t_fielddup_" + i1) + "_") + i2, i2 + 1, dup_x, dup_y, 0, 0); var t_field = charTotal[(("t_fielddup_" + i1) + "_") + i2]; t_field.embedFonts = true; t_field.text = str.charAt(i1); var t_fmt = new TextFormat(); t_fmt.font = fmt_style.FontFormatName; t_fmt.color = fmt_style.BorderColor; t_fmt.size = fmt_style.FontSize; t_fmt.underline = fmt_style.FontUnderline; t_field.setTextFormat(t_fmt); t_field.autoSize = "left"; t_field.selectable = false; t_field._xscale = fmt_style.FontXScale; t_field._yscale = fmt_style.FontYScale; i2++; } } var chrobj = charTotal.createEmptyMovieClip("chrobj_" + i1, (i1 + i2) + 1); chrobj.createTextField("t_field_" + i1, i1 + 1, 0, 0, 0, 0); var t_field = chrobj["t_field_" + i1]; t_field.embedFonts = true; t_field.text = str.charAt(i1); var t_fmt = new TextFormat(); t_fmt.font = fmt_style.FontFormatName; t_fmt.color = fmt_style.FontBeginColor; t_fmt.size = fmt_style.FontSize; t_fmt.underline = fmt_style.FontUnderline; t_field.setTextFormat(t_fmt); t_field.autoSize = "left"; t_field.selectable = false; t_field._xscale = fmt_style.FontXScale; t_field._yscale = fmt_style.FontYScale; if ((fmt_style.FillStyle == "radial") || (fmt_style.FillStyle == "linear")) { with (chrobj) { colors = [fmt_style.FontBeginColor, fmt_style.FontEndColor]; alphas = [100, 100]; ratios = [0, 255]; matrix = {matrixType:"box", x:0, y:0, w:t_field._width * 2, h:t_field._height, r:(Math.PI/2)}; beginGradientFill(fmt_style.FillStyle, colors, alphas, ratios, matrix); moveTo(0, 0); lineTo(t_field._width * 2, 0); lineTo(t_field._width * 2, t_field._height); lineTo(0, t_field._height); lineTo(0, 0); endFill(); } chrobj.setMask(t_field); } charTotal._x = (-charTotal._width) / 2; charTotal._y = (-charTotal._height) / 2; var posY; if (param["Txt.LineAlign"] == 0) { posY = pos_xy.Y - 2; } else if (param["Txt.LineAlign"] == 2) { var metrics = t_fmt.getTextExtent(str.charAt(i1)); if ((metrics.ascent == undefined) || (metrics.ascent <= 0)) { posY = (pos_xy.Y - chrcontainer.charMovie._height) + 2; } else { posY = (pos_xy.Y - 2) - metrics.ascent; } } else { posY = pos_xy.Y - (chrcontainer.charMovie._height / 2); } chrcontainer._alpha = fmt_style.Alpha; chrcontainer._rotation = fmt_style.CharRotation; var iDelayFrame = (param["Txt.InDelay"] * (i1 + line_char_num)); if (!param["Txt.LinesSyncEnter"]) { iDelayFrame = iDelayFrame + (param["Txt.InDelay"] * char_num); } chrcontainer.delayFrame = iDelayFrame; chrcontainer._x = pos_xy.X + (chrcontainer._width / 2); chrcontainer._y = posY + (chrcontainer._height / 2); if (param["Txt.SkipEnter"]) { chrcontainer.gotoAndPlay("noEffectIn"); } else { chrcontainer.gotoAndPlay("effectIn"); } var t_margin = (t_field._width - t_field.textWidth); pos_xy.X = ((pos_xy.X + (t_field._width - t_margin)) + 0.5) + fmt_style.TextSpace; if (t_field._height > pos_xy.MaxY) { pos_xy.MaxY = t_field._height; } i1++; } } stop(); var g_char_num = 0; var g_charbot_array = new Array(); var pos_xy = new Array(); pos_xy.X = param["Txt.PosX"]; pos_xy.Y = param["Txt.PosY"]; pos_xy.MaxY = 0; var i1 = 0; i1 = 0; while (i1 < param["Txt.LineNum"]) { var str_line = param["Txt.StrLine." + i1]; if (str_line != null) { var paramXML; var fmt_name; var str_text; var line_char_num; var charbot_line; var charbot_str; paramXML = new XML(str_line); paramXML.ignoreWhite = true; line_char_num = 0; charbot_line = new Array(); pos_xy.X = param["Txt.PosX"]; pos_xy.Y = (pos_xy.Y + pos_xy.MaxY) + param["Txt.LineSpace"]; if (paramXML.childNodes[0].childNodes.length > 0) { pos_xy.MaxY = 0; var i2 = 0; while (i2 < paramXML.childNodes[0].childNodes.length) { node = paramXML.childNodes[0].childNodes[i2]; fmt_name = node.attributes.format; str_text = node.childNodes[0].nodeValue; fmt_style = param["Txt.Format." + fmt_name]; stage1_display(str_text, fmt_style, pos_xy, g_char_num, line_char_num, charbot_line); line_char_num = line_char_num + str_text.length; i2++; } } g_char_num = g_char_num + line_char_num; g_charbot_array.push(charbot_line); delete paramXML; } i1++; }
Symbol 25 MovieClip Frame 6
if (param["Txt.DurationFrame"] < 0) { gotoAndPlay(_currentframe - 1); } else { param["Txt.DurationFrame"] = param["Txt.DurationFrame"] - 1; if (param["Txt.DurationFrame"] > 0) { gotoAndPlay(_currentframe - 1); } else { gotoAndPlay(_currentframe + 1); } }
Symbol 25 MovieClip Frame 7
if (param["Txt.KeepText"] || (param["Txt.StaticText"])) { gotoAndPlay(_currentframe + 2); }
Symbol 25 MovieClip Frame 8
stop(); var line_num = g_charbot_array.length; g_char_num = 0; var i1 = 0; while (i1 < g_charbot_array.length) { var line_array; if (param["Txt.LeaveFromBegin"]) { line_array = g_charbot_array[i1]; } else { line_array = g_charbot_array[(g_charbot_array.length - 1) - i1]; } for (var i2 in line_array) { var iDelayFrame = 0; if (param["Txt.LeaveFromBegin"]) { iDelayFrame = param["Txt.OutDelay"] * i2; } else { iDelayFrame = param["Txt.OutDelay"] * (line_array.length - i2); } if (!param["Txt.LinesSyncLeave"]) { iDelayFrame = iDelayFrame + (param["Txt.OutDelay"] * g_char_num); } line_array[i2].delayFrame = iDelayFrame; if (param["Txt.SkipLeave"]) { line_array[i2].gotoAndPlay("noEffectOut"); } else { line_array[i2].gotoAndPlay("effectOut"); } } g_char_num = g_char_num + line_array.length; i1++; }
Symbol 25 MovieClip Frame 9
stop(); if (!param["Txt.StaticText"]) { _parent.g_effectcount = _parent.g_effectcount - 1; if (_parent.g_effectcount <= 0) { _parent.play(); } }

Library Items

Symbol 2 GraphicUsed by:1
Symbol 1 MovieClipUses:2Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:4
Symbol 7 FontUsed by:8 10
Symbol 8 EditableTextUses:7Used by:4
Symbol 9 GraphicUsed by:11
Symbol 10 EditableTextUses:7Used by:11
Symbol 11 MovieClipUses:9 10Used by:4
Symbol 4 MovieClipUses:6 8 11Used by:Timeline
Symbol 13 Sound [moviesound]
Symbol 14 GraphicUsed by:Timeline
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:Timeline
Symbol 17 Font [Font3258default]
Symbol 18 Font [Font3258default large]
Symbol 19 Font [Font3258default small]
Symbol 20 Font [Font3258web link]
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:21
Symbol 21 MovieClipUses:23Used by:Timeline
Symbol 26 MovieClip [charMovie]Used by:31
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClip [effectMovie]Uses:26 30
Symbol 25 MovieClipUsed by:Timeline

Instance Names

"movieShapeMaskMC"Frame 1Symbol 1 MovieClip
"percentDisplay"Symbol 11 MovieClip Frame 1Symbol 10 EditableText
"loadingBar"Symbol 4 MovieClip Frame 1Symbol 6 MovieClip
"bytesDisplay"Symbol 4 MovieClip Frame 1Symbol 8 EditableText
"percentClip"Symbol 4 MovieClip Frame 1Symbol 11 MovieClip
"bot0"Symbol 21 MovieClip Frame 1Symbol 23 MovieClip
"dotMovie"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"charMovie"Symbol 31 MovieClip [effectMovie] Frame 1Symbol 26 MovieClip [charMovie]
"dotsMovie"Symbol 31 MovieClip [effectMovie] Frame 3Symbol 30 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 3Symbol 13 as "moviesound"
ExportAssets (56)Timeline Frame 4Symbol 17 as "Font3258default"
ExportAssets (56)Timeline Frame 4Symbol 18 as "Font3258default large"
ExportAssets (56)Timeline Frame 4Symbol 19 as "Font3258default small"
ExportAssets (56)Timeline Frame 4Symbol 20 as "Font3258web link"
ExportAssets (56)Timeline Frame 485Symbol 26 as "charMovie"
ExportAssets (56)Timeline Frame 485Symbol 31 as "effectMovie"

Labels

"loopstart"Frame 4
"effectIn"Symbol 31 MovieClip [effectMovie] Frame 1
"noEffectIn"Symbol 31 MovieClip [effectMovie] Frame 41
"effectDuration"Symbol 31 MovieClip [effectMovie] Frame 61
"effectOut"Symbol 31 MovieClip [effectMovie] Frame 80
"noEffectOut"Symbol 31 MovieClip [effectMovie] Frame 105




http://swfchan.com/38/188901/info.shtml
Created: 6/8 -2019 11:56:11 Last modified: 6/8 -2019 11:56:11 Server time: 20/04 -2024 15:11:01