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

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

1222864861.setsunew_krystaljigglecompressed.swf

This is the info page for
Flash #43222

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


Text
Bikini

Loading

<p align="right"></p>

Mouse over area
for button panel

Slower

Music

Waves

ActionScript [AS3]

Section 1
//ButtonPanel_11 (KrystalJiggleCompressed_fla.ButtonPanel_11) package KrystalJiggleCompressed_fla { import flash.events.*; import flash.display.*; import flash.text.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class ButtonPanel_11 extends MovieClip { public var MusicButtonGraphic2:MovieClip; public var MouseAreaTextHint:MovieClip; public var SpeedButton2:SimpleButton; public var BikiniButtonGraphic2:BikiniCheckboxGraphic; public var WavesButton2:SimpleButton; public var MusicButton2:SimpleButton; public var BikiniButton2:BikiniCheckboxButton; public var SpeedButtonGraphic2:MovieClip; public var WavesButtonGraphic2:MovieClip; public function ButtonPanel_11(){ addFrameScript(0, frame1, 1, frame2, 9, frame10, 18, frame19); } function frame10(){ this.stop(); } function frame1(){ this.stop(); MouseAreaTextHint.mouseEnabled = false; MouseAreaTextHint.mouseChildren = false; } function frame19(){ this.stop(); } function frame2(){ BikiniButton2.addEventListener(MouseEvent.CLICK, BikiniButton2Click); SpeedButton2.addEventListener(MouseEvent.CLICK, SpeedButton2Click); MusicButton2.addEventListener(MouseEvent.CLICK, MusicButton2Click); WavesButton2.addEventListener(MouseEvent.CLICK, WavesButton2Click); } public function WavesButton2Click(_arg1:MouseEvent):void{ if (MovieClip(this.parent).WavesClipAS.currentFrame == 1){ WavesButtonGraphic2.gotoAndStop(2); MovieClip(this.parent).WavesClipAS.gotoAndPlay(2); } else { WavesButtonGraphic2.gotoAndStop(1); MovieClip(this.parent).WavesClipAS.gotoAndStop(1); }; } public function MusicButton2Click(_arg1:MouseEvent):void{ if (MovieClip(this.parent).BeachMusicClipAS.currentFrame == 1){ MusicButtonGraphic2.gotoAndStop(2); MovieClip(this.parent).BeachMusicClipAS.gotoAndPlay(2); } else { MusicButtonGraphic2.gotoAndStop(1); MovieClip(this.parent).BeachMusicClipAS.gotoAndStop(1); }; } public function BikiniButton2Click(_arg1:MouseEvent):void{ if (MovieClip(this.parent).Proof1CombinedAS.Proof1PB.visible){ BikiniButtonGraphic2.gotoAndStop(2); MovieClip(this.parent).Proof1CombinedAS.Proof1PB.visible = false; } else { BikiniButtonGraphic2.gotoAndStop(1); MovieClip(this.parent).Proof1CombinedAS.Proof1PB.visible = true; }; } public function SpeedButton2Click(_arg1:MouseEvent):void{ if (stage.frameRate == 30){ SpeedButtonGraphic2.gotoAndStop(2); stage.frameRate = 24; } else { SpeedButtonGraphic2.gotoAndStop(1); stage.frameRate = 30; }; } } }//package KrystalJiggleCompressed_fla
Section 2
//MainTimeline (KrystalJiggleCompressed_fla.MainTimeline) package KrystalJiggleCompressed_fla { import flash.events.*; import flash.display.*; import flash.text.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var WhiteFadeInRoot:WhiteFadeIn; public var loaded_txt:TextField; public var Proof1CombinedAS:Proof1Combined; public var loader_mc:MovieClip; public var BigPanelRolloverButton:SimpleButton; public var SlidingPanel:MovieClip; public var BigPanelRolloutButton:SimpleButton; public var WavesClipAS:MovieClip; public var BeachMusicClipAS:BeachMusicClip; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2); } public function PanelRollOut(_arg1:MouseEvent):void{ if (SlidingPanel.currentFrame > 10){ SlidingPanel.gotoAndPlay(2); }; } public function onProgress(_arg1:ProgressEvent):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = _arg1.target.bytesLoaded; _local3 = _arg1.target.bytesTotal; _local4 = (_local2 / _local3); loader_mc.scaleX = _local4; loaded_txt.text = (Math.round((_local4 * 100)) + "% Loaded"); } public function onComplete(_arg1:Event):void{ nextFrame(); } function frame1(){ stop(); this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress); this.loaderInfo.addEventListener(Event.COMPLETE, onComplete); } public function PanelRollIn(_arg1:MouseEvent):void{ if (SlidingPanel.currentFrame < 11){ SlidingPanel.gotoAndPlay(11); }; } function frame2(){ stop(); BigPanelRolloverButton.addEventListener(MouseEvent.ROLL_OVER, PanelRollIn); BigPanelRolloutButton.addEventListener(MouseEvent.ROLL_OVER, PanelRollOut); WhiteFadeInRoot.mouseEnabled = false; WhiteFadeInRoot.mouseChildren = false; } } }//package KrystalJiggleCompressed_fla
Section 3
//MouseAreaForButtonPanel_12 (KrystalJiggleCompressed_fla.MouseAreaForButtonPanel_12) package KrystalJiggleCompressed_fla { import flash.display.*; public dynamic class MouseAreaForButtonPanel_12 extends MovieClip { public var MouseAreaTextHint:MovieClip; public function MouseAreaForButtonPanel_12(){ addFrameScript(145, frame146); } function frame146(){ this.stop(); } } }//package KrystalJiggleCompressed_fla
Section 4
//MusicCheckboxGraphic_18 (KrystalJiggleCompressed_fla.MusicCheckboxGraphic_18) package KrystalJiggleCompressed_fla { import flash.display.*; public dynamic class MusicCheckboxGraphic_18 extends MovieClip { public function MusicCheckboxGraphic_18(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ this.stop(); } function frame2(){ this.stop(); } } }//package KrystalJiggleCompressed_fla
Section 5
//SpeedCheckboxGraphic_21 (KrystalJiggleCompressed_fla.SpeedCheckboxGraphic_21) package KrystalJiggleCompressed_fla { import flash.display.*; public dynamic class SpeedCheckboxGraphic_21 extends MovieClip { public function SpeedCheckboxGraphic_21(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ this.stop(); } function frame2(){ this.stop(); } } }//package KrystalJiggleCompressed_fla
Section 6
//WavesCheckboxGraphic_15 (KrystalJiggleCompressed_fla.WavesCheckboxGraphic_15) package KrystalJiggleCompressed_fla { import flash.display.*; public dynamic class WavesCheckboxGraphic_15 extends MovieClip { public function WavesCheckboxGraphic_15(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ this.stop(); } function frame2(){ this.stop(); } } }//package KrystalJiggleCompressed_fla
Section 7
//WavesClip_28 (KrystalJiggleCompressed_fla.WavesClip_28) package KrystalJiggleCompressed_fla { import flash.display.*; public dynamic class WavesClip_28 extends MovieClip { public function WavesClip_28(){ addFrameScript(0, frame1, 578, frame579); } function frame1(){ this.stop(); } function frame579(){ this.gotoAndPlay(2); } } }//package KrystalJiggleCompressed_fla
Section 8
//BeachMusicClip (BeachMusicClip) package { import flash.display.*; public dynamic class BeachMusicClip extends MovieClip { public function BeachMusicClip(){ addFrameScript(0, frame1, 827, frame828); } function frame1(){ this.stop(); } function frame828(){ this.gotoAndPlay(416); } } }//package
Section 9
//BikiniCheckboxButton (BikiniCheckboxButton) package { import flash.display.*; public dynamic class BikiniCheckboxButton extends SimpleButton { } }//package
Section 10
//BikiniCheckboxGraphic (BikiniCheckboxGraphic) package { import flash.display.*; public dynamic class BikiniCheckboxGraphic extends MovieClip { public function BikiniCheckboxGraphic(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ this.stop(); } function frame2(){ this.stop(); } } }//package
Section 11
//Proof1Combined (Proof1Combined) package { import flash.display.*; public dynamic class Proof1Combined extends MovieClip { public var Proof1NB:Proof1NoBikini; public var Proof1PB:Proof1PurpleBikini; } }//package
Section 12
//Proof1NoBikini (Proof1NoBikini) package { import flash.display.*; public dynamic class Proof1NoBikini extends MovieClip { } }//package
Section 13
//Proof1PurpleBikini (Proof1PurpleBikini) package { import flash.display.*; public dynamic class Proof1PurpleBikini extends MovieClip { } }//package
Section 14
//WhiteFadeIn (WhiteFadeIn) package { import flash.display.*; public dynamic class WhiteFadeIn extends MovieClip { public function WhiteFadeIn(){ addFrameScript(90, frame91); } function frame91(){ this.stop(); } } }//package

Library Items

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

Instance Names

"loaded_txt"Frame 1Symbol 17 EditableText
"loader_mc"Frame 1Symbol 20 MovieClip
"WavesClipAS"Frame 2Symbol 21 MovieClip {KrystalJiggleCompressed_fla.WavesClip_28}
"BeachMusicClipAS"Frame 2Symbol 22 MovieClip {BeachMusicClip}
"SlidingPanel"Frame 2Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11}
"BigPanelRolloverButton"Frame 2Symbol 42 Button
"BigPanelRolloutButton"Frame 2Symbol 43 Button
"WhiteFadeInRoot"Frame 2Symbol 10 MovieClip {WhiteFadeIn}
"Proof1CombinedAS"Frame 2Symbol 166 MovieClip {Proof1Combined}
"MouseAreaTextHint"Symbol 25 MovieClip {KrystalJiggleCompressed_fla.MouseAreaForButtonPanel_12} Frame 31Symbol 24 MovieClip
"MouseAreaTextHint"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 1Symbol 25 MovieClip {KrystalJiggleCompressed_fla.MouseAreaForButtonPanel_12}
"BikiniButton2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 2 Button {BikiniCheckboxButton}
"BikiniButtonGraphic2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 8 MovieClip {BikiniCheckboxGraphic}
"SpeedButton2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 26 Button
"SpeedButtonGraphic2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 29 MovieClip {KrystalJiggleCompressed_fla.SpeedCheckboxGraphic_21}
"MusicButton2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 30 Button
"MusicButtonGraphic2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 33 MovieClip {KrystalJiggleCompressed_fla.MusicCheckboxGraphic_18}
"WavesButton2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 34 Button
"WavesButtonGraphic2"Symbol 40 MovieClip {KrystalJiggleCompressed_fla.ButtonPanel_11} Frame 2Symbol 37 MovieClip {KrystalJiggleCompressed_fla.WavesCheckboxGraphic_15}
"Proof1PB"Symbol 166 MovieClip {Proof1Combined} Frame 1Symbol 104 MovieClip {Proof1PurpleBikini}
"Proof1NB"Symbol 166 MovieClip {Proof1Combined} Frame 1Symbol 165 MovieClip {Proof1NoBikini}

Special Tags

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




http://swfchan.com/9/43222/info.shtml
Created: 11/8 -2019 10:02:53 Last modified: 11/8 -2019 10:02:53 Server time: 29/04 -2024 04:27:59