<?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: Actionscript Basics &#8211; Loops</title>
	<atom:link href="http://flashart.ca/?feed=rss2&#038;p=788" rel="self" type="application/rss+xml" />
	<link>http://flashart.ca/?p=788</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jul 2009 15:13:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: admin</title>
		<link>http://flashart.ca/?p=788&#038;cpage=1#comment-54</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Mar 2009 22:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://flashart.ca/?p=788#comment-54</guid>
		<description>Curves rule.</description>
		<content:encoded><![CDATA[<p>Curves rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsteel</title>
		<link>http://flashart.ca/?p=788&#038;cpage=1#comment-53</link>
		<dc:creator>lsteel</dc:creator>
		<pubDate>Sun, 22 Mar 2009 20:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://flashart.ca/?p=788#comment-53</guid>
		<description>OK... that was easy... I like the updated version... it&#039;s a digital bouquet!</description>
		<content:encoded><![CDATA[<p>OK&#8230; that was easy&#8230; I like the updated version&#8230; it&#8217;s a digital bouquet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Len Steel</title>
		<link>http://flashart.ca/?p=788&#038;cpage=1#comment-52</link>
		<dc:creator>Len Steel</dc:creator>
		<pubDate>Sun, 22 Mar 2009 20:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://flashart.ca/?p=788#comment-52</guid>
		<description>The second version is WAY cool!

I&#039;ll look at the code and try to figure out why the lines are all curved and why they all share a common origin.

Thanks for getting back.</description>
		<content:encoded><![CDATA[<p>The second version is WAY cool!</p>
<p>I&#8217;ll look at the code and try to figure out why the lines are all curved and why they all share a common origin.</p>
<p>Thanks for getting back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://flashart.ca/?p=788&#038;cpage=1#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Mar 2009 16:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://flashart.ca/?p=788#comment-51</guid>
		<description>Here&#039;s a version of same project with a glow filter applied to myImage sprite which contains all lines. 
http://flashart.ca/wp-content/uploads/2009/03/drawingapi1.fla 

Here&#039;s a version of a similar project with glow filters applied to each line. Since a filter MUST be applied to display object like a sprite or movieclip rather than a vector line- each of the lines are added to sprites which live inside myImage sprite.

http://flashart.ca/wp-content/uploads/2009/03/drawingfilters1.fla</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a version of same project with a glow filter applied to myImage sprite which contains all lines.<br />
<a href="http://flashart.ca/wp-content/uploads/2009/03/drawingapi1.fla" rel="nofollow">http://flashart.ca/wp-content/uploads/2009/03/drawingapi1.fla</a> </p>
<p>Here&#8217;s a version of a similar project with glow filters applied to each line. Since a filter MUST be applied to display object like a sprite or movieclip rather than a vector line- each of the lines are added to sprites which live inside myImage sprite.</p>
<p><a href="http://flashart.ca/wp-content/uploads/2009/03/drawingfilters1.fla" rel="nofollow">http://flashart.ca/wp-content/uploads/2009/03/drawingfilters1.fla</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lsteel</title>
		<link>http://flashart.ca/?p=788&#038;cpage=1#comment-46</link>
		<dc:creator>lsteel</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashart.ca/?p=788#comment-46</guid>
		<description>Hey Jess,

I tried to add a glow filter to the output objects, so I  added the last line to the following code... but yeah it&#039;s not that easy.... how would I do that?

myImage.graphics.lineStyle(myRandomWidth, myRandomColor);
myImage.graphics.lineTo(myRandomX, myRandomY);
myImage.graphics.new GlowFilter();</description>
		<content:encoded><![CDATA[<p>Hey Jess,</p>
<p>I tried to add a glow filter to the output objects, so I  added the last line to the following code&#8230; but yeah it&#8217;s not that easy&#8230;. how would I do that?</p>
<p>myImage.graphics.lineStyle(myRandomWidth, myRandomColor);<br />
myImage.graphics.lineTo(myRandomX, myRandomY);<br />
myImage.graphics.new GlowFilter();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
