<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>イナヅマtvログ &#187; GoASAP</title>
	<atom:link href="http://www.inazumatv.com/contents/archives/tag/goasap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.inazumatv.com/contents</link>
	<description>multimedia design, Actionscript, Lingo, PHP, Perl, SQL</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:00:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/tag/goasap/feed" />
<cloud domain='www.inazumatv.com' port='80' path='/contents/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>HydroSequence GoASAP r60, delay中のresumeバグの処方箋</title>
		<link>http://www.inazumatv.com/contents/archives/3129</link>
		<comments>http://www.inazumatv.com/contents/archives/3129#comments</comments>
		<pubDate>Mon, 11 May 2009 01:37:37 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[HydroTween]]></category>
		<category><![CDATA[HydroSequence]]></category>
		<category><![CDATA[SequenceCA]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=3129</guid>
		<description><![CDATA[HydroSequence アップデート GoASAP r60 と動作チェック(1), HydroSequence, GoASAP r60 と動作チェック(2)、でわかったGoASAPのシーケンス処理時の dylay / [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/3129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/3129" />
	</item>
		<item>
		<title>HydroSequence, GoASAP r60 と動作チェック(2)</title>
		<link>http://www.inazumatv.com/contents/archives/3125</link>
		<comments>http://www.inazumatv.com/contents/archives/3125#comments</comments>
		<pubDate>Sat, 09 May 2009 03:40:23 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[HydroTween]]></category>
		<category><![CDATA[HydroSequence]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=3125</guid>
		<description><![CDATA[pause, resume が働かないことがある
前回投稿、pause, resume が期待通りに動かないことがあるようだの件。
正確には、pause 後に resume メソッドを実行してもアニメーション・シーケンス [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/3125/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/3125" />
	</item>
		<item>
		<title>GoASAP,HydroTween,HydroSequenceのモーションをstop,pause,resume</title>
		<link>http://www.inazumatv.com/contents/archives/907</link>
		<comments>http://www.inazumatv.com/contents/archives/907#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:25:18 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[HydroTween]]></category>
		<category><![CDATA[HydroSequence]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=907</guid>
		<description><![CDATA[GoASAP,HydroTween,HydroSequenceそれぞれのモーションでstop,pause,resumeを試した。 GoASAPは複数インスタンスを動かすためにorg.goasap.utils.PlayableGroupクラスを使用した。 モーション自体はHydroTweenで設定した。 import com.hydrotik.go.*; import org.goasap.managers.LinearGoRepeater; import org.goasap.utils.PlayableGroup; &#160; // Script1 // ========================= hyd = HydroTween.go&#40; &#91;target0,target1,target2,target3,target4,target5,target6,target7,target8,target9&#93;, &#123;y:230,rotation:360&#125;, 1.2,0,null,null,null,null,null,null, &#123;cycles:0,reverse:true&#125; &#41;; &#160; //Script2 // ========================= hyd = HydroTween.go&#40; &#91;target0,target1,target2,target3,target4,target5,target6,target7,target8,target9&#93;, &#123;y:230,rotation:360&#125;, 1.2,0,null,null,null,null,null,null, new LinearGoRepeater&#40;0,true&#41; &#41;; &#160; // Script3 // ========================= goItem = new HydroSequence&#40; &#91;&#123; target:&#91;target0,target1,target2,target3,target4,target5,target6,target7,target8,target9&#93;, y:230,rotation:360,duration:1.2,repeater:new LinearGoRepeater&#40;0,true&#41; &#125;&#93; &#41;; goItem.start&#40;&#41;; &#160; //Script4 // ========================= [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/907/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/907" />
	</item>
		<item>
		<title>GoASAP, delay中のpasueとresumeが機能しないをFix(?)</title>
		<link>http://www.inazumatv.com/contents/archives/877</link>
		<comments>http://www.inazumatv.com/contents/archives/877#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:36:22 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[HydroSequence]]></category>
		<category><![CDATA[HydroTween]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=877</guid>
		<description><![CDATA[GoASAPでdelay中のpauseとresumeが機能しない。
影響はHydroTween,HydroSequenceにも及ぶ。
org.goasap.utils.SequenceBaseに原因がある様子。
line [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/877/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/877" />
	</item>
		<item>
		<title>GoASAP,HydroTween,HydroSequenceアップデート</title>
		<link>http://www.inazumatv.com/contents/archives/448</link>
		<comments>http://www.inazumatv.com/contents/archives/448#comments</comments>
		<pubDate>Sat, 20 Sep 2008 15:34:31 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[HydroTween]]></category>
		<category><![CDATA[HydroSequence]]></category>
		<category><![CDATA[LinearGo]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=448</guid>
		<description><![CDATA[GoASAPは続けざまにココ3日アップデートが続いている。
現在のバージョン：0.5.1e
LinearGo.updateはFixされ他にも細かなFixがされている。
HydroTween,HydroSequenceもア [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/448/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/448" />
	</item>
		<item>
		<title>GoASAP マイナーアップデート0.5.1d</title>
		<link>http://www.inazumatv.com/contents/archives/423</link>
		<comments>http://www.inazumatv.com/contents/archives/423#comments</comments>
		<pubDate>Sat, 20 Sep 2008 14:34:01 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[Repeater]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=423</guid>
		<description><![CDATA[GoASAPがマイナーアップデートした。
org.goasap.managers.RepeaterのBug Fix。
LinearGo.updateはまだ修正されていない。
]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/423/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/423" />
	</item>
		<item>
		<title>LinearGo, SequenceCA, HydroTween, HydroSequenceのクラス図</title>
		<link>http://www.inazumatv.com/contents/archives/275</link>
		<comments>http://www.inazumatv.com/contents/archives/275#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:06:54 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[HydroTween]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[HydroSequence]]></category>
		<category><![CDATA[LinearGo]]></category>
		<category><![CDATA[PlayableBase]]></category>
		<category><![CDATA[SequenceCA]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=275</guid>
		<description><![CDATA[LinearGo, HydroTween, HydroSequenceのクラス図を書いてみた。
PlayableBaseからスーパークラスのEventDispatcherを継承する親子関係。
めんどうでも書いてみると分か [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/275" />
	</item>
		<item>
		<title>GoASAP, LinearGoでtweenしてみる</title>
		<link>http://www.inazumatv.com/contents/archives/269</link>
		<comments>http://www.inazumatv.com/contents/archives/269#comments</comments>
		<pubDate>Mon, 08 Sep 2008 07:47:46 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[LinearGo]]></category>
		<category><![CDATA[LinearGoRepeater]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=269</guid>
		<description><![CDATA[GoASAPのコアなクラスLinearGoを使ってtweenしてみる。
GoEvent.UPDATEをリスナーしてハンドラを作る。
ハンドラではGoEventのtarget.positionプロパティを使ってプロパティを [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/269/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/269" />
	</item>
		<item>
		<title>GoASAP, LinearGoのupdate関数をFixする</title>
		<link>http://www.inazumatv.com/contents/archives/263</link>
		<comments>http://www.inazumatv.com/contents/archives/263#comments</comments>
		<pubDate>Sun, 07 Sep 2008 07:18:23 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[LinearGo]]></category>
		<category><![CDATA[LinearGoRepeater]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=263</guid>
		<description><![CDATA[HydroTween, HydroSequenceでLinearGoRepeaterを使った時のcycle後の最初の値がおかしいのを修正した。
GoASAPのユーザー側コアクラスはLinearGo。
このクラスをexte [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/263" />
	</item>
		<item>
		<title>LinearGoRepeaterでtweenを繰返し、CONSTRUCTORの引数</title>
		<link>http://www.inazumatv.com/contents/archives/182</link>
		<comments>http://www.inazumatv.com/contents/archives/182#comments</comments>
		<pubDate>Fri, 05 Sep 2008 20:04:06 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[GoASAP]]></category>
		<category><![CDATA[LinearGoRepeater]]></category>
		<category><![CDATA[Repeater]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=182</guid>
		<description><![CDATA[org.goasap.managers.LinearGoRepeaterはorg.goasap.managers.Repeaterを継承した、tween繰返しを管理してくれるクラス。
AS2のmx.transitions [...]]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/182/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.inazumatv.com/contents/archives/182" />
	</item>
	</channel>
</rss>
