<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bumpslide Libs for AS3</title>
	<atom:link href="http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/</link>
	<description></description>
	<lastBuildDate>Wed, 11 Nov 2009 15:24:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: david</title>
		<link>http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/comment-page-1/#comment-16033</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 16 Aug 2008 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/#comment-16033</guid>
		<description>Thanks for the code review and tips, doug . I was actually using a swhx/haxe/neko app for the kiosk where I used the activity monitor.  The code was a port of an old as2 class I wrote a few years ago.  You are probably right about the timer reset. 

patches welcome</description>
		<content:encoded><![CDATA[<p>Thanks for the code review and tips, doug . I was actually using a swhx/haxe/neko app for the kiosk where I used the activity monitor.  The code was a port of an old as2 class I wrote a few years ago.  You are probably right about the timer reset. </p>
<p>patches welcome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/comment-page-1/#comment-15481</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/#comment-15481</guid>
		<description>Hello,
Interesting library. I&#039;ve also been working on something similar to your ActivityMonitor. The implementation is very similar: we both use the MouseEvent and KeyboardEvent to keep track of user activity. You know, if you use AIR as your platform, you could also use NativeApplication API, which provides everything we need and it&#039;s much simplier to use.

One comment on your impl: you could use a flag in your ActivityMonitor to store user idle (true/false). Then in the MouseEvent/KeyboardEvent you set the flag. From there, on every tick of the timer, you just need to look at the flag to decide what to do. I originally went with your impl but I think resetting/starting the timer is something expensive specially it gets called almost constantly with each user activity. Just an opinion</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Interesting library. I&#8217;ve also been working on something similar to your ActivityMonitor. The implementation is very similar: we both use the MouseEvent and KeyboardEvent to keep track of user activity. You know, if you use AIR as your platform, you could also use NativeApplication API, which provides everything we need and it&#8217;s much simplier to use.</p>
<p>One comment on your impl: you could use a flag in your ActivityMonitor to store user idle (true/false). Then in the MouseEvent/KeyboardEvent you set the flag. From there, on every tick of the timer, you just need to look at the flag to decide what to do. I originally went with your impl but I think resetting/starting the timer is something expensive specially it gets called almost constantly with each user activity. Just an opinion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/comment-page-1/#comment-13166</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/#comment-13166</guid>
		<description>AS2 code is on googlecode now as well.
http://bumpslide.googlecode.com/svn/trunk/as2/</description>
		<content:encoded><![CDATA[<p>AS2 code is on googlecode now as well.<br />
<a href="http://bumpslide.googlecode.com/svn/trunk/as2/" rel="nofollow">http://bumpslide.googlecode.com/svn/trunk/as2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pault107</title>
		<link>http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/comment-page-1/#comment-8904</link>
		<dc:creator>pault107</dc:creator>
		<pubDate>Tue, 08 Apr 2008 01:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2008/04/07/bumpslide-libs-for-as3/#comment-8904</guid>
		<description>Thanks for releasing your library - it looks like there are some handy classes in there.</description>
		<content:encoded><![CDATA[<p>Thanks for releasing your library &#8211; it looks like there are some handy classes in there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

