| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229923 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2598 · P5196 |
![]() | This is the info page for Flash #142043 |
3 |
4 |
Art by © MHM |
ActionScript [AS3]
Section 1//MainTimeline (slideshowcomic_fla.MainTimeline) package slideshowcomic_fla { import flash.events.*; import flash.display.*; public dynamic class MainTimeline extends MovieClip { public var btn1:SimpleButton; public var btn2:SimpleButton; public function MainTimeline(){ addFrameScript(0, frame1); } public function forward(_arg1:MouseEvent){ if (this.currentFrame == this.totalFrames){ gotoAndStop(1); } else { nextFrame(); }; } public function backward(_arg1:MouseEvent){ if (this.currentFrame == 1){ gotoAndStop(this.totalFrames); } else { prevFrame(); }; } function frame1(){ stop(); btn1.addEventListener(MouseEvent.CLICK, backward); btn2.addEventListener(MouseEvent.CLICK, forward); } } }//package slideshowcomic_fla
Library Items
Symbol 1 Font | Used by:2 4 | |
Symbol 2 Text | Uses:1 | Used by:3 |
Symbol 3 Button | Uses:2 | Used by:Timeline |
Symbol 4 Text | Uses:1 | Used by:5 |
Symbol 5 Button | Uses:4 | Used by:Timeline |
Symbol 6 Bitmap | Used by:7 | |
Symbol 7 Graphic | Uses:6 | Used by:Timeline |
Symbol 8 Bitmap | Used by:9 | |
Symbol 9 Graphic | Uses:8 | Used by:Timeline |
Symbol 10 Font | Used by:11 | |
Symbol 11 Text | Uses:10 | Used by:Timeline |
Symbol 12 Bitmap | Used by:13 | |
Symbol 13 Graphic | Uses:12 | Used by:Timeline |
Symbol 14 Bitmap | Used by:15 | |
Symbol 15 Graphic | Uses:14 | Used by:Timeline |
Symbol 16 Bitmap | Used by:17 | |
Symbol 17 Graphic | Uses:16 | Used by:Timeline |
Symbol 18 Bitmap | Used by:19 | |
Symbol 19 Graphic | Uses:18 | Used by:Timeline |
Symbol 20 Bitmap | Used by:21 | |
Symbol 21 Graphic | Uses:20 | Used by:Timeline |
Symbol 22 Bitmap | Used by:23 | |
Symbol 23 Graphic | Uses:22 | Used by:Timeline |
Symbol 24 Bitmap | Used by:25 | |
Symbol 25 Graphic | Uses:24 | Used by:Timeline |
Symbol 26 Bitmap | Used by:27 | |
Symbol 27 Graphic | Uses:26 | Used by:Timeline |
Symbol 28 Bitmap | Used by:29 | |
Symbol 29 Graphic | Uses:28 | Used by:Timeline |
Instance Names
"btn1" | Frame 1 | Symbol 3 Button |
"btn2" | Frame 1 | Symbol 5 Button |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|