<?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; Tween</title>
	<atom:link href="http://actionscriptexamples.com/tag/tween/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>Overriding the default framerate for a tween in Flash</title>
		<link>http://actionscriptexamples.com/2008/03/06/overriding-the-default-framerate-for-a-tween-in-flash/</link>
		<comments>http://actionscriptexamples.com/2008/03/06/overriding-the-default-framerate-for-a-tween-in-flash/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 03:26:37 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Tween]]></category>
		<category><![CDATA[FPS]]></category>
		<category><![CDATA[start()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/06/overriding-the-default-framerate-for-a-tween-in-flash/</guid>
		<description><![CDATA[The following example shows how you can override the default frame rate for a programmatic tween in Flash by setting the Tween object&#8217;s FPS property. Full code after the jump. // ActionScript 3.0 import fl.transitions.Tween; import fl.transitions.easing.*; &#160; var tween:Tween = new Tween&#40;mc, &#34;x&#34;, Elastic.easeOut, 0, 300, 3, true&#41;; tween.FPS = 60; &#160; mc.addEventListener&#40;MouseEvent.CLICK, onClick&#41;; [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/06/overriding-the-default-framerate-for-a-tween-in-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
