<?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>ActionScript Examples &#187; Transition</title>
	<atom:link href="http://actionscriptexamples.com/tag/transition/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating transition effects using the TransitionManager class in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/02/28/creating-transition-effects-using-the-transitionmanager-class-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/02/28/creating-transition-effects-using-the-transitionmanager-class-in-actionscript-30/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 04:25:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TransitionManager]]></category>
		<category><![CDATA[allTransitionsInDone]]></category>
		<category><![CDATA[allTransitionsOutDone]]></category>
		<category><![CDATA[Blinds]]></category>
		<category><![CDATA[start()]]></category>
		<category><![CDATA[startTransition()]]></category>
		<category><![CDATA[Transition]]></category>
		<category><![CDATA[transitionInDone]]></category>
		<category><![CDATA[transitionOutDone]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/02/28/creating-transition-effects-using-the-transitionmanager-class-in-actionscript-30/</guid>
		<description><![CDATA[The following example shows how you can use the TransitionManager class in ActionScript 3.0 to create a simple effect on a movie clip. Full code after the jump. View ActionScript // ActionScript 3.0 /** * Requires: * - MovieClip on the Stage with an instance name of &#34;logo&#34;. */ import fl.transitions.*; import fl.transitions.easing.*; &#160; var [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/02/28/creating-transition-effects-using-the-transitionmanager-class-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
