<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nuno Mira - Flash Developer &#187; ActionScript</title>
	<atom:link href="http://www.nunomira.com/blog/category/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nunomira.com/blog</link>
	<description>Nuno Mira&#039;s Flash Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Calculate date difference in AS</title>
		<link>http://www.nunomira.com/blog/2010/07/calculate-date-difference-in-as/</link>
		<comments>http://www.nunomira.com/blog/2010/07/calculate-date-difference-in-as/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:34:55 +0000</pubDate>
		<dc:creator>nuno mira</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=418</guid>
		<description><![CDATA[Calculating how many days are left to a future date is very simple (both in AS2 and AS3). This is how you can calculate how many days are left for new year: PLAIN TEXT Actionscript: var today:Date = new Date&#40;&#41;; &#8230; <a href="http://www.nunomira.com/blog/2010/07/calculate-date-difference-in-as/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nunomira.com/blog/2010/07/calculate-date-difference-in-as/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a SWC with FlashDevelop</title>
		<link>http://www.nunomira.com/blog/2010/07/creating-a-swc-with-flashdevelop/</link>
		<comments>http://www.nunomira.com/blog/2010/07/creating-a-swc-with-flashdevelop/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:53:37 +0000</pubDate>
		<dc:creator>nuno mira</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=406</guid>
		<description><![CDATA[In order to create a SWC using FlashDevelop you can use the ExportSWC plugin. This makes the process really simple. I was wondering how I could create a SWC like the one available in the AS3 Core Lib for example. &#8230; <a href="http://www.nunomira.com/blog/2010/07/creating-a-swc-with-flashdevelop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nunomira.com/blog/2010/07/creating-a-swc-with-flashdevelop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated MovieClip on MOUSE_OVER, MOUSE_OUT</title>
		<link>http://www.nunomira.com/blog/2010/06/animated-movieclip-on-mouse_over-mouse_out/</link>
		<comments>http://www.nunomira.com/blog/2010/06/animated-movieclip-on-mouse_over-mouse_out/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 20:01:01 +0000</pubDate>
		<dc:creator>nuno mira</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=395</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_anim_mc_as3_class_1867139821"
			class="flashmovie"
			width="400"
			height="100">
	<param name="movie" value="http://www.nunomira.com/blog/wp-content/uploads/2010/06/anim_mc_as3_class.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.nunomira.com/blog/wp-content/uploads/2010/06/anim_mc_as3_class.swf"
			name="fm_anim_mc_as3_class_1867139821"
			width="400"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> If you want to have better looking animations in buttons, you don't use a Button, you use a MovieClip. This means that you'll have to use some code to control the MovieClip. Play it forwards &#8230; <a href="http://www.nunomira.com/blog/2010/06/animated-movieclip-on-mouse_over-mouse_out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nunomira.com/blog/2010/06/animated-movieclip-on-mouse_over-mouse_out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply and Remove tint to an Object in AS3</title>
		<link>http://www.nunomira.com/blog/2009/11/apply-and-remove-tint-to-an-object-in-as3/</link>
		<comments>http://www.nunomira.com/blog/2009/11/apply-and-remove-tint-to-an-object-in-as3/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:24:20 +0000</pubDate>
		<dc:creator>nuno mira</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=375</guid>
		<description><![CDATA[If you want to tint an object and then revert to its original color, you can use setTint() passing 0 in the second parameter, e.g.: PLAIN TEXT Actionscript: c.setTint &#40;0xFF0000, 0&#41;; PLAIN TEXT Actionscript: import fl.motion.Color; &#160; var square:Sprite = &#8230; <a href="http://www.nunomira.com/blog/2009/11/apply-and-remove-tint-to-an-object-in-as3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nunomira.com/blog/2009/11/apply-and-remove-tint-to-an-object-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>convert Decimal to Hex and back</title>
		<link>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/</link>
		<comments>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:49:40 +0000</pubDate>
		<dc:creator>nuno mira</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=370</guid>
		<description><![CDATA[In Flash (AS3), when you store a colour in a variable, although the 0x specifies an hexadecimal value, the variable will be of type uint (unsigned integer). PLAIN TEXT Actionscript: var c:uint = 0xFFFFFF; This means that Flash, internally, converts &#8230; <a href="http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
