<?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: Flash particle tutorial in Computer Arts magazine</title>
	<atom:link href="http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/</link>
	<description>Actionscript Games, Physics and Papervision3D</description>
	<lastBuildDate>Sat, 31 Jul 2010 18:57:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ghost Particles at brianSabbeth.com/blog</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-4104</link>
		<dc:creator>Ghost Particles at brianSabbeth.com/blog</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-4104</guid>
		<description>[...] a little particle exploration I did based on Seb Ly-DeLisle Particle System Tutorial : The idea here is to move smoothly . [...]</description>
		<content:encoded><![CDATA[<p>[...] a little particle exploration I did based on Seb Ly-DeLisle Particle System Tutorial : The idea here is to move smoothly . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Lee-Delisle</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-344</link>
		<dc:creator>Seb Lee-Delisle</dc:creator>
		<pubDate>Sat, 10 Jan 2009 19:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-344</guid>
		<description>[...] February I had my first article published in Computer Arts magazine, followed by my first conference of that year, FITC in Amsterdam, with possibly the last ever gig [...]</description>
		<content:encoded><![CDATA[<p>[...] February I had my first article published in Computer Arts magazine, followed by my first conference of that year, FITC in Amsterdam, with possibly the last ever gig [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-338</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Sun, 27 Apr 2008 16:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-338</guid>
		<description>Cool, can&#039;t wait to see it :-)</description>
		<content:encoded><![CDATA[<p>Cool, can&#8217;t wait to see it <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dElay</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-340</link>
		<dc:creator>dElay</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-340</guid>
		<description>Sorry:)
My english isn&#039;t tip-top especially when speaking about coding problems.
My problem was:
I create particles in loop on MOUSE_DOWN in mouseX and mouseY position
particle = new Particle(sth, this, mouseX, mouseY);

I have a button on the stage which is triggered by MouseEvent.CLICK

it occasionally happens that the particles are covering my button and the button isn&#039;t fired.

I solved my problem by changing clip&#039;s type from DisplayObject to MovieClip
public var clip : MovieClip;
and setting
clip.mouseEnabled=false;

thanks again!
i&#039;ll let you know when the project is finished so you can see your class in action :)</description>
		<content:encoded><![CDATA[<p>Sorry:)<br />
My english isn&#8217;t tip-top especially when speaking about coding problems.<br />
My problem was:<br />
I create particles in loop on MOUSE_DOWN in mouseX and mouseY position<br />
particle = new Particle(sth, this, mouseX, mouseY);</p>
<p>I have a button on the stage which is triggered by MouseEvent.CLICK</p>
<p>it occasionally happens that the particles are covering my button and the button isn&#8217;t fired.</p>
<p>I solved my problem by changing clip&#8217;s type from DisplayObject to MovieClip<br />
public var clip : MovieClip;<br />
and setting<br />
clip.mouseEnabled=false;</p>
<p>thanks again!<br />
i&#8217;ll let you know when the project is finished so you can see your class in action <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-339</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Mon, 31 Mar 2008 11:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-339</guid>
		<description>@ dElay I&#039;m so glad you like it! Unfortunately I&#039;m not sure what the question is... could you explain it again?</description>
		<content:encoded><![CDATA[<p>@ dElay I&#8217;m so glad you like it! Unfortunately I&#8217;m not sure what the question is&#8230; could you explain it again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dElay</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-331</link>
		<dc:creator>dElay</dc:creator>
		<pubDate>Sun, 30 Mar 2008 19:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-331</guid>
		<description>Hey Seb!
Thanks a LOT!
Your class is brilliant. I managed to create some really cool effects without the tutorials. I have one question though.
I emitate particles on MOUSE_DOWN so my buttons are under the particles and the buttons aren&#039;t triggered. How can i make particles invisible for mouse and trigger buttons through particles ?
It&#039;s a bit out of scope of the subjce but it&#039;s always worth to ask right? :)
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hey Seb!<br />
Thanks a LOT!<br />
Your class is brilliant. I managed to create some really cool effects without the tutorials. I have one question though.<br />
I emitate particles on MOUSE_DOWN so my buttons are under the particles and the buttons aren&#8217;t triggered. How can i make particles invisible for mouse and trigger buttons through particles ?<br />
It&#8217;s a bit out of scope of the subjce but it&#8217;s always worth to ask right? <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-336</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Fri, 28 Mar 2008 11:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-336</guid>
		<description>Hey dElay! You can find a link to the Lynda video here http://www.sebleedelisle.com/?p=164, or the direct link is here : http://movielibrary.lynda.com/html/modPage.asp?ID=557</description>
		<content:encoded><![CDATA[<p>Hey dElay! You can find a link to the Lynda video here <a href="http://www.sebleedelisle.com/?p=164" rel="nofollow">http://www.sebleedelisle.com/?p=164</a>, or the direct link is here : <a href="http://movielibrary.lynda.com/html/modPage.asp?ID=557" rel="nofollow">http://movielibrary.lynda.com/html/modPage.asp?ID=557</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dElay</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-337</link>
		<dc:creator>dElay</dc:creator>
		<pubDate>Fri, 28 Mar 2008 10:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-337</guid>
		<description>Hi Seb!
Which lynda video is it ?

thanks !</description>
		<content:encoded><![CDATA[<p>Hi Seb!<br />
Which lynda video is it ?</p>
<p>thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-335</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-335</guid>
		<description>hey greg! Thanks so much for your kind words :-)

I think you&#039;ll get a lot more out of the Lynda video than the CA article - it&#039;s a lot more in depth. You&#039;ll find the source code around here somewhere! The latest version is probably on my post for FITC amsterdam.

cheers!

Seb</description>
		<content:encoded><![CDATA[<p>hey greg! Thanks so much for your kind words <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I think you&#8217;ll get a lot more out of the Lynda video than the CA article &#8211; it&#8217;s a lot more in depth. You&#8217;ll find the source code around here somewhere! The latest version is probably on my post for FITC amsterdam.</p>
<p>cheers!</p>
<p>Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://sebleedelisle.com/2008/02/flash-particle-article-in-computer-arts-magazine/comment-page-1/#comment-342</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 03 Mar 2008 17:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebleedelisle.com/?p=159#comment-342</guid>
		<description>Hey, I heard about you through Lynda... Watched your FlashForward conference videos and was simply astounded. I&#039;m guessing that Computer Arts just hasn&#039;t published the tutorial that you created, on their website yet? I was hoping to sort of follow along with the tutorial while looking through the source files you&#039;ve provided.

I could probably use these and also look at the Lynda videos and get an idea of what&#039;s going on. Thanks man, you&#039;re a genius!</description>
		<content:encoded><![CDATA[<p>Hey, I heard about you through Lynda&#8230; Watched your FlashForward conference videos and was simply astounded. I&#8217;m guessing that Computer Arts just hasn&#8217;t published the tutorial that you created, on their website yet? I was hoping to sort of follow along with the tutorial while looking through the source files you&#8217;ve provided.</p>
<p>I could probably use these and also look at the Lynda videos and get an idea of what&#8217;s going on. Thanks man, you&#8217;re a genius!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
