<?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"
	>
<channel>
	<title>Tweenerで音量をトゥイーンさせる へのコメント</title>
	<atom:link href="http://www.5ive.info/blog/archives/105/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog/archives/105</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<pubDate>Fri, 05 Dec 2008 12:13:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>simo より</title>
		<link>http://www.5ive.info/blog/archives/105#comment-563</link>
		<dc:creator>simo</dc:creator>
		<pubDate>Thu, 03 Jul 2008 08:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.5ive.info/blog/?p=105#comment-563</guid>
		<description>Hello Adrien!
Thank you for sharing  TweenLite.　I have never used TweenLite, but the usage is almost the same. It is happy to make the sound done in tween!</description>
		<content:encoded><![CDATA[<p>Hello Adrien!<br />
Thank you for sharing  TweenLite.　I have never used TweenLite, but the usage is almost the same. It is happy to make the sound done in tween!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Adrien より</title>
		<link>http://www.5ive.info/blog/archives/105#comment-559</link>
		<dc:creator>Adrien</dc:creator>
		<pubDate>Wed, 02 Jul 2008 12:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.5ive.info/blog/?p=105#comment-559</guid>
		<description>Hello Simo,
Just to share with you my sound fade method with TweenLite :

&lt;blockquote&gt;import org.gs.TweenLite;

var bgm:Sound = new soundBgm();
var channel:SoundChannel = bgm.play(0);
channel.volume = 0;
TweenLite.to(channel, 2, {volume:1});&lt;/blockquote&gt;

TweenLite explain/download -&#62; http://blog.greensock.com/tweenliteas3/

See you next'
PS: Have you tested rightToRight and leftToLeft SoundTransform properties? Really interesting for pan FX.</description>
		<content:encoded><![CDATA[<p>Hello Simo,<br />
Just to share with you my sound fade method with TweenLite :</p>
<blockquote><p>import org.gs.TweenLite;</p>
<p>var bgm:Sound = new soundBgm();<br />
var channel:SoundChannel = bgm.play(0);<br />
channel.volume = 0;<br />
TweenLite.to(channel, 2, {volume:1});</p></blockquote>
<p>TweenLite explain/download -&gt; <a href="http://blog.greensock.com/tweenliteas3/" rel="nofollow">http://blog.greensock.com/tweenliteas3/</a></p>
<p>See you next&#8217;<br />
PS: Have you tested rightToRight and leftToLeft SoundTransform properties? Really interesting for pan FX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
