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

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

animal ears breath of fire 2 cat feline karol pawlinski katt turntable.swf

This is the info page for
Flash #100543

(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)

Katt 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 = 900; var movieHeight = 750; 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 36 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 40 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 30 32
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 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:26
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:26
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:26
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:19 21 23 25Used by:Timeline
Symbol 27 FontUsed by:28 29 31 33 35 37
Symbol 28 TextUses:27Used by:30 32
Symbol 29 TextUses:27Used by:30
Symbol 30 MovieClipUses:1 28 29Used by:Timeline
Symbol 31 EditableTextUses:27Used by:32
Symbol 32 MovieClipUses:1 28 31Used by:Timeline
Symbol 33 TextUses:27Used by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 TextUses:27Used by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 TextUses:27Used by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 VideoUsed by:40
Symbol 40 MovieClipUses:39Used 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
"katt_icon"Frame 1Symbol 26 MovieClip
"Counterfull"Frame 1Symbol 30 MovieClip
"Countercount"Frame 1Symbol 32 MovieClip
"Textturnloading"Frame 1Symbol 34 MovieClip
"Textinstruct"Frame 1Symbol 36 MovieClip
"Texttitle"Frame 1Symbol 38 MovieClip
"movieClip"Frame 6Symbol 40 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 31 EditableText"<p align="right"><font face="Futura Std Light" size="40" color="#ffffff" letterSpacing="0.000000" kerning="1"> </font></p>"




http://swfchan.com/21/100543/info.shtml
Created: 21/3 -2019 05:39:48 Last modified: 21/3 -2019 05:39:48 Server time: 27/04 -2024 04:05:26