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 #165306 |
SMALL DISCLAIMER |
The following is, once again, just a test run. The script sucks. The voices are mediocre. And there's not much "animation" to be had because I'm still figuring out proper character rigging and simply can't sit in front of the computer any fucking longer today. I promise the next time I use these two to make a video it will be less shitty. Also, there's a slight spoilerish reference to Game of Thrones' Season 3. |
In all honesty, though, they really do... |
ActionScript [AS3]
Section 1//CAMERA_AS3_21 (_2124_fla.CAMERA_AS3_21) package _2124_fla { import flash.events.*; import flash.display.*; import flash.geom.*; public dynamic class CAMERA_AS3_21 extends MovieClip { public function CAMERA_AS3_21(){ addFrameScript(0, frame1); } public function handleEnterFrame(_arg1:Event):void{ var _local2:Rectangle; var _local3:Number; var _local4:Number; var _local5:Number; var _local6:Number; var _local7:Number; var _local8:Number; var _local9:Number; var _local10:Number; var _local11:Number; var _local12:Number; var _local13:Number; if (parent){ parent.scaleX = (1 / scaleX); parent.scaleY = (1 / scaleY); if (rotation == 0){ parent.x = (((width / 2) - x) / scaleX); parent.y = (((height / 2) - y) / scaleY); parent.rotation = 0; } else { _local2 = getBounds(this); _local3 = ((rotation * Math.PI) / 180); _local4 = (-(x) / scaleX); _local5 = (-(y) / scaleY); _local6 = (-(_local2.width) / 2); _local7 = (-(_local2.height) / 2); _local8 = Math.cos(_local3); _local9 = Math.sin(_local3); _local10 = ((_local6 * _local8) - (_local7 * _local9)); _local11 = ((_local7 * _local8) + (_local6 * _local9)); _local12 = (_local4 - _local10); _local13 = (_local5 - _local11); _local8 = Math.cos(-(_local3)); _local9 = Math.sin(-(_local3)); parent.x = ((_local12 * _local8) - (_local13 * _local9)); parent.y = ((_local13 * _local8) + (_local12 * _local9)); parent.rotation = -(rotation); }; }; } public function handleRemoved(_arg1:Event):void{ removeEventListener(Event.ENTER_FRAME, handleEnterFrame); removeEventListener(Event.REMOVED, handleRemoved); } function frame1(){ visible = false; addEventListener(Event.ENTER_FRAME, handleEnterFrame); addEventListener(Event.REMOVED, handleRemoved, false, 0, true); } } }//package _2124_flaSection 2//MainTimeline (_2124_fla.MainTimeline) package _2124_fla { import flash.display.*; public dynamic class MainTimeline extends MovieClip { public function MainTimeline(){ addFrameScript(706, frame707); } function frame707(){ stop(); } } }//package _2124_flaSection 3//Timeline_1 (_2124_fla.Timeline_1) package _2124_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class Timeline_1 extends MovieClip { public const AUTO_PLAY:Boolean = false; public const FRAME_RATE_ADJUST:Boolean = true; public const LOADER_FRAME_RATE:Number = 30; public var ngButton:SimpleButton; public var bar:MovieClip; public var playButton:SimpleButton; public var loadingComplete:Boolean; public var movieFrameRate:Number; public var initialized:Boolean; public function Timeline_1(){ addFrameScript(0, frame1, 1, frame2); } public function init():void{ if (initialized){ return; }; movieFrameRate = 0; if (((FRAME_RATE_ADJUST) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; ngButton.addEventListener(MouseEvent.CLICK, ngButtonClickHandler, false, 0, true); addEventListener(Event.ENTER_FRAME, enterFrameHandler, false, 0, true); if (meetsVersion([9, 0, 28, 0])){ addEventListener(Event.REMOVED_FROM_STAGE, cleanup, false, 0, true); }; enterFrameHandler(); } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array = String(Capabilities.version.split(" ")[1]).split(","); var _local3:uint; while (_local3 < _arg1.length) { if (uint(_local2[_local3]) > _arg1[_local3]){ return (true); }; if (uint(_local2[_local3]) < _arg1[_local3]){ return (false); }; _local3++; }; return (true); } public function enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (((((!(movieFrameRate)) && (FRAME_RATE_ADJUST))) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; if (bar){ bar.scaleX = _local2; }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function ngButtonClickHandler(_arg1:Event):void{ navigateToURL(new URLRequest("http://www.newgrounds.com"), "_blank"); } public function cleanup(_arg1:Event=null){ if (initialized){ ngButton.removeEventListener(MouseEvent.CLICK, ngButtonClickHandler); removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; if (movieFrameRate){ stage.frameRate = movieFrameRate; movieFrameRate = 0; }; }; initialized = false; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } public function playButtonClickHandler(_arg1:Event=null):void{ startMovie(); } function frame1(){ initialized = false; init(); } function frame2(){ stop(); if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } } }//package _2124_fla
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:4 120 | |
Symbol 3 Font | Used by:4 | |
Symbol 4 Text | Uses:2 3 | Used by:Timeline |
Symbol 5 Font | Used by:6 | |
Symbol 6 Text | Uses:5 | Used by:Timeline |
Symbol 7 Graphic | Used by:55 | |
Symbol 8 Graphic | Used by:9 44 | |
Symbol 9 MovieClip | Uses:8 | Used by:55 |
Symbol 10 Graphic | Used by:55 | |
Symbol 11 Graphic | Used by:55 | |
Symbol 12 Graphic | Used by:55 | |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:13 | Used by:15 |
Symbol 15 MovieClip | Uses:14 | Used by:43 |
Symbol 16 Graphic | Used by:43 | |
Symbol 17 Graphic | Used by:18 19 | |
Symbol 18 MovieClip | Uses:17 | Used by:43 |
Symbol 19 MovieClip | Uses:17 | Used by:43 |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:41 |
Symbol 22 Graphic | Used by:26 | |
Symbol 23 Graphic | Used by:26 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:24 | Used by:26 29 |
Symbol 26 MovieClip | Uses:22 23 25 | Used by:40 |
Symbol 27 Graphic | Used by:29 | |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:27 28 25 | Used by:40 |
Symbol 30 Graphic | Used by:33 | |
Symbol 31 Graphic | Used by:33 36 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:30 31 32 | Used by:37 |
Symbol 34 Graphic | Used by:36 | |
Symbol 35 Graphic | Used by:36 | |
Symbol 36 MovieClip | Uses:34 31 35 | Used by:37 |
Symbol 37 MovieClip | Uses:33 36 | Used by:40 |
Symbol 38 Graphic | Used by:39 | |
Symbol 39 MovieClip | Uses:38 | Used by:40 |
Symbol 40 MovieClip | Uses:26 29 37 39 | Used by:41 |
Symbol 41 MovieClip | Uses:21 40 | Used by:43 |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:15 16 18 19 41 42 | Used by:55 |
Symbol 44 Button | Uses:8 | Used by:55 |
Symbol 45 Graphic | Used by:47 | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:45 46 | Used by:55 |
Symbol 48 Graphic | Used by:53 | |
Symbol 49 Graphic | Used by:53 | |
Symbol 50 Graphic | Used by:53 | |
Symbol 51 Graphic | Used by:53 | |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 Button | Uses:48 49 50 51 52 | Used by:55 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip {_2124_fla.Timeline_1} | Uses:7 9 10 11 12 43 44 47 53 54 | Used by:Timeline |
Symbol 56 Bitmap | Used by:58 | |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:56 57 | Used by:Timeline |
Symbol 59 Graphic | Used by:Timeline | |
Symbol 60 Graphic | Used by:Timeline | |
Symbol 61 Graphic | Used by:Timeline | |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:Timeline | |
Symbol 64 Graphic | Used by:Timeline | |
Symbol 65 Graphic | Used by:Timeline | |
Symbol 66 Graphic | Used by:Timeline | |
Symbol 67 Graphic | Used by:Timeline | |
Symbol 68 Graphic | Used by:Timeline | |
Symbol 69 Graphic | Used by:Timeline | |
Symbol 70 Graphic | Used by:Timeline | |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Graphic | Used by:Timeline | |
Symbol 73 Graphic | Used by:Timeline | |
Symbol 74 Graphic | Used by:Timeline | |
Symbol 75 Graphic | Used by:Timeline | |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip {_2124_fla.CAMERA_AS3_21} | Uses:76 | Used by:Timeline |
Symbol 78 Graphic | Used by:Timeline | |
Symbol 79 Graphic | Used by:Timeline | |
Symbol 80 Graphic | Used by:Timeline | |
Symbol 81 Graphic | Used by:Timeline | |
Symbol 82 Graphic | Used by:Timeline | |
Symbol 83 Graphic | Used by:Timeline | |
Symbol 84 Graphic | Used by:Timeline | |
Symbol 85 Graphic | Used by:Timeline | |
Symbol 86 Graphic | Used by:Timeline | |
Symbol 87 Graphic | Used by:Timeline | |
Symbol 88 Graphic | Used by:Timeline | |
Symbol 89 Graphic | Used by:Timeline | |
Symbol 90 Graphic | Used by:Timeline | |
Symbol 91 Graphic | Used by:Timeline | |
Symbol 92 Graphic | Used by:Timeline | |
Symbol 93 Graphic | Used by:Timeline | |
Symbol 94 Graphic | Used by:Timeline | |
Symbol 95 Graphic | Used by:Timeline | |
Symbol 96 Graphic | Used by:Timeline | |
Symbol 97 Graphic | Used by:Timeline | |
Symbol 98 Graphic | Used by:Timeline | |
Symbol 99 Graphic | Used by:Timeline | |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Graphic | Used by:Timeline | |
Symbol 102 Graphic | Used by:Timeline | |
Symbol 103 Graphic | Used by:Timeline | |
Symbol 104 Graphic | Used by:Timeline | |
Symbol 105 Graphic | Used by:Timeline | |
Symbol 106 Graphic | Used by:Timeline | |
Symbol 107 Graphic | Used by:Timeline | |
Symbol 108 Graphic | Used by:Timeline | |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:Timeline | |
Symbol 111 Graphic | Used by:Timeline | |
Symbol 112 Graphic | Used by:Timeline | |
Symbol 113 Graphic | Used by:Timeline | |
Symbol 114 Graphic | Used by:Timeline | |
Symbol 115 Graphic | Used by:Timeline | |
Symbol 116 Graphic | Used by:Timeline | |
Symbol 117 Graphic | Used by:Timeline | |
Symbol 118 Graphic | Used by:Timeline | |
Symbol 119 Graphic | Used by:Timeline | |
Symbol 120 Text | Uses:2 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"bar" | Symbol 55 MovieClip {_2124_fla.Timeline_1} Frame 1 | Symbol 9 MovieClip |
"ngButton" | Symbol 55 MovieClip {_2124_fla.Timeline_1} Frame 1 | Symbol 44 Button |
"playButton" | Symbol 55 MovieClip {_2124_fla.Timeline_1} Frame 2 | Symbol 53 Button |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata present, AS3. |
SWFMetaData (77) | Timeline Frame 1 | 1296 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..." |
Labels
"loaded" | Symbol 55 MovieClip {_2124_fla.Timeline_1} Frame 2 |
|