<?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>macaroni-works notes&#187; call</title>
	<atom:link href="http://blog.macaroniworks.net/tag/call/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macaroniworks.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 16 Feb 2011 07:27:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>FlashLite callでfunctionの代わり</title>
		<link>http://blog.macaroniworks.net/2010/01/flashlite-call%e3%81%a7function%e3%81%ae%e4%bb%a3%e3%82%8f%e3%82%8a/</link>
		<comments>http://blog.macaroniworks.net/2010/01/flashlite-call%e3%81%a7function%e3%81%ae%e4%bb%a3%e3%82%8f%e3%82%8a/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FlashLite]]></category>
		<category><![CDATA[call]]></category>

		<guid isPermaLink="false">http://blog.macaroniworks.net/?p=1124</guid>
		<description><![CDATA[FlashLite1.1ではfunctionがつかえませんが。
しかしcallを使うと、そのフレームの処理を行えるそうです。]]></description>
			<content:encoded><![CDATA[<p>callを使うと、そのフレームの処理を行えるそうです。</p>
<pre class="brush:as3">
call(フレームラベル名);
</pre>
<p>functionがつかえないんじゃあ、これを使うしかありませんかね・・・<br />
いやだな・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaroniworks.net/2010/01/flashlite-call%e3%81%a7function%e3%81%ae%e4%bb%a3%e3%82%8f%e3%82%8a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashLiteはきらい</title>
		<link>http://blog.macaroniworks.net/2009/07/flashlite%e3%81%af%e3%81%8d%e3%82%89%e3%81%84/</link>
		<comments>http://blog.macaroniworks.net/2009/07/flashlite%e3%81%af%e3%81%8d%e3%82%89%e3%81%84/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:12:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FlashLite]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[call]]></category>

		<guid isPermaLink="false">http://blog.macaroniworks.net/?p=552</guid>
		<description><![CDATA[きらいですが、やらなきゃいけない場面が多くなってきました。 とりあえずFlashLite1.xからですが逆にこれが難しいんですね。 enterFrameもfunctionも使えないのに作れる気がしません。 そんな中、なかなか良いメモがございましたので リンクさせて頂きます。助かりました。 http://www.grkt.com/flash_lite_01.html 結局3枚くらいの簡単なスライドを作る予定だったんですが 全部フレームアクションでやるのも癪なので 以下のアクションを埋めてやりました。 if ( i &#60; duration ) { gotoAndPlay( _currentframe-1 ); } else { i=0; } //※変数 duration i は別フレームに記載 一個前のフレームにはもちろん i++ 3枚あるんですが、それには call(フレーム番号) としてやりました。 現在では考えられないまどろっこしさ。 これだからやなの。 でも助かりました。]]></description>
			<content:encoded><![CDATA[<p>きらいですが、やらなきゃいけない場面が多くなってきました。<br />
とりあえずFlashLite1.xからですが逆にこれが難しいんですね。</p>
<p>enterFrameもfunctionも使えないのに作れる気がしません。<br />
そんな中、なかなか良いメモがございましたので<br />
リンクさせて頂きます。助かりました。</p>
<p><a href="http://www.grkt.com/flash_lite_01.html">http://www.grkt.com/flash_lite_01.html</a></p>
<p>結局3枚くらいの簡単なスライドを作る予定だったんですが<br />
全部フレームアクションでやるのも癪なので<br />
以下のアクションを埋めてやりました。</p>
<pre class="brush:as3">
if ( i &lt; duration ) {
	gotoAndPlay( _currentframe-1 );
} else {
	i=0;
}
//※変数 duration i は別フレームに記載
</pre>
<p>一個前のフレームにはもちろん</p>
<pre class="brush:as3">
i++
</pre>
<p>3枚あるんですが、それには</p>
<pre class="brush:as3">
call(フレーム番号)
</pre>
<p>としてやりました。<br />
現在では考えられないまどろっこしさ。<br />
これだからやなの。<br />
でも助かりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaroniworks.net/2009/07/flashlite%e3%81%af%e3%81%8d%e3%82%89%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

