STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229703 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5192 |
This is the info page for Flash #44823 |
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_flaSection 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_flaSection 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_flaSection 4//NoteSmall (NoteSmall) package { import flash.display.*; public dynamic class NoteSmall extends MovieClip { } }//package
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip {NoteSmall} | Uses:1 | |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:Timeline |
Symbol 5 Bitmap | Used by:6 | |
Symbol 6 Graphic | Uses:5 | Used by:7 |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Bitmap | Used by:9 | |
Symbol 9 Graphic | Uses:8 | Used by:10 |
Symbol 10 MovieClip | Uses:9 | Used by:17 |
Symbol 11 Bitmap | Used by:12 | |
Symbol 12 Graphic | Uses:11 | Used by:13 |
Symbol 13 MovieClip | Uses:12 | Used by:17 |
Symbol 14 Bitmap | Used by:15 | |
Symbol 15 Graphic | Uses:14 | Used by:16 |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip {650x10010_fla.Man4_3} | Uses:10 13 16 | Used by:Timeline |
Symbol 18 Bitmap | Used by:19 | |
Symbol 19 Graphic | Uses:18 | Used by:20 |
Symbol 20 MovieClip | Uses:19 | Used by:Timeline |
Symbol 21 Bitmap | Used by:22 | |
Symbol 22 Graphic | Uses:21 | Used by:23 |
Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
Symbol 24 Bitmap | Used by:25 | |
Symbol 25 Graphic | Uses:24 | Used by:26 |
Symbol 26 MovieClip | Uses:25 | Used by:Timeline |
Symbol 27 Bitmap | Used by:28 | |
Symbol 28 Graphic | Uses:27 | Used by:29 |
Symbol 29 MovieClip | Uses:28 | Used by:Timeline |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:93 |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:32 | Used by:93 |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:34 | Used by:93 |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:36 | Used by:93 |
Symbol 38 Graphic | Used by:39 | |
Symbol 39 MovieClip | Uses:38 | Used by:93 |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip | Uses:40 | Used by:93 |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:93 |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:44 | Used by:93 |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:46 | Used by:93 |
Symbol 48 Graphic | Used by:49 | |
Symbol 49 MovieClip | Uses:48 | Used by:93 |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:50 | Used by:93 |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:52 | Used by:93 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:54 | Used by:93 |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:56 | Used by:93 |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip | Uses:58 | Used by:93 |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:60 | Used by:93 |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:93 |
Symbol 64 Graphic | Used by:65 80 | |
Symbol 65 MovieClip | Uses:64 | Used by:93 |
Symbol 66 Graphic | Used by:67 | |
Symbol 67 MovieClip | Uses:66 | Used by:93 |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:68 | Used by:93 |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip | Uses:70 | Used by:93 |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip | Uses:72 | Used by:93 |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:74 | Used by:93 |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip | Uses:76 | Used by:93 |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip | Uses:78 | Used by:93 |
Symbol 80 MovieClip | Uses:64 | Used by:93 |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:81 | Used by:93 |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 MovieClip | Uses:83 | Used by:93 |
Symbol 85 Graphic | Used by:86 | |
Symbol 86 MovieClip | Uses:85 | Used by:93 |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 MovieClip | Uses:87 | Used by:93 |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:93 |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 MovieClip | Uses:91 | Used 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 92 | Used by:Timeline |
Symbol 94 Graphic | Used by:95 | |
Symbol 95 MovieClip | Uses:94 | Used by:Timeline |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:96 | Used by:Timeline |
Symbol 98 Graphic | Used by:99 | |
Symbol 99 MovieClip | Uses:98 | Used by:Timeline |
Symbol 100 Graphic | Used by:101 | |
Symbol 101 MovieClip | Uses:100 | Used by:Timeline |
Symbol 102 Graphic | Used by:Timeline |
Instance Names
"man1" | Frame 1 | Symbol 7 MovieClip |
"man2" | Frame 1 | Symbol 17 MovieClip {650x10010_fla.Man4_3} |
"man3" | Frame 1 | Symbol 20 MovieClip |
"man4" | Frame 1 | Symbol 23 MovieClip |
"man5" | Frame 1 | Symbol 26 MovieClip |
"man6" | Frame 1 | Symbol 29 MovieClip |
"text1" | Frame 1 | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} |
"text2" | Frame 1 | Symbol 95 MovieClip |
"text3" | Frame 1 | Symbol 97 MovieClip |
"text4" | Frame 1 | Symbol 99 MovieClip |
"text5" | Frame 1 | Symbol 101 MovieClip |
"man2_3" | Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1 | Symbol 10 MovieClip |
"man2_2" | Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1 | Symbol 13 MovieClip |
"man2_1" | Symbol 17 MovieClip {650x10010_fla.Man4_3} Frame 1 | Symbol 16 MovieClip |
"fragment1" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 31 MovieClip |
"fragment2" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 33 MovieClip |
"fragment3" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 35 MovieClip |
"fragment4" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 37 MovieClip |
"fragment5" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 39 MovieClip |
"fragment6" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 41 MovieClip |
"fragment7" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 43 MovieClip |
"fragment8" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 45 MovieClip |
"fragment9" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 47 MovieClip |
"fragment10" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 49 MovieClip |
"fragment11" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 51 MovieClip |
"fragment12" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 53 MovieClip |
"fragment13" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 55 MovieClip |
"fragment14" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 57 MovieClip |
"fragment15" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 59 MovieClip |
"fragment16" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 61 MovieClip |
"fragment17" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 63 MovieClip |
"fragment18" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 65 MovieClip |
"fragment19" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 67 MovieClip |
"fragment20" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 69 MovieClip |
"fragment21" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 71 MovieClip |
"fragment22" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 73 MovieClip |
"fragment23" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 75 MovieClip |
"fragment24" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 77 MovieClip |
"fragment25" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 79 MovieClip |
"fragment26" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 80 MovieClip |
"fragment27" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 82 MovieClip |
"fragment28" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 84 MovieClip |
"fragment29" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 86 MovieClip |
"fragment30" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 88 MovieClip |
"fragment31" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 90 MovieClip |
"text1Intact" | Symbol 93 MovieClip {650x10010_fla.Text1Shatter_11} Frame 1 | Symbol 92 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|