<?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>alecmce.com &#187; jsfl</title>
	<atom:link href="http://alecmce.com/category/jsfl/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 02:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Moving Animations in Flash IDE</title>
		<link>http://alecmce.com/animation/moving-animations-in-flash-ide</link>
		<comments>http://alecmce.com/animation/moving-animations-in-flash-ide#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:05:19 +0000</pubDate>
		<dc:creator>alecmce</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[jsfl]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[Flash IDE]]></category>

		<guid isPermaLink="false">http://alecmce.com/?p=227</guid>
		<description><![CDATA[The designer Colin at our work uses the Flash IDE to create avatars and other animations, which we then import into applications and fiddle about with. He&#8217;s not very handy at working out where the registration point of a clip should go before he&#8217;s done the animation (for lots of good arty reasons), and we [...]]]></description>
			<content:encoded><![CDATA[<p>The designer <a href="http://www.colinmckinney.co.uk/">Colin</a> at our work uses the Flash IDE to create avatars and other animations, which we then import into applications and fiddle about with. He&#8217;s not very handy at working out where the registration point of a clip should go before he&#8217;s done the animation (for lots of good arty reasons), and we don&#8217;t really want him to nest an animation inside another MovieClip to correct the problem because it&#8217;s a bit messy to have to drill into the display list to find an animation.</p>
<p>If you have multiple frames of animation over multiple layers, there&#8217;s really no good way of moving all the elements in one go (or if there is, neither Colin nor I know about it), so I&#8217;ve created this little JSFL script wrapped into a Flash front-end for him.</p>
<div style="padding: 10px; float: right;">

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="140" height="140" align="left">
      <param name="movie" value="http://www.alecmce.com.php5-16.dfw1-1.websitetestlink.com/wp-content/uploads/2009/08/moveAnimation1.swf" />
      <param name="align" value="left" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.alecmce.com.php5-16.dfw1-1.websitetestlink.com/wp-content/uploads/2009/08/moveAnimation1.swf" width="140" height="140" align="left">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

</div>
<p>This swf needs to be installed into your installation folder to function, which depends on your OS and Flash version. The paths for CS3 are:</p>
<ul>
<li>(WinXP) C:\Documents and Settings\[USER]\Local Settings\Application Data\Adobe\Flash CS3\[LANG]\Configuration\WindowSWF</li>
<li>(OSX) /Users/[USER]/Library/Application Support/Adobe/Flash CS3/[LANG]/Configuration/WindowSWF
</ul>
<p>where [USER] is your username, and [LANG] is your language (probably &#8220;en&#8221;).</p>
<p>What it does is pretty simple: Whatever is on stage at the time will all get moved by the amount you specify. It will not respect locked layers, if it&#8217;s an element on stage, it&#8217;s getting moved!</p>
<h3>Source FLA</h3>
<div style="float: left; padding: 10px;"><a href='http://alecmce.com/wp-content/uploads/2009/08/moveAnimation.fla'><img src="http://www.alecmce.com.php5-16.dfw1-1.websitetestlink.com/wp-content/uploads/2009/08/fl_small1.gif" alt="FLA" title="FLA" width="50" height="50" class="alignleft size-full wp-image-33" /></a></div>
<p>You are welcome to inspect the source, compile it yourself, so-on and so forth. The source FLA is <a href='http://alecmce.com/wp-content/uploads/2009/08/moveAnimation.fla'>here</a>. If you do download the file, you will note that I embedded the jsfl code into the fla, wrapped into an XML cdata tag. This is just because you&#8217;re not allowed to break Strings across lines in the Flash IDE Actions panel.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://alecmce.com/animation/moving-animations-in-flash-ide/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

