<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Dude</title>
	
	<link>http://the-dude.co.uk</link>
	<description>Flash 4 n00bs</description>
	<pubDate>Mon, 28 Sep 2009 12:38:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/co/thedude" type="application/rss+xml" /><feedburner:emailServiceId>co/thedude</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>AS3 - Build a mini golf game</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/0bYqVZAUzOU/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-build-a-mini-golf-game/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 12:38:37 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=270</guid>
		<description><![CDATA[For all you budding games developers out there, this tutorial will show you how to create a basic mini golf game in ActionScript 3, using the timer object, functions and event handlers.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-build-a-mini-golf-game/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-build-a-mini-golf-game/</feedburner:origLink></item>
		<item>
		<title>AS3 Magnifying glass effect</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/WJiYXf2PCOE/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect-2/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 08:27:05 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3 magnify]]></category>

		<category><![CDATA[enlarge]]></category>

		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=267</guid>
		<description><![CDATA[A popular technique used to enlarge photographs and other images within flash can be created using this ActionScript 3 Magnify tutorial. Includes source code andeasy to follow instructions.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect-2/</feedburner:origLink></item>
		<item>
		<title>Using arrays and vectors in flash</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/g21gifJZF3A/</link>
		<comments>http://the-dude.co.uk/tutorials/using-arrays-and-vectors-in-flash/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:35:41 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[The Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[arrays]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[vectors]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=264</guid>
		<description><![CDATA[Fantastic tutorial with great explanations and examples to get you started with Arrays and Vectors in flash. All code is broken down and explained, however this is not for the faint of heart!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/using-arrays-and-vectors-in-flash/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/using-arrays-and-vectors-in-flash/</feedburner:origLink></item>
		<item>
		<title>AS3 - Create an animated bouncing menu</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/YI8K1Uw0mhs/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-create-an-animated-bouncing-menu/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:25:13 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=261</guid>
		<description><![CDATA[Using ActionScript 3 and the Tweenlite engine you will create a 'boncing' effect on your menu text. Good for getting down some more basics and a bit of experimentation, all source files and examples are included.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-create-an-animated-bouncing-menu/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-create-an-animated-bouncing-menu/</feedburner:origLink></item>
		<item>
		<title>Flash animation tutorial - flying bird</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/FKEck6NRAD0/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as2-tutorials/flash-animation-tutorial-flying-bird/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:05:13 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS2 Tutorials]]></category>

		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=258</guid>
		<description><![CDATA[An actionscript-free lesson in flash animation, this tutorial will thoroughly detail the process for making a flying bird animation. This is not a quick tutorial but you will learn some great tips and tricks and at the end of it, you'll have a flying bird! Or dragon... depends how literally you take the tutorial!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as2-tutorials/flash-animation-tutorial-flying-bird/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as2-tutorials/flash-animation-tutorial-flying-bird/</feedburner:origLink></item>
		<item>
		<title>Make Minesweeper Flash Game - AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/dI54WrOGOcA/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/make-minesweeper-flash-game-as3/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 13:19:01 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=255</guid>
		<description><![CDATA[This is a great tutorial if you want to start making flash games - the end result is a custom version of the popular minesweeper game, you know the one! Easy to follow tutorial with great results, recommended!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/make-minesweeper-flash-game-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/make-minesweeper-flash-game-as3/</feedburner:origLink></item>
		<item>
		<title>AS3 - Loading images into stage</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/RNLsCT_t5q8/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-loading-images-into-stage/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:05:45 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[image loading]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=250</guid>
		<description><![CDATA[A video tutorial from Say Web Tutorial covering the basics in loading bitmap, PNG and JPEG images into the flash stage using ActionScript 3.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-loading-images-into-stage/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-loading-images-into-stage/</feedburner:origLink></item>
		<item>
		<title>Using the ‘Trace()’ command in AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/1Dq3eQmPHp8/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-trace-command-in-as3/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 10:36:02 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[trace()]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=248</guid>
		<description><![CDATA[An in depth tutorial explaining the uses of the Trace() command in AS3. Easy to follow and well explained code will aid you in implementing this into your flash work, making testing a breeze!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-trace-command-in-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-trace-command-in-as3/</feedburner:origLink></item>
		<item>
		<title>Burning Paper Effect - AS2</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/k56dotyNBBc/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as2-tutorials/burning-paper-effect-as2/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:35:21 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS2 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[AS2]]></category>

		<category><![CDATA[burning effect]]></category>

		<category><![CDATA[effects]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=246</guid>
		<description><![CDATA[Ever wanted to burn a flash project when it annoys you? Now you can with the following tutorial. Using an external effect, you will learn how to create this fantastic transition. Includes links to downloads and source files.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as2-tutorials/burning-paper-effect-as2/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as2-tutorials/burning-paper-effect-as2/</feedburner:origLink></item>
		<item>
		<title>Create Twitter Widget in Flash - AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/yWiXd4wCOKA/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-twitter-widget-in-flash-as3/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:50:00 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=244</guid>
		<description><![CDATA[Learn how to create a widget for your website to display your latest tweets. This is an easy to follow tutorial but you will be required to use XML, PHP, Flash, AS3 and more - but all is explained so don't worry and enjoy!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-twitter-widget-in-flash-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-twitter-widget-in-flash-as3/</feedburner:origLink></item>
		<item>
		<title>Create a Simple and Attractive AS3 MP3 Player</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/oNC5m3mtfd8/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-a-simple-and-attractive-as3-mp3-player/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 08:15:33 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=240</guid>
		<description><![CDATA[This straight forward tutorial will teach you how to make an mp3 player using AS3. Your will learn how to import graphics from Adobe Illustrator to flash, how to build button sprites with movieclips and how to use the Timer and Sound classes.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-a-simple-and-attractive-as3-mp3-player/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/create-a-simple-and-attractive-as3-mp3-player/</feedburner:origLink></item>
		<item>
		<title>Responsive Image Scroller in AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/8rikuO05xlo/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/responsive-image-scroller-in-as3/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:13:14 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=237</guid>
		<description><![CDATA[Throughout this tutorial you will cover xml parsing, loading and resizing external images, and creating intuitive and responsive scrolling! Your end result will be a responsive and sexy looking AS3 Image Scroller.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/responsive-image-scroller-in-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/responsive-image-scroller-in-as3/</feedburner:origLink></item>
		<item>
		<title>RSS Reader With Custom XMLLoader Class</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/hX3h-lT5h_Q/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/rss-reader-with-custom-xmlloader-class/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:33:42 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[custom classes]]></category>

		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=234</guid>
		<description><![CDATA[This is a great tutorial for use with FlashTuts+ XMLLoader class, its author Clemente Gomez will take you through some features of the XMLLoader Class, building a useful multi-RSS reader in the process.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/rss-reader-with-custom-xmlloader-class/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/rss-reader-with-custom-xmlloader-class/</feedburner:origLink></item>
		<item>
		<title>AS3 Depth Management</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/hAVzK0-ZiNU/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-depth-management/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 08:50:49 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[depth]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=232</guid>
		<description><![CDATA[Managing depth with ActionScript 3 is a quick an easy process. It's like riding a bike, once you know how you won't forget! THis short tutorial will explain how to swap depths in a few easy steps.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-depth-management/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-depth-management/</feedburner:origLink></item>
		<item>
		<title>AS3 3D rotation in Flash CS4</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/6LiPRHzNDcU/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-3d-rotation-in-flash-cs4/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 08:15:36 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[3D]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[CS4]]></category>

		<category><![CDATA[image rotation]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=228</guid>
		<description><![CDATA[For those of you upgraded to CS4, this tutorial will  teach you how to create a 3D rotation of an image by using the new rotation properties added in flash CS4 and actionscript 3. Includes original source files and examples.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-3d-rotation-in-flash-cs4/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-3d-rotation-in-flash-cs4/</feedburner:origLink></item>
		<item>
		<title>AS3 Simple Driving Game</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/eUeH4AtzufY/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-simple-driving-game/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 16:09:06 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=226</guid>
		<description><![CDATA[A tutorial from Flash Tuts+, this will teach you how to create a basic driving game using AS3.  You'll learn how to add keyListeners, eventListeners and a couple of other things using ActionScript 3.0.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-simple-driving-game/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-simple-driving-game/</feedburner:origLink></item>
		<item>
		<title>AS3 - Adding interactivity to buttons</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/t_n3C7-1gLE/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-adding-interactivity-to-buttons/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 08:19:50 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[buttons]]></category>

		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=224</guid>
		<description><![CDATA[New to AS3? Then you'll find this tutorial very useful! You will learn how to add interactivity to buttons using ActionScript 3, with all code explained to give people a better understanding on how Flash AS3 works with object-oriented-programming.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-adding-interactivity-to-buttons/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-adding-interactivity-to-buttons/</feedburner:origLink></item>
		<item>
		<title>AS3 Magnifying Glass Effect</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/-xZHpATGM0c/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:28:00 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=221</guid>
		<description><![CDATA[Ever wanted to create that well known hover and zoom magnifying effect in flash? Well now you can even if you don't know how thanks to this straight forward tutorial, including source files.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-magnifying-glass-effect/</feedburner:origLink></item>
		<item>
		<title>AS3 Basics: Handling Events</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/iFPKqNOxmz4/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-basics-handling-events/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 08:18:27 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[event handling]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=216</guid>
		<description><![CDATA[A quick and easy to follow tutorial covering the basics of Event Handling in AS3. An event is basically any activity that can cause flash to respond by calling some part of code into action, click below to view the tutorial.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-basics-handling-events/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-basics-handling-events/</feedburner:origLink></item>
		<item>
		<title>Simple functions in AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/jHDu4mA_O2c/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/simple-functions-in-as3/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:23:42 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=213</guid>
		<description><![CDATA[This simple actionscript lesson will teach you how to create simple functions using AS3. With simple steps and easy to follow instructions, this tutorial is a must for anyone new to ActionScript, or indeed just brushing up!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/simple-functions-in-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/simple-functions-in-as3/</feedburner:origLink></item>
		<item>
		<title>Basic Drawing Application in Flash</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/NqD-CAklYME/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/basic-drawing-application-in-flash/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:37:33 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=209</guid>
		<description><![CDATA[This thorough tutorial will show you how to create a great looking and easy to us Flash drawing application in AS3. Live examples and source files are included for ease of understanding - check it out!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/basic-drawing-application-in-flash/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/basic-drawing-application-in-flash/</feedburner:origLink></item>
		<item>
		<title>Realistic Vector Portraits in Flash</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/eeT9dVhO2fU/</link>
		<comments>http://the-dude.co.uk/tutorials/realistic-vector-portraits-in-flash/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 12:16:29 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS2 Tutorials]]></category>

		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[The Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[external]]></category>

		<category><![CDATA[vector art]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=206</guid>
		<description><![CDATA[This is a fantastic tutorial for anyone wanting to create some amazing vector art in flash. This tutorial covers all the basics and will have you creating fantastic vectors in no time! Includes clear instructions and some great examples.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/realistic-vector-portraits-in-flash/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/realistic-vector-portraits-in-flash/</feedburner:origLink></item>
		<item>
		<title>AS3 Flash Glowing Mouse Trailer</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/Ivi1HSlmOuc/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-glowing-mouse-trailer/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:36:41 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[ecternal]]></category>

		<category><![CDATA[mouse effects]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=203</guid>
		<description><![CDATA[This is a great tutorial for beginners, introducing how to duplicate a movieclip and alter its scale, alpha and position properties to create this awesome effect. Includes downloadable source files and live examples.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-glowing-mouse-trailer/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-glowing-mouse-trailer/</feedburner:origLink></item>
		<item>
		<title>Using the Date Class in AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/zB2vdHS_Xmw/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-date-class-in-as3/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:17:56 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[classes]]></category>

		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=201</guid>
		<description><![CDATA[This tutorial will teach you how to use the Data Class in AS3 to retrieve all information related to time (includes dates and days). This tutorial will teach you the basics on how to use and manipulate the date class to retrieve this type of information. This is a beginner level tutorial that doesn't require any advanced knowledge of ActionScript.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-date-class-in-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/using-the-date-class-in-as3/</feedburner:origLink></item>
		<item>
		<title>Flash AS3 Preloader</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/pxjh0hxFG6o/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-as3-preloader/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:33:12 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[external]]></category>

		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=198</guid>
		<description><![CDATA[Upgrade your preloaders to AS3 using this great tutorial. Well explained and fantastic examples mean you'll have this down in no time!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-as3-preloader/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-as3-preloader/</feedburner:origLink></item>
		<item>
		<title>Eyes follow mouse cursor AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/DlR1VHPm6zw/</link>
		<comments>http://the-dude.co.uk/tutorials/web-design-tutorials/eyes-follow-mouse-cursor-as3/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:10:15 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[Web Design Tutorials]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[cursor control]]></category>

		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=194</guid>
		<description><![CDATA[Using the Math.atan2 method, this tutorial will teach you a bit more about trigonometrics and how to track your cursor with the eyes of a dog. Give it a try!]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/web-design-tutorials/eyes-follow-mouse-cursor-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/web-design-tutorials/eyes-follow-mouse-cursor-as3/</feedburner:origLink></item>
		<item>
		<title>Collision Detection in AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/q-61dWlOKIU/</link>
		<comments>http://the-dude.co.uk/tutorials/web-design-tutorials/collision-detection-in-as3/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:51:28 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[Web Design Tutorials]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[external]]></category>

		<category><![CDATA[tutorial directory]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=190</guid>
		<description><![CDATA[5 simple steps explaining how to detect the collision of 2 objects using AS3. Easy to pick  up how to do it and some essential flash techniques when making games.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/web-design-tutorials/collision-detection-in-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/web-design-tutorials/collision-detection-in-as3/</feedburner:origLink></item>
		<item>
		<title>AS3 Pixel Explosion Effect</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/4xD5p7RJ1VY/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-pixel-explosion-effect/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:51:43 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[external]]></category>

		<category><![CDATA[Motion tween]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=187</guid>
		<description><![CDATA[During this tutorial you'll learn how to extract BitmapData from a MovieClip, how to use a tweening engine and how to use event listeners in AS3 to create the weel known 'Pixel Explosion' effect.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-pixel-explosion-effect/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-pixel-explosion-effect/</feedburner:origLink></item>
		<item>
		<title>AS3 Flash Lightning / Thunderbolt Class</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/4_7a86xNXOg/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-lightning-thunderbolt-class/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 08:36:46 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[classes]]></category>

		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=185</guid>
		<description><![CDATA[An easy to follow tutorial for creating a Lightning / Thunderbolt / Electric Discharge class in Flash AS3. Includes source files and some interesting demo's.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-lightning-thunderbolt-class/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/as3-flash-lightning-thunderbolt-class/</feedburner:origLink></item>
		<item>
		<title>Flash animated drop shadow with AS3</title>
		<link>http://feedproxy.google.com/~r/co/thedude/~3/G7s4yHXtaoA/</link>
		<comments>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-animated-drop-shadow-with-as3/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:19:47 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
		
		<category><![CDATA[Flash AS3 Tutorials]]></category>

		<category><![CDATA[Tutorial Directory]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[directory]]></category>

		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://the-dude.co.uk/?p=179</guid>
		<description><![CDATA[A fantastic and simple tutorial on how to add an animated dropshadow filter to a Movie clip with actionscript 3.]]></description>
		<wfw:commentRss>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-animated-drop-shadow-with-as3/feed/</wfw:commentRss>
		<feedburner:origLink>http://the-dude.co.uk/tutorials/flash-as3-tutorials/flash-animated-drop-shadow-with-as3/</feedburner:origLink></item>
	</channel>
</rss>
