<?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"
	>

<channel>
	<title>gotoandlearnflash.com</title>
	<atom:link href="http://gotoandlearnflash.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gotoandlearnflash.com</link>
	<description>Flash tutorials, Flash resources and Flash inspiration</description>
	<pubDate>Mon, 25 Aug 2008 01:53:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Creating a preloader in Flash</title>
		<link>http://gotoandlearnflash.com/creating-a-preloader-in-flash/</link>
		<comments>http://gotoandlearnflash.com/creating-a-preloader-in-flash/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 01:53:39 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 2.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Basic]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=34</guid>
		<description><![CDATA[Flash tutorial that shows how to create a simple Flash preloader using a mask effect.
View Tutorial: Star Flash Preloader

Editor&#8217;s Review: 
This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.
Authors quote:
Using this lesson, you will see how to create star flash preloader using the action script [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to create a simple Flash preloader using a mask effect.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Creating a preloader in Flash" href="http://www.flashfridge.com/tutorial.asp?ID=55" target="_blank">Star Flash Preloader<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-34"></span></p>
<p>This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.</p>
<p>Authors quote:</p>
<blockquote><p>Using this lesson, you will see how to create star flash preloader using the action script code. To make this lesson, we have to use mask in flash.</p></blockquote>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> Flash 5 and up<br />
<strong>ActionScript:</strong> 2.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/creating-a-preloader-in-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tweening With Code in Flash ActionScript 3.0</title>
		<link>http://gotoandlearnflash.com/tweening-with-code-in-flash-actionscript-30/</link>
		<comments>http://gotoandlearnflash.com/tweening-with-code-in-flash-actionscript-30/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 01:48:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Intermediate]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=33</guid>
		<description><![CDATA[Flash tutorial that discusses Tweening using both keyframe animation (Motion Tweens) or using the tween class in Flash ActionScript 3.0.
View Tutorial: Tweening with Code

Editor&#8217;s Review: 
This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.
Authors quote:
You have two ways of creating animations in Flash. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that discusses Tweening using both keyframe animation (Motion Tweens) or using the tween class in Flash ActionScript 3.0.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Creating Motion Tweens using ActionScript 3.0" href="http://www.kirupa.com/developer/flashcs3/tweening_with_code_pg1.htm" target="_blank">Tweening with Code<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-33"></span></p>
<p>This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.</p>
<p>Authors quote:</p>
<blockquote><p>You have two ways of creating animations in Flash. You can create them using the timeline, or you can create them using code. For code-based animations, I&#8217;ve always written about using variants of EnterFrame. One thing I&#8217;ve never talked about is using the tween class to create animations, and it&#8217;s time to change that with this tutorial&#8230;.</p>
<p>&#8230; In this tutorial, I will explain how to use the Tween class to create an animation using code. Before diving into the code though, let&#8217;s look at tweening using the timeline.</p></blockquote>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> CS3<br />
<strong>ActionScript:</strong> 3.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/tweening-with-code-in-flash-actionscript-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moving movieclips with mouse and hitTest</title>
		<link>http://gotoandlearnflash.com/moving-movieclips-with-mouse-and-hittest/</link>
		<comments>http://gotoandlearnflash.com/moving-movieclips-with-mouse-and-hittest/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 14:47:44 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 2.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Beginner]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=32</guid>
		<description><![CDATA[Flash tutorial that shows how to allow the user to move a movieclip with their mouse, and detect when it hits another movieclip using hitTest method in Flash.
View Tutorial: Interactivity in Flash using hitTest() method

Editor&#8217;s Review: 
Short, easy tutorial to show how to move a movie clip with the mouse in Flash. Also talks briefly [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to allow the user to move a movieclip with their mouse, and detect when it hits another movieclip using hitTest method in Flash.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Flash Interactivity and hitTest method" href="http://www.simpleflashblog.com/2007/11/26/interactivity-in-flash-using-hittest-method/" target="_blank">Interactivity in Flash using hitTest() method<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-32"></span></p>
<p>Short, easy tutorial to show how to move a movie clip with the mouse in Flash. Also talks briefly about the how to detect when a clip touches another clip using the hitTest() method in Flash. While this tutorial isn&#8217;t meant to show you how to create or draw the clips used for the example, the way it explains how to set up the clips is a little confusing. However, if you know enough about Flash to draw and create symbols, then this is an easy tutorial to show you how to add a little interactivity to your Flash projects. One important note about hitTest (aka collision detection). The &#8220;hit&#8221; area is the bounding box of your symbol. So, in the case of this tutorial, the hitTest applies even when VISUALLY the objects are not touching (since the tutorial uses circular shapes as it&#8217;s symbols). While the tutorial is still relevant, and is still a good lesson on hitTest, I think its important to point that out to avoid users thinking they might have made a mistake</p>
<p><strong>Additional Info<br />
Level: </strong>Beginner<br />
<strong>Version:</strong> 5 and up<br />
<strong>ActionScript:</strong> 2.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> No<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/moving-movieclips-with-mouse-and-hittest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cool mouse follow animation in Flash</title>
		<link>http://gotoandlearnflash.com/cool-mouse-follow-animation-in-flash/</link>
		<comments>http://gotoandlearnflash.com/cool-mouse-follow-animation-in-flash/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 18:25:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 2.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Beginner]]></category>

		<category><![CDATA[custom mouse]]></category>

		<category><![CDATA[Flash Animation]]></category>

		<category><![CDATA[mouse follow]]></category>

		<category><![CDATA[mouse trail effect]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=31</guid>
		<description><![CDATA[Flash tutorial that shows how to create a neat little circle trail that follows your mouse.
View Tutorial: Mouse Dragging
Editor&#8217;s Review: 
Very short, easy to follow Flash tutorial to create a neat little animation of circles that follow the users mouse as it moves around the Flash stage. Well written with commented code so it&#8217;s easy [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to create a neat little circle trail that follows your mouse.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Mouse follow effect" href="http://www.webzo.org/tutorials/flash/mouse-dragging.php" target="_blank">Mouse Dragging</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-31"></span></p>
<p>Very short, easy to follow Flash tutorial to create a neat little animation of circles that follow the users mouse as it moves around the Flash stage. Well written with commented code so it&#8217;s easy to follow along.</p>
<p>One note is the first step says:</p>
<blockquote><p>First create two Movie Clip; one is for the smaller circle you can see above and the other for the rest of the circles.</p></blockquote>
<p>Not sure why you need 2 movie clips&#8230; I just used one and changed the size of each one on the stage using the Transform Pallette. Either way, it&#8217;s still a short tutorial with a nice effect and leaves a lot of room for user experimentation to create more advanced mouse-trail effects.</p>
<p><strong>Additional Info<br />
Level: </strong>Beginner<br />
<strong>Version:</strong> 5 and up<br />
<strong>ActionScript:</strong> 2.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/cool-mouse-follow-animation-in-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Shine Effect in Flash</title>
		<link>http://gotoandlearnflash.com/creating-a-shine-effect-in-flash/</link>
		<comments>http://gotoandlearnflash.com/creating-a-shine-effect-in-flash/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 18:02:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Beginner]]></category>

		<category><![CDATA[Flash Animation]]></category>

		<category><![CDATA[flash beginner]]></category>

		<category><![CDATA[Learn Flash]]></category>

		<category><![CDATA[Sparkle effect]]></category>

		<category><![CDATA[star effect]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=30</guid>
		<description><![CDATA[Flash tutorial that shows how to create an nice little sparkle/shine effect in Flash.
View Tutorial: Black Shine Animation

Editor&#8217;s Review: 
Nicely written, well described instruction on how to create a simple shimmer effect to an image. Not really the most exceptional Flash effect, but it&#8217;s definitely worth checking out. Personally, I wouldn&#8217;t use this type of [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to create an nice little sparkle/shine effect in Flash.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Black Shine Animation" href="http://www.toxiclab.org/tutorial.asp?ID=219" target="_blank">Black Shine Animation<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-30"></span></p>
<p>Nicely written, well described instruction on how to create a simple shimmer effect to an image. Not really the most exceptional Flash effect, but it&#8217;s definitely worth checking out. Personally, I wouldn&#8217;t use this type of sparkle effect on an photograph, but it might work well on an illustration or cartoon where a &#8220;shine&#8221; or &#8220;sparkle&#8221; effect might be needed (the reason being, it looks illustrated and not natural). So, if you had say a cartoon with woman wearing a diamond ring, this effect might help it shine&#8230; if it were a photograph of a diamond ring, this effect might not work as well. That said, it&#8217;s a great tutorial for beginners to get into Flash animation without ActionScript.</p>
<p>A couple quick notes&#8230; On Step 9 in the tutorial:</p>
<blockquote><p>Step 9</p>
<p>Go back on the first frame and repeat the previouse step.</p></blockquote>
<p>You actually want to go to the first frame and repeat the TWO previous steps (steps 7 AND 8).</p>
<p>Also, the steps for creating the &#8220;shape_mc&#8221; can get a little confusing and there are few images that the author refers to that are missing. My advice is to read each step carefully and don&#8217;t try to rush. The instructions are there, you just need to follow them. Once you get through it once, you&#8217;ll see it&#8217;s really not that complicated.</p>
<p>A lengthy tutorial for a simple effect, but definitely worth the read.</p>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> 5 and up<br />
<strong>ActionScript:</strong> N/A<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/creating-a-shine-effect-in-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Particle effect in ActionScript 3.0</title>
		<link>http://gotoandlearnflash.com/particle-effect-in-actionscript-30/</link>
		<comments>http://gotoandlearnflash.com/particle-effect-in-actionscript-30/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 16:42:45 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Beginner]]></category>

		<category><![CDATA[beginner flash]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[Learn Flash]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=29</guid>
		<description><![CDATA[Nice looking &#8220;particle effect&#8221; in Flash using ActionScript 3.0.
View Tutorial: Flash ActionScript 3.0 Fountain (particle effect) tutorial

Editor&#8217;s Review: 
Very short tutorial with some nicely commented code that shows you how to do a colorful particle effect. While this tutorial simply creates a set of colorful circles bouncing up from the bottom of the stage, if [...]]]></description>
			<content:encoded><![CDATA[<p>Nice looking &#8220;particle effect&#8221; in Flash using ActionScript 3.0.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Bouncing Text animation in Flash 3.0" href="http://blog.0tutor.com/post.aspx?id=183&amp;titel=Bouncing-text-flash-animation" target="_blank">Flash ActionScript 3.0 Fountain (particle effect) tutorial<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-29"></span></p>
<p>Very short tutorial with some nicely commented code that shows you how to do a colorful particle effect. While this tutorial simply creates a set of colorful circles bouncing up from the bottom of the stage, if you dissect the code a little and experiment a little bit you can probably find some great uses for this type of effect (personally, I&#8217;m thinking &#8220;sparkler&#8221;&#8230; I&#8217;ll have to play around a little bit when I have the time).</p>
<p>Bottom line, nice effect using a short amount of ActionScript 3.0 code (it only looks like a lot of code since it&#8217;s well commented).</p>
<p><strong>Additional Info<br />
Level: </strong>Beginner<br />
<strong>Version:</strong> CS3<br />
<strong>ActionScript:</strong> 3.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> No<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/particle-effect-in-actionscript-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bouncing text animation using ActionScript 3.0</title>
		<link>http://gotoandlearnflash.com/bouncing-text-animation-using-actionscript-30/</link>
		<comments>http://gotoandlearnflash.com/bouncing-text-animation-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 16:27:08 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Beginner]]></category>

		<category><![CDATA[3.0]]></category>

		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[ActionScript 3.0 tutorial]]></category>

		<category><![CDATA[beginner flash]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[Learn Flash]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=28</guid>
		<description><![CDATA[Flash tutorial on how to create a simple bouncing text animation using ActionScript 3.0.
View Tutorial: Bouncing text flash animation

Editor&#8217;s Review: 
Very short Flash tutorial that shows how to create a nice little bouncing text animation. Nicely commented code, and very easy to follow. However, there is one step that the writer didn&#8217;t mention that might [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial on how to create a simple bouncing text animation using ActionScript 3.0.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Bouncing Text animation in Flash 3.0" href="http://blog.0tutor.com/post.aspx?id=183&amp;titel=Bouncing-text-flash-animation" target="_blank">Bouncing text flash animation<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-28"></span></p>
<p>Very short Flash tutorial that shows how to create a nice little bouncing text animation. Nicely commented code, and very easy to follow. However, there is one step that the writer didn&#8217;t mention that might cause problems for beginners. After you break apart the text, you need to click on each separate letter and convert it to a movie clip symbol (Modify &gt; Convert to Symbol or F8). Now that each letter is a symbol, you can apply an instance name to each, and then follow the rest of the tutorial as stated.</p>
<p>A little self promotion here, but I found this tutorial particularly interesting because it creates a similar effect created in one of my own Flash tutorials on www.mikestickney.com: <a title="Flash tutorial: Quick and easy zoom effect" href="http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/">Flash zoom tutorial</a>. Differences being my tutorial is written for AS 2.0 and uses tween animation, while this animation is done purely in ActionScript to get a similar effect.</p>
<p>Overall, pretty easy Flash tutorial worth checking out to get your feet wet with Flash ActionScript 3.0.</p>
<p><strong>Additional Info<br />
Level: </strong>Beginner<br />
<strong>Version:</strong> CS3<br />
<strong>ActionScript:</strong> 3.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> No<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/bouncing-text-animation-using-actionscript-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating an image gallery using XML and AS3.0</title>
		<link>http://gotoandlearnflash.com/creating-an-image-gallery-using-xml-and-as30/</link>
		<comments>http://gotoandlearnflash.com/creating-an-image-gallery-using-xml-and-as30/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 22:26:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Intermediate]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=26</guid>
		<description><![CDATA[Flash tutorial on how to create a simple image gallery using an XML file Flash ActionScript 3.0.
View Tutorial: Creating an XML Gallery with ActionScript 3.0

Editor&#8217;s Review: 
This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.
Authors quote:
For any dynamic Flash project, XML will be a powerful [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial on how to create a simple image gallery using an XML file Flash ActionScript 3.0.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Image gallery in Flash" href="http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/" target="_blank">Creating an XML Gallery with ActionScript 3.0<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-26"></span></p>
<p>This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.</p>
<p>Authors quote:</p>
<blockquote><p>For any dynamic Flash project, XML will be a powerful tool (&#8230;) I will be talking about how to use Flash and XML to make a simple, yet superfly, gallery.</p></blockquote>
<blockquote><p>OK, now that we’ve looked at the XML we need to make it work with ActionScript 3. In Adobe Flash CS3 I created a new AS3 FLA doc and a new AS doc. In the FLA I simply created some very basic MovieClips for my left and right arrows and I placed a TextField at the bottom of my stage (which I set to 600 X 700 with a black background). After naming my instances and setting up the Document Class linkage I was done with the FLA side of thing and the rest is ActionScript.</p></blockquote>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> CS3<br />
<strong>ActionScript:</strong> 3.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes (Flash and XML)<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/creating-an-image-gallery-using-xml-and-as30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custon Scrollbar in Flash AS3</title>
		<link>http://gotoandlearnflash.com/custon-scrollbar-in-flash-as3/</link>
		<comments>http://gotoandlearnflash.com/custon-scrollbar-in-flash-as3/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 22:13:47 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Intermediate]]></category>

		<category><![CDATA[actionscript 3]]></category>

		<category><![CDATA[custom scrollbar]]></category>

		<category><![CDATA[flash coding]]></category>

		<category><![CDATA[flash scroll]]></category>

		<category><![CDATA[Learn Flash]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=25</guid>
		<description><![CDATA[Flash tutorial that shows how to create a custom scrollbar with Flash ActionScript 3.0.
View Tutorial: Custom Scrollbar in Flash AS3

Editor&#8217;s Review: 
This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.
Authors quote:
This is a simple and quick tutorial for creating a custom scroll bar. We’ll dynamically [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to create a custom scrollbar with Flash ActionScript 3.0.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Custom Scrollbar in AS3" href="http://www.flashessential.com/archives/17" target="_blank">Custom Scrollbar in Flash AS3<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-25"></span></p>
<p>This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.</p>
<p>Authors quote:</p>
<blockquote><p>This is a simple and quick tutorial for creating a custom scroll bar. We’ll dynamically load in our text using an array in Actionscript then we’ll connect a custom scrollbar. In the files below we have three Movie Clips on the stage, two hands and a square. The two hands will act as our pointers allowing us to gradually scroll up and down. The square will act as our slider allowing us to slide the content up or down as you would do with a normal scrollbar slider.</p></blockquote>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> CS3<br />
<strong>ActionScript:</strong> 3.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> Yes (start and finish)<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/custon-scrollbar-in-flash-as3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Loading content in Flash from an XML file</title>
		<link>http://gotoandlearnflash.com/loading-content-in-flash-from-an-xml-file/</link>
		<comments>http://gotoandlearnflash.com/loading-content-in-flash-from-an-xml-file/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 22:07:57 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Flash Tutorial]]></category>

		<category><![CDATA[Level: Intermediate]]></category>

		<guid isPermaLink="false">http://gotoandlearnflash.com/?p=24</guid>
		<description><![CDATA[Flash tutorial that shows how to load content dynamically to the stage using an XML file.
View Tutorial: Loading content in Flash from a XML file

Editor&#8217;s Review: 
This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.
Author&#8217;s quote:
This tutorial is about how to load some content from [...]]]></description>
			<content:encoded><![CDATA[<p>Flash tutorial that shows how to load content dynamically to the stage using an XML file.</p>
<p><strong>View Tutorial:</strong> <a title="Flash Tutorial: Loading content dynamically" href="http://www.simpleflashblog.com/2007/11/21/loading-content-in-flash-from-a-xml-file/" target="_blank">Loading content in Flash from a XML file<br />
</a></p>
<p><strong>Editor&#8217;s Review: </strong><span id="more-24"></span></p>
<p>This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.</p>
<p>Author&#8217;s quote:</p>
<blockquote><p>This tutorial is about how to load some content from a XML file in a flash project. It will be loaded a random text from the XML file.</p></blockquote>
<p><strong>Additional Info<br />
Level: Intermediate</strong><br />
<strong>Version:</strong> 5 and up<br />
<strong>ActionScript:</strong> 2.0<br />
<strong>Online example:</strong> Yes<br />
<strong>Source files available:</strong> No<br />
<strong>Video Tutorial:</strong> No</p>
]]></content:encoded>
			<wfw:commentRss>http://gotoandlearnflash.com/loading-content-in-flash-from-an-xml-file/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
