<?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: Animated Bitmap Class. This Will Speed up your games!</title>
	<atom:link href="http://cheezeworld.com/bitmapclip/feed/" rel="self" type="application/rss+xml" />
	<link>http://cheezeworld.com/bitmapclip/</link>
	<description>The Cheeze to Your Macaroni - Games, Open Source Programming, and Other Odd Ramblings.</description>
	<lastBuildDate>Sun, 27 Feb 2011 05:06:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bin</title>
		<link>http://cheezeworld.com/bitmapclip/comment-page-1/#comment-485</link>
		<dc:creator>Bin</dc:creator>
		<pubDate>Thu, 12 Feb 2009 08:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=32#comment-485</guid>
		<description>Ah...

The new download works well ...
thanks for your work :)</description>
		<content:encoded><![CDATA[<p>Ah&#8230;</p>
<p>The new download works well &#8230;<br />
thanks for your work <img src='http://cheezeworld.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colby Cheeze</title>
		<link>http://cheezeworld.com/bitmapclip/comment-page-1/#comment-476</link>
		<dc:creator>Colby Cheeze</dc:creator>
		<pubDate>Wed, 11 Feb 2009 11:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=32#comment-476</guid>
		<description>Thank you for pointing this out. I suppose that when I updated to the MIT license and uploaded the new ZIP I left out the Input class and messed up the comment on line 24 by putting it backwards. I am surprised nobody has mentioned this until now.

I went ahead and depreciated the download, and reactivated the old one which works fine. I will soon be releasing a new and improved knock your socks off animation class which I&#039;ve been cooking up for a while in collaboration with Pany from Game Poetry.</description>
		<content:encoded><![CDATA[<p>Thank you for pointing this out. I suppose that when I updated to the MIT license and uploaded the new ZIP I left out the Input class and messed up the comment on line 24 by putting it backwards. I am surprised nobody has mentioned this until now.</p>
<p>I went ahead and depreciated the download, and reactivated the old one which works fine. I will soon be releasing a new and improved knock your socks off animation class which I&#8217;ve been cooking up for a while in collaboration with Pany from Game Poetry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bin</title>
		<link>http://cheezeworld.com/bitmapclip/comment-page-1/#comment-475</link>
		<dc:creator>Bin</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=32#comment-475</guid>
		<description>I change the enterframe function behind , then the project run well ...

private function onEnterFrame(e:Event):void{
			
			
handleInput();
			
			bitmapClip.rotation+=3;
			
			bitmapClip.update(10);
			
			for each( var o:BitmapClip in clipCopies ){
				o.update(10);
			}
			
			Input.instance.update();

		}</description>
		<content:encoded><![CDATA[<p>I change the enterframe function behind , then the project run well &#8230;</p>
<p>private function onEnterFrame(e:Event):void{</p>
<p>handleInput();</p>
<p>			bitmapClip.rotation+=3;</p>
<p>			bitmapClip.update(10);</p>
<p>			for each( var o:BitmapClip in clipCopies ){<br />
				o.update(10);<br />
			}</p>
<p>			Input.instance.update();</p>
<p>		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bin</title>
		<link>http://cheezeworld.com/bitmapclip/comment-page-1/#comment-474</link>
		<dc:creator>Bin</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=32#comment-474</guid>
		<description>I download the example file from google code.
but it can not RUN.

1.BitmapClipDemo.as line 24.

2.I debug the project in flex,but all items.bitmapData in bitmaps:Array is null.

3.I try to bitmapClip.updata(), then i can see something in stage,but it is different to the example SWF file.</description>
		<content:encoded><![CDATA[<p>I download the example file from google code.<br />
but it can not RUN.</p>
<p>1.BitmapClipDemo.as line 24.</p>
<p>2.I debug the project in flex,but all items.bitmapData in bitmaps:Array is null.</p>
<p>3.I try to bitmapClip.updata(), then i can see something in stage,but it is different to the example SWF file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesse</title>
		<link>http://cheezeworld.com/bitmapclip/comment-page-1/#comment-66</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://cheezeworld.com/?p=32#comment-66</guid>
		<description>i found this page after stumbling upon your custom input class. thanks so much for giving these away and providing instructions n what not. You&#039;ve educated me and saved me tons of time.

how much would I have to pay you to make a video for your custom bitmap class?


thanks again, 
Jesse</description>
		<content:encoded><![CDATA[<p>i found this page after stumbling upon your custom input class. thanks so much for giving these away and providing instructions n what not. You&#8217;ve educated me and saved me tons of time.</p>
<p>how much would I have to pay you to make a video for your custom bitmap class?</p>
<p>thanks again,<br />
Jesse</p>
]]></content:encoded>
	</item>
</channel>
</rss>

