ࡱ> Root Entryp|YrRASH!ContentsGPage 1i@Symbol 2=# o , !"#$%&'()*+-./01289A>?@SBCDEFGHIJKLMNOPQR^TUVWXYZ[\]n_`pqRoot Entryp|YrRASHP8Џ!ContentsrGPage 1i@Symbol 2=#3 !"#$%&'()*+4567:;<o>?@STUVWXYZ[\]npqstuvwxyz{|}~Symbol 11 Symbol 3% Symbol 4zSymbol 11 Symbol 3% Symbol 4z  !"#$%&'()*+,-./023456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjklmnopqrstuvwxyz{|}~O EnteCPicPage CPicLayer CPicFrame@@@B^F/Ѐ!Ѐ!/E/^/HHOOJ րGH* GOGOJ*G?J Layer 1OO?{#initclip this.setControlsClass = function() { delete this.setControlsClass; var ControlsClass = function () { this.init(); }; Object.registerClass('control_mc', ControlsClass); var tmp = ControlsClass.prototype=new MovieClip(); tmp.targ_y = 30; tmp.axis_y = 80; tmp.step_x = 0; tmp.step_y = 0; tmp.init = function() { // this._visible = 0; this.prev_mc = this._parent["c"+(this.num-1)+"_mc"]; this.prev_mc.next_mc = this; }; tmp.onEnterFrame = function() { if (!this.next_mc) { this._visible = 1; return; } if (!this.prev_mc) { this._visible = 1; return this.onEnterFrame=this.makeVawes; } this.step_x += ((this.prev_mc._x+this.next_mc._x)/2-this._x)*.05; this.step_x *= .95; this._x += this.step_x; this.step_y += ((this.prev_mc._y+this.next_mc._y)/2-this._y)*.05; this.step_y *= .95; this._y += this.step_y; }; tmp.makeVawes = function() { if (this._y<35) { this.targ_y = 150; } else if (this._y>140) { this.targ_y = 30; } this._y += (this.targ_y-this._y)*.1; }; tmp.onPress = function() { this.onEnterFrame = 1; this.onMouseMove = function() { this._x = this._parent._xmouse; this._y = this._parent._ymouse; updateAfterEvent(); }; this.onMouseUp = function() { delete this.onEnterFrame; delete this.onMouseUp; delete this.onMouseMove; }; }; }; this.setControlsClass(); #endinitclip  Layer 23*p(aCPicPage CPicLayer CPicFrame CPicSpriteX@X@.ship_mc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='9'> <8 CDocumentPagePage 1Scene 1A㫷A Symbol 4Class_Path_AS1_mcDAClass_Path_AS1_mcSymbol 1ASymbol 2storm_mcvA Symbol 1竷ASymbol 1 control_mc*A  control_mcSymbol 1ڬAnum0˂;#Lzcnum0˂;#LzcSymbol 3ship_mc~A.\006storm.flaship_mc.A~A۫A' hhhhlegacyLineSpacing0PropSh  !"#$%&'()*+,-./023456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjklmnopqrstuvwxyz{|}~eet::ActiveTab7641!PublishGifProperties::PaletteName PublishRNWKProperties::speed256K0"PublishHtmlProperties::StartPaused0%PublishFormatProperties::htmlFileNamestorm_vawes_AS1.html PublishQTProperties::LayerOption PublishQTProperties::CPicPage CPicLayer CPicFrame<0p0P0pp08p0@? * Layer 1OO?IKey.addListener(this); this.onKeyDown = function() { var k = Key.getCode(); switch (k) { case 37 : if (Key.isDown(39)) { this.targ_speed_x = 0; } else { this.targ_speed_x = -this.max_speed_x; } break; case 39 : if (Key.isDown(37)) { this.targ_speed_x = 0; } else { this.targ_speed_x = this.max_speed_x; } } }; this.onKeyUp = function() { var k = Key.getCode(); switch (k) { case 37 : if (Key.isDown(39)) { this.targ_speed_x = this.max_speed_x; } else { this.targ_speed_x = 0; } break; case 39 : if (Key.isDown(37)) { this.targ_speed_x = -this.max_speed_x; } else { this.targ_speed_x = 0; } } };  Key3?:<this.max_speed_x = 5; this.x = 50; this.targ_speed_x = this.speed_x=0; this.onEnterFrame = function() { var p = this._parent.storm_mc; var waves_path = new org.dembicki.PathAS1(this._parent.path_array); this.speed_x += (this.targ_speed_x-this.speed_x)*.01; this.x += this.speed_x; this.x = this.x%100; var x = waves_path.path_length*(this.x/100); var pt = waves_path.getPoint(x); this._x=pt._x, this._y=pt._y; this._rotation = pt._rotation+180; this.x += this._rotation/100; };  EnterFrameAlphaOption"PublishQTProperties::MatchMovieDim1Vector::Debugging Permitted0PublishProfileProperties::nameDefaultPublishHtmlProperties::Loop1PublishFormatProperties::jpeg0PublishQTProperties::Width500$PublishPNGProperties::OptimizeCPicPage CPicLayer CPicFrame CPicShape5LW8>j,,,,j>j,,,,j?w Layer 1OO?qX #initclip /* Ivan Dembicki, 2004, dembicki@narod.ru please check updates: http://www.dembicki.org Path class version 1.1 Version for AS1 */ this.setPathClass = function() { delete this.setPathClass; if (org.dembicki.PathAS1) { return; } var org = _global.org || (_global.org={}); org.dembicki = org.dembicki || (org.dembicki={}); var Path = _global.PathAS1=_global.org.dembicki.PathAS1=function () { var arg = typeof arguments[0] == "number" ? arguments : arguments[0]; this.path_points=arg.toString(), this.path_length=0; var k = 0, i, len = arg.length, x0 = arg[0] || 0, y0 = arg[1] || 0, x1, y1, x2, y2, ln, o, a1, a2, a3, a4, a, b, c, d, e, a2t, sa, s = Math.sqrt, l = Math.log, p = Math.pow; for (i=2; i<len; i += 4) { x1=arg[i] || 0, y1=arg[i+1] || 0, (i == (len-2)) ? (x2=(arg[i+2] ? arg[i+2] : (arg[0] || 0)), y2=(arg[i+3] ? arg[i+3] : (arg[1] || 0))) : (x2=arg[i+2] || 0, y2=arg[i+3] || 0), ln=this.ln_array[k++]=[{_y:y0, _x:x0}, {_y:y1, _x:x1}, {_y:y2, _x:x2}], o=ln[3]={}, a1=o.a1=x0-2*x1+x2, a2=o.a2=y0-2*y1+y2, a3=o.a3=x0-x1, a4=o.a4=y0-y1, a=o.a=4*(a1*a1+a2*a2), b=o.b=-8*(a1*a3+a2*a4), c=o.c=4*(a3*a3+a4*a4), e=o.e=Math.sqrt(c), d=s(c+b+a), sa=s(a), a2t=a*2, ln[4]=(2*sa*(d*(b+a2t)-e*b)+(b*b-4*a*c)*(l(2*e+b/sa)-l(2*d+(b+a2t)/sa)))/(8*p(a, (3/2))), this.path_length += ln[4], x0=x2, y0=y2; } this.segments = k--; }; var tmp = Path.prototype={}; tmp.path_points = ""; tmp.path_length = 0; tmp.segments = 0; tmp.ln_array = []; tmp.getPoint = function(poz, omit_rotation) { poz = poz%this.path_length; poz<0 ? poz += this.path_length : ""; if (this.segments<1) { return false; } var i = 0, ln, len = 0, ff = 0, s = Math.sqrt, l = Math.log, p = Math.pow, abs = Math.abs; for (i; i<=this.segments; i++) { ln=this.ln_array[i], len += ln[4]; if (len>poz) { ff = (poz-(len-ln[4]))/ln[4]; break; } } var fn = function (ff) { var o = ln[3], a1 = o.a1, a2 = o.a2, a3 = o.a3, a4 = o.a4, a = o.a, b = o.b, c = o.c, e = o.e, i = 1, st = 1, f_l = ln[4], t_l = ff*f_l, max_i = 100, d, sa, a2i; while (max_i--) { d=s(c+i*(b+a*i)), sa=s(a), a2i=a*2*i, f_l=(2*sa*(d*(b+a2i)-e*b)+(b*b-4*a*c)*(l(2*e+b/sa)-l(2*d+(b+a2i)/sa)))/(8*p(a, (3/2))); if (abs(f_l-t_l)<.000001) { return i; } st /= 2, i += f_l<t_l ? st : f_l>t_l ? -st : 0; } return i; }; var f = fn(ff), p0 = ln[0], p1 = ln[1], p2 = ln[2], e = 1-f, ee = e*e, ff = f*f, b = 2*f*e; if (omit_rotation) { return {_x:p2._x*ff+p1._x*b+p0._x*ee, _y:p2._y*ff+p1._y*b+p0._y*ee}; } return {_x:p2._x*ff+p1._x*b+p0._x*ee, _y:p2._y*ff+p1._y*b+p0._y*ee, _rotation:Math.atan2(p0._y-p1._y+(2*p1._y-p0._y-p2._y)*f, p0._x-p1._x+(2*p1._x-p0._x-p2._x)*f)/(Math.PI/180)}; }; }; this.setPathClass(); #endinitclip  Layer 23!PublishRNWKProperties::exportSMIL1 PublishRNWKProperties::speed384K0"PublishRNWKProperties::exportAudio1Vector::FireFox0PublishHtmlProperties::Quality4(PublishHtmlProperties::VColors1&PublishRNWKProperties::speedSingleISDN0&PublishRNWKProperties::singleRateAudio0Vector::External Player%PublishHtmlProperties::showTagWarnMsg1PublishHtmlProperties::Units04PublishHtmlProperties::UsingDefaultAlternateFilename1PublishGifProperties::Smooth1%PublishRNWKProperties::mediaCopyright(c) 2000#PublishRNWKProperties::flashBitRate1200Vector::Compress Movie1Vector::Package Paths&PublishFormatProperties::flashFileNamestorm_vawes_AS1.swf'PublishFormatProperties::gifDefaultName1%PublishFormatProperties::projectorMac0"PublishGifProperties::DitherOption!PublishRNWKProperties::exportSMIL1 PublishRNWKProperties::speed384K0"PublishRNWKProperties::exportAudio1Vector::FireFox0PublishHtmlProperties::Quality4(PublishHtmlProperties::VerticalAlignment1$PublishFormatProperties::pngFileNamestorm_vawes_AS1.pngPublishFormatProperties::html1"PublishPNGProperties::FilterOption'PublishRNWKProperties::mediaDescriptionVector::Override Sounds0!PublishHtmlProperties::DeviceFont0-PublishFormatProperties::generatorDefaultName1PublishQTProperties::Flatten1PublishPNGProperties::BitDepth24-bit with AlphaPublishPNGProperties::Smooth1"PublishGifProperties::DitherSolids0PublishGifProperties::Interlace0PublishJpegProperties::DPI4718592Vector::Quality80Vector::Protect0"PublishHtmlProperties::DisplayMenu1*PublishHtmlProperties::HorizontalAlignment12PublishHtmlProperties::VersionDetectionIfAvailable0Vector::Template0*PublishFormatProperties::generatorFileNamestorm_vawes_AS1.swt(PublishFormatProperties::rnwkDefaultName1(PublishFormatProperties::jpegDefaultName1PublishFormatProperties::gif0PublishGifProperties::Loop1PublishGifPropertieO EnteCPicPage CPicLayer CPicFrame@@@B^F/Ѐ!Ѐ!/E/^/HHOOJ րGH* GOGOJ*G?J Layer 1OO?{#initclip this.setControlsClass = function() { delete this.setControlsClass; var ControlsClass = function () { this.init(); }; Object.registerClass('control_mc', ControlsClass); var tmp = ControlsClass.prototype=new MovieClip(); tmp.targ_y = 30; tmp.axis_y = 80; tmp.step_x = 0; tmp.step_y = 0; tmp.init = function() { // this._visible = 0; this.prev_mc = this._parent["c"+(this.num-1)+"_mc"]; this.prev_mc.next_mc = this; }; tmp.onEnterFrame = function() { if (!this.next_mc) { this._visible = 1; return; } if (!this.prev_mc) { this._visible = 1; return this.onEnterFrame=this.makeVawes; } this.step_x += ((this.prev_mc._x+this.next_mc._x)/2-this._x)*.05; this.step_x *= .95; this._x += this.step_x; this.step_y += ((this.prev_mc._y+this.next_mc._y)/2-this._y)*.05; this.step_y *= .95; this._y += this.step_y; }; tmp.makeVawes = function() { if (this._y<35) { ts::Width500$PublishRNWKProperties::mediaKeywords!PublishRNWKProperties::mediaTitlePublishRNWKProperties::speed28K1#PublishFormatProperties::qtFileNamestorm_vawes_AS1.mov"PublishPNGProperties::DitherOption#PublishGifProperties::PaletteOption#PublishGifProperties::MatchMovieDim1$PublishRNWKProperties::speedDualISDN0$PublishRNWKProperties::realVideoRate100000PublishJpegProperties::Quality80PublishFormatProperties::flash1#PublishPNGProperties::PaletteOption#PublishPNGPrhis.targ_y = 150; } else if (this._y>140) { this.targ_y = 30; } this._y += (this.targ_y-this._y)*.1; }; tmp.onPress = function() { this.onEnterFrame = 1; this.onMouseMove = function() { this._x = this._parent._xmouse; this._y = this._parent._ymouse; updateAfterEvent(); }; this.onMouseUp = function() { delete this.onEnterFrame; delete this.onMouseUp; delete this.onMouseMove; }; }; }; this.setControlsClass(); #endinitclip  Layer 23*p(aCPicPage CPicLayer CPicFrame CPicSpriteX@X@.ship_mc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='9'> <CPicPage CPicLayer CPicFrame CPicSpritex c1_mcnum1˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.1'> </component> c2_mcnum2˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.2'> </component> ( @( @lc3_mcnum3˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.3'> </component> H H WKc4_mcnum4˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.4'> </component> @@Oc5operties::MatchMovieDim1$PublishJpegProperties::MatchMovieDim1Vector::Package Export Frame1!PublishProfileProperties::version1PublishHtmlProperties::Align0-PublishFormatProperties::projectorWinFileNamestorm_vawes_AS1.exe'PublishFormatProperties::pngDefaultName10PublishFormatProperties::projectorMacDefaultName1#PublishQTProperties::PlayEveryFrame0"PublishPNGProperties::DitherSolids0"PublishJpegProperties::Progressive0Vector::Debugging PasswordVector::Omit Trace Actions0PublishHtmlProperties::Height160PublishHtmlProperties::Width500%PublishFormatProperties::jpegFileNamestorm_vawes_AS1.jpg)PublishFormatProperties::flashDefaultName1PublishPNGProperties::Interlace0PublishGifProperties::Height160PublishJpegProperties::Size0Vector::DeviceSound0Vector::TopDown0'PublishHtmlProperties::TemplateFileNamexC:\Documents and Settings\iv\Local Settings\Application Data\Macromedia\Flash MX 2004\en\Configuration\Html\Default.html!PublishHtmlProperties::WindowMode02PublishHtmlProperties::UsingDefaultContentFilename1-PublishFormatProperties::projectorMacFileNamestorm_vawes_AS1.hqx(PublishFormatProperties::htmlDefaultName1PublishFormatProperties::rnwk0PublishFormatProperties::png0PublishQTProperties::Height160%PublishPNGProperties::RemoveGradients0PublishGifProperties::MaxColors255'PublishGifProperties::TransparentOptionPublishGifProperties::LoopCountPublishRNWKProperties::speed56K1Vector::Report0+PublishHtmlProperties::OwnAlternateFilename(PublishHtmlProperties::AlternateFilename&PublishHtmlProperties::ContentFilename"PublishFormatProperties::generator0$PublishGifProperties::OptimizeColors1"PublishRNWKProperties::audioFormat0Vector::Version6Vector::Event Format0Vector::Stream Compress7PublishFormatProperties::qt0PublishPNGProperties::Height160PublishPNGProperties::Width500%PublishGifProperties::RemoveGradients0 PublishRNWKProperties::speed512K0PublishJpegProperties::Height160Vector::ActionScriptVersion1Vector::Event Compress7PublishHtmlProperties::Scale00PublishFormatProperties::projectorWinDefaultName1PublishQTProperties::Looping0*PublishQTProperties::UseQTSoundCompression0!PublishPNGProperties::PaletteName!PublishPNGProperties::Transparent0&PublishGifProperties::TransparentAlpha128PublishGifProperties::Animated0"PublishRNWKProperties::mediaAuthor(PublishRNWKProperties::speedCorporateLAN0&PublishRNWKProperties::showBitrateDlog1"PublishRNWKProperties::exportFlash1PublishJpegProperties::Width500Vector::Stream Format0"PublishHtmlProperties::VersionInfo$PublishFormatProperties::gifFileNamestorm_vawes_AS1.gif&PublishFormatProperties::qtDefaultName1"PublishQTProperties::PausedAtStart0%PublishQTProperties::ControllerOption0PublishPNGProperties::MaxColors255,PublishHtmlProperties::UsingOwnAlternateFile0%PublishFormatProperties::rnwkFileNamestorm_vawes_AS1.smil%PublishFormatProperties::projectorWin0%PublishFormatProperties::defaultNames1 CColorDef3PfP0PHP`Px333(3f<03CH3F`3Hxf0f30ff(0f5Hf<`f@x3330333xf3d03]H3Z`3Xx3333303f3PPH33Px`33Px33Pf30f33PHff3(PHf3<x`f3Cxf3Ffff`f03f0ffx0fkHfd`f`x3f033fPH3ffxPH3fdx`3f]x3fZff0f3fPHfff`ffP0xffPxffPH3HfHxH̙n`hx3H33x`3fx`3xx`3̙kx3dfHf3x`ff0xfx0xf̙dxf]`3`f``x`px3`33x3fx3x3xx3nf`f3xffxfxfxxfkx3xfxxxxx3x333f333xfxf3fffffxxH3 HfH(H2`8x`3 `f`̙`(`0xx3xfxx x(xPx3H33x`f3x`3(x`35x3<3`33xf3 x̙3x3(x323x33f3 333(xfH3fx`ff0xf(0xf<xfCf`3fxffx̙fxf(xf5fx3ffff ff((xH3x`f0x̙PP_mcnum5˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.5'> </component> sc6_mcnum6˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.6'> </component> @@R}c0_mcnum0˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.7'> </component> P@P@$c7_mcnum7˂;#Lzc<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.8'> </component> 0c8_mcnum8˂;#Lzc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.9'> </component> @@\c9_mcnum9˂;#Lzc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.10'> </component> (c10_mcnum10˂;#Lzc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.11'> </component>  @ @eWc11_mcnum11˂;#Lzc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.12'> </component> H&H&Rc12_mcnum12˂;#Lzc <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8.13'> </component> ?(c Layer 1OO?K6this.onEnterFrame = function() { this.clear(), this.lineStyle(0, 0xFF0000, 100); this.moveTo(this.c0_mc._x, this.c0_mc._y); var arr = this._parent.path_array=[]; arr.push((this.c0_mc._x+this.c1_mc._x)/2) arr.push((this.c0_mc._y+this.c1_mc._y)/2) for (var i = 1; i<12; i += 1) { var mc1 = this["c"+i+"_mc"], mc2 = this["c"+(i+1)+"_mc"]; var pt_x = (mc2._x+mc1._x)/2, pt_y = (mc2._y+mc1._y)/2; this.curveTo(mc1._x, mc1._y, pt_x, pt_y); arr.push(mc1._x), arr.push(mc1._y), arr.push(pt_x), arr.push(pt_y); } this.lineTo(mc2._x, mc2._y); };  Layer 2P`3xfx̙P̙(P<x3f̙(xx`3xfxPxPd`3xfx̙PPx3f(xx3fxx3f̙xx3ff`zf*](D  "PublishQTProperties::QTSndSettingsCQTAudioSettings iceFont0-PublishFormatProperties::generatorDefaultName1PublishQTProperties::Flatten1PublishPNGProperties::BitDepth24-bit with AlphaPublishPNGProperties::Smooth1"PublishGifProperties::DitherSolids0PublishGifProperties::Interlace0PublishJpegProperties::DPI4718592Vector::Quality80Vector::Protect0"PublishHtmlProperties::DisplayMenu1*PublishHtmlProperties::HorizontalAlignment12PublishHtmlProperties::VersionDetectionIfAvailable0Vector::Template0*PublishFormatProperties::generatorFileNameUntitled-1.swt(PublishFormatProperties::rnwkDefaultName1(PublishFormatProperties::jpegDefaultName1PublishFormatProperties::gif0PublishGifProperties::Loop1PublishGifProperties::Width550$PublishRNWKProperties::mediaKeywords!PublishRNWKProperties::mediaTitlePublishRNWKProperties::speed28K1#PublishFormatProperties::qtFileNameUntitled-1.mov"PublishPNGProperties::DitherOption#PublishGifProperties::PaletteOption#PublishGifProperties::MatchMovieDim1$PublishRNWKProperties::speedDualISDN0$PublishRNWKProperties::realVideoRate100000PublishJpegProperties::Quality80PublishFormatProperties::flash1#PublishPNGProperties::PaletteOption#PublishPNGProperties::MatchMovieDim1$PublishJpegProperties::MatchMovieDim1Vector::Package Export Frame1!PublishProfileProperties::version1PublishHtmlProperties::Align0-PublishFormatProperties::projectorWinFileNameUntitled-1.exe'PublishFormatProperties::pngDefaultName10PublishFormatProperties::projectorMacDefaultName1#PublishQTProperties::PlayEveryFrame0"PublishPNGProperties::DitherSolids0"PublishJpegProperties::Progressive0Vector::Debugging PasswordVector::Omit Trace Actions0PublishHtmlProperties::Height400PublishHtmlProperties::Width550%PublishFormatProperties::jpegFileNameUntitled-1.jpg)PublishFormatProperties::flashDefaultName1PublishPNGProperties::Interlace0PublishGifProperties::Height400PublishJpegProperties::Size0Vector::DeviceSound0Vector::TopDown0'PublishHtmlProperties::TemplateFileName Default.html!PublishHtmlProperties::WindowMode02PublishHtmlProperties::UsingDefaultContentFilename1-PublishFormatProperties::projectorMacFileNameUntitled-1.hqx(PublishFormatProperties::htmlDefaultName1PublishFormatProperties::rnwk0PublishFormatProperties::png0PublishQTProperties::Height400%PublishPNGProperties::RemoveGradients0PublishGifProperties::MaxColors255'PublishGifProperties::TransparentOptionPublishGifProperties::LoopCountPublishRNWKProperties::speed56K1Vector::Report0+PublishHtmlProperties::OwnAlternateFilename(PublishHtmlProperties::AlternateFilenameUntitled-2_alternate.html&PublishHtmlProperties::ContentFilenameUntitled-2_content.html"PublishFormatProperties::generator0$PublishGifProperties::OptimizeColors1"PublishRNWKProperties::audioFormat0Vector::Version7Vector::Event Format0Vector::Stream Compress7PublishFormatProperties::qt0PublishPNGProperties::Height400PublishPNGProperties::Width550%PublishGifProperties::RemoveGradients0 PublishRNWKProperties::speed512K0PublishJpegProperties::Height400Vector::ActionScriptVersion2Vector::Event Compress7PublishHtmlProperties::Scale00PublishFormatProperties:3ublishRNWKProperties::singleRateAudio0Vector::External Player%PublishHtmlProperties::showTagWarnMsg1PublishHtmlProperties::Units04PublishHtmlProperties::UsingDefaultAlternateFilename1PublishGifProperties::Smooth1%Publi/component> ?O Layer 23>x<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='8'> </component> ?^? Layer 1OO883_ <component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='Scene 1' oldCopiedComponentPath='10'> </component> ?dE Layer 3Octor::Override Sounds0!PublishHtmlProperties::DeviceFont0