<?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>Tweenerで音量をトゥイーンさせる へのコメント</title>
	<atom:link href="http://blog.5ive.info/archives/105/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.5ive.info/archives/105</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Wed, 09 May 2012 05:04:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>chimanaco blog &#187; Tweenerメモ(2) 特殊プロパティ より</title>
		<link>http://blog.5ive.info/archives/105/comment-page-1#comment-6526</link>
		<dc:creator>chimanaco blog &#187; Tweenerメモ(2) 特殊プロパティ</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.5ive.info/blog/?p=105#comment-6526</guid>
		<description>[...] Tweenerで音量をトゥイーンさせる &#124; 5ive™.blog    Comments (0)   [...]</description>
		<content:encoded><![CDATA[<p>[...] Tweenerで音量をトゥイーンさせる | 5ive™.blog    Comments (0)   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>simo より</title>
		<link>http://blog.5ive.info/archives/105/comment-page-1#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://blog.5ive.info/archives/105/comment-page-1#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 -&gt; http://blog.greensock.com/tweenliteas3/

See you next&#039;
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>

