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

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

Dance!.swf

This is the info page for
Flash #192036

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


ActionScript [AS1/AS2]
Frame 1
this.setMask(movieShapeMaskMC);
Frame 2
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 3
play();
Frame 4
stop();
Frame 5
gotoAndPlay ("loopstart");
Symbol 11 MovieClip Frame 1
if (this._x > this.MaxWidth) { this._x = (-this._width) + 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } if (this._x < (-this._width)) { this._x = this.MaxWidth - 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } this._x = this._x + this.XVelocity;
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 13 MovieClip Frame 1
if (this._x > this.MaxWidth) { this._x = (-this._width) + 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } if (this._x < (-this._width)) { this._x = this.MaxWidth - 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } this._x = this._x + this.XVelocity;
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 15 MovieClip Frame 1
if (this._x > this.MaxWidth) { this._x = (-this._width) + 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } if (this._x < (-this._width)) { this._x = this.MaxWidth - 2; this._y = random(4 * this._height); var scale = (random(60) + 80); this._xscale = scale; this._yscale = scale; this._alpha = random(40) + 80; } this._x = this._x + this.XVelocity;
Symbol 15 MovieClip Frame 2
gotoAndPlay (1);
Symbol 9 MovieClip Frame 1
ParamsValue = "<ParamsValue><Movie.Width>720</Movie.Width><Movie.Height>404</Movie.Height><Movie.FPS>30</Movie.FPS><Bg.Number>6</Bg.Number><Bg.Speed>4</Bg.Speed><Bg.Direction>random</Bg.Direction></ParamsValue>"; ParamsDefine = "<ParamsDefine><Bg.Number caption=\"Cloud number\" type=\"integer\" min=\"1\" max=\"500\" default=\"6\"/><Bg.Speed caption=\"Moving speed\" type=\"integer\" min=\"1\" max=\"100\" default=\"4\"/><Bg.Direction caption=\"Moving direction\" type=\"selection\" selection=\"right;left;random\" default=\"random\"/></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["Movie.Width"] = _parent._width; param["Movie.Height"] = _parent._height; } else { param["Bg.Number"] = 6; param["Bg.Speed"] = 4; param["Bg.Direction"] = "right"; param["Movie.Width"] = 400; param["Movie.Height"] = 300; } i = 0; while (i < 3) { this["symbol" + i]._visible = false; i++; } i = 0; while (i < param["Bg.Number"]) { j = random(3); duplicateMovieClip ("symbol" + j, "bot" + i, i); this["bot" + i]._x = random(param["Movie.Width"] + (2 * this["bot" + i]._width)); this["bot" + i]._y = random(4 * this["bot" + i]._height); var scale = (random(60) + 80); this["bot" + i]._xscale = scale; this["bot" + i]._yscale = scale; this["bot" + i]._alpha = random(40) + 80; var iDirection = 1; if (param["Bg.Direction"].toLowerCase() == "left") { iDirection = -1; } else if (param["Bg.Direction"].toLowerCase() == "random") { iDirection = random(2); if (iDirection == 0) { iDirection = -1; } } this["bot" + i].XVelocity = (iDirection * ((Math.random() * param["Bg.Speed"]) + param["Bg.Speed"])) * 0.1; this["bot" + i].MaxWidth = param["Movie.Width"] + this["bot" + i]._width; this["bot" + i].MaxHeight = param["Movie.Height"] + this["bot" + i]._height; i++; }

Library Items

Symbol 2 GraphicUsed by:1
Symbol 1 MovieClipUses:2Used by:Timeline
Symbol 3 Sound [moviesound]
Symbol 4 GraphicUsed by:Timeline
Symbol 5 Font [Font15441default]
Symbol 6 Font [Font15441default large]
Symbol 7 Font [Font15441default small]
Symbol 8 Font [Font15441web link]
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:9
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:9
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:9
Symbol 9 MovieClipUses:11 13 15Used by:Timeline
Symbol 18 VideoUsed by:19
Symbol 19 MovieClipUses:18Used by:17
Symbol 17 MovieClipUses:19Used by:Timeline

Instance Names

"movieShapeMaskMC"Frame 1Symbol 1 MovieClip
"symbol0"Symbol 9 MovieClip Frame 1Symbol 11 MovieClip
"symbol1"Symbol 9 MovieClip Frame 1Symbol 13 MovieClip
"symbol2"Symbol 9 MovieClip Frame 1Symbol 15 MovieClip
"video"Symbol 19 MovieClip Frame 1Symbol 18 Video

Special Tags

ExportAssets (56)Timeline Frame 2Symbol 3 as "moviesound"
ExportAssets (56)Timeline Frame 3Symbol 5 as "Font15441default"
ExportAssets (56)Timeline Frame 3Symbol 6 as "Font15441default large"
ExportAssets (56)Timeline Frame 3Symbol 7 as "Font15441default small"
ExportAssets (56)Timeline Frame 3Symbol 8 as "Font15441web link"

Labels

"loopstart"Frame 3




http://swfchan.com/39/192036/info.shtml
Created: 5/8 -2019 01:13:45 Last modified: 5/8 -2019 01:13:45 Server time: 27/04 -2024 15:33:08