<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Creative COW | Manuel Roman | Favorites</title>
	<link>https://creativecow.net/members/manibot/activity/favorites/</link>
	<atom:link href="https://creativecow.net/members/manibot/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of Manuel Roman's saved posts.</description>
	<lastBuildDate>Sat, 05 Sep 2026 01:08:12 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">cd476a7a3e899204eb30905f8d7a53c6</guid>
				<title>Dan Ebberts replied to the discussion Position of Image controlled by two Right Justified Text Layers… Help! in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help-2/#post-2337193</link>
				<pubDate>Tue, 13 Oct 2020 19:59:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help-2/#post-2337193"><span class="bb-reply-lable">Reply to</span> Position of Image controlled by two Right Justified Text Layers… Help!</a></p> <div class="bb-content-inr-wrap"><p>I haven&#8217;t tested this, but it should be close:</p>
<pre><p>L1 = thisComp.layer("Line 1");</p><p>rect1 = L1.sourceRectAtTime(time,false);</p><p>x1 = L1.toComp([rect1.left+525,0])[0];</p><p>L2 = thisComp.layer("Line 2");</p><p>rect2 = L2.sourceRectAtTime(time,false);</p><p>x2 = L2.toComp([rect2.left+525,0])[0];</p><p>[Math.min(x1,x2), 540]</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c8acc727bf516300504fa737118649e</guid>
				<title>Walter Soyka replied to the discussion Position of Image controlled by two Right Justified Text Layers... Help! in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help/#post-2337191</link>
				<pubDate>Tue, 13 Oct 2020 19:50:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help/#post-2337191"><span class="bb-reply-lable">Reply to</span> Position of Image controlled by two Right Justified Text Layers... Help!</a></p> <div class="bb-content-inr-wrap"><p>Your expression needs to look at both the left-most coordinate of Line 1 and the left-most coordinate of Line 2, and use whichever is &#8220;lefter&#8221; (the smaller of the two X positions).</p>
<p>Here&#8217;s some sample code:</p>
<pre>L1 = thisComp.layer("Line 1");<br />rect1 = L1.sourceRectAtTime(time,false);<br />L2 = thisComp.layer("Line 2");<br />rect2 = L2.sourceRectAtTime(time,false);<br />x =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-336129"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help/#post-2337191" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		