<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>.swfgeek &#187; Coockbook</title>
	<atom:link href="http://www.swfgeek.net/tag/coockbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swfgeek.net</link>
	<description>My Flash Wanderings</description>
	<lastBuildDate>Sun, 15 Aug 2010 05:30:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc/2.5/mx/</creativeCommons:license>
		<item>
		<title>ActionScript 3 migration cookbook beta at Adobe Developer Connection</title>
		<link>http://www.swfgeek.net/2009/04/25/actionscript-3-migration-cookbook-beta-at-adobe-developer-connection/</link>
		<comments>http://www.swfgeek.net/2009/04/25/actionscript-3-migration-cookbook-beta-at-adobe-developer-connection/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 04:56:58 +0000</pubDate>
		<dc:creator>swfgeek</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 2.0]]></category>
		<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[ADOBE]]></category>
		<category><![CDATA[ADOBE DEVELOPER CONNECTION]]></category>
		<category><![CDATA[FLASH CS4]]></category>
		<category><![CDATA[FLASH PLATFORM]]></category>
		<category><![CDATA[adc]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[BETAS]]></category>
		<category><![CDATA[Coockbook]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.swfgeek.net/?p=484</guid>
		<description><![CDATA[
A new section on the Adobe Developer Connection it&#8217;s up , ActionScript 3 migration cookbook and it looks really usefull if you&#8217;re still using  ActionScript 2 on a regular basis this cookbook  would be a good migration point.
You can already see some entries online or download the pdf version of ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-486" title="ActionScript " src="http://www.swfgeek.net/blog/wp-content/uploads/2009/04/as3.jpg" alt="ActionScript " width="251" height="264" /></p>
<p>A new section on the Adobe Developer Connection it&#8217;s up ,<a title="ActionScript 3 Migration Cookbook" href="http://www.adobe.com/devnet/actionscript/cookbook/?devcon=f2" target="_blank"> ActionScript 3 migration cookbook</a> and it looks really usefull if you&#8217;re still using  ActionScript 2 on a regular basis this cookbook  would be a good migration point.</p>
<p>You can already see some entries online or download the pdf version of the<a title="ActionScript 3 Migration Cookbook pdf" href="http://www.adobe.com/devnet/actionscript/articles/as3_migration_cookbook/as3_migration_cookbook.pdf" target="_blank"> ActionScript 3 migration cookbook</a></p>
<div class="columns-2-AB-A">
<b>Basics</b></p>
<ul class="link-list">
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/variable_untyped.html">Create an untyped variable</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/variable_typed.html">Create a typed variable</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/function_untyped.html">Create an untyped function</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/function_typed.html">Create a typed function</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/if_else.html">Create an if/else statement</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/loop_through_array.html">Create and loop through an Array</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/random_number.html">Create a random number within a range</a></li>
</ul>
</div>
<div class="columns-2-AB-B">
<b>User interactions</b></p>
<ul class="link-list">
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/button_events.html">Handle button interactions</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/open_url.html">Open a URL</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/key_press_events.html">Listen for key presses</a></li>
</ul>
</div>
<p><br class="clear-both" /></p>
<div class="columns-2-AB-A">
<b>MovieClips</b></p>
<ul class="link-list">
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/timeline_root.html">Access root/main timeline of your content</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/attach_movieclip.html">Dynamically attach a MovieClip from the library</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/drawing.html">Dynamically create and draw on a MovieClip</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/movieclip_color.html">Dynamically set the color of a MovieClip</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/swap_movieclips.html">Dynamically swap MovieClip depths</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/create_loop_movieclips.html">Dynamically create and loop through MovieClip instances</a></li>
</ul>
</div>
<div class="columns-2-AB-B">
<b>Media and data</b></p>
<ul class="link-list">
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/embedded_sound.html">Play an embedded sound</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/load_sound.html">Dynamically load and play a sound</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/load_image.html">Dynamically load and display an image</a></li>
<li><a href="http://www.adobe.com/devnet/actionscript/cookbook/load_xml.html">Load and read XML</a></li>
</ul>
</div>
<div class="columns-2-AB-B"><strong>An excerpt form the site:</strong></div>
<div class="columns-2-AB-B"><strong></strong><em>The ActionScript 3 migration cookbook beta provides a quick introduction to migrating to ActionScript 3 from ActionScript 2. It is targeted at designers and developers who have some experience scripting content within Adobe Flash CS4 Professional. It does not require an understanding of object-oriented programming.</em></div>
<div class="columns-2-AB-B"><em><br />
</em></div>
<div class="columns-2-AB-B"><em><a title="ActionScript 3 Migration Cookbook" href="http://www.adobe.com/devnet/actionscript/cookbook/?devcon=f2" target="_blank">Go Check It Here</a><br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.swfgeek.net/2009/04/25/actionscript-3-migration-cookbook-beta-at-adobe-developer-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc/2.5/mx/</creativeCommons:license>
	</item>
	</channel>
</rss>
