<?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>JSFL &#8211; Software, Fitness, and Gaming &#8211; Jesse Warden</title>
	<atom:link href="https://jessewarden.com/category/jsfl/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Mon, 01 Jun 2009 17:12:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://jessewarden.com/wp-content/uploads/2016/08/cropped-Lambda2-32x32.png</url>
	<title>JSFL &#8211; Software, Fitness, and Gaming &#8211; Jesse Warden</title>
	<link>https://jessewarden.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Flash Command: Convert to Symbol and Distribute to Layers</title>
		<link>https://jessewarden.com/2009/06/flash-command-convert-to-symbol-and-distribute-to-layers.html</link>
					<comments>https://jessewarden.com/2009/06/flash-command-convert-to-symbol-and-distribute-to-layers.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:11:39 +0000</pubDate>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[JSFL]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=1644</guid>

					<description><![CDATA[Josh was bitching on Twitter the other day about how if you select multiple objects in Flash and choose Convert to Symbol, it puts them all on the same layer, regardless of where they were before. Others agreed that it is frustrating. I know where he&#8217;s coming from doing production art, so I built this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://twitter.com/joshtynjala/status/1941727119">Josh</a> was bitching on Twitter the other day about how if you select multiple objects in Flash and choose Convert to Symbol, it puts them all on the same layer, regardless of where they were before.  Others agreed that it is frustrating.  I know where he&#8217;s coming from doing production art, so I built this quick Command to do just that.  If you save in your Commands folder, and re-boot Flash, you can re-map your F8 key to use this Command instead of the regular Convert to Symbol Command.</p>
<p><span id="more-1644"></span></p>
<pre>fl.getDocumentDOM().convertToSymbol(<span class='string'>'movie clip'</span>, <span class='string'>''</span>, <span class='string'>'top left'</span>);
fl.getDocumentDOM().enterEditMode(<span class='string'>''</span>);
fl.getDocumentDOM().distributeToLayers();</pre>
<p></p>
<p>Also, you can create simple Commands like this on your own.  Just do what I did, and open up your History Panel via Window > Other Panels.  The top right of the Panel has a menu that allows you to see the JavaScript of your actions.  You can then copy-pasta from there!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2009/06/flash-command-convert-to-symbol-and-distribute-to-layers.html/feed</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
	</channel>
</rss>
