<?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>5ive.blog &#187; mouse</title>
	<atom:link href="http://blog.5ive.info/archives/tag/mouse/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.5ive.info</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Fri, 11 May 2012 06:55:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ラインモーションの練習</title>
		<link>http://blog.5ive.info/archives/687</link>
		<comments>http://blog.5ive.info/archives/687#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:45:47 +0000</pubDate>
		<dc:creator>_simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[particle]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=687</guid>
		<description><![CDATA[滑らかにラインを引く練習中。]]></description>
		<wfw:commentRss>http://blog.5ive.info/archives/687/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マウス追従でスクロールするインターフェイス</title>
		<link>http://blog.5ive.info/archives/386</link>
		<comments>http://blog.5ive.info/archives/386#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:46:38 +0000</pubDate>
		<dc:creator>_simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=386</guid>
		<description><![CDATA[よく見るインターフェイスで、マウスを動かすだけでスクロールする動きを実装してみた。すごくシンプルに考えてみるとモーション自体のスクリプトはこの3行でいける。 <a href="http://blog.5ive.info/archives/386">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.5ive.info/archives/386/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>mouseChildrenとmouseEnabledについて</title>
		<link>http://blog.5ive.info/archives/82</link>
		<comments>http://blog.5ive.info/archives/82#comments</comments>
		<pubDate>Fri, 18 Apr 2008 09:19:06 +0000</pubDate>
		<dc:creator>_simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=82</guid>
		<description><![CDATA[今更ながら知ったのでメモ。AS2でいうenabled = falseをしたくて調べたら、AS3ではもっと使い勝手が良くなっているようだ。 mouseEnabled これはマウスイベントを受け取るかどうかを判断するプロパテ &#8230; <a href="http://blog.5ive.info/archives/82">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.5ive.info/archives/82/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ムービークリップのカーソルアイコンについて</title>
		<link>http://blog.5ive.info/archives/9</link>
		<comments>http://blog.5ive.info/archives/9#comments</comments>
		<pubDate>Sat, 09 Jun 2007 18:38:52 +0000</pubDate>
		<dc:creator>_simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/archives/9</guid>
		<description><![CDATA[AS3ではMouseEventをリスナーに登録しても標準では指アイコンに変化しない。アイコンを変える時は明示的に設定してやる必要あり。 mc.buttonMode = true; mc.useHandCursor = t &#8230; <a href="http://blog.5ive.info/archives/9">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.5ive.info/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascriptでマウスホイール検知</title>
		<link>http://blog.5ive.info/archives/5</link>
		<comments>http://blog.5ive.info/archives/5#comments</comments>
		<pubDate>Wed, 02 May 2007 05:19:45 +0000</pubDate>
		<dc:creator>_simo</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.5ive.info/wordpress/archives/5</guid>
		<description><![CDATA[いまさらだけどflashでマウスホイール検知をやってみる。マックでも動くようにとexternalInterfaceでjavascriptと連携。要はアップ方向かダウン方向にホイールが回ってるかをif文で判別してFlash &#8230; <a href="http://blog.5ive.info/archives/5">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.5ive.info/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

