<?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>Comments on: TweenMax</title>
	<atom:link href="http://llops.com/blog/2008/04/13/tweenmax/feed/" rel="self" type="application/rss+xml" />
	<link>http://llops.com/blog/2008/04/13/tweenmax/</link>
	<description>Blog de programación creativa mantenido por llops. Experimentos y artículos entorno a la plataforma flash y as3.</description>
	<lastBuildDate>Sat, 07 Jan 2012 15:55:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pyro</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-646</link>
		<dc:creator>pyro</dc:creator>
		<pubDate>Sat, 19 Feb 2011 02:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-646</guid>
		<description>ya k lo descargas como lo instalas o k ?¿</description>
		<content:encoded><![CDATA[<p>ya k lo descargas como lo instalas o k ?¿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olmodeperas</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-359</link>
		<dc:creator>olmodeperas</dc:creator>
		<pubDate>Thu, 27 Aug 2009 18:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-359</guid>
		<description>Hola, les hago una pregunta, si tengo :
[as3]on (rollOver) {
	trace(_name);
	import gs.*;
	import gs.easing.*;

	clip = &quot;foto_1&quot;;
	velocidad = 0.2;

	TweenLite.to(clip,velocidad,{_alpha:0});
}[/as3]

no funciona,no me toma la variable &quot;clip&quot;, porque podria ser?

gracias!</description>
		<content:encoded><![CDATA[<p>Hola, les hago una pregunta, si tengo :</p>
<div class="igBar"><span id="lactionscript3-1"><a href="#" onclick="javascript:showCodeTxt('actionscript3-1'); return false;">Plain Text</a></span></div>
<div class="syntax_hilite">
<div id="actionscript3-1">
<div class="actionscript3">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">on <span style="color: #555;">&#40;</span>rollOver<span style="color: #555;">&#41;</span> <span style="color: #555;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; trace<span style="color: #555;">&#40;</span>_name<span style="color: #555;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #1518ff;">import</span> gs.*;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #1518ff;">import</span> gs.<span style="color: #555;">easing</span>.*;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; clip = <span style="color: #555;">"foto_1"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; velocidad = <span style="color: #FF0000;color:#000099;">0</span>.<span style="color: #FF0000;color:#000099;">2</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; TweenLite.<span style="color: #555;">to</span><span style="color: #555;">&#40;</span>clip,velocidad,<span style="color: #555;">&#123;</span>_alpha:<span style="color: #FF0000;color:#000099;">0</span><span style="color: #555;">&#125;</span><span style="color: #555;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#666666;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #555;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>no funciona,no me toma la variable "clip", porque podria ser?</p>
<p>gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kassel</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-317</link>
		<dc:creator>kassel</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-317</guid>
		<description>Muy buena, incluso puedes modificar propiedades que le des a los MovieClip, que no sean las de siempre.
;)</description>
		<content:encoded><![CDATA[<p>Muy buena, incluso puedes modificar propiedades que le des a los MovieClip, que no sean las de siempre.<br />
;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario Gimenez</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-151</link>
		<dc:creator>Dario Gimenez</dc:creator>
		<pubDate>Thu, 24 Apr 2008 14:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-151</guid>
		<description>Buenos dias. Muy bueno tu sitio, los artículos y las demos.

Me tomé el atrevimiento de linkearte desde mi sitio.

saludos,

Dario.</description>
		<content:encoded><![CDATA[<p>Buenos dias. Muy bueno tu sitio, los artículos y las demos.</p>
<p>Me tomé el atrevimiento de linkearte desde mi sitio.</p>
<p>saludos,</p>
<p>Dario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llops</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-143</link>
		<dc:creator>llops</dc:creator>
		<pubDate>Wed, 16 Apr 2008 08:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-143</guid>
		<description>Sí, yo también. Ya lo estoy utilizando en proyecto reales y estoy encantado :)</description>
		<content:encoded><![CDATA[<p>Sí, yo también. Ya lo estoy utilizando en proyecto reales y estoy encantado :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alrevez</title>
		<link>http://llops.com/blog/2008/04/13/tweenmax/comment-page-1/#comment-142</link>
		<dc:creator>Alrevez</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://llops.com/blog/2008/04/13/tweenmax/#comment-142</guid>
		<description>Que buena noticia, estaba esperando esto desde que leí el artículo de TweenLite.</description>
		<content:encoded><![CDATA[<p>Que buena noticia, estaba esperando esto desde que leí el artículo de TweenLite.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

