<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: BetweenAS3 이벤트 등록하기</title>
	<atom:link href="http://blog.flasia.com/archives/1271/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.flasia.com/archives/1271</link>
	<description>[object MainTimeline]</description>
	<lastBuildDate>Thu, 02 Dec 2010 11:41:51 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Siaa</title>
		<link>http://blog.flasia.com/archives/1271/comment-page-1#comment-4522</link>
		<dc:creator>Siaa</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flasia.com/?p=1271#comment-4522</guid>
		<description>와우~~^^
찾아주셔서 감사합니다!!!</description>
		<content:encoded><![CDATA[<p>와우~~^^<br />
찾아주셔서 감사합니다!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 야호</title>
		<link>http://blog.flasia.com/archives/1271/comment-page-1#comment-4520</link>
		<dc:creator>야호</dc:creator>
		<pubDate>Mon, 09 Nov 2009 06:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flasia.com/?p=1271#comment-4520</guid>
		<description>오우 감사합니다!</description>
		<content:encoded><![CDATA[<p>오우 감사합니다!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siaa</title>
		<link>http://blog.flasia.com/archives/1271/comment-page-1#comment-4266</link>
		<dc:creator>Siaa</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flasia.com/?p=1271#comment-4266</guid>
		<description>오옷, 이런 방법이... 모르고 있었습니다.
이렇게 누추한 블로그를 찾아주신것도 감사한데... 유용한 정보까지 알려주시다니, 정말 감사드립니다!!!
블로그에 위 내용을 추가했습니다~
그럼, 좋은 하루 되세요^^</description>
		<content:encoded><![CDATA[<p>오옷, 이런 방법이&#8230; 모르고 있었습니다.<br />
이렇게 누추한 블로그를 찾아주신것도 감사한데&#8230; 유용한 정보까지 알려주시다니, 정말 감사드립니다!!!<br />
블로그에 위 내용을 추가했습니다~<br />
그럼, 좋은 하루 되세요^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YangGOON</title>
		<link>http://blog.flasia.com/archives/1271/comment-page-1#comment-4265</link>
		<dc:creator>YangGOON</dc:creator>
		<pubDate>Thu, 15 Oct 2009 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flasia.com/?p=1271#comment-4265</guid>
		<description>좋은 정보 감사합니다.
몇가지 추가로 적어 봅니다.
트윈이 끈나기 전에 이벤트가 발생시 연결되는 부분에 관한 이야기 인데요. 물론 아시리라 생각되지만 ^^;

private function activeMotion(target:Object, xPos:int, yPos:int, timeValue:Number):void
{
     if (this.tween &amp;&amp; this.tween.isPlaying) this.removeTween();

     this.tween = BetweenAS3.tween(target,
     {
          x:xPos,
          y:yPos
          }, null, timeValue, Cubic.easeInOut);
}

private function removeTween():void
{
     this.tween.stop();
     this.tween = null;
}

** if (this.tween &amp;&amp; this.tween.isPlaying) this.removeTween();
이렇게 사용하면 편하더라구요. ^^</description>
		<content:encoded><![CDATA[<p>좋은 정보 감사합니다.<br />
몇가지 추가로 적어 봅니다.<br />
트윈이 끈나기 전에 이벤트가 발생시 연결되는 부분에 관한 이야기 인데요. 물론 아시리라 생각되지만 ^^;</p>
<p>private function activeMotion(target:Object, xPos:int, yPos:int, timeValue:Number):void<br />
{<br />
     if (this.tween &amp;&amp; this.tween.isPlaying) this.removeTween();</p>
<p>     this.tween = BetweenAS3.tween(target,<br />
     {<br />
          x:xPos,<br />
          y:yPos<br />
          }, null, timeValue, Cubic.easeInOut);<br />
}</p>
<p>private function removeTween():void<br />
{<br />
     this.tween.stop();<br />
     this.tween = null;<br />
}</p>
<p>** if (this.tween &amp;&amp; this.tween.isPlaying) this.removeTween();<br />
이렇게 사용하면 편하더라구요. ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>

