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

<channel>
	<title>左脳廻風 &#187; ActionScript</title>
	<atom:link href="http://kassy.jpn.org/kaifu/category/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://kassy.jpn.org/kaifu</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 12 Nov 2009 17:14:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kassy.jpn.org/kaifu/category/actionscript/feed" />
		<item>
		<title>styleSheet　と　StyleSheet</title>
		<link>http://kassy.jpn.org/kaifu/actionscript/13.php</link>
		<comments>http://kassy.jpn.org/kaifu/actionscript/13.php#comments</comments>
		<pubDate>Thu, 19 Jul 2007 00:13:11 +0000</pubDate>
		<dc:creator>Kassy</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://kassy.jpn.org/kaifu/?p=13</guid>
		<description><![CDATA[styleSheet　と　StyleSheet！！
ActionStript2スタイルシートを扱うとき、大文字から始まるStyleSheetとstyleSheetでスクリプトの意味が違っちゃうんだよ・・・＿&#124;￣&#124;○
テキストフィールドに最終的にCSSを適用するときは、小文字から始まるstyleSheetね。
TextField.styleSheet=style変数名
気付かないときは本当に気付かない。
チクショー！ｂｙ小梅太夫
まじ、寝てないとこうなる・・・(´A｀)
]]></description>
			<content:encoded><![CDATA[<p>styleSheet　と　StyleSheet！！<br />
ActionStript2スタイルシートを扱うとき、大文字から始まるStyleSheetとstyleSheetでスクリプトの意味が違っちゃうんだよ・・・＿|￣|○<br />
テキストフィールドに最終的にCSSを適用するときは、小文字から始まるstyleSheetね。<br />
TextField.styleSheet=style変数名<br />
気付かないときは本当に気付かない。<br />
<strong>チクショー！</strong>ｂｙ小梅太夫<br />
まじ、寝てないとこうなる・・・(´A｀)</p>
]]></content:encoded>
			<wfw:commentRss>http://kassy.jpn.org/kaifu/actionscript/13.php/feed</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kassy.jpn.org/kaifu/actionscript/13.php" />
	</item>
		<item>
		<title>ムービークリップをどんどん大きく</title>
		<link>http://kassy.jpn.org/kaifu/actionscript/9.php</link>
		<comments>http://kassy.jpn.org/kaifu/actionscript/9.php#comments</comments>
		<pubDate>Sat, 19 Aug 2006 09:08:49 +0000</pubDate>
		<dc:creator>Kassy</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[どんどん　だんだん　大きく　MC　ムービークリップ]]></category>

		<guid isPermaLink="false">http://kassy.jpn.org/kaifu/?p=9</guid>
		<description><![CDATA[どんどん大きく
onClipEvent (enterFrame) {
this._xscale *=1.2;
this._yscale *=1.2;
}
]]></description>
			<content:encoded><![CDATA[<p>どんどん大きく<br />
onClipEvent (enterFrame) {<br />
this._xscale *=1.2;<br />
this._yscale *=1.2;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://kassy.jpn.org/kaifu/actionscript/9.php/feed</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kassy.jpn.org/kaifu/actionscript/9.php" />
	</item>
		<item>
		<title>getURLのURLアンカー（#）以降が無視され、アンカーに飛ばない</title>
		<link>http://kassy.jpn.org/kaifu/actionscript/8.php</link>
		<comments>http://kassy.jpn.org/kaifu/actionscript/8.php#comments</comments>
		<pubDate>Fri, 18 Aug 2006 13:39:52 +0000</pubDate>
		<dc:creator>Kassy</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[getURL　FLASH　アンカー]]></category>

		<guid isPermaLink="false">http://kassy.jpn.org/kaifu/?p=8</guid>
		<description><![CDATA[getURL(&#8221;index.html#hoge&#8221;)の、「#」以下が無視される
「#」を「%23」に置き換える
getURL(&#8221;index.html%23hoge&#8221;)
]]></description>
			<content:encoded><![CDATA[<p>getURL(&#8221;index.html#hoge&#8221;)の、「#」以下が無視される<br />
「#」を「%23」に置き換える<br />
getURL(&#8221;index.html%23hoge&#8221;)</p>
]]></content:encoded>
			<wfw:commentRss>http://kassy.jpn.org/kaifu/actionscript/8.php/feed</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kassy.jpn.org/kaifu/actionscript/8.php" />
	</item>
	</channel>
</rss>
