<?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: APE and Display Objects -&gt; Displaying Images</title>
	<atom:link href="http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/</link>
	<description>iPhone, Flash, Flex, AIR, &#38; Web Development</description>
	<lastBuildDate>Thu, 29 Oct 2009 10:52:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adi</title>
		<link>http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/comment-page-1/#comment-863</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Sun, 15 Mar 2009 00:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/#comment-863</guid>
		<description>nice demo! I was trying to attact a flex UIcompoent as the display element.. but that does not seem to work.. 
have you tried setting the display with a canvas or a button or anyother interactive objects in flex?</description>
		<content:encoded><![CDATA[<p>nice demo! I was trying to attact a flex UIcompoent as the display element.. but that does not seem to work..<br />
have you tried setting the display with a canvas or a button or anyother interactive objects in flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/comment-page-1/#comment-648</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/#comment-648</guid>
		<description>You can bind an image to a rectangle particle. I have done it like this before:

floor = new RectangleParticle(xFloor,yFloor,1400,100,0,true, 1, .2,0);  
floor.init();  
floorimage = new Loader();  
floorimage.load(new URLRequest(&quot;http://manewc.com/projects/flash/i/Grass.jpg&quot;));  
floor.setDisplay(floorimage, -350, -50);
addParticle(floor);

you can see it here:

http://manewc.com/2008/04/16/ape-driving-demo-part-v/

Thanks, Morgan</description>
		<content:encoded><![CDATA[<p>You can bind an image to a rectangle particle. I have done it like this before:</p>
<p>floor = new RectangleParticle(xFloor,yFloor,1400,100,0,true, 1, .2,0);<br />
floor.init();<br />
floorimage = new Loader();<br />
floorimage.load(new URLRequest(&#8221;http://manewc.com/projects/flash/i/Grass.jpg&#8221;));<br />
floor.setDisplay(floorimage, -350, -50);<br />
addParticle(floor);</p>
<p>you can see it here:</p>
<p><a href="http://manewc.com/2008/04/16/ape-driving-demo-part-v/" rel="nofollow">http://manewc.com/2008/04/16/ape-driving-demo-part-v/</a></p>
<p>Thanks, Morgan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/comment-page-1/#comment-647</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/2008/03/31/ape-and-display-objects-displaying-images/#comment-647</guid>
		<description>Is it possible to attach an displayObject to anything other than a WheelParticle? I want to bound one to a RectangleParticle, but it doesn&#039;t seem to have a method to do so...</description>
		<content:encoded><![CDATA[<p>Is it possible to attach an displayObject to anything other than a WheelParticle? I want to bound one to a RectangleParticle, but it doesn&#8217;t seem to have a method to do so&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
