<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / Karzin / tag / mouse</title>
<link>http://www.netvouz.com/Karzin/tag/mouse?feed=rss</link>
<description>Karzin&#39;s bookmarks tagged &quot;mouse&quot; on Netvouz</description>
<item><title>Avoid Mouse in Flash CS4/AS3 - Flash Kit Community Forums</title>
<link>http://board.flashkit.com/board/showthread.php?t=810977</link>
<description>function avoidTouch(event:Event):void {   var thresh:Number = 10;   var distx: int = noTouch_mc.x - mouseX;   var disty: int = noTouch_mc.y - mouseY;   var dist:Number = Math.sqrt(distx*distx + disty*disty);   if(dist &lt; thresh){     noTouch_mc.x = mouseX + thresh*distx/dist;     noTouch_mc.y = mouseY + thresh*disty/dist;   } }</description>
<category domain="http://www.netvouz.com/Karzin?category=7236523184708758705">Tutorial &gt; Actionscript &gt; Actionscript 3</category>
<author>Karzin</author>
<pubDate>Fri, 26 Nov 2010 18:09:26 GMT</pubDate>
</item><item><title>Leaving the stage… Event.MOUSE_LEAVE | zupko.info</title>
<link>http://blog.zupko.info/?p=3</link>
<description>this.stage.removeEventListener(MouseEvent.MOUSE_MOVE, mouseOn); }function mouseOff(evt: Event){     trace(“mouse off stage”);     this.stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseOn); } this.stage.addEventListener(Event.MOUSE_LEAVE, mouseOff);</description>
<category domain="http://www.netvouz.com/Karzin?category=7236523184708758705">Tutorial &gt; Actionscript &gt; Actionscript 3</category>
<author>Karzin</author>
<pubDate>Mon, 03 Jan 2011 13:23:16 GMT</pubDate>
</item><item><title>Cursor Invisible</title>
<link>http://addictordie.com/games/cursorinvisible.php?fullscreen=1</link>
<description></description>
<category domain="http://www.netvouz.com/Karzin?category=3929461045445575389">Entretenimento &gt; Games</category>
<author>Karzin</author>
<pubDate>Tue, 09 Feb 2010 01:32:14 GMT</pubDate>
</item><item><title>Cursor*10 (nekogames)</title>
<link>http://www.nekogames.jp/mt/2008/01/cursor10.html</link>
<description>jogo do mouse ! v arios mouses ! interessante</description>
<category domain="http://www.netvouz.com/Karzin?category=3430040421080145452"></category>
<author>Karzin</author>
<pubDate>Sat, 19 Jan 2008 22:08:22 GMT</pubDate>
</item><item><title>MouseTrail (file 2161)</title>
<link>http://www.ffiles.com/flash/actionscript/mousetrail_2161.html</link>
<description></description>
<category domain="http://www.netvouz.com/Karzin?category=2442877090947954820">Tutorial &gt; Actionscript</category>
<author>Karzin</author>
<pubDate>Thu, 15 Jan 2009 02:24:09 GMT</pubDate>
</item></channel></rss>