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

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

kumatora_anim_final.swf

This is the info page for
Flash #94482

(Click the ID number above for more basic data on this flash file.)


Text
zoom

Animated by Noill, ActionScript by SubTank

Damn... I should let you do this more often...

Kumatora

Lucas, thrust harder!

Damn, you've gotten good at this!

Deeper! Deeper!

Does my ass feel good? I'm kind of jealous...

ActionScript [AS3]

Section 1
//Head_5 (kuma_anim_test_WITH_CODE_v2_fla.Head_5) package kuma_anim_test_WITH_CODE_v2_fla { import flash.display.*; public dynamic class Head_5 extends MovieClip { public var mouth:MovieClip; } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 2
//Kumatora_4 (kuma_anim_test_WITH_CODE_v2_fla.Kumatora_4) package kuma_anim_test_WITH_CODE_v2_fla { import flash.media.*; import flash.display.*; public dynamic class Kumatora_4 extends MovieClip { public var head:MovieClip; public function Kumatora_4(){ addFrameScript(0, frame1); } function frame1(){ soundChoice(); } public function soundChoice():void{ var _local1:Sound; var _local2:uint; _local2 = 0; _local2 = ((Math.random() * 3) + 1); switch (_local2){ case 1: _local1 = new SexNoise1(); break; case 2: _local1 = new SexNoise2(); break; case 3: _local1 = new SexNoise3(); break; case 4: _local1 = new SexNoise3(); break; }; _local1.play(); } } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 3
//MainTimeline (kuma_anim_test_WITH_CODE_v2_fla.MainTimeline) package kuma_anim_test_WITH_CODE_v2_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.utils.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var saturnshower:MovieClip; public var textBox:MovieClip; public var currentTextChoice:uint; public var body:MovieClip; public var onoff_btn:MovieClip; public var saturn2:MovieClip; public var saturn:MovieClip; public var myTimer:Timer; public function MainTimeline(){ addFrameScript(0, frame1); } public function textChoice(_arg1:TimerEvent):void{ var _local2:uint; _local2 = 0; do { _local2 = ((Math.random() * 5) + 1); } while (_local2 == currentTextChoice); switch (_local2){ case 1: textBox.gotoAndPlay("text1"); break; case 2: textBox.gotoAndPlay("text2"); break; case 3: textBox.gotoAndPlay("text3"); break; case 4: textBox.gotoAndPlay("text4"); break; case 5: textBox.gotoAndPlay("text5"); break; case 6: textBox.gotoAndPlay("text5"); break; }; } public function notTalking(_arg1:Event):void{ body.head.mouth.visible = false; body.head.mouth.stop(); } function frame1(){ currentTextChoice = 0; body.head.mouth.stop(); body.head.mouth.visible = false; saturn.visible = false; saturn2.visible = false; textBox.addEventListener("talking", talking); textBox.addEventListener("notTalking", notTalking); saturnshower.addEventListener(MouseEvent.MOUSE_OVER, mousedOver); saturnshower.addEventListener(MouseEvent.MOUSE_OUT, mousedOut); myTimer = new Timer(8500, 0); myTimer.addEventListener(TimerEvent.TIMER, textChoice); myTimer.start(); } public function mousedOut(_arg1:MouseEvent):void{ saturn.visible = false; saturn2.visible = false; } public function talking(_arg1:Event):void{ body.head.mouth.visible = true; body.head.mouth.gotoAndPlay(1); } public function mousedOver(_arg1:MouseEvent):void{ saturn.visible = true; saturn2.visible = true; } } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 4
//MuteButton_8 (kuma_anim_test_WITH_CODE_v2_fla.MuteButton_8) package kuma_anim_test_WITH_CODE_v2_fla { import flash.events.*; import flash.media.*; import flash.display.*; public dynamic class MuteButton_8 extends MovieClip { public var soundOn:Boolean; public var onoff_btn:MovieClip; public function MuteButton_8(){ addFrameScript(0, frame1); } public function toggleSound(_arg1:MouseEvent){ var _local2:SoundTransform; _local2 = new SoundTransform(); if (soundOn){ _local2.volume = 0; onoff_btn.gotoAndPlay(1); soundOn = false; } else { _local2.volume = 1; onoff_btn.gotoAndPlay(0); soundOn = true; }; SoundMixer.soundTransform = _local2; } function frame1(){ soundOn = true; onoff_btn.addEventListener(MouseEvent.CLICK, toggleSound); onoff_btn.buttonMode = true; } } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 5
//MuteButtonArt_9 (kuma_anim_test_WITH_CODE_v2_fla.MuteButtonArt_9) package kuma_anim_test_WITH_CODE_v2_fla { import flash.display.*; public dynamic class MuteButtonArt_9 extends MovieClip { public function MuteButtonArt_9(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ stop(); } function frame2(){ stop(); } } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 6
//TextClip_11 (kuma_anim_test_WITH_CODE_v2_fla.TextClip_11) package kuma_anim_test_WITH_CODE_v2_fla { import flash.events.*; import flash.display.*; public dynamic class TextClip_11 extends MovieClip { public function TextClip_11(){ addFrameScript(0, frame1, 22, frame23, 91, frame92, 122, frame123, 133, frame134, 175, frame176, 210, frame211, 221, frame222, 295, frame296, 332, frame333, 344, frame345, 376, frame377, 409, frame410, 420, frame421, 511, frame512, 529, frame530); } function frame176(){ dispatchEvent(new Event("notTalking")); } function frame211(){ stop(); } function frame1(){ stop(); } function frame23(){ dispatchEvent(new Event("talking")); } function frame345(){ dispatchEvent(new Event("talking")); } function frame296(){ dispatchEvent(new Event("notTalking")); } function frame92(){ dispatchEvent(new Event("notTalking")); } function frame222(){ dispatchEvent(new Event("talking")); } function frame512(){ dispatchEvent(new Event("notTalking")); } function frame333(){ stop(); } function frame123(){ stop(); } function frame134(){ dispatchEvent(new Event("talking")); } function frame530(){ stop(); } function frame377(){ dispatchEvent(new Event("notTalking")); } function frame410(){ stop(); } function frame421(){ dispatchEvent(new Event("talking")); } } }//package kuma_anim_test_WITH_CODE_v2_fla
Section 7
//SexNoise1 (SexNoise1) package { import flash.media.*; public dynamic class SexNoise1 extends Sound { } }//package
Section 8
//SexNoise2 (SexNoise2) package { import flash.media.*; public dynamic class SexNoise2 extends Sound { } }//package
Section 9
//SexNoise3 (SexNoise3) package { import flash.media.*; public dynamic class SexNoise3 extends Sound { } }//package

Library Items

Symbol 1 Sound {SexNoise3}
Symbol 2 Sound {SexNoise2}
Symbol 3 Sound {SexNoise1}
Symbol 4 GraphicUsed by:Timeline
Symbol 5 ShapeTweeningUsed by:9
Symbol 6 ShapeTweeningUsed by:9
Symbol 7 ShapeTweeningUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:5 6 7 8Used by:Timeline
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:10 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:21
Symbol 15 FontUsed by:16
Symbol 16 TextUses:15Used by:21
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:14 16 17 18 19 20Used by:Timeline
Symbol 22 GraphicUsed by:145
Symbol 23 GraphicUsed by:67
Symbol 24 GraphicUsed by:46
Symbol 25 GraphicUsed by:46
Symbol 26 GraphicUsed by:46
Symbol 27 GraphicUsed by:46
Symbol 28 GraphicUsed by:46
Symbol 29 GraphicUsed by:46
Symbol 30 GraphicUsed by:46
Symbol 31 GraphicUsed by:46
Symbol 32 GraphicUsed by:46
Symbol 33 GraphicUsed by:46
Symbol 34 GraphicUsed by:46
Symbol 35 GraphicUsed by:46
Symbol 36 GraphicUsed by:46
Symbol 37 GraphicUsed by:46
Symbol 38 GraphicUsed by:46
Symbol 39 GraphicUsed by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45Used by:67
Symbol 47 GraphicUsed by:66
Symbol 48 GraphicUsed by:66
Symbol 49 GraphicUsed by:66
Symbol 50 GraphicUsed by:66
Symbol 51 GraphicUsed by:66
Symbol 52 GraphicUsed by:66
Symbol 53 GraphicUsed by:66
Symbol 54 GraphicUsed by:66
Symbol 55 GraphicUsed by:66
Symbol 56 GraphicUsed by:66
Symbol 57 GraphicUsed by:66
Symbol 58 GraphicUsed by:66
Symbol 59 GraphicUsed by:66
Symbol 60 GraphicUsed by:66
Symbol 61 GraphicUsed by:66
Symbol 62 GraphicUsed by:66
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65Used by:67
Symbol 67 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Head_5}Uses:23 46 66Used by:145
Symbol 68 GraphicUsed by:145
Symbol 69 GraphicUsed by:145
Symbol 70 GraphicUsed by:145
Symbol 71 GraphicUsed by:145
Symbol 72 GraphicUsed by:145
Symbol 73 GraphicUsed by:145
Symbol 74 GraphicUsed by:145
Symbol 75 GraphicUsed by:145
Symbol 76 GraphicUsed by:145
Symbol 77 GraphicUsed by:145
Symbol 78 GraphicUsed by:145
Symbol 79 GraphicUsed by:145
Symbol 80 GraphicUsed by:145
Symbol 81 GraphicUsed by:145
Symbol 82 GraphicUsed by:145
Symbol 83 GraphicUsed by:145
Symbol 84 GraphicUsed by:145
Symbol 85 GraphicUsed by:145
Symbol 86 GraphicUsed by:145
Symbol 87 GraphicUsed by:145
Symbol 88 GraphicUsed by:145
Symbol 89 GraphicUsed by:145
Symbol 90 GraphicUsed by:145
Symbol 91 GraphicUsed by:145
Symbol 92 GraphicUsed by:145
Symbol 93 GraphicUsed by:145
Symbol 94 GraphicUsed by:145
Symbol 95 GraphicUsed by:145
Symbol 96 GraphicUsed by:145
Symbol 97 GraphicUsed by:145
Symbol 98 GraphicUsed by:145
Symbol 99 GraphicUsed by:145
Symbol 100 GraphicUsed by:145
Symbol 101 GraphicUsed by:145
Symbol 102 GraphicUsed by:145
Symbol 103 GraphicUsed by:145
Symbol 104 GraphicUsed by:145
Symbol 105 GraphicUsed by:145
Symbol 106 GraphicUsed by:145
Symbol 107 GraphicUsed by:145
Symbol 108 GraphicUsed by:145
Symbol 109 GraphicUsed by:145
Symbol 110 GraphicUsed by:145
Symbol 111 GraphicUsed by:145
Symbol 112 GraphicUsed by:145
Symbol 113 GraphicUsed by:145
Symbol 114 GraphicUsed by:145
Symbol 115 GraphicUsed by:145
Symbol 116 GraphicUsed by:145
Symbol 117 GraphicUsed by:145
Symbol 118 GraphicUsed by:145
Symbol 119 GraphicUsed by:145
Symbol 120 GraphicUsed by:145
Symbol 121 GraphicUsed by:145
Symbol 122 GraphicUsed by:145
Symbol 123 GraphicUsed by:145
Symbol 124 GraphicUsed by:145
Symbol 125 GraphicUsed by:145
Symbol 126 GraphicUsed by:145
Symbol 127 GraphicUsed by:145
Symbol 128 GraphicUsed by:145
Symbol 129 GraphicUsed by:145
Symbol 130 GraphicUsed by:145
Symbol 131 GraphicUsed by:145
Symbol 132 GraphicUsed by:145
Symbol 133 GraphicUsed by:145
Symbol 134 GraphicUsed by:145
Symbol 135 GraphicUsed by:145
Symbol 136 GraphicUsed by:145
Symbol 137 GraphicUsed by:145
Symbol 138 GraphicUsed by:145
Symbol 139 GraphicUsed by:145
Symbol 140 GraphicUsed by:145
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Kumatora_4}Uses:22 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 FontUsed by:148
Symbol 148 TextUses:147Used by:Timeline
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.MuteButtonArt_9}Uses:149 150 151Used by:153
Symbol 153 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.MuteButton_8}Uses:152Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 FontUsed by:157 162 163 164 165
Symbol 157 TextUses:156Used by:166
Symbol 158 GraphicUsed by:166
Symbol 159 FontUsed by:160
Symbol 160 TextUses:159Used by:166
Symbol 161 SoundUsed by:166
Symbol 162 TextUses:156Used by:166
Symbol 163 TextUses:156Used by:166
Symbol 164 TextUses:156Used by:166
Symbol 165 TextUses:156Used by:166
Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11}Uses:157 158 160 161 162 163 164 165Used by:Timeline
Symbol 167 SoundUsed by:Timeline

Instance Names

"saturn"Frame 1Symbol 21 MovieClip
"saturn2"Frame 1Symbol 21 MovieClip
"body"Frame 1Symbol 145 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Kumatora_4}
"onoff_btn"Frame 1Symbol 153 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.MuteButton_8}
"saturnshower"Frame 1Symbol 155 MovieClip
"textBox"Frame 1Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11}
"mouth"Symbol 67 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Head_5} Frame 1Symbol 66 MovieClip
"head"Symbol 145 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Kumatora_4} Frame 1Symbol 67 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.Head_5}
"onoff_btn"Symbol 153 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.MuteButton_8} Frame 1Symbol 152 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.MuteButtonArt_9}

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.

Labels

"test"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 1
"text1"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 11
"text2"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 124
"text3"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 212
"text4"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 334
"text5"Symbol 166 MovieClip {kuma_anim_test_WITH_CODE_v2_fla.TextClip_11} Frame 411




http://swfchan.com/19/94482/info.shtml
Created: 4/12 -2018 02:58:50 Last modified: 4/12 -2018 02:58:50 Server time: 28/04 -2024 12:47:47