<?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 for ActionScript 3.0</title>
	<atom:link href="http://alexgblog.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://alexgblog.com</link>
	<description>ActionScript 3.0 blog</description>
	<pubDate>Sun, 05 Sep 2010 11:16:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Drawing circles using trigonometry in AS3.0 by Inder</title>
		<link>http://alexgblog.com/?p=148&#038;cpage=1#comment-6400</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Fri, 20 Aug 2010 16:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=148#comment-6400</guid>
		<description>Excellent explanation
In few words you tell a lot ..

Regards
Inder</description>
		<content:encoded><![CDATA[<p>Excellent explanation<br />
In few words you tell a lot ..</p>
<p>Regards<br />
Inder</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drawing circles using trigonometry in AS3.0 by umesh</title>
		<link>http://alexgblog.com/?p=148&#038;cpage=1#comment-6399</link>
		<dc:creator>umesh</dc:creator>
		<pubDate>Wed, 11 Aug 2010 11:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=148#comment-6399</guid>
		<description>thnx but can u tell me how to use? new in AS3.0</description>
		<content:encoded><![CDATA[<p>thnx but can u tell me how to use? new in AS3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Audio visual design by Brian Hughes</title>
		<link>http://alexgblog.com/?p=331&#038;cpage=1#comment-6398</link>
		<dc:creator>Brian Hughes</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://mybestblog.comyr.com/?p=331#comment-6398</guid>
		<description>George Michael have created lots of scandal in the 90s he he:.:</description>
		<content:encoded><![CDATA[<p>George Michael have created lots of scandal in the 90s he he:.:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basics of trigonometry by admin</title>
		<link>http://alexgblog.com/?p=115&#038;cpage=1#comment-6397</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 07:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=115#comment-6397</guid>
		<description>One radian is equal to 180/π degrees.
The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian.
http://en.wikipedia.org/wiki/Radian</description>
		<content:encoded><![CDATA[<p>One radian is equal to 180/π degrees.<br />
The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian.<br />
<a href="http://en.wikipedia.org/wiki/Radian" rel="nofollow">http://en.wikipedia.org/wiki/Radian</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basics of trigonometry by zoom group</title>
		<link>http://alexgblog.com/?p=115&#038;cpage=1#comment-6396</link>
		<dc:creator>zoom group</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=115#comment-6396</guid>
		<description>what is the difference between radians and degrees..</description>
		<content:encoded><![CDATA[<p>what is the difference between radians and degrees..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event.target and Event.type properties by AlexG</title>
		<link>http://alexgblog.com/?p=80&#038;cpage=1#comment-6394</link>
		<dc:creator>AlexG</dc:creator>
		<pubDate>Tue, 11 May 2010 19:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=80#comment-6394</guid>
		<description>Your mistake is that you have MouseEvent, but your listener is listening to Event. Event and MouseEvent are different classes. I already mentioned that in upper comment</description>
		<content:encoded><![CDATA[<p>Your mistake is that you have MouseEvent, but your listener is listening to Event. Event and MouseEvent are different classes. I already mentioned that in upper comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event.target and Event.type properties by FrankOVD</title>
		<link>http://alexgblog.com/?p=80&#038;cpage=1#comment-6393</link>
		<dc:creator>FrankOVD</dc:creator>
		<pubDate>Tue, 11 May 2010 15:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=80#comment-6393</guid>
		<description>Hi,

  In your post the "Target" property is Read-Only. It really is and I came to your blog to see how we can get the reference to this Object and modify it. It seems that you do use the Event.target without any problem so what's wrong with this code?

tn_1.addEventListener(MouseEvent.MOUSE_DOWN, show_1); //ScrollPane
function show_1(event:Event):void {
    event.target.source = "img/photo/1.jpg"; //Error #1056
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  In your post the &#8220;Target&#8221; property is Read-Only. It really is and I came to your blog to see how we can get the reference to this Object and modify it. It seems that you do use the Event.target without any problem so what&#8217;s wrong with this code?</p>
<p>tn_1.addEventListener(MouseEvent.MOUSE_DOWN, show_1); //ScrollPane<br />
function show_1(event:Event):void {<br />
    event.target.source = &#8220;img/photo/1.jpg&#8221;; //Error #1056<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event.target and Event.type properties by AlexG</title>
		<link>http://alexgblog.com/?p=80&#038;cpage=1#comment-6392</link>
		<dc:creator>AlexG</dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=80#comment-6392</guid>
		<description>Your code is not working because its not written properly
1. You wrote  -   switch(event.Event){
In my code in post its written clearly  -   switch(evt.type){
2. You wrote  -   case event.CLICK:
I didnt try to use constant value of the event (like MOUSE_OVER), I always use string value -   case "mouseOver":  , but if you want to use constant it should be just the value  -   CLICK, not event.CLICK

Also you cant make a listener which is listening to different classes of events, for example you have TimerEvent and MouseEvent. You have to make different listeners for different classes of events.</description>
		<content:encoded><![CDATA[<p>Your code is not working because its not written properly<br />
1. You wrote  -   switch(event.Event){<br />
In my code in post its written clearly  -   switch(evt.type){<br />
2. You wrote  -   case event.CLICK:<br />
I didnt try to use constant value of the event (like MOUSE_OVER), I always use string value -   case &#8220;mouseOver&#8221;:  , but if you want to use constant it should be just the value  -   CLICK, not event.CLICK</p>
<p>Also you cant make a listener which is listening to different classes of events, for example you have TimerEvent and MouseEvent. You have to make different listeners for different classes of events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event.target and Event.type properties by curtisch</title>
		<link>http://alexgblog.com/?p=80&#038;cpage=1#comment-6391</link>
		<dc:creator>curtisch</dc:creator>
		<pubDate>Thu, 01 Apr 2010 00:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=80#comment-6391</guid>
		<description>I'm trying to write a function that listens for more than one event type. The function uses a switch statement to determinw what to do based on event type.

This doesn't work, but maybe you will get the idea

function scaleTest(event:Event)
{
	switch(event.Event)
	{
	case event.TIMER:
		if (tt == 0)
		{
			scaleDown();
			tt = 1;
		}else
		{
			tt = 0;
		}
		break;
	case event.CLICK:
	        trace(event.CLICK);
		if(event.target == ("pageNum" + i))
		{
			trace("pageNum " + i + "clicked");
		}
		break;
	}	
}</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to write a function that listens for more than one event type. The function uses a switch statement to determinw what to do based on event type.</p>
<p>This doesn&#8217;t work, but maybe you will get the idea</p>
<p>function scaleTest(event:Event)<br />
{<br />
	switch(event.Event)<br />
	{<br />
	case event.TIMER:<br />
		if (tt == 0)<br />
		{<br />
			scaleDown();<br />
			tt = 1;<br />
		}else<br />
		{<br />
			tt = 0;<br />
		}<br />
		break;<br />
	case event.CLICK:<br />
	        trace(event.CLICK);<br />
		if(event.target == (&#8221;pageNum&#8221; + i))<br />
		{<br />
			trace(&#8221;pageNum &#8221; + i + &#8220;clicked&#8221;);<br />
		}<br />
		break;<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Local LiveDocs and other features of &#8220;Doc?&#8221; by Jeroen Beckers</title>
		<link>http://alexgblog.com/?p=452&#038;cpage=1#comment-6390</link>
		<dc:creator>Jeroen Beckers</dc:creator>
		<pubDate>Sun, 21 Mar 2010 21:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://alexgblog.com/?p=452#comment-6390</guid>
		<description>Thanks for the review!

The next update will be ready in about a week and it will include a bunch of new features. If there's anything you'd like to see added, feel free to mail us :-).

Ps: My name is JeroeN Beckers ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the review!</p>
<p>The next update will be ready in about a week and it will include a bunch of new features. If there&#8217;s anything you&#8217;d like to see added, feel free to mail us :-).</p>
<p>Ps: My name is JeroeN Beckers <img src='http://alexgblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
