

<?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: How to Tween a Mask Along a Motion Guide</title>
	<atom:link href="http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide</link>
	<description>Luck is the residue of good design.</description>
	<lastBuildDate>Tue, 20 Mar 2012 15:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide#comment-8185</link>
		<dc:creator>David Stiller</dc:creator>
		<pubDate>Thu, 14 Dec 2006 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide#comment-8185</guid>
		<description>Lupos,

That&#039;s a cool idea!  I wasn&#039;t thinking in terms of ActionScript when I wrote that entry, but your looping suggestion is great.

&lt;pre&gt;&lt;code&gt;follower.onEnterFrame = function():Void {
  this._x = leader._x;
  this._y = leader._y;
}&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Lupos,</p>
<p>That&#8217;s a cool idea!  I wasn&#8217;t thinking in terms of ActionScript when I wrote that entry, but your looping suggestion is great.</p>
<pre><code>follower.onEnterFrame = function():Void {
  this._x = leader._x;
  this._y = leader._y;
}</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lupos</title>
		<link>http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide#comment-8181</link>
		<dc:creator>Lupos</dc:creator>
		<pubDate>Thu, 14 Dec 2006 16:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.quip.net/blog/2006/flash/how-to-tween-mask-along-motion-guide#comment-8181</guid>
		<description>I would have done a tiny bit of code personaly. Make a seperate object with the desired motion guide and set it&#039;s alpha to 0. Make a function that on enter frame set the position of the mask = to the pos of the guide object. Can also set the rotation each time as well if you need. Same effect but easier to edit, i think.</description>
		<content:encoded><![CDATA[<p>I would have done a tiny bit of code personaly. Make a seperate object with the desired motion guide and set it&#8217;s alpha to 0. Make a function that on enter frame set the position of the mask = to the pos of the guide object. Can also set the rotation each time as well if you need. Same effect but easier to edit, i think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

