STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #156615 |
<p align="left"></p> |
Message Box: |
WHATS BAD?? |
Stop Square MC |
Go To Frame 15 and STOP |
Go To Frame 15 and Play |
Go To Next Frame |
Go To Previous Frame |
ActionScript [AS3]
Section 1//MainTimeline (control_fla.MainTimeline) package control_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class MainTimeline extends MovieClip { public var output_txt:TextField; public var gotoNextFrame_btn:SimpleButton; public var gotoFrame15Stop_btn:SimpleButton; public var gotoPreviousFrame_btn:SimpleButton; public var play_btn:SimpleButton; public var stop_btn:SimpleButton; public var gotoFrame15Play_btn:SimpleButton; public var square_mc:MovieClip; public function MainTimeline(){ addFrameScript(0, frame1); } public function playSquare(_arg1:Event){ square_mc.play(); } public function stopSquare(_arg1:Event){ square_mc.stop(); } public function gotoFrame15Stop(_arg1:Event){ square_mc.gotoAndStop(15); } public function gotoFrame15Play(_arg1:Event){ square_mc.gotoAndPlay(15); } public function gotoNextFrame(_arg1:Event){ square_mc.nextFrame(); } public function gotoPreviousFrame(_arg1:Event){ square_mc.prevFrame(); } public function countFrame(_arg1:Event){ output_txt.text = "SLAVERY IS BAD"; } function frame1(){ play_btn.addEventListener(MouseEvent.CLICK, playSquare); stop_btn.addEventListener(MouseEvent.CLICK, stopSquare); gotoFrame15Stop_btn.addEventListener(MouseEvent.CLICK, gotoFrame15Stop); gotoFrame15Play_btn.addEventListener(MouseEvent.CLICK, gotoFrame15Play); gotoNextFrame_btn.addEventListener(MouseEvent.CLICK, gotoNextFrame); gotoPreviousFrame_btn.addEventListener(MouseEvent.CLICK, gotoPreviousFrame); addEventListener(Event.ENTER_FRAME, countFrame); } } }//package control_flaSection 2//Square_1 (control_fla.Square_1) package control_fla { import flash.display.*; public dynamic class Square_1 extends MovieClip { public function Square_1(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package control_fla
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 | |
Symbol 3 EditableText | Uses:2 | Used by:Timeline |
Symbol 4 Font | Used by:5 12 15 18 21 24 27 | |
Symbol 5 Text | Uses:4 | Used by:Timeline |
Symbol 6 Bitmap | Used by:7 | |
Symbol 7 Graphic | Uses:6 | Used by:9 |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip {control_fla.Square_1} | Uses:7 8 | Used by:Timeline |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 Button | Uses:10 | Used by:Timeline |
Symbol 12 Text | Uses:4 | Used by:Timeline |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 Button | Uses:13 | Used by:Timeline |
Symbol 15 Text | Uses:4 | Used by:Timeline |
Symbol 16 Graphic | Used by:17 | |
Symbol 17 Button | Uses:16 | Used by:Timeline |
Symbol 18 Text | Uses:4 | Used by:Timeline |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 Button | Uses:19 | Used by:Timeline |
Symbol 21 Text | Uses:4 | Used by:Timeline |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 Button | Uses:22 | Used by:Timeline |
Symbol 24 Text | Uses:4 | Used by:Timeline |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 Button | Uses:25 | Used by:Timeline |
Symbol 27 Text | Uses:4 | Used by:Timeline |
Symbol 28 Graphic | Used by:Timeline |
Instance Names
"output_txt" | Frame 1 | Symbol 3 EditableText |
"square_mc" | Frame 1 | Symbol 9 MovieClip {control_fla.Square_1} |
"play_btn" | Frame 1 | Symbol 11 Button |
"stop_btn" | Frame 1 | Symbol 14 Button |
"gotoFrame15Stop_btn" | Frame 1 | Symbol 17 Button |
"gotoFrame15Play_btn" | Frame 1 | Symbol 20 Button |
"gotoNextFrame_btn" | Frame 1 | Symbol 23 Button |
"gotoPreviousFrame_btn" | Frame 1 | Symbol 26 Button |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|