<?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: Create Cool Line Effects using Actionscript 3.0 in Flash CS4 or Flex Builder 3</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:28:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: indu</title>
		<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/comment-page-1/#comment-73119</link>
		<dc:creator>indu</dc:creator>
		<pubDate>Fri, 01 Apr 2011 09:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=776#comment-73119</guid>
		<description>Hey..!Its Really Nice...Thank U so Much for this Script..</description>
		<content:encoded><![CDATA[<p>Hey..!Its Really Nice&#8230;Thank U so Much for this Script..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i lik thys</title>
		<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/comment-page-1/#comment-47332</link>
		<dc:creator>i lik thys</dc:creator>
		<pubDate>Sat, 30 Oct 2010 12:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=776#comment-47332</guid>
		<description>@ prasanth: Yes stoping the drawing while the mouse is up is actually quite simple, implent a:

private var drawing:Boolean = false;

stage.addEventListener(MouseEvent.MOUSE_DOWN, MouseDown);
stage.addEventListener(MouseEvent.MOUSE_UP, MouseUp);

private function MouseDown(e:MouseEvent)
{
drawing = true;
}
private function MouseUp(e:MouseEvent)
{
drawing = false;
}

to the public class, and add:

if (drawing == true)
{

BEFORE the onEnter function.
note, im not 

anyway, what i would like to ask is how do i turn off the &quot;sliding&quot; of the line after i stop moving the mouse?

im asking this as i have been trying to find out wether it is implented is the dropshadow or the blurfilter (as these are the only ones that are used on the gray line in the start).</description>
		<content:encoded><![CDATA[<p>@ prasanth: Yes stoping the drawing while the mouse is up is actually quite simple, implent a:</p>
<p>private var drawing:Boolean = false;</p>
<p>stage.addEventListener(MouseEvent.MOUSE_DOWN, MouseDown);<br />
stage.addEventListener(MouseEvent.MOUSE_UP, MouseUp);</p>
<p>private function MouseDown(e:MouseEvent)<br />
{<br />
drawing = true;<br />
}<br />
private function MouseUp(e:MouseEvent)<br />
{<br />
drawing = false;<br />
}</p>
<p>to the public class, and add:</p>
<p>if (drawing == true)<br />
{</p>
<p>BEFORE the onEnter function.<br />
note, im not </p>
<p>anyway, what i would like to ask is how do i turn off the &#8220;sliding&#8221; of the line after i stop moving the mouse?</p>
<p>im asking this as i have been trying to find out wether it is implented is the dropshadow or the blurfilter (as these are the only ones that are used on the gray line in the start).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasanth</title>
		<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/comment-page-1/#comment-26982</link>
		<dc:creator>prasanth</dc:creator>
		<pubDate>Sun, 11 Jul 2010 14:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=776#comment-26982</guid>
		<description>i am a web developer fresher now beginner in flash actionscript can you post yor work to my mail this work is so good can we stop the drawing when the mouse in up</description>
		<content:encoded><![CDATA[<p>i am a web developer fresher now beginner in flash actionscript can you post yor work to my mail this work is so good can we stop the drawing when the mouse in up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrique</title>
		<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/comment-page-1/#comment-23099</link>
		<dc:creator>Henrique</dc:creator>
		<pubDate>Fri, 04 Jun 2010 22:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=776#comment-23099</guid>
		<description>how to do make use this efect in another swf , please ?</description>
		<content:encoded><![CDATA[<p>how to do make use this efect in another swf , please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilike2flash</title>
		<link>http://www.thetechlabs.com/tech-tutorials/flash/create-cool-line-effects-using-actionscript-30-in-flash-cs4-or-flex-builder-3/comment-page-1/#comment-17259</link>
		<dc:creator>ilike2flash</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=776#comment-17259</guid>
		<description>This is a very interesting effect.</description>
		<content:encoded><![CDATA[<p>This is a very interesting effect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 439/442 objects using disk: basic

Served from: www.thetechlabs.com @ 2012-02-09 15:04:40 -->
