STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #207925 |
© Taurin Fox 2012 |
Click To Play |
ActionScript [AS3]
Section 1//walkcycle (walkcycle) package { import flash.events.*; import flash.display.*; public class walkcycle extends MovieClip { var pState;// = false public var intro:MovieClip; public function walkcycle(){ var onPause:Function; pState = false; super(); onPause = function (_arg1:MouseEvent){ intro.alpha = 0; if (pState == true){ stop(); pState = false; } else { play(); pState = true; }; }; stop(); stage.addEventListener(MouseEvent.CLICK, onPause); } } }//package
Library Items
Symbol 1 Video | Used by:Timeline | |
Symbol 2 Font | Used by:3 4 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Text | Uses:2 | Used by:5 |
Symbol 5 MovieClip | Uses:4 | Used by:Timeline |
Instance Names
"intro" | Frame 1 | Symbol 5 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|