<?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: A better flag ripple using Perlin noise</title>
	<atom:link href="http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/</link>
	<description>The blog and portfolio of Paul Bennett, a 26 year old Flash developer and occasional photographer</description>
	<lastBuildDate>Tue, 06 Apr 2010 02:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xerode</title>
		<link>http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/comment-page-1/#comment-2396</link>
		<dc:creator>xerode</dc:creator>
		<pubDate>Wed, 24 Jun 2009 11:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xerode.net/blog/?p=342#comment-2396</guid>
		<description>Well, there are two tutorials that might help &lt;a href=&quot;http://www.flashkit.com/tutorials/Special_Effects/Fading_C-Cameorn_-1222/index.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://www.flashkit.com/tutorials/Special_Effects/Ripple_E-James_Cu-528/index.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. I wouldn&#039;t normally recommend FlashKit as the site is filled with very bad coding and worst practises, but I remember being linked to one of those tutorials at university.

What exactly is this for? There&#039;s a different way I&#039;d do it, using DisplacementMapFilter to get a more realistic effect but I don&#039;t think it&#039;d be a good idea to use it at 100% browser window.</description>
		<content:encoded><![CDATA[<p>Well, there are two tutorials that might help <a href="http://www.flashkit.com/tutorials/Special_Effects/Fading_C-Cameorn_-1222/index.php"   rel="nofollow">here</a> and <a href="http://www.flashkit.com/tutorials/Special_Effects/Ripple_E-James_Cu-528/index.php"   rel="nofollow">here</a>. I wouldn't normally recommend FlashKit as the site is filled with very bad coding and worst practises, but I remember being linked to one of those tutorials at university.</p>
<p>What exactly is this for? There's a different way I'd do it, using DisplacementMapFilter to get a more realistic effect but I don't think it'd be a good idea to use it at 100% browser window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/comment-page-1/#comment-2233</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 15 Jun 2009 17:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xerode.net/blog/?p=342#comment-2233</guid>
		<description>Hi,
love the effect.
I was wondering if you had any ideas on how to go about a concentric circle ripple effect?

I need to do one on the background of a site, that background is 100 percent browser size.
That is swf is set to 100% and noscale.

thanks for the great blog</description>
		<content:encoded><![CDATA[<p>Hi,<br />
love the effect.<br />
I was wondering if you had any ideas on how to go about a concentric circle ripple effect?</p>
<p>I need to do one on the background of a site, that background is 100 percent browser size.<br />
That is swf is set to 100% and noscale.</p>
<p>thanks for the great blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xerode</title>
		<link>http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/comment-page-1/#comment-814</link>
		<dc:creator>xerode</dc:creator>
		<pubDate>Thu, 19 Feb 2009 22:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.xerode.net/blog/?p=342#comment-814</guid>
		<description>Thanks! :)

I don&#039;t really know any good places for tutorials, as I&#039;ve yet to find any &quot;teach yourself Flash&quot; sites worth rating. So many of them still use code embedded on the timeline and other bad practises. That said, I&#039;ve not really looked recently so there may be some excellent sites out there that I&#039;m missing!

I&#039;d recommend &lt;a href=&quot;http://www.moock.org/&quot; rel=&quot;nofollow&quot;&gt;Moock&#039;s&lt;/a&gt; &lt;a href=&quot;http://oreilly.com/catalog/9780596526948/&quot; rel=&quot;nofollow&quot;&gt;Essential ActionScript 3&lt;/a&gt; book, it&#039;s how I got started toying with BitmapData. Curiosity, the in-built Flash help and blog posts found on Google took me further. I put the source code up for &lt;a href=&quot;http://www.xerode.net/blog/2009/01/18/yet-another-flag-post/&quot; rel=&quot;nofollow&quot;&gt;a later version of this flag script&lt;/a&gt;, it&#039;s not amazingly well written but might help you out a little.

Good luck and let me know how you get on!</description>
		<content:encoded><![CDATA[<p>Thanks! :)</p>
<p>I don't really know any good places for tutorials, as I've yet to find any "teach yourself Flash" sites worth rating. So many of them still use code embedded on the timeline and other bad practises. That said, I've not really looked recently so there may be some excellent sites out there that I'm missing!</p>
<p>I'd recommend <a href="http://www.moock.org/"   rel="nofollow">Moock's</a> <a href="http://oreilly.com/catalog/9780596526948/"   rel="nofollow">Essential ActionScript 3</a> book, it's how I got started toying with BitmapData. Curiosity, the in-built Flash help and blog posts found on Google took me further. I put the source code up for <a href="http://www.xerode.net/blog/2009/01/18/yet-another-flag-post/"   rel="nofollow">a later version of this flag script</a>, it's not amazingly well written but might help you out a little.</p>
<p>Good luck and let me know how you get on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mojito</title>
		<link>http://www.xerode.net/blog/2008/11/28/a-better-flag-ripple-using-perlin-noise/comment-page-1/#comment-810</link>
		<dc:creator>Mojito</dc:creator>
		<pubDate>Thu, 19 Feb 2009 05:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xerode.net/blog/?p=342#comment-810</guid>
		<description>wow!! really amazing... do you know where can i get some bitmapdata tutorials for dummies???</description>
		<content:encoded><![CDATA[<p>wow!! really amazing... do you know where can i get some bitmapdata tutorials for dummies???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
