STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
231349
/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=FRM65086286-7DC&rnd=65086286" width="1" height="1"></div>

Old New Year, sng.swf, _staryi_novyi_god_yapfiles.ru.swf

This is the info page for
Flash #261896

(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 149
stop();
Frame 150
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 27 MovieClip Frame 1
stop(); var i = 0; while (i < 5) { this["EffectBar" + i]._visible = true; this["EffectBar" + i].onEnterFrame = function () { this._yscale = this._yscale - ((this._yscale - (random(80) + 20)) / 2); }; i++; }
Symbol 29 MovieClip Frame 1
stop(); var i = 0; while (i < 5) { this["EffectBar" + i]._visible = true; this["EffectBar" + i]._yscale = 20 * (i + 1); i++; }
Symbol 30 MovieClip Frame 1
stop(); this.onRelease = function () { var _local2 = new Sound(); _local2.setVolume(0); _parent.VolumeSlideMC._x = _parent.VolumeBarMC._x; nextFrame(); };
Symbol 30 MovieClip Frame 2
stop(); this.onRelease = function () { var _local2 = new Sound(); _local2.setVolume(volumeValue); _parent.VolumeSlideMC._x = _parent.VolumeBarMC._x + ((_parent.VolumeBarMC._width * volumeValue) / 100); prevFrame(); };
Symbol 17 MovieClip Frame 1
ParamsValue = "<ParamsValue><Bg.Color>0x339966</Bg.Color><Bg.AutoStart>true</Bg.AutoStart><Bg.AutoStart>True</Bg.AutoStart></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Color caption=\"Color\" type=\"color\" default=\"0xFFFFFF\"/><Bg.AutoStart caption=\"Auto Start\" type=\"bool\" default=\"true\"/></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"]); param["Bg.AutoStart"] = param["Bg.AutoStart"].toLowerCase() == "true"; } else { param["Bg.Color"] = 16777215 /* 0xFFFFFF */; param["Bg.AutoStart"] = true; } var myColor = new Color(this); myColor.setRGB(param["Bg.Color"]); var globalVolume = 100; soundSwitch.volumeValue = globalVolume; var globalSound = new Sound(); if (!param["Bg.AutoStart"]) { globalSound.setVolume(0); soundSwitch.gotoAndStop(2); VolumeSlideMC._x = VolumeBarMC._x; } else { globalSound.setVolume(globalVolume); soundSwitch.gotoAndStop(1); VolumeSlideMC._x = VolumeBarMC._x + ((VolumeBarMC._width * globalVolume) / 100); } VolumeBarMC.onPress = function () { VolumeSlideMC._x = this._xmouse + this._x; globalVolume = (100 * this._xmouse) / this._width; var _local2 = new Sound(); _local2.setVolume(globalVolume); soundSwitch.volumeValue = globalVolume; }; VolumeSlideMC.onPress = function () { startDrag (this, false, VolumeBarMC._x, VolumeSlideMC._y, VolumeBarMC._x + VolumeBarMC._width, VolumeSlideMC._y); globalVolume = (100 * (VolumeSlideMC._x - VolumeBarMC._x)) / (VolumeBarMC._width - VolumeSlideMC._width); var _local2 = new Sound(); _local2.setVolume(globalVolume); soundSwitch.volumeValue = globalVolume; }; VolumeSlideMC.onRelease = function () { stopDrag(); globalVolume = (100 * (VolumeSlideMC._x - VolumeBarMC._x)) / (VolumeBarMC._width - VolumeSlideMC._width); var _local1 = new Sound(); _local1.setVolume(globalVolume); soundSwitch.volumeValue = globalVolume; }; VolumeSlideMC.onReleaseOutside = VolumeSlideMC.onRelease;
Symbol 38 MovieClip Frame 1
if (this._x > this.MaxWidth) { this._x = (-this._width) + 2; } if (this._x < (-this._width)) { this._x = this.MaxWidth - 2; } if (this._y > this.MaxHeight) { this._y = -this._height; } this._x = this._x + this.XVelocity; this._y = this._y + this.Velocity;
Symbol 38 MovieClip Frame 2
gotoAndPlay (1);
Symbol 36 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Number>60</Bg.Number><Bg.Speed>1</Bg.Speed><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Snow number\" type=\"integer\" min=\"1\" max=\"500\" default=\"60\"/><Bg.Speed caption=\"Snow speed\" type=\"integer\" min=\"1\" max=\"20\" default=\"1\"/><Bg.Color caption=\"Snow 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.Number"] = parseInt(param["Bg.Number"]); param["Bg.Speed"] = parseInt(param["Bg.Speed"]); param["Bg.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; } else { param["Bg.Number"] = 70; param["Bg.Speed"] = 1; param["Bg.Color"] = 16777215 /* 0xFFFFFF */; param["Movie.Width"] = 400; param["Movie.Height"] = 300; } bot._visible = false; i = 0; while (i < param["Bg.Number"]) { duplicateMovieClip ("bot", "bot" + i, i); this["bot" + i]._x = random(param["Movie.Width"]); this["bot" + i]._y = random(param["Movie.Height"]); var scale = (random(60) + 20); 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"]); this["bot" + i].XVelocity = Math.cos(random(180)); this["bot" + i].Velocity = random(1) + param["Bg.Speed"]; this["bot" + i].MaxWidth = param["Movie.Width"] + this["bot" + i]._width; this["bot" + i].MaxHeight = param["Movie.Height"] + this["bot" + i]._height; i++; }
Symbol 42 MovieClip Frame 1
if (this._x > this.MaxWidth) { this._x = (-this._width) + 2; } if (this._x < (-this._width)) { this._x = this.MaxWidth - 2; } if (this._y > this.MaxHeight) { this._y = -this._height; } this._x = this._x + random(this.Velocity); this._y = this._y + random(this.Velocity);
Symbol 42 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Number>60</Bg.Number><Bg.Speed>4</Bg.Speed><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Snow number\" type=\"integer\" min=\"1\" max=\"500\" default=\"60\"/><Bg.Speed caption=\"Snow speed\" type=\"integer\" min=\"1\" max=\"20\" default=\"4\"/><Bg.Color caption=\"Snow 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.Number"] = parseInt(param["Bg.Number"]); param["Bg.Speed"] = parseInt(param["Bg.Speed"]); param["Bg.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; } else { param["Bg.Number"] = 70; param["Bg.Speed"] = 4; param["Bg.Color"] = 16777215 /* 0xFFFFFF */; param["Movie.Width"] = 400; param["Movie.Height"] = 300; } bot._visible = false; i = 0; while (i < param["Bg.Number"]) { duplicateMovieClip ("bot", "bot" + i, i); this["bot" + i]._x = random(param["Movie.Width"]); this["bot" + i]._y = random(param["Movie.Height"]); var scale = random(200); this["bot" + i]._xscale = scale; this["bot" + i]._yscale = scale; this["bot" + i]._alpha = scale; var my_color = new Color(this["bot" + i]); my_color.setRGB(param["Bg.Color"]); this["bot" + i].Velocity = param["Bg.Speed"]; this["bot" + i].MaxWidth = param["Movie.Width"] + this["bot" + i]._width; this["bot" + i].MaxHeight = param["Movie.Height"] + this["bot" + i]._height; i++; }
Symbol 46 MovieClip Frame 1
stop(); this.onEnterFrame = function () { var _local1 = this; if (_local1._y > _local1.MaxHeight) { _local1._y = -_local1._height; _local1._x = random(_local1.MaxWidth); _local1._xscale = (_local1._yscale = random(100)); _local1.ShiftX = 0.2; _local1.ShiftY = (_local1._width / 100) * _local1.Speed; _local1.VX = 0; _local1.VY = 0; } if (random(12) == 0) { _local1.ShiftX = 0.5 - Math.random(); } _local1.VX = _local1.ShiftX + (_local1.VX * 0.6); _local1.VY = _local1.ShiftY + (_local1.VY * 0.8); _local1._x = _local1._x + _local1.VX; _local1._y = _local1._y + _local1.VY; };
Symbol 44 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Alpha>100</Bg.Alpha><Bg.Number>60</Bg.Number><Bg.Speed>6</Bg.Speed><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Alpha caption=\"Alpha\" type=\"integer\" min=\"0\" max=\"100\" default=\"100\"/><Bg.Number caption=\"Snow number\" type=\"integer\" min=\"1\" max=\"500\" default=\"60\"/><Bg.Speed caption=\"Snow speed\" type=\"integer\" min=\"1\" max=\"20\" default=\"6\"/><Bg.Color caption=\"Snow 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.Alpha"] = parseInt(param["Bg.Alpha"]); param["Bg.Number"] = parseInt(param["Bg.Number"]); param["Bg.Speed"] = parseInt(param["Bg.Speed"]); param["Bg.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; } else { param["Bg.Alpha"] = 100; param["Bg.Number"] = 70; param["Bg.Speed"] = 6; param["Bg.Color"] = 16777215 /* 0xFFFFFF */; param["Movie.Width"] = 400; param["Movie.Height"] = 300; } this._alpha = param["Bg.Alpha"]; bot._visible = false; i = 0; while (i < param["Bg.Number"]) { duplicateMovieClip ("bot", "bot" + i, i); var my_color = new Color(this["bot" + i]); my_color.setRGB(param["Bg.Color"]); this["bot" + i].MaxWidth = param["Movie.Width"] + this["bot" + i]._width; this["bot" + i].MaxHeight = param["Movie.Height"] + this["bot" + i]._height; this["bot" + i]._xscale = (this["bot" + i]._yscale = random(100)); this["bot" + i]._x = random(this["bot" + i].MaxWidth); this["bot" + i]._y = random(this["bot" + i].MaxHeight); this["bot" + i].Speed = param["Bg.Speed"]; this["bot" + i].ShiftX = 0.2; this["bot" + i].ShiftY = (this["bot" + i]._width / 100) * this["bot" + i].Speed; this["bot" + i].VX = 0; this["bot" + i].VY = this["bot" + i].ShiftY; i++; }
Symbol 51 MovieClip Frame 46
this._x = random(this.MaxWidth); this._y = random(this.MaxHeight); this._alpha = random(100) + 20; this._xscale = random(60) + 60; this._yscale = this._xscale;
Symbol 48 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Alpha>100</Bg.Alpha><Bg.Number>15</Bg.Number><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Alpha caption=\"Alpha\" type=\"integer\" min=\"0\" max=\"1000\" default=\"100\"/><Bg.Number caption=\"Star number\" type=\"integer\" min=\"1\" max=\"500\" default=\"15\"/><Bg.Color caption=\"Star color\" type=\"color\" default=\"0xFFFFFF\"/></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.Alpha"] = parseInt(param["Bg.Alpha"]); param["Bg.Number"] = parseInt(param["Bg.Number"]); param["Bg.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = parseInt(param["Movie.Width"]); param["Movie.Height"] = parseInt(param["Movie.Height"]); } else { param["Bg.Alpha"] = 100; param["Bg.Number"] = 15; param["Bg.Color"] = 16777215 /* 0xFFFFFF */; 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 myColor = new Color(this["bot" + i]); myColor.setRGB(param["Bg.Color"]); this["bot" + i].MaxWidth = param["Movie.Width"]; this["bot" + i].MaxHeight = param["Movie.Height"]; this["bot" + i]._x = random(param["Movie.Width"]); this["bot" + i]._y = random(param["Movie.Height"]); this["bot" + i]._alpha = random(100) + 20; this["bot" + i]._xscale = random(60) + 60; this["bot" + i]._yscale = this["bot" + i]._xscale; this["bot" + i].gotoAndPlay(random(45)); i++; } this._alpha = param["Bg.Alpha"];
Symbol 55 MovieClip Frame 1
this._x = random(this.MaxWidth); this._y = random(this.MaxHeight); this._alpha = random(100) + 20; i = random(50) + 80; this._xscale = 10; this._yscale = 10; speed = random(10) + 5;
Symbol 55 MovieClip Frame 2
this._xscale = this._xscale + speed; this._yscale = this._yscale + speed;
Symbol 55 MovieClip Frame 3
gotoAndPlay (2); if (_xscale >= i) { gotoAndPlay (4); }
Symbol 55 MovieClip Frame 4
this._xscale = this._xscale - speed; this._yscale = this._yscale - speed;
Symbol 55 MovieClip Frame 5
gotoAndPlay (4); if (_yscale <= 10) { gotoAndPlay (1); }
Symbol 53 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Number>10</Bg.Number><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Star number\" type=\"integer\" min=\"1\" max=\"500\" default=\"10\"/><Bg.Color caption=\"Star color\" type=\"color\" default=\"0xFFFFFF\"/></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.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = parseInt(param["Movie.Width"]); param["Movie.Height"] = parseInt(param["Movie.Height"]); } else { param["Bg.Number"] = 15; param["Bg.Color"] = 65280; 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"]) { j = random(1); duplicateMovieClip ("bot" + j, "bot" + i, i); i++; } i = 0; while (i < param["Bg.Number"]) { this["bot" + i]._visible = true; var myColor = new Color(this["bot" + i]); myColor.setRGB(param["Bg.Color"]); this["bot" + i].MaxWidth = param["Movie.Width"]; this["bot" + i].MaxHeight = param["Movie.Height"]; i++; }
Symbol 59 MovieClip Frame 1
this._x = random(this.MaxWidth); this._y = random(this.MaxHeight); this._alpha = random(100) + 20; i = random(50) + 80; this._xscale = 10; this._yscale = 10; speed = random(10) + 5;
Symbol 59 MovieClip Frame 2
this._xscale = this._xscale + speed; this._yscale = this._yscale + speed;
Symbol 59 MovieClip Frame 3
gotoAndPlay (2); if (_xscale >= i) { gotoAndPlay (4); }
Symbol 59 MovieClip Frame 4
this._xscale = this._xscale - speed; this._yscale = this._yscale - speed;
Symbol 59 MovieClip Frame 5
gotoAndPlay (4); if (_yscale <= 10) { gotoAndPlay (1); }
Symbol 57 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Bg.Number>15</Bg.Number><Bg.Color>0xFFFFFF</Bg.Color></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Star number\" type=\"integer\" min=\"1\" max=\"500\" default=\"15\"/><Bg.Color caption=\"Star color\" type=\"color\" default=\"0xFFFFFF\"/></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.Color"] = parseInt(param["Bg.Color"]); param["Movie.Width"] = parseInt(param["Movie.Width"]); param["Movie.Height"] = parseInt(param["Movie.Height"]); } else { param["Bg.Number"] = 30; param["Bg.Color"] = 16777215 /* 0xFFFFFF */; 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"]) { j = random(1); duplicateMovieClip ("bot" + j, "bot" + i, i); i++; } i = 0; while (i < param["Bg.Number"]) { this["bot" + i]._visible = true; var myColor = new Color(this["bot" + i]); myColor.setRGB(param["Bg.Color"]); this["bot" + i].MaxWidth = param["Movie.Width"]; this["bot" + i].MaxHeight = param["Movie.Height"]; i++; }
Symbol 61 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>768</Movie.Width><Movie.Height>558</Movie.Height><Movie.FPS>24</Movie.FPS><Img.ImageExport>Img.Blinds_Image_0</Img.ImageExport><Img.ImageMovieExport>Img.Blinds_ImageMovie_0</Img.ImageMovieExport><Img.BlindWidth>12</Img.BlindWidth><Img.InEffect>Blinds horizontal</Img.InEffect><Img.InSpeed>4</Img.InSpeed><Img.StayEffect>Stay</Img.StayEffect><Img.StaySpeed>4</Img.StaySpeed><Img.StayTime>To end</Img.StayTime><Img.StayTimeCustom>3</Img.StayTimeCustom><Img.OutEffect>Blinds horizontal</Img.OutEffect><Img.OutSpeed>4</Img.OutSpeed><Img.EffectName>Img.Blinds</Img.EffectName><Img.PosX>64</Img.PosX><Img.PosY>33</Img.PosY><Img.Rotation>0</Img.Rotation><Img.Alpha>100</Img.Alpha><Img.StaticText>false</Img.StaticText><Img.DelayFrame>0</Img.DelayFrame><Img.DurationFrame>240</Img.DurationFrame><Img.KeepText>false</Img.KeepText><Img.URL>false</Img.URL><Img.URLAddress>about:blank</Img.URLAddress><Img.URLTarget></Img.URLTarget></ParamsValue>"; function InEffect_FadeIn(ImgMC, MovieWidth, MovieHeight, PosX, PosY, InSpeed, ImgAlpha) { ImgMC._x = PosX; ImgMC._y = PosY; ImgMC._alpha = 0; ImgMC.InSpeed = InSpeed; ImgMC.ImgAlpha = ImgAlpha; ImgMC.onEnterFrame = function () { if ((this._alpha + this.InSpeed) > this.ImgAlpha) { this._alpha = this.ImgAlpha; delete this.onEnterFrame; this._parent.play(); } this._alpha = this._alpha + this.InSpeed; }; } function InEffect_BlindsHorizontal(ImgMC, MovieWidth, MovieHeight, PosX, PosY, InSpeed, ImgAlpha, ImgWidth, ImgHeight, BlindWidth) { var iBlindsCount = Math.ceil(ImgHeight / BlindWidth); var ImgMask = this.createEmptyMovieClip("ImgMask", 3); var ImgMask_Slide0 = ImgMask.createEmptyMovieClip("ImgMask_Slide0", 1); with (ImgMask_Slide0) { beginFill(16777215); moveTo(0, 0); lineTo(ImgWidth, 0); lineTo(ImgWidth, BlindWidth); lineTo(0, BlindWidth); lineTo(0, 0); endFill(); } var i = 1; while (i < iBlindsCount) { ImgMask_Slide0.duplicateMovieClip("ImgMask_Slide" + i, i + 1); i++; } var i = 0; while (i < iBlindsCount) { ImgMask["ImgMask_Slide" + i]._x = 0; ImgMask["ImgMask_Slide" + i]._y = BlindWidth * i; ImgMask["ImgMask_Slide" + i]._yscale = 0; i++; } ImgMC._x = PosX; ImgMC._y = PosY; ImgMask._x = PosX; ImgMask._y = PosY; ImgMC.setMask(ImgMask); ImgMask.ScaleCount = 0; ImgMask.InSpeed = InSpeed; ImgMask.iBlindsCount = iBlindsCount; ImgMask.onEnterFrame = function () { var _local2 = 0; while (_local2 < iBlindsCount) { this["ImgMask_Slide" + _local2]._yscale = this["ImgMask_Slide" + _local2]._yscale + this.InSpeed; _local2++; } this.ScaleCount = this.ScaleCount + this.InSpeed; if (this.ScaleCount >= 110) { delete this.onEnterFrame; this._parent.play(); this.removeMovieClip(); } }; } function InEffect_BlindsVertical(ImgMC, MovieWidth, MovieHeight, PosX, PosY, InSpeed, ImgAlpha, ImgWidth, ImgHeight, BlindWidth) { var iBlindsCount = Math.ceil(ImgWidth / BlindWidth); var ImgMask = this.createEmptyMovieClip("ImgMask", 3); var ImgMask_Slide0 = ImgMask.createEmptyMovieClip("ImgMask_Slide0", 1); with (ImgMask_Slide0) { beginFill(16777215); moveTo(0, 0); lineTo(BlindWidth, 0); lineTo(BlindWidth, ImgHeight); lineTo(0, ImgHeight); lineTo(0, 0); endFill(); } var i = 1; while (i < iBlindsCount) { ImgMask_Slide0.duplicateMovieClip("ImgMask_Slide" + i, i + 1); i++; } var i = 0; while (i < iBlindsCount) { ImgMask["ImgMask_Slide" + i]._x = BlindWidth * i; ImgMask["ImgMask_Slide" + i]._y = 0; ImgMask["ImgMask_Slide" + i]._xscale = 0; i++; } ImgMC._x = PosX; ImgMC._y = PosY; ImgMask._x = PosX; ImgMask._y = PosY; ImgMC.setMask(ImgMask); ImgMask.ScaleCount = 0; ImgMask.InSpeed = InSpeed; ImgMask.iBlindsCount = iBlindsCount; ImgMask.onEnterFrame = function () { var _local2 = 0; while (_local2 < iBlindsCount) { this["ImgMask_Slide" + _local2]._xscale = this["ImgMask_Slide" + _local2]._xscale + this.InSpeed; _local2++; } this.ScaleCount = this.ScaleCount + this.InSpeed; if (this.ScaleCount >= 110) { delete this.onEnterFrame; this._parent.play(); this.removeMovieClip(); } }; } function OutEffect_FadeOut(ImgMC, MovieWidth, MovieHeight, OutSpeed) { ImgMC.OutSpeed = OutSpeed; ImgMC.onEnterFrame = function () { this._alpha = this._alpha - this.OutSpeed; if (this._alpha <= 0) { this._parent.play(); delete this.onEnterFrame; this.removeMovieClip(); } }; } function OutEffect_BlindsHorizontal(ImgMC, MovieWidth, MovieHeight, PosX, PosY, OutSpeed, ImgWidth, ImgHeight, BlindWidth) { var iBlindsCount = Math.ceil(ImgHeight / BlindWidth); var ImgMask = this.createEmptyMovieClip("ImgMask", 3); var ImgMask_Slide0 = ImgMask.createEmptyMovieClip("ImgMask_Slide0", 1); with (ImgMask_Slide0) { beginFill(16777215); moveTo(0, 0); lineTo(ImgWidth, 0); lineTo(ImgWidth, BlindWidth); lineTo(0, BlindWidth); lineTo(0, 0); endFill(); } var i = 1; while (i < iBlindsCount) { ImgMask_Slide0.duplicateMovieClip("ImgMask_Slide" + i, i + 1); i++; } var i = 0; while (i < iBlindsCount) { ImgMask["ImgMask_Slide" + i]._x = 0; ImgMask["ImgMask_Slide" + i]._y = BlindWidth * i; ImgMask["ImgMask_Slide" + i]._yscale = 100; i++; } ImgMC._x = PosX; ImgMC._y = PosY; ImgMask._x = PosX; ImgMask._y = PosY; ImgMC.setMask(ImgMask); ImgMask.ScaleCount = 100; ImgMask.OutSpeed = OutSpeed; ImgMask.iBlindsCount = iBlindsCount; ImgMask.onEnterFrame = function () { var _local2 = 0; while (_local2 < iBlindsCount) { this["ImgMask_Slide" + _local2]._yscale = this["ImgMask_Slide" + _local2]._yscale - this.OutSpeed; _local2++; } this.ScaleCount = this.ScaleCount - this.OutSpeed; if (this.ScaleCount <= 0) { delete this.onEnterFrame; this._parent.play(); ImgMask.removeMovieClip(); ImgMC.removeMovieClip(); } }; } function OutEffect_BlindsVertical(ImgMC, MovieWidth, MovieHeight, PosX, PosY, OutSpeed, ImgWidth, ImgHeight, BlindWidth) { var iBlindsCount = Math.ceil(ImgWidth / BlindWidth); var ImgMask = this.createEmptyMovieClip("ImgMask", 3); var ImgMask_Slide0 = ImgMask.createEmptyMovieClip("ImgMask_Slide0", 1); with (ImgMask_Slide0) { beginFill(16777215); moveTo(0, 0); lineTo(BlindWidth, 0); lineTo(BlindWidth, ImgHeight); lineTo(0, ImgHeight); lineTo(0, 0); endFill(); } var i = 1; while (i < iBlindsCount) { ImgMask_Slide0.duplicateMovieClip("ImgMask_Slide" + i, i + 1); i++; } var i = 0; while (i < iBlindsCount) { ImgMask["ImgMask_Slide" + i]._x = BlindWidth * i; ImgMask["ImgMask_Slide" + i]._y = 0; ImgMask["ImgMask_Slide" + i]._xscale = 100; i++; } ImgMC._x = PosX; ImgMC._y = PosY; ImgMask._x = PosX; ImgMask._y = PosY; ImgMC.setMask(ImgMask); ImgMask.ScaleCount = 100; ImgMask.OutSpeed = OutSpeed; ImgMask.iBlindsCount = iBlindsCount; ImgMask.onEnterFrame = function () { var _local2 = 0; while (_local2 < iBlindsCount) { this["ImgMask_Slide" + _local2]._xscale = this["ImgMask_Slide" + _local2]._xscale - this.OutSpeed; _local2++; } this.ScaleCount = this.ScaleCount - this.OutSpeed; if (this.ScaleCount <= 0) { delete this.onEnterFrame; this._parent.play(); ImgMask.removeMovieClip(); ImgMC.removeMovieClip(); } }; } function LeaveStayEffect(ImgMC, PosX, PosY, ImgAlpha) { ImgMC._rotation = 0; ImgMC._xscale = 100; ImgMC._yscale = 100; ImgMC._x = PosX; ImgMC._y = PosY; ImgMC._alpha = ImgAlpha; delete ImgMC.onEnterFrame; } function StayEffect_Stay(ImgMC, StayTime, MovieWidth, MovieHeight, PosX, PosY, StaySpeed, ImgAlpha, ImgWidth, ImgHeight) { ImgMC.onEnterFrame = function () { }; } function StayEffect_Flicker(ImgMC, StayTime, MovieWidth, MovieHeight, PosX, PosY, StaySpeed, ImgAlpha, ImgWidth, ImgHeight) { ImgMC.PosX = PosX; ImgMC.PosY = PosY; ImgMC.StaySpeed = StaySpeed; ImgMC.ImgAlpha = ImgAlpha; ImgMC.FlickerVisible = true; ImgMC.StayTime = StayTime; ImgMC.Switch = StaySpeed; ImgMC.onEnterFrame = function () { if (this.StayTime == 0) { this._rotation = 0; this._xscale = 100; this._yscale = 100; this._x = this.PosX; this._y = this.PosY; this._alpha = this.ImgAlpha; delete this.onEnterFrame; } else if (this.StayTime > 0) { this.StayTime--; } if ((--this.Switch) <= 0) { if (ImgMC.FlickerVisible) { ImgMC._alpha = 0; ImgMC.FlickerVisible = false; } else { ImgMC._alpha = this.ImgAlpha; ImgMC.FlickerVisible = true; } this.Switch = this.StaySpeed; } }; } function StayEffect_Rotating(ImgMC, StayTime, MovieWidth, MovieHeight, PosX, PosY, StaySpeed, ImgAlpha, ImgWidth, ImgHeight) { ImgMC.StaySpeed = StaySpeed; ImgMC.PosX = PosX; ImgMC.PosY = PosY; ImgMC.ImgAlpha = ImgAlpha; ImgMC.ImgWidth = ImgWidth; ImgMC.ImgHeight = ImgHeight; ImgMC.StayTime = StayTime; ImgMC._rotation = 0; ImgMC.onEnterFrame = function () { if (this.StayTime == 0) { this._rotation = 0; this._xscale = 100; this._yscale = 100; this._x = this.PosX; this._y = this.PosY; this._alpha = this.ImgAlpha; delete this.onEnterFrame; } else if (this.StayTime > 0) { this._rotation = this._rotation + this.StaySpeed; this._x = ((this.PosX + (this.ImgWidth / 2)) - ((this.ImgWidth / 2) * Math.cos((this._rotation / 180) * Math.PI))) + ((this.ImgHeight / 2) * Math.sin((this._rotation / 180) * Math.PI)); this._y = ((this.PosY + (this.ImgHeight / 2)) - ((this.ImgWidth / 2) * Math.sin((this._rotation / 180) * Math.PI))) - ((this.ImgHeight / 2) * Math.cos((this._rotation / 180) * Math.PI)); if (this.StayTime > 0) { this.StayTime--; } } }; } function StayEffect_ZoomInZoomOut(ImgMC, StayTime, MovieWidth, MovieHeight, PosX, PosY, StaySpeed, ImgAlpha, ImgWidth, ImgHeight) { ImgMC.StaySpeed = StaySpeed; ImgMC.ZoomOut = true; ImgMC.PosX = PosX; ImgMC.PosY = PosY; ImgMC.ImgWidth = ImgWidth; ImgMC.ImgHeight = ImgHeight; ImgMC.ImgAlpha = ImgAlpha; ImgMC.StayTime = StayTime; ImgMC.onEnterFrame = function () { if (this.StayTime == 0) { this._rotation = 0; this._xscale = 100; this._yscale = 100; this._x = this.PosX; this._y = this.PosY; this._alpha = this.ImgAlpha; delete this.onEnterFrame; } else if (this.StayTime > 0) { this.StayTime--; } if (this.ZoomOut) { this._xscale = this._xscale - this.StaySpeed; this._yscale = this._yscale - this.StaySpeed; if (this._xscale < 90) { this.ZoomOut = false; } } else { this._xscale = this._xscale + this.StaySpeed; this._yscale = this._yscale + this.StaySpeed; if (this._xscale > 110) { this.ZoomOut = true; } } this._x = (this.PosX + (this.ImgWidth / 2)) - (this._width / 2); this._y = (this.PosY + (this.ImgHeight / 2)) - (this._height / 2); }; } function StayEffect_FadeInFadeOut(ImgMC, StayTime, MovieWidth, MovieHeight, PosX, PosY, StaySpeed, ImgAlpha, ImgWidth, ImgHeight) { ImgMC.StaySpeed = StaySpeed; ImgMC.AlphaOut = true; ImgMC.PosX = PosX; ImgMC.PosY = PosY; ImgMC.ImgAlpha = ImgAlpha; ImgMC.StayTime = StayTime; ImgMC.onEnterFrame = function () { if (this.StayTime == 0) { this._rotation = 0; this._xscale = 100; this._yscale = 100; this._x = this.PosX; this._y = this.PosY; this._alpha = this.ImgAlpha; delete this.onEnterFrame; } else if (this.StayTime > 0) { this.StayTime--; } if (this.AlphaOut) { this._alpha = this._alpha - this.StaySpeed; if (this._alpha < 80) { this.AlphaOut = false; } } else { this._alpha = this._alpha + this.StaySpeed; if (this._alpha >= 100) { this.AlphaOut = true; } } }; } ParamsDefine = "<ParamsDefine><Img.BlindWidth caption=\"Blind width\" type=\"integer\" min=\"1\" max=\"50\" default=\"12\"/><Img.InEffect caption=\"In effect\" type=\"selection\" selection=\"Blinds horizontal;Blinds vertical;Fade in\" default=\"Blinds horizontal\"/><Img.InSpeed caption=\"In speed\" type=\"integer\" min=\"1\" max=\"50\" default=\"4\"/><Img.StayEffect caption=\"Stay effect\" type=\"selection\" selection=\"Stay;Rotating;Zoom in Zoom out;Fade in Fade out;Flicker\" default=\"Stay\"/><Img.StaySpeed caption=\"Stay speed\" type=\"integer\" min=\"1\" max=\"50\" default=\"4\"/><Img.StayTime caption=\"Stay effect time\" type=\"selection\" selection=\"To end;Custom\" default=\"To end\"/><Img.StayTimeCustom caption=\"Stay effect custom seconds\" type=\"integer\" min=\"1\" max=\"50\" default=\"3\"/><Img.OutEffect caption=\"Out effect\" type=\"selection\" selection=\"Blinds horizontal;Blinds vertical;Fade out\" default=\"Blinds horizontal\"/><Img.OutSpeed caption=\"Out speed\" type=\"integer\" min=\"1\" max=\"50\" default=\"4\"/><Img.EffectName caption=\"Effect Name\" type=\"const\" default=\"Img.Blinds\"/></ParamsDefine>"; var param = new Array(); param["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; 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]; param[node.nodeName] = node.childNodes[0].nodeValue; i++; } param["Movie.Width"] = parseInt(param["Movie.Width"]); param["Movie.Height"] = parseInt(param["Movie.Height"]); param["Movie.FPS"] = parseInt(param["Movie.FPS"]); param["Img.InSpeed"] = parseInt(param["Img.InSpeed"]); param["Img.OutSpeed"] = parseInt(param["Img.OutSpeed"]); param["Img.StaySpeed"] = parseInt(param["Img.StaySpeed"]); param["Img.StayTimeCustom"] = parseInt(param["Img.StayTimeCustom"]); param["Img.BlindWidth"] = parseInt(param["Img.BlindWidth"]); param["Img.PosX"] = parseInt(param["Img.PosX"]); param["Img.PosY"] = parseInt(param["Img.PosY"]); param["Img.Rotation"] = parseInt(param["Img.Rotation"]); param["Img.Alpha"] = parseInt(param["Img.Alpha"]); param["Img.StaticText"] = param["Img.StaticText"].toLowerCase() == "true"; param["Img.DelayFrame"] = parseInt(param["Img.DelayFrame"]); param["Img.DurationFrame"] = parseInt(param["Img.DurationFrame"]); param["Img.KeepText"] = param["Img.KeepText"].toLowerCase() == "true"; param["Img.URL"] = param["Img.URL"].toLowerCase() == "true"; delete paramXML; } else { param["Movie.Width"] = 400; param["Movie.Height"] = 300; param["Img.InSpeed"] = 8; param["Img.OutSpeed"] = 8; param["Img.StaySpeed"] = 4; param["Img.StayTimeCustom"] = 3; param["Img.PosX"] = 100; param["Img.PosY"] = 100; param["Img.Rotation"] = 0; param["Img.Alpha"] = 100; param["Img.StaticText"] = false; param["Img.DelayFrame"] = 0; param["Img.DurationFrame"] = 10; param["Img.KeepText"] = false; param["Img.URL"] = false; param["Img.URLAddress"] = "about:blank"; param["Img.URLTarget"] = "_blank"; } if (param["Img.StaticText"]) { gotoAndPlay(_currentframe + 3); }
Symbol 61 MovieClip Frame 3
param["Img.DelayFrame"] = param["Img.DelayFrame"] - 1; if (param["Img.DelayFrame"] > 0) { gotoAndPlay(_currentframe - 1); }
Symbol 61 MovieClip Frame 4
stop(); var ImageMovie_MC = this.attachMovie(param["Img.ImageMovieExport"], "ImageMovie_MC", 2); if (param["Img.StaticText"]) { InEffect_FadeIn(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], 20, param["Img.Alpha"]); } else { switch (param["Img.InEffect"]) { case "Blinds horizontal" : InEffect_BlindsHorizontal(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.InSpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height, param["Img.BlindWidth"]); break; case "Blinds vertical" : InEffect_BlindsVertical(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.InSpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height, param["Img.BlindWidth"]); break; case "Fade in" : InEffect_FadeIn(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.InSpeed"], param["Img.Alpha"]); break; default : InEffect_FadeIn(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.InSpeed"], param["Img.Alpha"]); } }
Symbol 61 MovieClip Frame 5
var iStayEffectTime = -1; if (param["Img.StayTime"] != "To end") { iStayEffectTime = param["Movie.FPS"] * param["Img.StayTimeCustom"]; } switch (param["Img.StayEffect"]) { case "Stay" : StayEffect_Stay(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); break; case "Flicker" : StayEffect_Flicker(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); break; case "Rotating" : StayEffect_Rotating(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); break; case "Zoom in Zoom out" : StayEffect_ZoomInZoomOut(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); break; case "Fade in Fade out" : StayEffect_FadeInFadeOut(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); break; default : StayEffect_Stay(ImageMovie_MC, iStayEffectTime, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.StaySpeed"], param["Img.Alpha"], ImageMovie_MC._width, ImageMovie_MC._height); }
Symbol 61 MovieClip Frame 7
if (param["Img.DurationFrame"] < 0) { gotoAndPlay(_currentframe - 1); } else { param["Img.DurationFrame"] = param["Img.DurationFrame"] - 1; if (param["Img.DurationFrame"] > 0) { gotoAndPlay(_currentframe - 1); } else { gotoAndPlay(_currentframe + 1); } }
Symbol 61 MovieClip Frame 8
if (param["Img.KeepText"] || (param["Img.StaticText"])) { gotoAndPlay(_currentframe + 2); }
Symbol 61 MovieClip Frame 9
stop(); LeaveStayEffect(ImageMovie_MC, param["Img.PosX"], param["Img.PosY"], param["Img.Alpha"]); switch (param["Img.OutEffect"]) { case "Blinds horizontal" : OutEffect_BlindsHorizontal(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.OutSpeed"], ImageMovie_MC._width, ImageMovie_MC._height, param["Img.BlindWidth"]); break; case "Blinds vertical" : OutEffect_BlindsVertical(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.PosX"], param["Img.PosY"], param["Img.OutSpeed"], ImageMovie_MC._width, ImageMovie_MC._height, param["Img.BlindWidth"]); break; case "Fade out" : OutEffect_FadeOut(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.OutSpeed"]); break; default : OutEffect_FadeOut(ImageMovie_MC, param["Movie.Width"], param["Movie.Height"], param["Img.OutSpeed"]); }
Symbol 61 MovieClip Frame 10
stop(); if (!param["Img.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 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:30 17
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:17
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:17
Symbol 24 GraphicUsed by:30
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27 29
Symbol 27 MovieClipUses:26Used by:30
Symbol 28 GraphicUsed by:30
Symbol 29 MovieClipUses:26Used by:30
Symbol 30 MovieClipUses:19 24 27 28 29Used by:17
Symbol 17 MovieClipUses:19 21 23 30Used by:Timeline
Symbol 32 Font [Font27892default]
Symbol 33 Font [Font27892default large]
Symbol 34 Font [Font27892default small]
Symbol 35 Font [Font27892web link]
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:36
Symbol 36 MovieClipUses:38Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:40
Symbol 40 MovieClipUses:42Used by:Timeline
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:44
Symbol 44 MovieClipUses:46Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClipUses:50Used by:48
Symbol 48 MovieClipUses:51Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:53
Symbol 53 MovieClipUses:55Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:57
Symbol 57 MovieClipUses:59Used by:Timeline
Symbol 62 Bitmap [Img.Blinds_Image_0]Used by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClip [Img.Blinds_ImageMovie_0]Uses:63
Symbol 61 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
"EffectBar1"Symbol 27 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar2"Symbol 27 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar3"Symbol 27 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar4"Symbol 27 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar0"Symbol 27 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar1"Symbol 29 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar2"Symbol 29 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar3"Symbol 29 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar4"Symbol 29 MovieClip Frame 1Symbol 26 MovieClip
"EffectBar0"Symbol 29 MovieClip Frame 1Symbol 26 MovieClip
"VolumeBarMC"Symbol 17 MovieClip Frame 1Symbol 21 MovieClip
"VolumeSlideMC"Symbol 17 MovieClip Frame 1Symbol 23 MovieClip
"soundSwitch"Symbol 17 MovieClip Frame 1Symbol 30 MovieClip
"bot"Symbol 36 MovieClip Frame 1Symbol 38 MovieClip
"bot"Symbol 40 MovieClip Frame 1Symbol 42 MovieClip
"bot"Symbol 44 MovieClip Frame 1Symbol 46 MovieClip
"bot0"Symbol 48 MovieClip Frame 1Symbol 51 MovieClip
"bot0"Symbol 53 MovieClip Frame 1Symbol 55 MovieClip
"bot0"Symbol 57 MovieClip Frame 1Symbol 59 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 3Symbol 13 as "moviesound"
ExportAssets (56)Timeline Frame 4Symbol 32 as "Font27892default"
ExportAssets (56)Timeline Frame 4Symbol 33 as "Font27892default large"
ExportAssets (56)Timeline Frame 4Symbol 34 as "Font27892default small"
ExportAssets (56)Timeline Frame 4Symbol 35 as "Font27892web link"
ExportAssets (56)Timeline Frame 149Symbol 62 as "Img.Blinds_Image_0"
ExportAssets (56)Timeline Frame 149Symbol 64 as "Img.Blinds_ImageMovie_0"

Labels

"loopstart"Frame 4




http://swfchan.com/53/261896/info.shtml
Created: 29/9 -2025 21:21:10 Last modified: 29/9 -2025 21:21:10 Server time: 07/12 -2025 04:41:09