<?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: Smoke in Flash &#8211; AS3 Tutorial</title>
	<atom:link href="http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/</link>
	<description>Design and Programming Blog</description>
	<lastBuildDate>Sat, 07 May 2011 10:49:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Admin</title>
		<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/comment-page-1/#comment-262</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://sf-zone.net/?p=217#comment-262</guid>
		<description>You can&#039;t just &quot;drop&quot; the instance of the smoke on the stage using your mouse. But you can make the smoke come out from what ever place you want. currently it comes out from where your mouse is. That is shy you have mouseX and mouseY as the starting position of every smoke element. Just change these two to the value of your chimney. You will have something like this:
smokeElement.x=150;
smokeElement.y=200;

Hope this helps. Feel free to email me if you have any questions.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t just &#8220;drop&#8221; the instance of the smoke on the stage using your mouse. But you can make the smoke come out from what ever place you want. currently it comes out from where your mouse is. That is shy you have mouseX and mouseY as the starting position of every smoke element. Just change these two to the value of your chimney. You will have something like this:<br />
smokeElement.x=150;<br />
smokeElement.y=200;</p>
<p>Hope this helps. Feel free to email me if you have any questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/comment-page-1/#comment-263</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 02 Jul 2009 05:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://sf-zone.net/?p=217#comment-263</guid>
		<description>Love the smoke effect. Would like to use it for smoke coming out of a warehouse chimney. I am still learning action script 3, but feel like I am starting to catch on to the real power it has.

I am pretty sure that to make this happen I need to re-work these two lines. Can you give me some help as to how I would do that so i can just drop instances of the smoke on the stage?

smokeElement.x=mouseX;
smokeElement.y=mouseY;

Thanks in advance for your consideration.

Michael</description>
		<content:encoded><![CDATA[<p>Love the smoke effect. Would like to use it for smoke coming out of a warehouse chimney. I am still learning action script 3, but feel like I am starting to catch on to the real power it has.</p>
<p>I am pretty sure that to make this happen I need to re-work these two lines. Can you give me some help as to how I would do that so i can just drop instances of the smoke on the stage?</p>
<p>smokeElement.x=mouseX;<br />
smokeElement.y=mouseY;</p>
<p>Thanks in advance for your consideration.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/comment-page-1/#comment-261</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://sf-zone.net/?p=217#comment-261</guid>
		<description>My goal is to become fluent in AS, I just got the books and program in Dec and am attempting to self teach. I am using what code I can find such as yours to study and learn as you suggest. The copy and paste is an exercise to help me understand the differences between your files and one I create. I am not a thief and I genuinely appreciate when people such as yourself make this stuff available to others.

Regards</description>
		<content:encoded><![CDATA[<p>My goal is to become fluent in AS, I just got the books and program in Dec and am attempting to self teach. I am using what code I can find such as yours to study and learn as you suggest. The copy and paste is an exercise to help me understand the differences between your files and one I create. I am not a thief and I genuinely appreciate when people such as yourself make this stuff available to others.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/comment-page-1/#comment-260</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 20 Feb 2009 08:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://sf-zone.net/?p=217#comment-260</guid>
		<description>Make sure that your items are exported for actionscript after they have been pasted.
But I don&#039;t want my files to be just pasted in other projects. I made them for your to learn and understand. I strongly recommend you look over my files, examine the code and understand it. If you just copy-&gt;paste the everything you will not learn actionscript.</description>
		<content:encoded><![CDATA[<p>Make sure that your items are exported for actionscript after they have been pasted.<br />
But I don&#8217;t want my files to be just pasted in other projects. I made them for your to learn and understand. I strongly recommend you look over my files, examine the code and understand it. If you just copy-&gt;paste the everything you will not learn actionscript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://sf-zone.net/2009/02/10/smoke-in-flash-as3-tutorial/comment-page-1/#comment-259</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://sf-zone.net/?p=217#comment-259</guid>
		<description>your file works great, but when I open a new file and paste library iytems and script, i get these errors;

1046: Type was not found or was not a compile-time constant: smoke.

1180: Call to a possibly undefined method smoke.

I am a newbie moron....can you help?</description>
		<content:encoded><![CDATA[<p>your file works great, but when I open a new file and paste library iytems and script, i get these errors;</p>
<p>1046: Type was not found or was not a compile-time constant: smoke.</p>
<p>1180: Call to a possibly undefined method smoke.</p>
<p>I am a newbie moron&#8230;.can you help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

