﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: Crear Menu estilo  Apple o Mac en Flash</title>
	<atom:link href="http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/</link>
	<description>Otro blog más de WordPress</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: jessy</title>
		<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/comment-page-1/#comment-4471</link>
		<dc:creator>jessy</dc:creator>
		<pubDate>Thu, 04 Nov 2010 18:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fento.com.mx/Blog/?p=28#comment-4471</guid>
		<description>o podrias poner el archivo .fla para ver cual es mi error?? por fis..</description>
		<content:encoded><![CDATA[<p>o podrias poner el archivo .fla para ver cual es mi error?? por fis..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: jessy</title>
		<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/comment-page-1/#comment-4470</link>
		<dc:creator>jessy</dc:creator>
		<pubDate>Thu, 04 Nov 2010 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fento.com.mx/Blog/?p=28#comment-4470</guid>
		<description>hola.. tengo una duda, dices que se deben seleccionar todos los clips individuales y convertirlos en uno solo, pero que nombre se le pone, porque lo he intentado hacer poniendole diferentes nombres y no funciona... snif</description>
		<content:encoded><![CDATA[<p>hola.. tengo una duda, dices que se deben seleccionar todos los clips individuales y convertirlos en uno solo, pero que nombre se le pone, porque lo he intentado hacer poniendole diferentes nombres y no funciona&#8230; snif</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: libertad_gda</title>
		<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/comment-page-1/#comment-953</link>
		<dc:creator>libertad_gda</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fento.com.mx/Blog/?p=28#comment-953</guid>
		<description>Hola primero que nada muchas felicidades por el tutorial esta muy claro! solo tengo una duda he hecho todo lo que pones arriba, pero cuando quiero poner mas cuadro (necesito 17), he hecho el ejemplo con 8 pero no me hace nada o si quiero cambiar de ubicacion los cuadros en el .fla si me aparece pero cuando lo ejecuto no me lo cambia... quisiera saber si alguien me podria ayudar con esto, pongo las formulas que utilice:

centerx = Stage.width;
centery = Stage.height / 2;
menucount = 8;
miwidth = this[&quot;btn0&quot; + menucount - 1]._width;
miborder = 10;
AnchMen = 0;
onEnterFrame = function ()
{
    var _loc7 = 0;
    for (var _loc2 = 0; _loc2 &lt; menucount; ++_loc2)
    {
        var _loc3 = this[&quot;btn0&quot; + _loc2]._xmouse;
        var _loc5 = this[&quot;btn0&quot; + _loc2]._ymouse;
        var _loc4 = Math.sqrt(_loc3 * _loc3 + _loc5 * _loc5);
        if (_loc4 &lt; 70)
        {
            this[&quot;btn0&quot; + _loc2]._xscale = this[&quot;btn0&quot; + _loc2]._yscale = this[&quot;btn0&quot; + _loc2]._yscale + (200 - _loc4 - this[&quot;btn0&quot; + _loc2]._yscale) / 3;
        }
        else
        {
            this[&quot;btn0&quot; + _loc2]._xscale = this[&quot;btn0&quot; + _loc2]._yscale = this[&quot;btn0&quot; + _loc2]._yscale + (100 - this[&quot;btn0&quot; + _loc2]._yscale) / 3;
        } // end else if
        _loc7 = _loc7 + this[&quot;btn0&quot; + _loc2]._width;
    } // end of for
    _loc7 = _loc7 + (menucount - 1) * miborder;
    var _loc6 = Math.round((centerx - _loc7) / 2);
    _loc6 = _loc6 + Math.round((this.btn00._width + miborder) / 2);
    for (var _loc2 = 1; _loc2 &lt; menucount; ++_loc2)
    {
        x = _loc2 - 1;
        _loc6 = _loc6 + (this[&quot;btn0&quot; + x]._width / 2 + miborder + this[&quot;btn0&quot; + _loc2]._width / 2);
        this[&quot;btn0&quot; + _loc2]._x = _loc6;
        this[&quot;btn0&quot; + _loc2]._y = centery;
    } // end of for
    this.btn00._x = this.btn01._x - this.btn00._width - miborder;
    this.btn00._y = centery;
};</description>
		<content:encoded><![CDATA[<p>Hola primero que nada muchas felicidades por el tutorial esta muy claro! solo tengo una duda he hecho todo lo que pones arriba, pero cuando quiero poner mas cuadro (necesito 17), he hecho el ejemplo con 8 pero no me hace nada o si quiero cambiar de ubicacion los cuadros en el .fla si me aparece pero cuando lo ejecuto no me lo cambia&#8230; quisiera saber si alguien me podria ayudar con esto, pongo las formulas que utilice:</p>
<p>centerx = Stage.width;<br />
centery = Stage.height / 2;<br />
menucount = 8;<br />
miwidth = this["btn0" + menucount - 1]._width;<br />
miborder = 10;<br />
AnchMen = 0;<br />
onEnterFrame = function ()<br />
{<br />
    var _loc7 = 0;<br />
    for (var _loc2 = 0; _loc2 &lt; menucount; ++_loc2)<br />
    {<br />
        var _loc3 = this["btn0" + _loc2]._xmouse;<br />
        var _loc5 = this["btn0" + _loc2]._ymouse;<br />
        var _loc4 = Math.sqrt(_loc3 * _loc3 + _loc5 * _loc5);<br />
        if (_loc4 &lt; 70)<br />
        {<br />
            this["btn0" + _loc2]._xscale = this["btn0" + _loc2]._yscale = this["btn0" + _loc2]._yscale + (200 &#8211; _loc4 &#8211; this["btn0" + _loc2]._yscale) / 3;<br />
        }<br />
        else<br />
        {<br />
            this["btn0" + _loc2]._xscale = this["btn0" + _loc2]._yscale = this["btn0" + _loc2]._yscale + (100 &#8211; this["btn0" + _loc2]._yscale) / 3;<br />
        } // end else if<br />
        _loc7 = _loc7 + this["btn0" + _loc2]._width;<br />
    } // end of for<br />
    _loc7 = _loc7 + (menucount &#8211; 1) * miborder;<br />
    var _loc6 = Math.round((centerx &#8211; _loc7) / 2);<br />
    _loc6 = _loc6 + Math.round((this.btn00._width + miborder) / 2);<br />
    for (var _loc2 = 1; _loc2 &lt; menucount; ++_loc2)<br />
    {<br />
        x = _loc2 &#8211; 1;<br />
        _loc6 = _loc6 + (this["btn0" + x]._width / 2 + miborder + this["btn0" + _loc2]._width / 2);<br />
        this["btn0" + _loc2]._x = _loc6;<br />
        this["btn0" + _loc2]._y = centery;<br />
    } // end of for<br />
    this.btn00._x = this.btn01._x &#8211; this.btn00._width &#8211; miborder;<br />
    this.btn00._y = centery;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: nikita</title>
		<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/comment-page-1/#comment-927</link>
		<dc:creator>nikita</dc:creator>
		<pubDate>Wed, 24 Jun 2009 23:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fento.com.mx/Blog/?p=28#comment-927</guid>
		<description>Oye qué buen tutorial!!
muy fácil de entender muchas gracias</description>
		<content:encoded><![CDATA[<p>Oye qué buen tutorial!!<br />
muy fácil de entender muchas gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: miguel</title>
		<link>http://www.fento.com.mx/Blog/2009/02/19/crear-menu-estilo-apple-o-mac-en-flash/comment-page-1/#comment-923</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Mon, 15 Jun 2009 22:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fento.com.mx/Blog/?p=28#comment-923</guid>
		<description>Exelente  el script, gracias lo probare...</description>
		<content:encoded><![CDATA[<p>Exelente  el script, gracias lo probare&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

