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

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

big-wave hack no desk.swf

This is the info page for
Flash #204693

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


Text
Now Loading...

B

i

g

W

a

v

e

<p align="left"><font face="HG明朝E" size="59" color="#cc33cc" letterSpacing="0.000000" kerning="0"><b></b></font></p>

<p align="left"><font face="HG明朝E" size="59" color="#cc6699" letterSpacing="0.000000" kerning="0"><b></b></font></p>

<p align="left"><font face="HG明朝E" size="59" color="#ff6699" letterSpacing="0.000000" kerning="0"><b></b></font></p>

3

2

1

GO!

終了

push key to skip...

得点:0点

得点:0点

得点:0点

ActionScript [AS3]

Section 1
//MainTimeline (BigWave_fla.MainTimeline) package BigWave_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.utils.*; import flash.text.*; 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.ui.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var MSClock:SoundChannel; public var MCBadend; public var ArrowArea:MovieClip; public var loadPercentage:Number; public var total_Frames:Number; public var HeightVary:Number; public var PlayTime:Timer; public var title:MovieClip; public var SoundGood:Sound; public var SoundClock:Sound; public var loaded_Frames:Number; public var MSChannel:SoundChannel; public var SoundBadend:Sound; public var MCGoodend; public var score:TextField; public var suiteki1:MovieClip; public var suiteki3:MovieClip; public var suiteki2:MovieClip; public var suiteki4:MovieClip; public var desk:MovieClip; public var girl:MovieClip; public var SoundBad:Sound; public var trans:SoundTransform; public var MCGoodend2; public var MSstr:SoundTransform; public var go:MovieClip; public var MCopening; public var waterfall:MovieClip; public var ResultText:TextField; public var SoundGoodend2:Sound; public var hamon1:MovieClip; public var hamon3:MovieClip; public var hamon2:MovieClip; public var LoadBar:MovieClip; public var hamon4:MovieClip; public var MSwater:SoundChannel; public var waveArea:MovieClip; public var gameArrow:int; public var SuitekiWidth:int; public var omorashi_shadow:MovieClip; public var SoundGoodend:Sound; public var SoundOpening:Sound; public var SoundWater:Sound; public var gamePhaze:int; public var omorashi_light:MovieClip; public var SoundChime:Sound; public var enableSkip:MovieClip; public var gameScore:int; public var omorashi_mask:MovieClip; public var keyEnabled:int; public var FrameCounter:int; public var McArrow:MovieClip; public var WavePoint:Number; public var black:MovieClip; public function MainTimeline(){ super(); addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 32, frame33, 44, frame45, 68, frame69, 131, frame132, 132, frame133, 142, frame143, 145, frame146, 189, frame190, 190, frame191, 0x0101, frame258, 258, frame259, 347, frame348, 379, frame380, 381, frame382, 382, frame383, 403, frame404, 560, frame561, 561, frame562, 576, frame577, 583, frame584, 601, frame602, 602, frame603, 617, frame618, 624, frame625, 641, frame642, 642, frame643, 657, frame658, 663, frame664, 680, frame681); } public function returnTitle1(event:KeyboardEvent):void{ MCBadend.stop(); gotoAndPlay("title"); this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, returnTitle1); } public function returnTitle3(event:KeyboardEvent):void{ MCGoodend2.stop(); gotoAndPlay("title"); this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, returnTitle3); } public function returnTitle2(event:KeyboardEvent):void{ MCGoodend.stop(); gotoAndPlay("title"); this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, returnTitle2); } function frame603(){ SoundGoodend = new soundGOODEND(); MCGoodend = SoundGoodend.play(); } public function goEnding(event:KeyboardEvent):void{ if (gameScore < 60){ gotoAndPlay("result_bad"); } else { if (gameScore < 75){ gotoAndPlay("result_good"); } else { gotoAndPlay("result_verygood"); }; }; this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, goEnding); } public function checkKey(event:Event):void{ if (keyEnabled){ keyEnabled = (keyEnabled - 1); }; } function frame602(){ gotoAndPlay((currentFrame - 16)); } public function changeArrow():void{ var rand:int; rand = ((Math.random() * 4) + 1); switch (rand){ case 1: gameArrow = 1; McArrow.gotoAndStop(6); break; case 2: gameArrow = 2; McArrow.gotoAndStop(11); break; case 3: gameArrow = 3; McArrow.gotoAndStop(16); break; case 4: gameArrow = 4; McArrow.gotoAndStop(21); break; }; } function frame618(){ score.text = (("得点;" + gameScore) + "点"); } function frame2(){ loaded_Frames = loaderInfo.bytesLoaded; total_Frames = loaderInfo.bytesTotal; loadPercentage = (Math.floor(((loaded_Frames / total_Frames) * 100)) / 100); LoadBar.scaleX = loadPercentage; } function frame3(){ if (loadPercentage >= 0.99){ gotoAndPlay(4); } else { gotoAndPlay(2); }; } function frame4(){ SoundOpening = new SoundOPENING(); MCopening = SoundOpening.play(); } public function waveMove(event:TimerEvent):void{ var Tension:Number; Tension = (gameScore / 25); if (Tension < 0.1){ Tension = 0.1; } else { if (Tension > 3.2){ Tension = 3.2; }; }; waveArea.sea.scaleY = (Tension * 8); waveArea.waveHead.y = ((Tension * -128) + 224); if (PlayTime.currentCount == 86){ SoundClock.play(); }; if (PlayTime.currentCount >= 50){ if (desk.alpha > 0){ desk.alpha = (desk.alpha - 0.03); } else { desk.alpha = 0; }; }; } function frame1(){ } function frame625(){ this.stage.addEventListener(KeyboardEvent.KEY_DOWN, returnTitle2); } function frame190(){ gotoAndPlay("omorashi"); } function frame191(){ girl.gotoAndPlay("genkai1"); } public function Omorashi(e:Event):void{ var Height:Number; var CheckNum:Number; var i:Number; Height = (WavePoint / 25); if (Height < 0.1){ Height = 0.1; } else { if (Height > 3.2){ Height = 3.2; }; }; waveArea.sea.scaleY = (Height * 8); waveArea.waveHead.y = ((Height * -128) + 224); FrameCounter = (FrameCounter - 1); WavePoint = (WavePoint - HeightVary); if (FrameCounter < 80){ CheckNum = (FrameCounter % 10); if (CheckNum != 0){ omorashi_light.gotoAndPlay(omorashi_light.currentFrame); omorashi_shadow.gotoAndPlay(omorashi_shadow.currentFrame); omorashi_mask.gotoAndPlay(omorashi_mask.currentFrame); }; } else { if (FrameCounter < 200){ CheckNum = (FrameCounter % 5); if (CheckNum != 0){ omorashi_light.gotoAndPlay(omorashi_light.currentFrame); omorashi_shadow.gotoAndPlay(omorashi_shadow.currentFrame); omorashi_mask.gotoAndPlay(omorashi_mask.currentFrame); }; } else { if (FrameCounter < 400){ CheckNum = (FrameCounter % 2); if (CheckNum != 0){ omorashi_light.gotoAndPlay(omorashi_light.currentFrame); omorashi_shadow.gotoAndPlay(omorashi_shadow.currentFrame); omorashi_mask.gotoAndPlay(omorashi_mask.currentFrame); }; }; }; }; if ((((FrameCounter <= 300)) && ((FrameCounter >= 100)))){ i = trans.volume; if (i > 0){ i = (i - 0.005); trans.volume = i; MSwater.soundTransform = trans; }; }; if (omorashi_shadow.currentFrame > 450){ SuitekiWidth = 72; } else { if (omorashi_shadow.currentFrame > 240){ SuitekiWidth = 48; } else { if (omorashi_shadow.currentFrame > 120){ SuitekiWidth = 24; } else { SuitekiWidth = 12; }; }; }; if (hamon1.x <= -61){ hamon1.x = ((216 + (Math.random() * SuitekiWidth)) - (SuitekiWidth / 2)); suiteki1.x = hamon1.x; hamon1.gotoAndPlay(2); suiteki1.gotoAndPlay(1); }; if (hamon2.x <= -61){ hamon2.x = ((216 + (Math.random() * SuitekiWidth)) - (SuitekiWidth / 2)); suiteki2.x = hamon2.x; hamon2.gotoAndPlay(2); suiteki2.gotoAndPlay(1); }; if (hamon3.x <= -61){ hamon3.x = ((216 + (Math.random() * SuitekiWidth)) - (SuitekiWidth / 2)); suiteki3.x = hamon3.x; hamon3.gotoAndPlay(2); suiteki3.gotoAndPlay(1); }; if (hamon4.x <= -61){ hamon4.x = ((216 + (Math.random() * SuitekiWidth)) - (SuitekiWidth / 2)); suiteki4.x = hamon4.x; hamon4.gotoAndPlay(2); suiteki4.gotoAndPlay(1); }; if (FrameCounter <= 0){ omorashi_light.gotoAndStop(omorashi_light.currentFrame); omorashi_shadow.gotoAndStop(omorashi_shadow.currentFrame); omorashi_mask.gotoAndStop(omorashi_mask.currentFrame); stop(); this.stage.addEventListener(KeyboardEvent.KEY_DOWN, goEnding); enableSkip.alpha = 1; removeEventListener(Event.ENTER_FRAME, Omorashi); }; } function frame642(){ gotoAndPlay((currentFrame - 16)); } function frame45(){ gotoAndPlay(34); } function frame643(){ SoundGoodend2 = new soundGOODEND2(); MCGoodend2 = SoundGoodend2.play(); } function frame33(){ this.stage.addEventListener(KeyboardEvent.KEY_DOWN, gameStart); } function frame404(){ trans.volume = 1; MSwater.soundTransform = trans; } function frame658(){ score.text = (("得点;" + gameScore) + "点"); } function frame664(){ this.stage.addEventListener(KeyboardEvent.KEY_DOWN, returnTitle3); } function frame69(){ SoundChime = new SoundCHIME(); SoundChime.play(); } function frame561(){ gotoAndPlay("omorashi_roop"); } function frame681(){ gotoAndPlay((currentFrame - 16)); } function frame562(){ SoundBadend = new soundBADEND(); MCBadend = SoundBadend.play(); } function frame577(){ score.text = (("得点;" + gameScore) + "点"); } function frame584(){ this.stage.addEventListener(KeyboardEvent.KEY_DOWN, returnTitle1); } function frame348(){ gotoAndPlay("gaman"); } public function gameEnd(event:TimerEvent):void{ gamePhaze = 2; gotoAndPlay("judge"); removeEventListener(Event.ENTER_FRAME, checkKey); removeEventListener(KeyboardEvent.KEY_DOWN, checkArrow); } public function gameStart(event:KeyboardEvent):void{ MCopening.stop(); McArrow.gotoAndStop(1); gotoAndPlay("standby"); this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, gameStart); } function frame132(){ gamePhaze = 0; gameScore = 0; gameArrow = 0; keyEnabled = 0; SoundGood = new SoundGOOD(); SoundBad = new SoundBAD(); MSstr = new SoundTransform(1, 0); SoundClock = new SoundCLOCK(); this.stage.addEventListener(KeyboardEvent.KEY_DOWN, checkArrow); addEventListener(Event.ENTER_FRAME, checkKey); changeArrow(); gamePhaze = 1; gameScore = 0; gotoAndStop("main"); } function frame258(){ gotoAndPlay("omorashi"); } function frame259(){ girl.gotoAndPlay("gaman_final"); } public function getPoint():void{ gameScore = (gameScore + 15); MSChannel = SoundGood.play(0, 0, MSstr); if (gameScore == 15){ girl.gotoAndPlay("gaman1"); } else { if (gameScore == 30){ girl.gotoAndPlay("gaman2"); } else { if (gameScore == 45){ girl.gotoAndPlay("gaman3"); } else { if (gameScore == 60){ girl.gotoAndPlay("gaman4"); }; }; }; }; } function frame382(){ gotoAndPlay((currentFrame - 1)); } public function checkArrow(event:KeyboardEvent):void{ if ((((keyEnabled == 0)) && ((gamePhaze == 1)))){ if (event.keyCode == Keyboard.UP){ if (gameArrow == 4){ getPoint(); changeArrow(); } else { missPoint(); }; } else { if (event.keyCode == Keyboard.RIGHT){ if (gameArrow == 1){ getPoint(); changeArrow(); } else { missPoint(); }; } else { if (event.keyCode == Keyboard.DOWN){ if (gameArrow == 2){ getPoint(); changeArrow(); } else { missPoint(); }; } else { if (event.keyCode == Keyboard.LEFT){ if (gameArrow == 3){ getPoint(); changeArrow(); } else { missPoint(); }; }; }; }; }; }; } function frame143(){ if (gameScore >= 75){ ResultText.text = "大成功!"; gotoAndPlay("biku_1"); } else { if (gameScore >= 60){ ResultText.text = "成功!"; gotoAndPlay("biku_2"); } else { ResultText.text = "失敗!"; gotoAndPlay("biku_3"); }; }; stop(); } function frame380(){ this.stage.addEventListener(KeyboardEvent.KEY_DOWN, goEnding); } function frame383(){ SoundWater = new soundWATER(); trans = new SoundTransform(0.7, 0); MSwater = SoundWater.play(0, 8, trans); WavePoint = gameScore; if (WavePoint >= 80){ WavePoint = 80; }; FrameCounter = (((WavePoint - 55) * 35) + 135); HeightVary = (WavePoint / (FrameCounter - 60)); waterfall.SetCounter(FrameCounter); addEventListener(Event.ENTER_FRAME, Omorashi); } function frame146(){ girl.gotoAndPlay("genkai1"); } function frame133(){ PlayTime = new Timer(300, 100); PlayTime.addEventListener(TimerEvent.TIMER, waveMove); PlayTime.addEventListener(TimerEvent.TIMER_COMPLETE, gameEnd); PlayTime.start(); } public function missPoint():void{ gameScore = (gameScore - 3); MSChannel = SoundBad.play(0, 0, MSstr); if (gameScore < 0){ gameScore = 0; }; } } }//package BigWave_fla
Section 2
//Timeline_19 (BigWave_fla.Timeline_19) package BigWave_fla { import flash.media.*; import flash.display.*; public dynamic class Timeline_19 extends MovieClip { public var MCdrop; public var SoundDrop:Sound; public function Timeline_19(){ super(); addFrameScript(3, frame4, 24, frame25, 26, frame27); } function frame25(){ this.x = (-30 - (Math.random() * 25)); } function frame4(){ SoundDrop = new SoundDROP(); MCdrop = SoundDrop.play(); } function frame27(){ this.x = (this.x - 1); gotoAndPlay((currentFrame - 1)); } } }//package BigWave_fla
Section 3
//Timeline_20 (BigWave_fla.Timeline_20) package BigWave_fla { import flash.display.*; public dynamic class Timeline_20 extends MovieClip { public function Timeline_20(){ super(); addFrameScript(2, frame3); } function frame3(){ this.x = -50; stop(); } } }//package BigWave_fla
Section 4
//Timeline_21 (BigWave_fla.Timeline_21) package BigWave_fla { import flash.events.*; import flash.display.*; public dynamic class Timeline_21 extends MovieClip { public var Counter:int; public var Adder:int; public function Timeline_21(){ super(); addFrameScript(0, frame1, 27, frame28); } public function CountDown(e:Event):void{ Counter = (Counter - 1); Adder = (Adder + 1); if (Adder <= 42){ if ((((Adder >= 3)) && ((Adder <= 4)))){ this.alpha = (this.alpha + 0.5); } else { if ((((Adder >= 8)) && ((Adder <= 9)))){ this.alpha = (this.alpha - 0.5); } else { if ((((Adder >= 15)) && ((Adder <= 19)))){ this.alpha = (this.alpha + 0.2); } else { if ((((Adder >= 25)) && ((Adder <= 29)))){ this.alpha = (this.alpha - 0.2); } else { if (Adder >= 30){ this.alpha = (this.alpha + 0.08); }; }; }; }; }; }; if ((((Counter <= 150)) && ((Counter >= 110)))){ if (Counter <= 120){ this.alpha = (this.alpha - 0.2); } else { if ((((Counter >= 125)) && ((Counter <= 130)))){ this.alpha = (this.alpha + 0.2); } else { if (Counter >= 137){ this.alpha = (this.alpha - 0.08); }; }; }; }; if (Counter <= 0){ removeEventListener(Event.ENTER_FRAME, CountDown); }; } public function SetCounter(i:int){ Counter = i; } function frame1(){ Adder = 0; this.alpha = 0; addEventListener(Event.ENTER_FRAME, CountDown); gotoAndPlay((currentFrame + 1)); } function frame28(){ gotoAndPlay(2); } } }//package BigWave_fla
Section 5
//Timeline_6 (BigWave_fla.Timeline_6) package BigWave_fla { import flash.media.*; import flash.display.*; public dynamic class Timeline_6 extends MovieClip { public var position:int; public var SoundChime:Sound; public function Timeline_6(){ super(); addFrameScript(0, frame1, 58, frame59, 134, frame135, 190, frame191, 268, frame269, 283, frame284, 374, frame375, 437, frame438, 507, frame508, 526, frame527, 546, frame547); } function frame547(){ gotoAndPlay("gaman_result"); } function frame438(){ gotoAndPlay("omorashi"); } function frame284(){ gotoAndPlay("gaman4"); } function frame1(){ position = 0; } function frame508(){ SoundChime = new SoundCHIME(); SoundChime.play(); } function frame191(){ gotoAndPlay("gaman2"); } function frame527(){ gotoAndPlay("gaman_result"); } function frame135(){ gotoAndStop("gaman1"); } function frame59(){ gotoAndPlay("normal"); } function frame375(){ gotoAndPlay("omorashi"); } function frame269(){ gotoAndPlay("gaman3"); } } }//package BigWave_fla
Section 6
//Timeline_9 (BigWave_fla.Timeline_9) package BigWave_fla { import flash.display.*; public dynamic class Timeline_9 extends MovieClip { public var sea:MovieClip; public var waveHead:MovieClip; public function Timeline_9(){ super(); } } }//package BigWave_fla
Section 7
//SoundBAD (SoundBAD) package { import flash.media.*; public dynamic class SoundBAD extends Sound { public function SoundBAD(){ super(); } } }//package
Section 8
//soundBADEND (soundBADEND) package { import flash.media.*; public dynamic class soundBADEND extends Sound { public function soundBADEND(){ super(); } } }//package
Section 9
//SoundCHIME (SoundCHIME) package { import flash.media.*; public dynamic class SoundCHIME extends Sound { public function SoundCHIME(){ super(); } } }//package
Section 10
//SoundCLOCK (SoundCLOCK) package { import flash.media.*; public dynamic class SoundCLOCK extends Sound { public function SoundCLOCK(){ super(); } } }//package
Section 11
//SoundDROP (SoundDROP) package { import flash.media.*; public dynamic class SoundDROP extends Sound { public function SoundDROP(){ super(); } } }//package
Section 12
//SoundGOOD (SoundGOOD) package { import flash.media.*; public dynamic class SoundGOOD extends Sound { public function SoundGOOD(){ super(); } } }//package
Section 13
//soundGOODEND (soundGOODEND) package { import flash.media.*; public dynamic class soundGOODEND extends Sound { public function soundGOODEND(){ super(); } } }//package
Section 14
//soundGOODEND2 (soundGOODEND2) package { import flash.media.*; public dynamic class soundGOODEND2 extends Sound { public function soundGOODEND2(){ super(); } } }//package
Section 15
//SoundOPENING (SoundOPENING) package { import flash.media.*; public dynamic class SoundOPENING extends Sound { public function SoundOPENING(){ super(); } } }//package
Section 16
//soundWATER (soundWATER) package { import flash.media.*; public dynamic class soundWATER extends Sound { public function soundWATER(){ super(); } } }//package

Library Items

Symbol 1 Sound {soundWATER}
Symbol 2 Sound {SoundOPENING}
Symbol 3 Sound {soundGOODEND2}
Symbol 4 Sound {soundGOODEND}
Symbol 5 Sound {SoundGOOD}
Symbol 6 Sound {SoundDROP}
Symbol 7 Sound {SoundCLOCK}
Symbol 8 Sound {SoundCHIME}
Symbol 9 Sound {soundBADEND}
Symbol 10 Sound {SoundBAD}
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 FontUsed by:14 368 369 439 442 445
Symbol 14 EditableTextUses:13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:Timeline
Symbol 20 FontUsed by:21 22 23 24 25 26 27 363 364 365 366
Symbol 21 TextUses:20Used by:33
Symbol 22 TextUses:20Used by:33
Symbol 23 TextUses:20Used by:33
Symbol 24 TextUses:20Used by:33
Symbol 25 TextUses:20Used by:33
Symbol 26 TextUses:20Used by:33
Symbol 27 TextUses:20Used by:33
Symbol 28 FontUsed by:29 30 31
Symbol 29 EditableTextUses:28Used by:33
Symbol 30 EditableTextUses:28Used by:33
Symbol 31 EditableTextUses:28Used by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:21 22 23 24 25 26 27 29 30 31 32Used by:Timeline
Symbol 34 GraphicUsed by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:34 35 36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:48
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:44 45Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClip {BigWave_fla.Timeline_9}Uses:43 46 47Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 52 MovieClipUsed by:Timeline
Symbol 53 GraphicUsed by:356
Symbol 54 GraphicUsed by:356
Symbol 55 GraphicUsed by:356
Symbol 56 GraphicUsed by:356
Symbol 57 GraphicUsed by:356
Symbol 58 GraphicUsed by:356
Symbol 59 GraphicUsed by:356
Symbol 60 GraphicUsed by:356
Symbol 61 GraphicUsed by:356
Symbol 62 GraphicUsed by:356
Symbol 63 GraphicUsed by:356
Symbol 64 GraphicUsed by:356
Symbol 65 GraphicUsed by:356
Symbol 66 GraphicUsed by:356
Symbol 67 GraphicUsed by:356
Symbol 68 GraphicUsed by:356
Symbol 69 GraphicUsed by:356
Symbol 70 GraphicUsed by:356
Symbol 71 GraphicUsed by:356
Symbol 72 GraphicUsed by:356
Symbol 73 GraphicUsed by:356
Symbol 74 GraphicUsed by:356
Symbol 75 GraphicUsed by:356
Symbol 76 GraphicUsed by:356
Symbol 77 GraphicUsed by:356
Symbol 78 GraphicUsed by:356
Symbol 79 GraphicUsed by:356
Symbol 80 GraphicUsed by:356
Symbol 81 GraphicUsed by:356
Symbol 82 GraphicUsed by:356
Symbol 83 GraphicUsed by:356
Symbol 84 GraphicUsed by:356
Symbol 85 GraphicUsed by:356
Symbol 86 GraphicUsed by:356
Symbol 87 GraphicUsed by:356
Symbol 88 GraphicUsed by:356
Symbol 89 GraphicUsed by:356
Symbol 90 GraphicUsed by:356
Symbol 91 GraphicUsed by:356
Symbol 92 GraphicUsed by:356
Symbol 93 GraphicUsed by:356
Symbol 94 GraphicUsed by:356
Symbol 95 GraphicUsed by:356
Symbol 96 GraphicUsed by:356
Symbol 97 GraphicUsed by:356
Symbol 98 GraphicUsed by:356
Symbol 99 GraphicUsed by:356
Symbol 100 GraphicUsed by:356
Symbol 101 GraphicUsed by:356
Symbol 102 GraphicUsed by:356
Symbol 103 GraphicUsed by:356
Symbol 104 GraphicUsed by:356
Symbol 105 GraphicUsed by:356
Symbol 106 GraphicUsed by:356
Symbol 107 GraphicUsed by:356
Symbol 108 GraphicUsed by:356
Symbol 109 GraphicUsed by:356
Symbol 110 GraphicUsed by:356
Symbol 111 GraphicUsed by:356
Symbol 112 GraphicUsed by:356
Symbol 113 GraphicUsed by:356
Symbol 114 GraphicUsed by:356
Symbol 115 GraphicUsed by:356
Symbol 116 GraphicUsed by:356
Symbol 117 GraphicUsed by:356
Symbol 118 GraphicUsed by:356
Symbol 119 GraphicUsed by:356
Symbol 120 GraphicUsed by:356
Symbol 121 GraphicUsed by:356
Symbol 122 GraphicUsed by:356
Symbol 123 GraphicUsed by:356
Symbol 124 GraphicUsed by:356
Symbol 125 GraphicUsed by:356
Symbol 126 GraphicUsed by:356
Symbol 127 GraphicUsed by:356
Symbol 128 GraphicUsed by:356
Symbol 129 GraphicUsed by:356
Symbol 130 GraphicUsed by:356
Symbol 131 GraphicUsed by:356
Symbol 132 GraphicUsed by:356
Symbol 133 GraphicUsed by:356
Symbol 134 GraphicUsed by:356
Symbol 135 GraphicUsed by:356
Symbol 136 GraphicUsed by:356
Symbol 137 GraphicUsed by:356
Symbol 138 GraphicUsed by:356
Symbol 139 GraphicUsed by:356
Symbol 140 GraphicUsed by:356
Symbol 141 GraphicUsed by:356
Symbol 142 GraphicUsed by:356
Symbol 143 GraphicUsed by:356
Symbol 144 GraphicUsed by:356
Symbol 145 GraphicUsed by:356
Symbol 146 GraphicUsed by:356
Symbol 147 GraphicUsed by:356
Symbol 148 GraphicUsed by:356
Symbol 149 GraphicUsed by:356
Symbol 150 GraphicUsed by:356
Symbol 151 GraphicUsed by:356
Symbol 152 GraphicUsed by:356
Symbol 153 GraphicUsed by:356
Symbol 154 GraphicUsed by:356
Symbol 155 GraphicUsed by:356
Symbol 156 GraphicUsed by:356
Symbol 157 GraphicUsed by:356
Symbol 158 GraphicUsed by:356
Symbol 159 GraphicUsed by:356
Symbol 160 GraphicUsed by:356
Symbol 161 GraphicUsed by:356
Symbol 162 GraphicUsed by:356
Symbol 163 GraphicUsed by:356
Symbol 164 GraphicUsed by:356
Symbol 165 GraphicUsed by:356
Symbol 166 GraphicUsed by:356
Symbol 167 GraphicUsed by:356
Symbol 168 GraphicUsed by:356
Symbol 169 GraphicUsed by:356
Symbol 170 GraphicUsed by:356
Symbol 171 GraphicUsed by:356
Symbol 172 GraphicUsed by:356
Symbol 173 GraphicUsed by:356
Symbol 174 GraphicUsed by:356
Symbol 175 GraphicUsed by:356
Symbol 176 GraphicUsed by:356
Symbol 177 GraphicUsed by:356
Symbol 178 GraphicUsed by:356
Symbol 179 GraphicUsed by:356
Symbol 180 GraphicUsed by:356
Symbol 181 GraphicUsed by:356
Symbol 182 GraphicUsed by:356
Symbol 183 GraphicUsed by:356
Symbol 184 GraphicUsed by:356
Symbol 185 GraphicUsed by:356
Symbol 186 GraphicUsed by:356
Symbol 187 GraphicUsed by:356
Symbol 188 GraphicUsed by:356
Symbol 189 GraphicUsed by:356
Symbol 190 GraphicUsed by:356
Symbol 191 GraphicUsed by:356
Symbol 192 GraphicUsed by:356
Symbol 193 GraphicUsed by:356
Symbol 194 GraphicUsed by:356
Symbol 195 GraphicUsed by:356
Symbol 196 GraphicUsed by:356
Symbol 197 GraphicUsed by:356
Symbol 198 GraphicUsed by:356
Symbol 199 GraphicUsed by:356
Symbol 200 GraphicUsed by:356
Symbol 201 GraphicUsed by:356
Symbol 202 GraphicUsed by:356
Symbol 203 GraphicUsed by:356
Symbol 204 GraphicUsed by:356
Symbol 205 GraphicUsed by:356
Symbol 206 GraphicUsed by:356
Symbol 207 GraphicUsed by:356
Symbol 208 GraphicUsed by:356
Symbol 209 GraphicUsed by:356
Symbol 210 GraphicUsed by:356
Symbol 211 GraphicUsed by:356
Symbol 212 GraphicUsed by:356
Symbol 213 GraphicUsed by:356
Symbol 214 GraphicUsed by:356
Symbol 215 GraphicUsed by:356
Symbol 216 GraphicUsed by:356
Symbol 217 GraphicUsed by:356
Symbol 218 GraphicUsed by:356
Symbol 219 GraphicUsed by:356
Symbol 220 GraphicUsed by:356
Symbol 221 GraphicUsed by:356
Symbol 222 GraphicUsed by:356
Symbol 223 GraphicUsed by:356
Symbol 224 GraphicUsed by:356
Symbol 225 GraphicUsed by:356
Symbol 226 GraphicUsed by:356
Symbol 227 GraphicUsed by:356
Symbol 228 GraphicUsed by:356
Symbol 229 GraphicUsed by:356
Symbol 230 GraphicUsed by:356
Symbol 231 GraphicUsed by:356
Symbol 232 GraphicUsed by:356
Symbol 233 GraphicUsed by:356
Symbol 234 GraphicUsed by:356
Symbol 235 GraphicUsed by:356
Symbol 236 GraphicUsed by:356
Symbol 237 GraphicUsed by:356
Symbol 238 GraphicUsed by:356
Symbol 239 GraphicUsed by:356
Symbol 240 GraphicUsed by:356
Symbol 241 GraphicUsed by:356
Symbol 242 GraphicUsed by:356
Symbol 243 GraphicUsed by:356
Symbol 244 GraphicUsed by:356
Symbol 245 ShapeTweeningUsed by:356
Symbol 246 GraphicUsed by:356
Symbol 247 ShapeTweeningUsed by:356
Symbol 248 GraphicUsed by:356
Symbol 249 GraphicUsed by:356
Symbol 250 GraphicUsed by:356
Symbol 251 GraphicUsed by:356
Symbol 252 GraphicUsed by:356
Symbol 253 GraphicUsed by:356
Symbol 254 GraphicUsed by:356
Symbol 255 GraphicUsed by:356
Symbol 256 GraphicUsed by:356
Symbol 257 GraphicUsed by:356
Symbol 258 GraphicUsed by:356
Symbol 259 GraphicUsed by:356
Symbol 260 GraphicUsed by:356
Symbol 261 GraphicUsed by:356
Symbol 262 GraphicUsed by:356
Symbol 263 GraphicUsed by:356
Symbol 264 GraphicUsed by:356
Symbol 265 GraphicUsed by:356
Symbol 266 GraphicUsed by:356
Symbol 267 GraphicUsed by:356
Symbol 268 GraphicUsed by:356
Symbol 269 GraphicUsed by:356
Symbol 270 GraphicUsed by:356
Symbol 271 GraphicUsed by:356
Symbol 272 GraphicUsed by:356
Symbol 273 GraphicUsed by:356
Symbol 274 GraphicUsed by:356
Symbol 275 GraphicUsed by:356
Symbol 276 GraphicUsed by:356
Symbol 277 GraphicUsed by:356
Symbol 278 GraphicUsed by:356
Symbol 279 GraphicUsed by:356
Symbol 280 GraphicUsed by:356
Symbol 281 GraphicUsed by:356
Symbol 282 GraphicUsed by:356
Symbol 283 GraphicUsed by:356
Symbol 284 GraphicUsed by:356
Symbol 285 GraphicUsed by:356
Symbol 286 GraphicUsed by:356
Symbol 287 GraphicUsed by:356
Symbol 288 GraphicUsed by:356
Symbol 289 GraphicUsed by:356
Symbol 290 GraphicUsed by:356
Symbol 291 GraphicUsed by:356
Symbol 292 GraphicUsed by:356
Symbol 293 GraphicUsed by:356
Symbol 294 GraphicUsed by:356
Symbol 295 GraphicUsed by:356
Symbol 296 GraphicUsed by:356
Symbol 297 GraphicUsed by:356
Symbol 298 GraphicUsed by:356
Symbol 299 GraphicUsed by:356
Symbol 300 GraphicUsed by:356
Symbol 301 GraphicUsed by:356
Symbol 302 GraphicUsed by:356
Symbol 303 GraphicUsed by:356
Symbol 304 GraphicUsed by:356
Symbol 305 GraphicUsed by:356
Symbol 306 GraphicUsed by:356
Symbol 307 GraphicUsed by:356
Symbol 308 GraphicUsed by:356
Symbol 309 GraphicUsed by:356
Symbol 310 GraphicUsed by:356
Symbol 311 GraphicUsed by:356
Symbol 312 GraphicUsed by:356
Symbol 313 GraphicUsed by:356
Symbol 314 GraphicUsed by:356
Symbol 315 GraphicUsed by:356
Symbol 316 GraphicUsed by:356
Symbol 317 GraphicUsed by:356
Symbol 318 GraphicUsed by:356
Symbol 319 GraphicUsed by:356
Symbol 320 GraphicUsed by:356
Symbol 321 GraphicUsed by:356
Symbol 322 GraphicUsed by:356
Symbol 323 GraphicUsed by:356
Symbol 324 GraphicUsed by:356
Symbol 325 GraphicUsed by:356
Symbol 326 GraphicUsed by:356
Symbol 327 GraphicUsed by:356
Symbol 328 GraphicUsed by:356
Symbol 329 GraphicUsed by:356
Symbol 330 GraphicUsed by:356
Symbol 331 GraphicUsed by:356
Symbol 332 GraphicUsed by:356
Symbol 333 GraphicUsed by:356
Symbol 334 GraphicUsed by:356
Symbol 335 GraphicUsed by:356
Symbol 336 GraphicUsed by:356
Symbol 337 GraphicUsed by:356
Symbol 338 GraphicUsed by:356
Symbol 339 GraphicUsed by:356
Symbol 340 GraphicUsed by:356
Symbol 341 GraphicUsed by:356
Symbol 342 GraphicUsed by:356
Symbol 343 GraphicUsed by:356
Symbol 344 GraphicUsed by:356
Symbol 345 GraphicUsed by:356
Symbol 346 GraphicUsed by:356
Symbol 347 GraphicUsed by:356
Symbol 348 GraphicUsed by:356
Symbol 349 GraphicUsed by:356
Symbol 350 GraphicUsed by:356
Symbol 351 ShapeTweeningUsed by:356
Symbol 352 GraphicUsed by:356
Symbol 353 GraphicUsed by:356
Symbol 354 GraphicUsed by:356
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClip {BigWave_fla.Timeline_6}Uses:53 54 55 56 57 58 59 60 61 62 63 64 65 66 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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355Used by:Timeline
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:Timeline
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:Timeline
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:Timeline
Symbol 363 TextUses:20Used by:Timeline
Symbol 364 TextUses:20Used by:Timeline
Symbol 365 TextUses:20Used by:Timeline
Symbol 366 TextUses:20Used by:367
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 EditableTextUses:13Used by:Timeline
Symbol 369 TextUses:13Used by:370
Symbol 370 MovieClipUses:369Used by:Timeline
Symbol 371 GraphicUsed by:420
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:420
Symbol 374 GraphicUsed by:420
Symbol 375 GraphicUsed by:420
Symbol 376 GraphicUsed by:420
Symbol 377 GraphicUsed by:420
Symbol 378 GraphicUsed by:420
Symbol 379 GraphicUsed by:420
Symbol 380 GraphicUsed by:420
Symbol 381 GraphicUsed by:420
Symbol 382 GraphicUsed by:420
Symbol 383 GraphicUsed by:420
Symbol 384 GraphicUsed by:420
Symbol 385 GraphicUsed by:420
Symbol 386 GraphicUsed by:420
Symbol 387 GraphicUsed by:420
Symbol 388 GraphicUsed by:420
Symbol 389 GraphicUsed by:420
Symbol 390 GraphicUsed by:420
Symbol 391 GraphicUsed by:420
Symbol 392 GraphicUsed by:420
Symbol 393 GraphicUsed by:420
Symbol 394 GraphicUsed by:420
Symbol 395 GraphicUsed by:420
Symbol 396 GraphicUsed by:420
Symbol 397 GraphicUsed by:420
Symbol 398 GraphicUsed by:420
Symbol 399 GraphicUsed by:420
Symbol 400 GraphicUsed by:420
Symbol 401 GraphicUsed by:420
Symbol 402 GraphicUsed by:420
Symbol 403 GraphicUsed by:420
Symbol 404 GraphicUsed by:420
Symbol 405 GraphicUsed by:420
Symbol 406 GraphicUsed by:420
Symbol 407 GraphicUsed by:420
Symbol 408 GraphicUsed by:420
Symbol 409 GraphicUsed by:420
Symbol 410 GraphicUsed by:420
Symbol 411 GraphicUsed by:420
Symbol 412 GraphicUsed by:420
Symbol 413 GraphicUsed by:420
Symbol 414 GraphicUsed by:420
Symbol 415 GraphicUsed by:420
Symbol 416 GraphicUsed by:420
Symbol 417 GraphicUsed by:420
Symbol 418 GraphicUsed by:420
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClip {BigWave_fla.Timeline_21}Uses:371 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419Used by:Timeline
Symbol 421 GraphicUsed by:423
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClip {BigWave_fla.Timeline_20}Uses:421 422Used by:Timeline
Symbol 424 ShapeTweeningUsed by:428
Symbol 425 ShapeTweeningUsed by:428
Symbol 426 ShapeTweeningUsed by:428
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:424 425 426 427Used by:Timeline
Symbol 429 ShapeTweeningUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClip {BigWave_fla.Timeline_19}Uses:429 430Used by:Timeline
Symbol 432 ShapeTweeningUsed by:436
Symbol 433 ShapeTweeningUsed by:436
Symbol 434 ShapeTweeningUsed by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:432 433 434 435Used by:Timeline
Symbol 437 BitmapUsed by:438
Symbol 438 GraphicUses:437Used by:Timeline
Symbol 439 EditableTextUses:13Used by:Timeline
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:Timeline
Symbol 442 EditableTextUses:13Used by:Timeline
Symbol 443 BitmapUsed by:444
Symbol 444 GraphicUses:443Used by:Timeline
Symbol 445 EditableTextUses:13Used by:Timeline

Instance Names

"LoadBar"Frame 1Symbol 12 MovieClip
"black"Frame 4Symbol 17 MovieClip
"title"Frame 21Symbol 33 MovieClip
"McArrow"Frame 32Symbol 39 MovieClip
"ArrowArea"Frame 32Symbol 41 MovieClip
"waveArea"Frame 32Symbol 48 MovieClip {BigWave_fla.Timeline_9}
"desk"Frame 32Symbol 52 MovieClip
"girl"Frame 32Symbol 356 MovieClip {BigWave_fla.Timeline_6}
"black"Frame 46Symbol 17 MovieClip
"go"Frame 114Symbol 367 MovieClip
"ResultText"Frame 143Symbol 368 EditableText
"black"Frame 146Symbol 17 MovieClip
"black"Frame 191Symbol 17 MovieClip
"black"Frame 259Symbol 17 MovieClip
"enableSkip"Frame 349Symbol 370 MovieClip
"waterfall"Frame 383Symbol 420 MovieClip {BigWave_fla.Timeline_21}
"suiteki4"Frame 383Symbol 423 MovieClip {BigWave_fla.Timeline_20}
"suiteki1"Frame 383Symbol 423 MovieClip {BigWave_fla.Timeline_20}
"suiteki3"Frame 383Symbol 423 MovieClip {BigWave_fla.Timeline_20}
"suiteki2"Frame 383Symbol 423 MovieClip {BigWave_fla.Timeline_20}
"hamon4"Frame 383Symbol 431 MovieClip {BigWave_fla.Timeline_19}
"hamon3"Frame 383Symbol 431 MovieClip {BigWave_fla.Timeline_19}
"hamon2"Frame 383Symbol 431 MovieClip {BigWave_fla.Timeline_19}
"hamon1"Frame 383Symbol 431 MovieClip {BigWave_fla.Timeline_19}
"omorashi_mask"Frame 383Symbol 428 MovieClip
"omorashi_light"Frame 383Symbol 428 MovieClip
"omorashi_shadow"Frame 383Symbol 436 MovieClip
"enableSkip"Frame 428Symbol 370 MovieClip
"black"Frame 562Symbol 17 MovieClip
"score"Frame 577Symbol 439 EditableText
"black"Frame 603Symbol 17 MovieClip
"score"Frame 618Symbol 442 EditableText
"black"Frame 643Symbol 17 MovieClip
"score"Frame 658Symbol 445 EditableText
"sea"Symbol 48 MovieClip {BigWave_fla.Timeline_9} Frame 1Symbol 43 MovieClip
"waveHead"Symbol 48 MovieClip {BigWave_fla.Timeline_9} Frame 1Symbol 46 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.
EnableDebugger2 (64)Timeline Frame 131 bytes "u.$1$l1$WvVgdSM92CPAq1ORrXx0Q/."

Labels

"title"Frame 4
"standby"Frame 46
"main"Frame 133
"judge"Frame 143
"biku_1"Frame 146
"biku_2"Frame 191
"biku_3"Frame 259
"gaman"Frame 349
"omorashi"Frame 383
"omorashi_roop"Frame 428
"EnableSkip"Frame 561
"result_bad"Frame 562
"result_good"Frame 603
"result_verygood"Frame 643
"normal"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 2
"gaman1"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 60
"gaman2"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 136
"gaman3"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 192
"gaman4"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 270
"genkai1"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 286
"omorashi"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 376
"gaman_final"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 439
"gaman_result"Symbol 356 MovieClip {BigWave_fla.Timeline_6} Frame 528




http://swfchan.com/41/204693/info.shtml
Created: 10/10 -2018 15:16:32 Last modified: 10/10 -2018 15:16:32 Server time: 20/04 -2024 09:43:15