<?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>Flash tutorial, Actionscript tutorial, CS5,  How To &#187; flash actionscript</title>
	<atom:link href="http://www.flashcs.com/tag/flash-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcs.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Sep 2011 06:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AS3 Photo Text Intro Gallery</title>
		<link>http://www.flashcs.com/templates/as3-photo-text-intro-gallery/</link>
		<comments>http://www.flashcs.com/templates/as3-photo-text-intro-gallery/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 15:52:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FREE Templates]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Intro]]></category>
		<category><![CDATA[Photo Text]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=313</guid>
		<description><![CDATA[This is an elegant website intro which can be used for gallery purposes also. You can remove the intro button just via XML file and show any images with their descriptions with the help of this file. The intro supports a lot of other settings which can be easily changed via XML . You can [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/templates/as3-photo-text-intro-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 array tutorial</title>
		<link>http://www.flashcs.com/actionscript/actionscript-3-array-tutorial/</link>
		<comments>http://www.flashcs.com/actionscript/actionscript-3-array-tutorial/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 12:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0 Tutorial]]></category>
		<category><![CDATA[Actionscript 3 array]]></category>
		<category><![CDATA[array tutorial]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[flash array]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=95</guid>
		<description><![CDATA[In this tutorial we will learn to make and using arrays with actionscript 3.0 . This is the first lesson so we will talk about what arrays are, how to use them, and make our own simple one dimensional array. In the next lesson we will add more advanced theory to the arrays, such as [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/actionscript/actionscript-3-array-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash actionscript date time</title>
		<link>http://www.flashcs.com/actionscript/flash-actionscript-date-time/</link>
		<comments>http://www.flashcs.com/actionscript/flash-actionscript-date-time/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:46:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0 Tutorial]]></category>
		<category><![CDATA[actionscript date time]]></category>
		<category><![CDATA[actionscript time]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[flash actionscript syntax]]></category>
		<category><![CDATA[how to use date and time]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=2426</guid>
		<description><![CDATA[How to Create Date objects The Date() constructor returns a Date object containing the current date and time, in local time based on your time zone. Here’s an example: var now:Date = new Date(); 2nd example,The Date() constructor treats that as the number of milliseconds since January 1, 1970, and returns a corresponding Date object. [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/actionscript/flash-actionscript-date-time/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Make a Link in Flash CS4</title>
		<link>http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/</link>
		<comments>http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:14:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash video tuts]]></category>
		<category><![CDATA[actionscript link]]></category>
		<category><![CDATA[actionscript link button]]></category>
		<category><![CDATA[actionscript link to url]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[flash actionscript link]]></category>
		<category><![CDATA[Make a Link in Flash CS4]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=1412</guid>
		<description><![CDATA[This was a highly requested tutorial by many different people. I said I would do it in another video, and here it is. ACTIONS: instanceNameHere.addEventListener(MouseE vent.CLICK, mouseClick); function mouseClick { var request = new URLRequest(&#8220;link goes here&#8221;); navigateToURL(request,&#8221;_blank&#8221;); }]]></description>
		<wfw:commentRss>http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linking and Using Buttons with ActionScript 3.0</title>
		<link>http://www.flashcs.com/video/linking-and-using-buttons-with-actionscript-3-0/</link>
		<comments>http://www.flashcs.com/video/linking-and-using-buttons-with-actionscript-3-0/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:06:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash video tuts]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[actionscript link]]></category>
		<category><![CDATA[actionscript link button]]></category>
		<category><![CDATA[actionscript link to url]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[flash actionscript link]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=1410</guid>
		<description><![CDATA[Today we will learn how to Linking and Using Buttons with ActionScript 3.0 step by step flash tutorial Flash basic : how to add link into Flash button]]></description>
		<wfw:commentRss>http://www.flashcs.com/video/linking-and-using-buttons-with-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create smooth animations in flash</title>
		<link>http://www.flashcs.com/flash-animation/how-to-create-smooth-animations-in-flash/</link>
		<comments>http://www.flashcs.com/flash-animation/how-to-create-smooth-animations-in-flash/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Animations]]></category>
		<category><![CDATA[Actionscript 3.0 Tutorial]]></category>
		<category><![CDATA[Animations in Flash]]></category>
		<category><![CDATA[Create Smooth Animations]]></category>
		<category><![CDATA[flash actionscript]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=1299</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.flashcs.com/flash-animation/how-to-create-smooth-animations-in-flash/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Character Movement and Jumpig</title>
		<link>http://www.flashcs.com/actionscript/character-movement-and-jumpig/</link>
		<comments>http://www.flashcs.com/actionscript/character-movement-and-jumpig/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:06:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0 Tutorial]]></category>
		<category><![CDATA[Character]]></category>
		<category><![CDATA[Character Movement]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[Movement and Jumpig]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=1297</guid>
		<description><![CDATA[In this tutorial I will teach you how to move a character with the arrow keys and make him jump with the space bar.]]></description>
		<wfw:commentRss>http://www.flashcs.com/actionscript/character-movement-and-jumpig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create 3D Boxes via ActionScript 3 Part 2</title>
		<link>http://www.flashcs.com/actionscript/how-to-create-3d-boxes-via-actionscript-3-part-2/</link>
		<comments>http://www.flashcs.com/actionscript/how-to-create-3d-boxes-via-actionscript-3-part-2/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 08:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0 Tutorial]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[actionscript 3 3d]]></category>
		<category><![CDATA[actionscript 3d]]></category>
		<category><![CDATA[Create 3D Boxes via ActionScript]]></category>
		<category><![CDATA[flash 3d animation]]></category>
		<category><![CDATA[flash actionscript]]></category>
		<category><![CDATA[How to Create 3D Boxes]]></category>

		<guid isPermaLink="false">http://www.flashcs.com/?p=1267</guid>
		<description><![CDATA[This is the second part of the “Flash 3D Boxes via ActionScript 3″ tutorial. In this part, I will take the 3D animation one step further. In this tutorial, we’ll create a sine wave of boxes and learn how to animate them. I am assuming that you have already completed the “Flash 3D Boxes via [...]]]></description>
		<wfw:commentRss>http://www.flashcs.com/actionscript/how-to-create-3d-boxes-via-actionscript-3-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

