<?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>Woshka&#039;s Experiences &#187; ActionScript 3</title>
	<atom:link href="http://woshka.com/blog/actionscript-3/feed" rel="self" type="application/rss+xml" />
	<link>http://woshka.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 18:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://woshka.com/blog/actionscript-3/feed?page=2" />

		<item>
		<title>Reassigning Variables in ActionScript 3</title>
		<link>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/reassigning-variables-in-actionscript-3.html</link>
		<comments>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/reassigning-variables-in-actionscript-3.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:13:02 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[ActionScript 3 Lesson 1 Variables Basics]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=330</guid>
		<description><![CDATA[Reassigning is as easy as declaring variables in ActionScript but in diffrence of without any var keyword and datatype section.
You can reassigne any variables as much times as you want in every line but keep in mind that you have to reassigne a variable that has been declared before.
structure:
VariableName = ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/reassigning-variables-in-actionscript-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Declaring variables in ActionScript 3</title>
		<link>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/declaring-variables-in-actionscript-3.html</link>
		<comments>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/declaring-variables-in-actionscript-3.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:34:47 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[ActionScript 3 Lesson 1 Variables Basics]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=316</guid>
		<description><![CDATA[Declaring variable is easy but like other OOP languages you must follow some rules
some times we may mention creating or defining avariable instead of declaring but both of them are correct
the syntax of declaring variables is as follows:
&#160;var CustomName:DataType;
CustomName = value;
and a a varianble can also be declared and assigned ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/declaring-variables-in-actionscript-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding DataTypes in ActionScript 3</title>
		<link>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/understanding-datatypes-in-actionscript-3.html</link>
		<comments>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/understanding-datatypes-in-actionscript-3.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:22:12 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[ActionScript 3 Lesson 1 Variables Basics]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=314</guid>
		<description><![CDATA[to have a better understand of variables and the way to create them first yu should know what datatype is.
when we talk about data, we mean the information that can be stored or be written that can be unnderstand has amny kinds.
the same thing is also true in real world
suppose ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/actionscript-3/training/actionscript-3-language-basics/actionscript-3-lesson-1-variables-basics/understanding-datatypes-in-actionscript-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

