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/62955426?noj=FRM62955426-20DC" width="1" height="1"></div>

swf.swf

This is the info page for
Flash #198862

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


Text
swf

<p align="center"><font face="Arial Black" size="20" color="#ffff00" letterSpacing="0.000000" kerning="1">swf.swf (10dec2016)</font></p>

<p align="center"><font face="Arial Black" size="20" color="#99ffff" letterSpacing="0.000000" kerning="1">Man ska vara osäker, det är säkrast så.</font></p>

ActionScript [AS3]

Section 1
//MainTimeline (swf_fla.MainTimeline) package swf_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.geom.*; import flash.utils.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var sourcebar:MovieClip; public var txt:MovieClip; public var summer:MovieClip; public var frame:MovieClip; public var outofbounds:uint; public var bakg:uint; public var snow:uint; public var fontsnow:uint; public var loosesnow:uint; public var staticsnow:uint; public var fontinside:uint; public var fontborder:uint; public var wind:Boolean; public var rnd:Array; public var iRnd:int; public var rndIndex:uint; public var music:Array; public var musicSrc:Array; public var currentlyPlaying:int; public var currentMonth:Number; public var bmpData:BitmapData; public var buffer:BitmapData; public var mmm:Matrix; public var xxx:int; public var yyy:int; public var px:uint; public var pxl:uint; public var pxr:uint; public var pxu:uint; public var pxd:uint; public var pxul:uint; public var pxur:uint; public var pxdl:uint; public var pxdr:uint; public var pixels:ByteArray; public var xxx4:int; public var yyy4:int; public var maxSnowCount:int; public var snowCount:int; public var frameCount:int; public var startX:Array; public var endX:Array; public var yyy6:int; public var bmp:Bitmap; public var isDrawing:Boolean; public var isErasing:Boolean; public var musXLoc:Number; public var musYLoc:Number; public var doBorderify:Boolean; public function MainTimeline(){ addFrameScript(0, frame1); } public function getPixel(_arg1:int, _arg2:int):uint{ var _local3:uint; if ((((((((_arg1 >= 0)) && ((_arg1 < 592)))) && ((_arg2 >= 0)))) && ((_arg2 < 333)))){ _local3 = (((_arg2 * 592) + _arg1) * 4); return (((((pixels[_local3] << 24) | (pixels[(_local3 + 1)] << 16)) | (pixels[(_local3 + 2)] << 8)) | pixels[(_local3 + 3)])); }; return (outofbounds); } public function setPixel(_arg1:int, _arg2:int, _arg3:uint){ var _local4:uint; if ((((((((_arg1 >= 0)) && ((_arg1 < 592)))) && ((_arg2 >= 0)))) && ((_arg2 < 333)))){ if ((((_arg2 == 332)) && ((((((_arg3 == snow)) || ((_arg3 == fontsnow)))) || ((_arg3 == loosesnow)))))){ _arg3 = staticsnow; }; _local4 = (((_arg2 * 592) + _arg1) * 4); pixels[_local4] = ((_arg3 >>> 24) & uint.MAX_VALUE); pixels[(_local4 + 1)] = ((_arg3 >>> 16) & uint.MAX_VALUE); pixels[(_local4 + 2)] = ((_arg3 >>> 8) & uint.MAX_VALUE); pixels[(_local4 + 3)] = (_arg3 & uint.MAX_VALUE); }; } public function tookSnow(_arg1:int, _arg2:int){ do { if ((((getPixel(_arg1, _arg2) == snow)) && ((getPixel(_arg1, (_arg2 - 1)) == snow)))){ setPixel(_arg1, _arg2, bakg); return (true); }; _arg2--; } while (_arg2 > 0); return (true); } public function breakLoose(_arg1:int, _arg2:int){ var _local3:int; var _local4:Number; if (_arg2 >= 0){ _local3 = _arg2; do { if (getPixel(_arg1, _arg2) == loosesnow){ setPixel(_arg1, _arg2, snow); } else { break; }; _arg2++; } while (_arg2 < 333); _local4 = rnd[(rndIndex++ % rnd.length)]; if (_local4 < 0.25){ _local3++; } else { if (_local4 < (0.25 + 0.025)){ _local3--; }; }; if (getPixel((_arg1 - 1), _local3) == loosesnow){ breakLoose((_arg1 - 1), _local3); }; if (getPixel((_arg1 + 1), _local3) == loosesnow){ breakLoose((_arg1 + 1), _local3); }; }; } public function sinkInChance(_arg1:int, _arg2:int){ var _local5:uint; var _local3:int; var _local4 = 1; while (true) { _arg2 = (_arg2 - _local4); _local5 = getPixel(_arg1, _arg2); if (_local5 == outofbounds){ return (((1 - (1 - (snowCount / maxSnowCount))) * 0.4)); }; if (((((!((_local5 == snow))) && (!((_local5 == fontsnow))))) && (!((_local5 == loosesnow))))){ if (_local4 == 1){ break; } else { _arg2 = (_arg2 + _local4); _local4 = 1; }; } else { _local3 = (_local3 + _local4); _local4++; }; }; _local3 = (_local3 - 3); if (_local3 < 0){ return (0); }; return (((_local3 * 0.0005) * 4)); } public function fall(_arg1:int, _arg2:int){ var _local3:Boolean; setPixel(_arg1, _arg2, bakg); if (((((((((((((((wind) && ((rnd[(rndIndex++ % rnd.length)] < ((((1 / maxSnowCount) / 10) * snowCount) * ((Math.cos((_arg2 % 100)) + 1) / 2)))))) && (!((getPixel(_arg1, (_arg2 - 1)) == snow))))) && (!((getPixel((_arg1 - 1), _arg2) == snow))))) && (!((getPixel((_arg1 + 1), _arg2) == snow))))) && (!((getPixel((_arg1 - 1), (_arg2 + 1)) == snow))))) && (!((getPixel((_arg1 + 1), (_arg2 + 1)) == snow))))) && (!((getPixel(_arg1, (_arg2 + 2)) == snow))))){ _local3 = ((Math.round((_arg2 / 50)) % 2) == 0); if (((_local3) && ((getPixel((_arg1 - 1), (_arg2 + 1)) == bakg)))){ _arg1--; } else { if (((!(_local3)) && ((getPixel((_arg1 + 1), (_arg2 + 1)) == bakg)))){ _arg1++; }; }; }; setPixel(_arg1, (_arg2 + 1), snow); } public function tick(_arg1:Event){ var _local4:int; var _local5:int; var _local6:int; var _local7:uint; var _local8:uint; var _local9:uint; var _local10:uint; var _local11:Boolean; var _local12:Boolean; var _local13:uint; var _local14:uint; var _local15:uint; var _local16:uint; var _local17:uint; var _local18:uint; var _local19:uint; var _local20:uint; var _local21:Number; var _local22:Number; var _local23:uint; var _local24:uint; var _local25:uint; var _local26:Boolean; var _local27:Boolean; var _local28:int; var _local29:int; var _local30:uint; var _local31:uint; var _local32:uint; var _local2 = 332; while (_local2 >= 0) { _local4 = -1; _local5 = -1; _local6 = startX[_local2]; while (_local6 < endX[_local2]) { _local7 = getPixel(_local6, _local2); if (_local7 != staticsnow){ if (_local4 == -1){ _local4 = _local6; }; _local5 = _local6; if (_local7 != bakg){ if (_local7 == loosesnow){ _local10 = getPixel(_local6, (_local2 - 1)); if (((!((_local10 == loosesnow))) && (!((_local10 == fontsnow))))){ _local7 = snow; setPixel(_local6, _local2, _local7); }; }; _local8 = getPixel((_local6 + 1), _local2); if ((((_local8 == snow)) && ((getPixel((_local6 + 1), (_local2 + 1)) == bakg)))){ fall((_local6 + 1), _local2); }; _local9 = getPixel(_local6, (_local2 + 1)); if (_local7 == snow){ if (_local9 == bakg){ fall(_local6, _local2); } else { if (_local9 == snow){ _local11 = (((getPixel((_local6 - 1), _local2) == bakg)) && ((getPixel((_local6 - 1), (_local2 + 1)) == bakg))); _local12 = (((getPixel((_local6 + 1), _local2) == bakg)) && ((getPixel((_local6 + 1), (_local2 + 1)) == bakg))); if (((((_local11) && (_local12))) && ((rnd[(rndIndex++ % rnd.length)] < 0.1)))){ if (rnd[(rndIndex++ % rnd.length)] < 0.5){ setPixel(_local6, _local2, bakg); setPixel((_local6 - 1), (_local2 + 1), _local7); } else { setPixel(_local6, _local2, bakg); setPixel((_local6 + 1), (_local2 + 1), _local7); }; } else { if (rnd[(rndIndex++ % rnd.length)] < ((getPixel(_local6, (_local2 - 1)) == bakg)) ? 0.025 : 0.0125){ if (_local11){ setPixel(_local6, _local2, bakg); setPixel((_local6 - 1), (_local2 + 1), _local7); } else { if (_local12){ setPixel(_local6, _local2, bakg); setPixel((_local6 + 1), (_local2 + 1), _local7); }; }; }; }; }; }; } else { if (((doBorderify) && ((_local7 == fontinside)))){ _local13 = getPixel((_local6 - 1), _local2); _local14 = getPixel((_local6 + 1), _local2); _local15 = getPixel(_local6, (_local2 - 1)); _local16 = getPixel(_local6, (_local2 + 1)); _local17 = getPixel((_local6 - 1), (_local2 - 1)); _local18 = getPixel((_local6 + 1), (_local2 - 1)); _local19 = getPixel((_local6 - 1), (_local2 + 1)); _local20 = getPixel((_local6 + 1), (_local2 + 1)); if ((((((((((((((((((((((((((((((((((((((((((((((((_local13 == bakg)) || ((_local13 == snow)))) || ((_local13 == loosesnow)))) || ((_local14 == bakg)))) || ((_local14 == snow)))) || ((_local14 == loosesnow)))) || ((_local15 == bakg)))) || ((_local15 == snow)))) || ((_local15 == loosesnow)))) || ((_local16 == bakg)))) || ((_local16 == snow)))) || ((_local16 == loosesnow)))) || ((_local17 == bakg)))) || ((_local17 == snow)))) || ((_local17 == loosesnow)))) || ((_local18 == bakg)))) || ((_local18 == snow)))) || ((_local18 == loosesnow)))) || ((_local19 == bakg)))) || ((_local19 == snow)))) || ((_local19 == loosesnow)))) || ((_local20 == bakg)))) || ((_local20 == snow)))) || ((_local20 == loosesnow)))){ setPixel(_local6, _local2, fontborder); }; }; if (_local2 != 0){ _local21 = rnd[(rndIndex++ % rnd.length)]; _local22 = sinkInChance(_local6, _local2); if (_local21 < _local22){ if ((((((((_local7 == fontinside)) && ((getPixel((_local6 - 1), _local2) == fontsnow)))) && ((getPixel((_local6 + 1), _local2) == fontsnow)))) || ((_local21 < (_local22 / 4))))){ _local23 = getPixel(_local6, (_local2 - 1)); if ((((((((_local23 == snow)) || ((_local23 == fontsnow)))) || ((_local23 == loosesnow)))) || ((_local23 == outofbounds)))){ _local24 = getPixel((_local6 - 1), (_local2 - 1)); _local25 = getPixel((_local6 + 1), (_local2 - 1)); _local26 = (((((((_local24 == snow)) || ((_local24 == fontsnow)))) || ((_local24 == loosesnow)))) || ((_local24 == outofbounds))); _local27 = (((((((_local25 == snow)) || ((_local25 == fontsnow)))) || ((_local25 == loosesnow)))) || ((_local25 == outofbounds))); if (((_local26) || (_local27))){ if ((((_local7 == fontsnow)) || ((_local7 == loosesnow)))){ if ((((_local7 == loosesnow)) && ((rnd[(rndIndex++ % rnd.length)] < 0.005)))){ _local28 = 0; _local29 = (_local2 - 1); while (_local29 > 0) { if (getPixel(_local6, _local29) != loosesnow){ break; }; _local29--; _local28++; }; _local29++; if (_local28 > 3){ breakLoose(_local6, _local29); }; } else { if ((((_local9 == bakg)) && (tookSnow(_local6, _local2)))){ if ((((rnd[(rndIndex++ % rnd.length)] < 0.75)) || ((((getPixel((_local6 + 1), (_local2 + 1)) == loosesnow)) && ((getPixel((_local6 - 1), (_local2 + 1)) == loosesnow)))))){ setPixel(_local6, (_local2 + 1), loosesnow); } else { setPixel(_local6, (_local2 + 1), snow); }; }; }; } else { if (tookSnow(_local6, _local2)){ if (_local2 == 1){ if ((((_local24 == fontinside)) || ((_local24 == fontborder)))){ setPixel((_local6 - 1), (_local2 - 1), fontsnow); } else { if ((((_local25 == fontinside)) || ((_local25 == fontborder)))){ setPixel((_local6 + 1), (_local2 - 1), fontsnow); } else { setPixel(_local6, _local2, fontsnow); }; }; } else { setPixel(_local6, _local2, fontsnow); }; }; }; }; }; }; }; }; }; if (_local9 == staticsnow){ _local30 = getPixel((_local6 - 1), _local2); if ((((((((((_local30 == snow)) || ((_local30 == staticsnow)))) || ((_local30 == fontsnow)))) || ((_local30 == loosesnow)))) || ((_local30 == outofbounds)))){ _local31 = getPixel((_local6 + 1), _local2); if ((((((((((_local31 == snow)) || ((_local31 == staticsnow)))) || ((_local31 == fontsnow)))) || ((_local31 == loosesnow)))) || ((_local31 == outofbounds)))){ _local32 = getPixel(_local6, _local2); if ((((((_local32 == snow)) || ((_local32 == fontsnow)))) || ((_local32 == loosesnow)))){ setPixel(_local6, _local2, staticsnow); }; }; }; }; }; }; _local6++; }; if ((((_local2 > 1)) && (!((_local4 == -1))))){ startX[_local2] = _local4; endX[_local2] = (_local5 + 1); }; _local2--; }; frameCount++; if ((((snowCount < maxSnowCount)) && (((frameCount % (80 * snowCount)) == 0)))){ snowCount++; }; var _local3:int; while (_local3 < snowCount) { if (rnd[(rndIndex++ % rnd.length)] > (((1 / maxSnowCount) * snowCount) * 25)){ break; }; spawnSnow(Math.floor((592 * rnd[(rndIndex++ % rnd.length)]))); _local3++; }; pixels.position = 0; bmpData.setPixels(bmpData.rect, pixels); doBorderify = false; } public function spawnSnow(_arg1:int){ var _local3:int; var _local4:uint; var _local2:int; while (_local2 < 100) { _local3 = (_arg1 + ((((_local2 % 2) == 0)) ? 1 : -1 * Math.floor((_local2 / 2)))); _local4 = getPixel(_local3, 0); if (_local4 == bakg){ setPixel(_local3, 0, snow); break; } else { if ((((((_local4 == fontinside)) || ((_local4 == fontborder)))) && ((rnd[(rndIndex++ % rnd.length)] < ((1 / 75) * _local2))))){ setPixel(_local3, 0, fontsnow); break; } else { if (_local4 == fontsnow){ _local2 = (_local2 + snowCount); }; }; }; _local2++; }; } public function musX(){ var _local1:Number = Math.round((stage.mouseX / 2)); if (_local1 < 0){ _local1 = 0; } else { if (_local1 >= 592){ _local1 = 591; }; }; return (_local1); } public function musY(){ var _local1:Number = Math.round((stage.mouseY / 2)); if (_local1 < 0){ _local1 = 0; } else { if (_local1 >= 333){ _local1 = 332; }; }; return (_local1); } public function theDrawerStart(_arg1:MouseEvent){ var _local2:uint; if (stage.mouseY < 800){ isDrawing = false; isErasing = false; musXLoc = musX(); musYLoc = musY(); _local2 = getPixel(musXLoc, musYLoc); if ((((((_local2 == fontinside)) || ((_local2 == fontborder)))) || ((_local2 == fontsnow)))){ isErasing = true; } else { isDrawing = true; }; theDrawLogic(); }; } public function theDrawerStop(_arg1:MouseEvent){ isDrawing = false; isErasing = false; } public function theDrawer(_arg1:MouseEvent){ var _local2:Number; var _local3:Number; if (((isDrawing) || (isErasing))){ _local2 = Math.abs((musX() - musXLoc)); _local3 = Math.abs((musY() - musYLoc)); if (_local2 > _local3){ _local3 = (_local3 / _local2); _local2 = 1; } else { if (_local3 > _local2){ _local2 = (_local2 / _local3); _local3 = 1; } else { _local2 = 1; _local3 = 1; }; }; while (((!((Math.round(musXLoc) == musX()))) || (!((Math.round(musYLoc) == musY()))))) { if (musX() < Math.round(musXLoc)){ musXLoc = (musXLoc - _local2); } else { if (musX() > Math.round(musXLoc)){ musXLoc = (musXLoc + _local2); }; }; if (musY() < Math.round(musYLoc)){ musYLoc = (musYLoc - _local3); } else { if (musY() > Math.round(musYLoc)){ musYLoc = (musYLoc + _local3); }; }; theDrawLogic(); }; }; } public function theDrawLogic(){ var _local2:*; var _local1:* = -3; while (_local1 < 3) { _local2 = -3; while (_local2 < 3) { theInnerDrawLogic((Math.round(musXLoc) + _local1), (Math.round(musYLoc) + _local2)); _local2++; }; _local1++; }; doBorderify = true; } public function theInnerDrawLogic(_arg1:int, _arg2:int){ if (_arg1 < 0){ _arg1 = 0; } else { if (_arg1 >= 592){ _arg1 = 591; }; }; if (_arg2 < 0){ _arg2 = 0; } else { if (_arg2 >= 333){ _arg2 = 332; }; }; var _local3:uint = getPixel(_arg1, _arg2); if (isDrawing){ if ((((_local3 == bakg)) || ((_local3 == fontborder)))){ setPixel(_arg1, _arg2, fontinside); } else { if ((((_local3 == snow)) || ((_local3 == loosesnow)))){ setPixel(_arg1, _arg2, fontsnow); }; }; } else { if (isErasing){ if ((((_local3 == fontinside)) || ((_local3 == fontborder)))){ setPixel(_arg1, _arg2, bakg); } else { if ((((_local3 == fontsnow)) || ((_local3 == loosesnow)))){ setPixel(_arg1, _arg2, snow); }; }; }; }; } public function playMusic(_arg1:int){ SoundMixer.stopAll(); music[_arg1].play(0, int.MAX_VALUE); currentlyPlaying = _arg1; sourcebar.txt.text = musicSrc[_arg1]; } public function nextTrack(_arg1:KeyboardEvent){ if ((((_arg1.keyCode == Keyboard.SPACE)) || ((_arg1.keyCode == Keyboard.ENTER)))){ currentlyPlaying++; if (currentlyPlaying >= music.length){ currentlyPlaying = 0; }; playMusic(currentlyPlaying); }; } function frame1(){ outofbounds = 1193046; bakg = 51; snow = 0xEEEEEE; fontsnow = 15593198; loosesnow = 15658478; staticsnow = 15658733; fontinside = 26163; fontborder = 17442; wind = true; summer.gotoAndStop(1); frame.gotoAndStop(2); rnd = new Array(); iRnd = 0; while (iRnd < 9999) { rnd.push(Math.random()); iRnd++; }; rndIndex = 0; music = new Array(new JazzJackrabbitHolidayHare95_Candion(), new DjCUTMAN_TriptotheTropicsStarTropics(), new DarrenKorb_SettingSailComingHome(), new SkyHigh_SonictheHedgehog3SnowMotionOCReMix(), new Malmen_AllThatsLeft(), new Moby_Everloving(), new LPChip_TrazChilldownmix()); musicSrc = new Array("Jazz Jackrabbit Holiday Hare '95 - Candion", "Dj CUTMAN - Trip to the Tropics (StarTropics)", "Darren Korb - Setting Sail, Coming Home", "SkyHigh - Sonic the Hedgehog 3 'Snow Motion' OC ReMix", "Malmen - All That's Left", "Moby - Everloving", "LPChip - Traz (Chill down mix)"); currentlyPlaying = -1; currentMonth = (new Date().month + 1); if (currentMonth == 12){ bakg = 21; fontinside = 13373713; fontborder = 0x880000; playMusic(0); } else { if (currentMonth == 7){ bakg = 13430527; snow = 0x225500; fontsnow = 0x235500; loosesnow = 0x225600; staticsnow = 2249985; fontinside = 0x994400; fontborder = 12281361; wind = false; summer.gotoAndStop(2); frame.gotoAndStop(3); playMusic(1); } else { playMusic((Math.floor(((music.length - 2) * rnd[(rndIndex++ % rnd.length)])) + 2)); }; }; bmpData = new BitmapData(592, 333, false, bakg); buffer = new BitmapData(592, 333, false, bakg); mmm = new Matrix(); mmm.scale(0.5, 0.5); bmpData.draw(txt, mmm, null, null, null, true); removeChild(txt); xxx = 0; while (xxx < 592) { yyy = 0; while (yyy < 333) { px = bmpData.getPixel(xxx, yyy); if (px != bakg){ pxl = bmpData.getPixel((xxx - 1), yyy); pxr = bmpData.getPixel((xxx + 1), yyy); pxu = bmpData.getPixel(xxx, (yyy - 1)); pxd = bmpData.getPixel(xxx, (yyy + 1)); pxul = bmpData.getPixel((xxx - 1), (yyy - 1)); pxur = bmpData.getPixel((xxx + 1), (yyy - 1)); pxdl = bmpData.getPixel((xxx - 1), (yyy + 1)); pxdr = bmpData.getPixel((xxx + 1), (yyy + 1)); buffer.setPixel(xxx, yyy, ((((((((((((((((pxl == bakg)) || ((pxr == bakg)))) || ((pxu == bakg)))) || ((pxd == bakg)))) || ((pxul == bakg)))) || ((pxur == bakg)))) || ((pxdl == bakg)))) || ((pxdr == bakg)))) ? fontborder : fontinside); }; yyy++; }; xxx++; }; bmpData.draw(buffer); buffer = null; pixels = new ByteArray(); xxx4 = 0; while (xxx4 < 592) { yyy4 = 0; while (yyy4 < 333) { setPixel(xxx4, yyy4, bmpData.getPixel(xxx4, yyy4)); yyy4++; }; xxx4++; }; maxSnowCount = 50; snowCount = 1; frameCount = 0; startX = new Array(); endX = new Array(); yyy6 = 332; while (yyy6 >= 0) { startX.push(0); endX.push(592); yyy6--; }; bmp = new Bitmap(bmpData); bmp.scaleX = 2; bmp.scaleY = 2; addChild(bmp); setChildIndex(summer, (numChildren - 1)); setChildIndex(sourcebar, (numChildren - 1)); isDrawing = false; isErasing = false; doBorderify = true; stage.addEventListener(MouseEvent.MOUSE_DOWN, theDrawerStart); stage.addEventListener(MouseEvent.MOUSE_MOVE, theDrawer); stage.addEventListener(MouseEvent.MOUSE_UP, theDrawerStop); stage.addEventListener(KeyboardEvent.KEY_DOWN, nextTrack); stage.addEventListener(Event.ENTER_FRAME, tick); } } }//package swf_fla
Section 2
//DarrenKorb_SettingSailComingHome (DarrenKorb_SettingSailComingHome) package { import flash.media.*; public dynamic class DarrenKorb_SettingSailComingHome extends Sound { } }//package
Section 3
//DjCUTMAN_TriptotheTropicsStarTropics (DjCUTMAN_TriptotheTropicsStarTropics) package { import flash.media.*; public dynamic class DjCUTMAN_TriptotheTropicsStarTropics extends Sound { } }//package
Section 4
//JazzJackrabbitHolidayHare95_Candion (JazzJackrabbitHolidayHare95_Candion) package { import flash.media.*; public dynamic class JazzJackrabbitHolidayHare95_Candion extends Sound { } }//package
Section 5
//LPChip_TrazChilldownmix (LPChip_TrazChilldownmix) package { import flash.media.*; public dynamic class LPChip_TrazChilldownmix extends Sound { } }//package
Section 6
//Malmen_AllThatsLeft (Malmen_AllThatsLeft) package { import flash.media.*; public dynamic class Malmen_AllThatsLeft extends Sound { } }//package
Section 7
//Moby_Everloving (Moby_Everloving) package { import flash.media.*; public dynamic class Moby_Everloving extends Sound { } }//package
Section 8
//SkyHigh_SonictheHedgehog3SnowMotionOCReMix (SkyHigh_SonictheHedgehog3SnowMotionOCReMix) package { import flash.media.*; public dynamic class SkyHigh_SonictheHedgehog3SnowMotionOCReMix extends Sound { } }//package

Library Items

Symbol 1 Sound {SkyHigh_SonictheHedgehog3SnowMotionOCReMix}
Symbol 2 Sound {Moby_Everloving}
Symbol 3 Sound {Malmen_AllThatsLeft}
Symbol 4 Sound {LPChip_TrazChilldownmix}
Symbol 5 Sound {JazzJackrabbitHolidayHare95_Candion}
Symbol 6 Sound {DjCUTMAN_TriptotheTropicsStarTropics}
Symbol 7 Sound {DarrenKorb_SettingSailComingHome}
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 FontUsed by:14 16 17
Symbol 14 TextUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 EditableTextUses:13Used by:18
Symbol 17 EditableTextUses:13Used by:18
Symbol 18 MovieClipUses:16 17Used by:Timeline

Instance Names

"frame"Frame 1Symbol 10 MovieClip
"summer"Frame 1Symbol 12 MovieClip
"txt"Frame 1Symbol 15 MovieClip
"sourcebar"Frame 1Symbol 18 MovieClip
"txtleft"Symbol 18 MovieClip Frame 1Symbol 16 EditableText
"txt"Symbol 18 MovieClip Frame 1Symbol 17 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 11839 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."




http://swfchan.com/40/198862/info.shtml
Created: 31/7 -2019 19:02:59 Last modified: 31/7 -2019 19:02:59 Server time: 20/04 -2024 11:06:40