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

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

c_1375811901770_Lola_Bunny_Pose_4_by_ShadowSquirrel.swf

This is the info page for
Flash #100503

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


Text
done

100%

<p align="right"><font face="Futura Std Light" size="40" color="#ffffff" letterSpacing="0.000000" kerning="1"> </font></p>

...loading the file...

use arrow keys
to control the animation
(click on the animation to activate the key trace function)

Lola Pose 4

ActionScript [AS1/AS2]

Frame 1
Stage.scaleMode = "noScale"; Textturnloading._alpha = 100; Countercount._alpha = 100; RenaSymbol._alpha = 100; katt_icon._alpha = 100; Texttitle._alpha = 100; RenaSymbol._alpha = 100; Textinstruct._alpha = 100; Blende._alpha = 100; Textturnloading.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (Textturnloading._alpha <= 0) { delete Textturnloading.onEnterFrame; } else { Textturnloading._alpha = Textturnloading._alpha - 6; } } }; RenaSymbol.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (RenaSymbol._alpha <= 0) { delete RenaSymbol.onEnterFrame; } else { RenaSymbol._alpha = RenaSymbol._alpha - 6; } } }; katt_icon.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (katt_icon._alpha <= 0) { delete katt_icon.onEnterFrame; } else { katt_icon._alpha = katt_icon._alpha - 6; } } }; Texttitle.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (Texttitle._alpha <= 0) { delete Texttitle.onEnterFrame; } else { Texttitle._alpha = Texttitle._alpha - 2; } } }; Textinstruct.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (Textinstruct._alpha <= 0) { delete Textinstruct.onEnterFrame; } else { Textinstruct._alpha = Textinstruct._alpha - 2; } } }; Countercount.onEnterFrame = function () { if (_root._currentFrame >= 6) { Countercount._alpha = 0; if (Countercount._alpha <= 0) { delete Countercount.onEnterFrame; } } }; Blende.onEnterFrame = function () { if (_root._currentFrame >= 6) { if (Blende._alpha <= 0) { delete Blende.onEnterFrame; } else { Blende._alpha = Blende._alpha - 6; } } }; Counterfull.onEnterFrame = function () { if (_root._currentFrame < 6) { Counterfull._alpha = 0; } if (_root._currentFrame == 7) { Counterfull._alpha = 100; } if (_root._currentFrame > 8) { if (Counterfull._alpha <= 0) { delete Blende.onEnterFrame; } else { Counterfull._alpha = Counterfull._alpha - 6; } } }; onEnterFrame = function () { myLoaded = Math.round(getBytesLoaded()); myTotal = Math.round(getBytesTotal()); myPercent = myLoaded / myTotal; myText = Math.round(myPercent * 100) + "%"; }; setProperty("nextButton", _visible , false); setProperty("prevButton", _visible , false); var movieWidth = 800; var movieHeight = 800; Texttitle._y = (movieHeight / 10) * 0.7; Texttitle._x = movieWidth / 2; Textturnloading._y = (movieHeight / 10) * 1.9; Textturnloading._x = movieWidth / 2; katt_icon._y = (movieHeight / 10) * 5; katt_icon._x = movieWidth / 2; RenaSymbol._y = (movieHeight / 10) * 4.6; RenaSymbol._x = movieWidth / 2; Countercount._y = (movieHeight / 10) * 8.6; Countercount._x = movieWidth / 2; Counterfull._y = (movieHeight / 10) * 8.6; Counterfull._x = movieWidth / 2; Textinstruct._y = (movieHeight / 10) * 9.4; Textinstruct._x = movieWidth / 2; mastermask._height = movieHeight; mastermask._width = movieWidth; Blende._height = movieHeight; Blende._width = movieWidth; pauseButton._y = movieHeight - 25; prevButton._y = movieHeight - 25; nextButton._y = movieHeight - 25; pauseButton._x = 27.5; prevButton._x = 62.5; nextButton._x = 97.5; ifFrameLoaded (366) { gotoAndPlay ("start"); }
Instance of Symbol 27 MovieClip "Textinstruct" in Frame 1
/* no clip actions */
Frame 5
gotoAndPlay (1);
Frame 6
var lengthOfVideo = 360; onEnterFrame = function () { if (Key.isDown(38)) { _global.isPlaying = false; setProperty("_root.nextButton", _visible , false); setProperty("_root.prevButton", _visible , false); movieClip.play(); _global.isPlaying = false; } if (Key.isDown(40)) { _global.isPlaying = true; setProperty("_root.nextButton", _visible , true); setProperty("_root.prevButton", _visible , true); movieClip.stop(); _global.isPlaying = true; } if (Key.isDown(37)) { _global.isPlaying = true; setProperty("_root.nextButton", _visible , true); setProperty("_root.prevButton", _visible , true); _global.isPlaying = true; if (movieClip._currentFrame == 1) { movieClip.gotoAndStop(lengthOfVideo); } else { movieClip.prevFrame(); } } if (Key.isDown(39)) { _global.isPlaying = true; setProperty("_root.nextButton", _visible , true); setProperty("_root.prevButton", _visible , true); _global.isPlaying = true; if (movieClip._currentFrame == lengthOfVideo) { movieClip.gotoAndStop(1); } else { movieClip.nextFrame(); } } };
Frame 366
gotoAndPlay (81);
Symbol 7 Button
on (release) { movieClip.toggleMe(); }
Symbol 11 Button
on (release) { if (movieClip._currentFrame == 360) { movieClip.gotoAndStop(1); } else { movieClip.nextFrame(); } }
Symbol 15 Button
on (release) { if (movieClip._currentFrame == 1) { movieClip.gotoAndStop(360); } else { movieClip.prevFrame(); } }
Symbol 31 MovieClip Frame 1
function toggleMe() { if (_global.isPlaying) { setProperty("_root.nextButton", _visible , false); setProperty("_root.prevButton", _visible , false); play(); _global.isPlaying = false; } else { setProperty("_root.nextButton", _visible , true); setProperty("_root.prevButton", _visible , true); stop(); _global.isPlaying = true; } } _global.isPlaying = false;

Library Items

Symbol 1 GraphicUsed by:2 21 23
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7 11 15
Symbol 7 ButtonUses:3 4 5 6Used by:Timeline
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:8 9 10 6Used by:Timeline
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:12 13 14 6Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 20 22 24 26 28
Symbol 19 TextUses:18Used by:21 23
Symbol 20 TextUses:18Used by:21
Symbol 21 MovieClipUses:1 19 20Used by:Timeline
Symbol 22 EditableTextUses:18Used by:23
Symbol 23 MovieClipUses:1 19 22Used by:Timeline
Symbol 24 TextUses:18Used by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 TextUses:18Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 TextUses:18Used by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 VideoUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline

Instance Names

"mastermask"Frame 1Symbol 2 MovieClip
"pauseButton"Frame 1Symbol 7 Button
"nextButton"Frame 1Symbol 11 Button
"prevButton"Frame 1Symbol 15 Button
"Blende"Frame 1Symbol 17 MovieClip
"Counterfull"Frame 1Symbol 21 MovieClip
"Countercount"Frame 1Symbol 23 MovieClip
"Textturnloading"Frame 1Symbol 25 MovieClip
"Textinstruct"Frame 1Symbol 27 MovieClip
"Texttitle"Frame 1Symbol 29 MovieClip
"movieClip"Frame 6Symbol 31 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"start"Frame 6
"end"Frame 366

Dynamic Text Variables

/:myTextSymbol 22 EditableText"<p align="right"><font face="Futura Std Light" size="40" color="#ffffff" letterSpacing="0.000000" kerning="1"> </font></p>"




http://swfchan.com/21/100503/info.shtml
Created: 21/3 -2019 06:04:10 Last modified: 21/3 -2019 06:04:10 Server time: 19/04 -2024 01:34:55