<?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>Kim Chow Blog &#187; Action script3</title>
	<atom:link href="http://www.jianblog.com/category/program/action-script3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jianblog.com</link>
	<description>Unix C将是我主攻的语言，现在用PHP在FreeBSD/Centos下开发。</description>
	<lastBuildDate>Fri, 23 Dec 2011 08:29:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Actionscript3动画控制</title>
		<link>http://www.jianblog.com/2008/07/11/464/</link>
		<comments>http://www.jianblog.com/2008/07/11/464/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 07:37:11 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Action script3]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=464</guid>
		<description><![CDATA[记录一下Tween 的事件相关，方便以后使用 import fl.transitions.*; import fl.transitions.easing.*; function finishHandler(event:TweenEvent):void { // Place your actions here trace(“MOTION_FINISH time = “+event.time); } var myTween:Tween = new Tween(img1_mc, “y”, Elastic.easeOut, 0, 300, 3, true); myTween.addEventListener(TweenEvent.MOTION_FINISH, finishHandler); 注: 此代码示例显示如何使用为侦听动画指派的事件句柄函数创建简单的变形。 事件是定时分支, 可用于对动画的不同时间做出响应。 可以响应以下事件: motionChange、motionFinish、motionLoop、motionResume、motionStart 和 motionStop。]]></description>
		<wfw:commentRss>http://www.jianblog.com/2008/07/11/464/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

