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

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

1231577114265.swf

This is the info page for
Flash #44823

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


ActionScript [AS3]
Section 1
//MainTimeline (650x10010_fla.MainTimeline) package 650x10010_fla { import flash.events.*; import flash.display.*; import flash.utils.*; import flash.ui.*; import flash.filters.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.text.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var manTimer:Timer; public var flagAnimateJaw:Boolean; public var man1:MovieClip; public var man2:MovieClip; public var man4:MovieClip; public var man5:MovieClip; public var man6:MovieClip; public var man4EndX:Number; public var man3:MovieClip; public var notesArray:Array; public var manStartX:Number; public var flagMan1Stop:Boolean; public var notesStartXArray:Array; public var flagNotesCreated:Boolean; public var man3EndX:Number; public var flagText3Shown:Boolean; public var text1:MovieClip; public var text2:MovieClip; public var text3:MovieClip; public var text4:MovieClip; public var text5:MovieClip; public var flagMan6Go:Boolean; public var mainMenu:ContextMenu; public var flagNotesInited:Boolean; public var currentDate:Date; public var notesStartYArray:Array; public var flagMan5Go:Boolean; public var notesAlphaVelArray:Array; public var jawTimer:Timer; public var man2EndX:Number; public var man6EndX:Number; public var notesVel:Number; public var flagMan4Go:Boolean; public var flagNotesAlphaDecreaseArray:Array; public var flagText4Shown:Boolean; public var textAlphaThreshold:Number; public var manCounter:uint; public var dropShadowFilter:DropShadowFilter; public var notesNumber:uint; public var flagMan3Go:Boolean; public var flagText1Shown:Boolean; public var man5EndX:Number; public var man1EndX:Number; public var flagMan2Go:Boolean; public var textAlphaVel:Number; public var jawCounter:uint; public var flagShowNotes:Boolean; public var flagText5Shown:Boolean; public var manVel:Number; public var currentTime:Number; public var flagMan1Go:Boolean; public var flagText2Shown:Boolean; public function MainTimeline(){ addFrameScript(0, frame1); } public function noteInit(_arg1:uint):void{ if (_arg1 < 3){ notesStartXArray[_arg1] = (285 + (10 * Math.random())); notesStartYArray[_arg1] = (30 + (10 * Math.random())); } else { if (_arg1 < 6){ notesStartXArray[_arg1] = (395 + (10 * Math.random())); notesStartYArray[_arg1] = (60 + (10 * Math.random())); } else { notesStartXArray[_arg1] = (480 + (10 * Math.random())); notesStartYArray[_arg1] = (60 + (10 * Math.random())); }; }; notesArray[_arg1].x = notesStartXArray[_arg1]; notesArray[_arg1].y = notesStartYArray[_arg1]; notesAlphaVelArray[_arg1] = (0.01 + (0.04 * Math.random())); notesArray[_arg1].alpha = 0; flagNotesAlphaDecreaseArray[_arg1] = false; } public function enterFrameHandler(_arg1:Event):void{ currentDate = new Date(); currentTime = currentDate.getTime(); if (!flagNotesCreated){ notesCreate(); flagNotesCreated = true; }; if (!flagNotesInited){ notesInit(); flagNotesInited = true; }; notesFly(); text1.alpha = (text1.alpha - (textAlphaVel * 2)); if (text1.alpha <= 1.5){ text1.text1Intact.visible = false; animateFragments(); }; if (text1.alpha <= 0){ text1.visible = false; flagText1Shown = false; }; if (flagMan6Go){ man6.x = (man6.x - (manVel * 1)); }; if (man6.x <= man6EndX){ man6.x = man6EndX; flagMan6Go = false; }; if (flagMan5Go){ man5.x = (man5.x - ((manVel * 2) * 0.8)); }; if (man5.x <= man5EndX){ man5.x = man5EndX; flagMan5Go = false; }; if (flagMan4Go){ man4.x = (man4.x - ((manVel * 3) * 0.8)); }; if (man4.x <= man4EndX){ man4.x = man4EndX; flagMan4Go = false; }; if (flagMan3Go){ man3.x = (man3.x - ((manVel * 4) * 0.8)); }; if (man3.x <= man3EndX){ man3.x = man3EndX; flagMan3Go = false; }; if (flagMan2Go){ man2.x = (man2.x - ((manVel * 5) * 0.8)); }; if (man2.x <= man2EndX){ man2.x = man2EndX; flagMan2Go = false; }; if (flagMan1Go){ man1.x = (man1.x - ((manVel * 6) * 0.8)); }; if (man1.x <= man1EndX){ man1.x = man1EndX; flagMan1Go = false; flagMan1Stop = true; }; if (flagMan1Stop){ flagShowNotes = true; flagAnimateJaw = true; text2.visible = true; text2.alpha = (text2.alpha + textAlphaVel); }; if (text2.alpha > (textAlphaThreshold * 0.75)){ flagText2Shown = true; text2.visible = false; }; if (flagText2Shown){ text3.visible = true; text3.alpha = (text3.alpha + textAlphaVel); }; if (text3.alpha > (textAlphaThreshold * 0.75)){ flagText3Shown = true; text3.visible = false; }; if (flagText3Shown){ text4.visible = true; text4.alpha = (text4.alpha + textAlphaVel); }; if (text4.alpha > (textAlphaThreshold * 0.75)){ flagText4Shown = true; text4.visible = false; }; if (flagText4Shown){ text5.visible = true; text5.alpha = (text5.alpha + textAlphaVel); }; if (text5.alpha > textAlphaThreshold){ flagText5Shown = true; text5.visible = false; flagShowNotes = false; init(); }; } public function moveMen(_arg1:TimerEvent):void{ if (((!(flagMan1Stop)) && (!(flagText1Shown)))){ manCounter++; switch (manCounter){ case 6: flagMan1Go = true; break; case 5: flagMan2Go = true; break; case 4: flagMan3Go = true; break; case 3: flagMan4Go = true; break; case 2: flagMan5Go = true; break; case 1: flagMan6Go = true; break; }; }; } public function animateFragments():void{ var _local1:*; _local1 = 1; text1.fragment1.x = (text1.fragment1.x - (2 * _local1)); text1.fragment1.y = (text1.fragment1.y - (3 * _local1)); text1.fragment1.rotation = (text1.fragment1.rotation + 5); text1.fragment2.x = (text1.fragment2.x - (2.5 * _local1)); text1.fragment2.y = (text1.fragment2.y + (1.5 * _local1)); text1.fragment2.rotation = (text1.fragment2.rotation - 7); text1.fragment3.x = (text1.fragment3.x - (0.95 * _local1)); text1.fragment3.y = (text1.fragment3.y - (3 * _local1)); text1.fragment3.rotation = (text1.fragment3.rotation + 4); text1.fragment4.x = (text1.fragment4.x - (0.85 * _local1)); text1.fragment4.y = (text1.fragment4.y + (2.6 * _local1)); text1.fragment4.rotation = (text1.fragment4.rotation - 3.5); text1.fragment5.x = (text1.fragment5.x + (0.3 * _local1)); text1.fragment5.y = (text1.fragment5.y + (2.5 * _local1)); text1.fragment5.rotation = (text1.fragment5.rotation + 4.5); text1.fragment6.x = (text1.fragment6.x - (2.2 * _local1)); text1.fragment6.y = (text1.fragment6.y + (2.4 * _local1)); text1.fragment6.rotation = (text1.fragment6.rotation - 4.8); text1.fragment7.x = (text1.fragment7.x - (2.6 * _local1)); text1.fragment7.y = (text1.fragment7.y - (2.3 * _local1)); text1.fragment7.rotation = (text1.fragment7.rotation + 6.5); text1.fragment8.x = (text1.fragment8.x + (2.5 * _local1)); text1.fragment8.y = (text1.fragment8.y - (2.7 * _local1)); text1.fragment8.rotation = (text1.fragment8.rotation + 4.5); text1.fragment9.x = (text1.fragment9.x + (3.5 * _local1)); text1.fragment9.y = (text1.fragment9.y - (0.65 * _local1)); text1.fragment9.rotation = (text1.fragment9.rotation - 3.9); text1.fragment10.x = (text1.fragment10.x - (2.9 * _local1)); text1.fragment10.y = (text1.fragment10.y + (3.25 * _local1)); text1.fragment10.rotation = (text1.fragment10.rotation + 5.2); text1.fragment11.x = (text1.fragment11.x + (3 * _local1)); text1.fragment11.y = (text1.fragment11.y - (3.15 * _local1)); text1.fragment11.rotation = (text1.fragment11.rotation - 4.1); text1.fragment12.x = (text1.fragment12.x - (2.9 * _local1)); text1.fragment12.y = (text1.fragment12.y - (0.65 * _local1)); text1.fragment12.rotation = (text1.fragment12.rotation + 3.85); text1.fragment13.x = (text1.fragment13.x + (3.15 * _local1)); text1.fragment13.y = (text1.fragment13.y + (0.75 * _local1)); text1.fragment13.rotation = (text1.fragment13.rotation - 4.3); text1.fragment14.x = (text1.fragment14.x - (0.3 * _local1)); text1.fragment14.y = (text1.fragment14.y - (3.65 * _local1)); text1.fragment14.rotation = (text1.fragment14.rotation + 5.3); text1.fragment15.x = (text1.fragment15.x + (0.2 * _local1)); text1.fragment15.y = (text1.fragment15.y - (3.45 * _local1)); text1.fragment15.rotation = (text1.fragment15.rotation - 4.8); text1.fragment16.x = (text1.fragment16.x - (0.25 * _local1)); text1.fragment16.y = (text1.fragment16.y + (3.9 * _local1)); text1.fragment16.rotation = (text1.fragment16.rotation + 5.1); text1.fragment17.x = (text1.fragment17.x - (3.05 * _local1)); text1.fragment17.y = (text1.fragment17.y - (3.2 * _local1)); text1.fragment17.rotation = (text1.fragment17.rotation - 3.85); text1.fragment18.x = (text1.fragment18.x - (2.9 * _local1)); text1.fragment18.y = (text1.fragment18.y - (2.7 * _local1)); text1.fragment18.rotation = (text1.fragment18.rotation + 2.95); text1.fragment19.x = (text1.fragment19.x + (3.1 * _local1)); text1.fragment19.y = (text1.fragment19.y - (0.7 * _local1)); text1.fragment19.rotation = (text1.fragment19.rotation - 2.7); text1.fragment20.x = (text1.fragment20.x - (2.9 * _local1)); text1.fragment20.y = (text1.fragment20.y + (2.85 * _local1)); text1.fragment20.rotation = (text1.fragment20.rotation - 2.8); text1.fragment21.x = (text1.fragment21.x - (3.2 * _local1)); text1.fragment21.y = (text1.fragment21.y - (2.45 * _local1)); text1.fragment21.rotation = (text1.fragment21.rotation + 3.05); text1.fragment22.x = (text1.fragment22.x + (2.95 * _local1)); text1.fragment22.y = (text1.fragment22.y + (0.7 * _local1)); text1.fragment22.rotation = (text1.fragment22.rotation + 2.85); text1.fragment23.x = (text1.fragment23.x + (1.75 * _local1)); text1.fragment23.y = (text1.fragment23.y - (2.1 * _local1)); text1.fragment23.rotation = (text1.fragment23.rotation + 3); text1.fragment24.x = (text1.fragment24.x - (2.1 * _local1)); text1.fragment24.y = (text1.fragment24.y + (1.9 * _local1)); text1.fragment24.rotation = (text1.fragment24.rotation - 2.2); text1.fragment25.x = (text1.fragment25.x + (2.4 * _local1)); text1.fragment25.y = (text1.fragment25.y + (2.25 * _local1)); text1.fragment25.rotation = (text1.fragment25.rotation + 2.9); text1.fragment26.x = (text1.fragment26.x - (2.9 * _local1)); text1.fragment26.y = (text1.fragment26.y + (2.75 * _local1)); text1.fragment26.rotation = (text1.fragment26.rotation + 2.6); text1.fragment27.x = (text1.fragment27.x - (2.5 * _local1)); text1.fragment27.y = (text1.fragment27.y - (2.45 * _local1)); text1.fragment27.rotation = (text1.fragment27.rotation - 2.9); text1.fragment28.x = (text1.fragment28.x + (2.7 * _local1)); text1.fragment28.y = (text1.fragment28.y + (2.25 * _local1)); text1.fragment28.rotation = (text1.fragment28.rotation + 2.3); text1.fragment29.x = (text1.fragment29.x - (1.8 * _local1)); text1.fragment29.y = (text1.fragment29.y + (2.5 * _local1)); text1.fragment29.rotation = (text1.fragment29.rotation - 3); text1.fragment30.x = (text1.fragment30.x + (1.95 * _local1)); text1.fragment30.y = (text1.fragment30.y - (2.7 * _local1)); text1.fragment30.rotation = (text1.fragment30.rotation + 2.85); text1.fragment31.x = (text1.fragment31.x + (2.4 * _local1)); text1.fragment31.y = (text1.fragment31.y + (2.5 * _local1)); text1.fragment31.rotation = (text1.fragment31.rotation + 2.7); text1.alpha = (text1.alpha - textAlphaVel); } function frame1(){ dropShadowFilter = new DropShadowFilter(2, 45, 0, 1, 0, 0, 1, 1, false, false, false); manVel = 2; manStartX = 652; man6EndX = 563; man5EndX = 494; man4EndX = 417; man3EndX = 334; man2EndX = 0x0101; man1EndX = 89; flagMan1Go = false; flagMan2Go = false; flagMan3Go = false; flagMan4Go = false; flagMan5Go = false; flagMan6Go = false; flagMan1Stop = false; manCounter = 0; manTimer = new Timer(1, 0); jawCounter = 0; jawTimer = new Timer(200, 0); flagAnimateJaw = false; flagNotesCreated = false; flagNotesInited = false; notesNumber = 9; notesArray = new Array(); notesStartXArray = new Array(); notesStartYArray = new Array(); notesAlphaVelArray = new Array(); flagNotesAlphaDecreaseArray = new Array(); flagShowNotes = false; notesVel = 0.5; textAlphaVel = 0.015; textAlphaThreshold = 2; flagText1Shown = true; flagText2Shown = false; flagText3Shown = false; flagText4Shown = false; flagText5Shown = false; stage.quality = "BEST"; stage.scaleMode = "noScale"; stage.align = "TL"; mainMenu = new ContextMenu(); contextMenu = mainMenu; contextMenu.hideBuiltInItems(); text1.fragment1.filters = [dropShadowFilter]; text1.fragment2.filters = [dropShadowFilter]; text1.fragment3.filters = [dropShadowFilter]; text1.fragment4.filters = [dropShadowFilter]; text1.fragment5.filters = [dropShadowFilter]; text1.fragment6.filters = [dropShadowFilter]; text1.fragment7.filters = [dropShadowFilter]; text1.fragment8.filters = [dropShadowFilter]; text1.fragment9.filters = [dropShadowFilter]; text1.fragment10.filters = [dropShadowFilter]; text1.fragment11.filters = [dropShadowFilter]; text1.fragment12.filters = [dropShadowFilter]; text1.fragment13.filters = [dropShadowFilter]; text1.fragment14.filters = [dropShadowFilter]; text1.fragment15.filters = [dropShadowFilter]; text1.fragment16.filters = [dropShadowFilter]; text1.fragment17.filters = [dropShadowFilter]; text1.fragment18.filters = [dropShadowFilter]; text1.fragment19.filters = [dropShadowFilter]; text1.fragment20.filters = [dropShadowFilter]; text1.fragment21.filters = [dropShadowFilter]; text1.fragment22.filters = [dropShadowFilter]; text1.fragment23.filters = [dropShadowFilter]; text1.fragment24.filters = [dropShadowFilter]; text1.fragment25.filters = [dropShadowFilter]; text1.fragment26.filters = [dropShadowFilter]; text1.fragment27.filters = [dropShadowFilter]; text1.fragment28.filters = [dropShadowFilter]; text1.fragment29.filters = [dropShadowFilter]; text1.fragment30.filters = [dropShadowFilter]; text1.fragment31.filters = [dropShadowFilter]; init(); addEventListener(Event.ENTER_FRAME, enterFrameHandler); manTimer.addEventListener(TimerEvent.TIMER, moveMen); manTimer.start(); jawTimer.addEventListener(TimerEvent.TIMER, animateJaw); jawTimer.start(); } public function initFragments():void{ text1.fragment1.x = 0; text1.fragment1.y = 1.8; text1.fragment1.rotation = 0; text1.fragment2.x = 0; text1.fragment2.y = 32.1; text1.fragment2.rotation = 0; text1.fragment3.x = 34.7; text1.fragment3.y = 19.3; text1.fragment3.rotation = 0; text1.fragment4.x = 33.8; text1.fragment4.y = 35.6; text1.fragment4.rotation = 0; text1.fragment5.x = 47.3; text1.fragment5.y = 33.6; text1.fragment5.rotation = 0; text1.fragment6.x = 78.1; text1.fragment6.y = 28.1; text1.fragment6.rotation = 0; text1.fragment7.x = 77.8; text1.fragment7.y = 19.3; text1.fragment7.rotation = 0; text1.fragment8.x = 100.6; text1.fragment8.y = 19.3; text1.fragment8.rotation = 0; text1.fragment9.x = 122.8; text1.fragment9.y = 24.5; text1.fragment9.rotation = 0; text1.fragment10.x = 143.2; text1.fragment10.y = 40.6; text1.fragment10.rotation = 0; text1.fragment11.x = 146.3; text1.fragment11.y = 19.3; text1.fragment11.rotation = 0; text1.fragment12.x = 187.6; text1.fragment12.y = 0; text1.fragment12.rotation = 0; text1.fragment13.x = 202.5; text1.fragment13.y = 20; text1.fragment13.rotation = 0; text1.fragment14.x = 227.8; text1.fragment14.y = 0.2; text1.fragment14.rotation = 0; text1.fragment15.x = 228.2; text1.fragment15.y = 20; text1.fragment15.rotation = 0; text1.fragment16.x = 228.2; text1.fragment16.y = 37.6; text1.fragment16.rotation = 0; text1.fragment17.x = 249.4; text1.fragment17.y = 19.8; text1.fragment17.rotation = 0; text1.fragment18.x = 249.8; text1.fragment18.y = 36.3; text1.fragment18.rotation = 0; text1.fragment19.x = 268.4; text1.fragment19.y = 19.3; text1.fragment19.rotation = 0; text1.fragment20.x = 294.1; text1.fragment20.y = 34.3; text1.fragment20.rotation = 0; text1.fragment21.x = 294.5; text1.fragment21.y = 0; text1.fragment21.rotation = 0; text1.fragment22.x = 314.5; text1.fragment22.y = 23.3; text1.fragment22.rotation = 0; text1.fragment23.x = 339.1; text1.fragment23.y = 19.3; text1.fragment23.rotation = 0; text1.fragment24.x = 336.1; text1.fragment24.y = 39.9; text1.fragment24.rotation = 0; text1.fragment25.x = 347.1; text1.fragment25.y = 47.1; text1.fragment25.rotation = 0; text1.fragment26.x = 380.6; text1.fragment26.y = 34.9; text1.fragment26.rotation = 0; text1.fragment27.x = 380.1; text1.fragment27.y = 19.3; text1.fragment27.rotation = 0; text1.fragment28.x = 403.8; text1.fragment28.y = 29.8; text1.fragment28.rotation = 0; text1.fragment29.x = 423.9; text1.fragment29.y = 21.9; text1.fragment29.rotation = 0; text1.fragment30.x = 431.9; text1.fragment30.y = 0; text1.fragment30.rotation = 0; text1.fragment31.x = 443.7; text1.fragment31.y = 37.3; text1.fragment31.rotation = 0; } public function init():void{ manCounter = 0; jawCounter = 0; flagAnimateJaw = false; man1.x = (man2.x = (man3.x = (man4.x = (man5.x = (man6.x = manStartX))))); flagMan1Stop = false; flagMan1Go = (flagMan2Go = (flagMan3Go = (flagMan4Go = (flagMan5Go = (flagMan6Go = false))))); manCounter = 0; text1.alpha = 3.4; text2.alpha = 0; text3.alpha = 0; text4.alpha = 0; text5.alpha = 0; text1.visible = true; text2.visible = false; text3.visible = false; text4.visible = false; text5.visible = false; text1.text1Intact.visible = true; initFragments(); flagText1Shown = true; flagText2Shown = false; flagText3Shown = false; flagText4Shown = false; flagText5Shown = false; flagShowNotes = false; } public function notesCreate():void{ var _local1:uint; _local1 = 0; while (_local1 < notesNumber) { notesArray[_local1] = new NoteSmall(); addChild(notesArray[_local1]); _local1++; }; } public function animateJaw(_arg1:TimerEvent):void{ if (flagAnimateJaw){ jawCounter++; }; switch ((jawCounter % 4)){ case 0: man2.man2_1.visible = true; man2.man2_2.visible = false; man2.man2_3.visible = false; break; case 1: man2.man2_1.visible = false; man2.man2_2.visible = true; man2.man2_3.visible = false; break; case 2: man2.man2_1.visible = false; man2.man2_2.visible = false; man2.man2_3.visible = true; break; case 3: man2.man2_1.visible = false; man2.man2_2.visible = true; man2.man2_3.visible = false; break; }; } public function notesInit():void{ var _local1:uint; _local1 = 0; while (_local1 < notesNumber) { noteInit(_local1); _local1++; }; } public function notesFly():void{ var _local1:uint; _local1 = 0; while (_local1 < notesNumber) { notesArray[_local1].x = (notesStartXArray[_local1] + (10 * Math.sin(((currentTime / (200 + (30 * _local1))) + (5 * _local1))))); notesArray[_local1].y = (notesArray[_local1].y - notesVel); if (flagNotesAlphaDecreaseArray[_local1]){ notesArray[_local1].alpha = (notesArray[_local1].alpha - notesAlphaVelArray[_local1]); } else { notesArray[_local1].alpha = (notesArray[_local1].alpha + notesAlphaVelArray[_local1]); }; if (notesArray[_local1].alpha >= 1){ flagNotesAlphaDecreaseArray[_local1] = true; }; if (notesArray[_local1].alpha < 0){ noteInit(_local1); notesArray[_local1].alpha = 0; }; if (flagShowNotes){ notesArray[_local1].visible = true; } else { notesArray[_local1].visible = false; }; _local1++; }; } } }//package 650x10010_fla
Section 2
//Man4_3 (650x10010_fla.Man4_3) package 650x10010_fla { import flash.display.*; public dynamic class Man4_3 extends MovieClip { public var man2_1:MovieClip; public var man2_3:MovieClip; public var man2_2:MovieClip; } }//package 650x10010_fla
Section 3
//Text1Shatter_11 (650x10010_fla.Text1Shatter_11) package 650x10010_fla { import flash.display.*; public dynamic class Text1Shatter_11 extends MovieClip { public var fragment9:MovieClip; public var fragment3:MovieClip; public var fragment4:MovieClip; public var fragment7:MovieClip; public var text1Intact:MovieClip; public var fragment11:MovieClip; public var fragment12:MovieClip; public var fragment16:MovieClip; public var fragment17:MovieClip; public var fragment18:MovieClip; public var fragment15:MovieClip; public var fragment19:MovieClip; public var fragment10:MovieClip; public var fragment13:MovieClip; public var fragment22:MovieClip; public var fragment23:MovieClip; public var fragment14:MovieClip; public var fragment29:MovieClip; public var fragment24:MovieClip; public var fragment25:MovieClip; public var fragment28:MovieClip; public var fragment20:MovieClip; public var fragment21:MovieClip; public var fragment26:MovieClip; public var fragment30:MovieClip; public var fragment31:MovieClip; public var fragment27:MovieClip; public var fragment1:MovieClip; public var fragment5:MovieClip; public var fragment6:MovieClip; public var fragment2:MovieClip; public var fragment8:MovieClip; } }//package 650x10010_fla
Section 4
//NoteSmall (NoteSmall) package { import flash.display.*; public dynamic class NoteSmall extends MovieClip { } }//package

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip {NoteSmall}Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 MovieClipUses:9Used by:17
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:17
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClip {650x10010_fla.Man4_3}Uses:10 13 16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:93
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:93
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:93
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:93
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:93
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:93
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:93
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:93
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:93
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:93
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:93
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:93
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:93
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:93
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:93
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:93
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:93
Symbol 64 GraphicUsed by:65 80
Symbol 65 MovieClipUses:64Used by:93
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:93
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:93
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:93
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:93
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:93
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:93
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:93
Symbol 80 MovieClipUses:64Used by:93
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:93
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:93
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:93
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:93
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:93
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:93
Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11}Uses:31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 71 73 75 77 79 80 82 84 86 88 90 92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:Timeline

Instance Names

"man1"Frame 1Symbol 7 MovieClip
"man2"Frame 1Symbol 17 MovieClip {650x10010_fla.Man4_3}
"man3"Frame 1Symbol 20 MovieClip
"man4"Frame 1Symbol 23 MovieClip
"man5"Frame 1Symbol 26 MovieClip
"man6"Frame 1Symbol 29 MovieClip
"text1"Frame 1Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11}
"text2"Frame 1Symbol 95 MovieClip
"text3"Frame 1Symbol 97 MovieClip
"text4"Frame 1Symbol 99 MovieClip
"text5"Frame 1Symbol 101 MovieClip
"man2_3"Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1Symbol 10 MovieClip
"man2_2"Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1Symbol 13 MovieClip
"man2_1"Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1Symbol 16 MovieClip
"fragment1"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 31 MovieClip
"fragment2"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 33 MovieClip
"fragment3"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 35 MovieClip
"fragment4"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 37 MovieClip
"fragment5"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 39 MovieClip
"fragment6"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 41 MovieClip
"fragment7"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 43 MovieClip
"fragment8"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 45 MovieClip
"fragment9"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 47 MovieClip
"fragment10"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 49 MovieClip
"fragment11"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 51 MovieClip
"fragment12"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 53 MovieClip
"fragment13"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 55 MovieClip
"fragment14"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 57 MovieClip
"fragment15"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 59 MovieClip
"fragment16"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 61 MovieClip
"fragment17"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 63 MovieClip
"fragment18"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 65 MovieClip
"fragment19"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 67 MovieClip
"fragment20"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 69 MovieClip
"fragment21"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 71 MovieClip
"fragment22"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 73 MovieClip
"fragment23"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 75 MovieClip
"fragment24"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 77 MovieClip
"fragment25"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 79 MovieClip
"fragment26"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 80 MovieClip
"fragment27"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 82 MovieClip
"fragment28"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 84 MovieClip
"fragment29"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 86 MovieClip
"fragment30"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 88 MovieClip
"fragment31"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 90 MovieClip
"text1Intact"Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1Symbol 92 MovieClip

Special Tags

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




http://swfchan.com/9/44823/info.shtml
Created: 6/5 -2019 11:55:52 Last modified: 6/5 -2019 11:55:52 Server time: 29/04 -2024 10:11:07