<?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>Website Designers and Webmasters &#187; Tutorial</title>
	<atom:link href="http://websitedesign.websitesinaflash.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitedesign.websitesinaflash.com</link>
	<description>Website Design, PHP, CSS and Humor</description>
	<lastBuildDate>Fri, 08 Jul 2011 22:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>ActionScript &#8211; Loading Screen &#8211; Part 3</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-3/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-3/#comments</comments>
		<pubDate>Tue, 08 May 2007 06:09:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Loading-Bar]]></category>
		<category><![CDATA[actionscript loading]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash loading]]></category>
		<category><![CDATA[loading animation]]></category>
		<category><![CDATA[loading screen]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=59</guid>
		<description><![CDATA[The third part of this ActionScript Loading Bar Tutorial will be putting together everything we have learned so far in this tutorial and making it work. At the end of the ActionScript &#8211; Loading Screen &#8211; Part 2, we had put together a simple piece of code that will shrink the size of our loading [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActionScript &#8211; Loading Screen &#8211; Part 2</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-2/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-2/#comments</comments>
		<pubDate>Mon, 07 May 2007 04:18:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Loading-Bar]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[loading animation]]></category>
		<category><![CDATA[loading screen]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=58</guid>
		<description><![CDATA[The second part of this ActionScript Loading Bar Tutorial will be discussing that ratio between the bytes loaded so far and the total size of the movie in bytes. *Click Here for Part 1 of the ActionScript Loading Screen* ActionScript Theory The theory behind this is very simple: If you take the amount of bytes [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActionScript &#8211; Loading Screen &#8211; Part 1</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-1/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-1/#comments</comments>
		<pubDate>Sat, 05 May 2007 04:26:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Loading-Bar]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[loading animation]]></category>
		<category><![CDATA[loading screen]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=56</guid>
		<description><![CDATA[Here is a Loading Bar I developed using the ratio of Loaded bytes to total bytes. ActionScript _xscale This script uses three main elements. The first one we will discuss is: &#8220;_xscale&#8221; //This is used to specify the //width of an symbol (ie. movieClip) _root.movieClip._xscale = *number between 0 and 100* To go into more [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/actionscript-loading-screen-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript &#8211; this</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/actionscript-this/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/actionscript-this/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 04:11:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[adobe dictionary]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[this]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=43</guid>
		<description><![CDATA[This ActionScript/Flash Tutorial is like all of my tutorials, quick and to the point. I hope I don&#8217;t type too fast for you. Using &#8220;this&#8221; in Flash/ActionScript The &#8220;this&#8221; command/function is an extremely useful one. It makes it easy to use relative paths (as opposed to absolute). Here is what the Adobe Dictionary says about [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/actionscript-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript Basics &#8211; Variables</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/actionscript-basics-variables/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/actionscript-basics-variables/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 14:40:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=41</guid>
		<description><![CDATA[This post is about variables in AcrionScript (the programming language for Macromedia/Adobe Flash). ActionScript Basics Some very quick basics // &#60;- These two slashes are a comment. // Everything after a comment on that line // will not be processed by Flash every.statement.ends.with.a.semicolon; Varbiable Basics What is a variable? A variable is group of numbers [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/actionscript-basics-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Flash ActionScript &#8211; Advanced Path</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-advanced-path/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-advanced-path/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 14:56:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Paths]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Variable Array]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=21</guid>
		<description><![CDATA[Yesterday, I learned how to do two advanced things with paths in Flash ActionScript. For an introduction, I&#8217;m creating a flash animation that will calculate a loan. What many people don&#8217;t know about loans is that someone can choose to decrease the rate on their loan in exchange for increased closing costs. I&#8217;m making a [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-advanced-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Flash ActionScript &#8211; Path</title>
		<link>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-path/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-path/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 18:14:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[Flash ActionScript]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[movieclip]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=19</guid>
		<description><![CDATA[Animating with Flash is great! It&#8217;s the most fun you can have while making a website. But a flash animation doesn&#8217;t become interactive without ActionScript. ActionScript Allows you to send orders to many different sections of your flash animation. Any Flash Animation can have hundreds of different movie clips graphics and buttons. A Flash Movie [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/03/tutorial-flash-actionscript-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

