<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QuicSRAM / ktu.jp &#187; progression3</title>
	<atom:link href="http://www.ktu.jp/category/web-site/progression3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ktu.jp</link>
	<description>ktu.jp</description>
	<lastBuildDate>Tue, 18 Jan 2011 01:39:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>シーンの移動/Progression3 メモ</title>
		<link>http://www.ktu.jp/2009/11/progression3-scene/</link>
		<comments>http://www.ktu.jp/2009/11/progression3-scene/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[progression3]]></category>

		<guid isPermaLink="false">http://www.ktu.jp/?p=189</guid>
		<description><![CDATA[
var prog = getProgressionById(&#34;index&#34;);
prog.goto(new SceneId(&#34;/index/&#34;+name));

getProgr [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: as3; title: ;">
var prog = getProgressionById(&quot;index&quot;);
prog.goto(new SceneId(&quot;/index/&quot;+name));
</pre>
<p>getProgressionByIdでインスタンスを取得してgotoで移動。</p>
<pre class="brush: as3; title: ;">
function ():void {
  if (tween)
  {
    tween.interrupt();
  }
  tween = new DoTweener(hoge, { x:0 , time:1 }, { timeOut:0 } );
  tween.execute();
},
</pre>
<p>initObjectに&#8221;timeOut:0&#8243;を追加。タイムアウトエラーが出るのを回避。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ktu.jp/2009/11/progression3-scene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

