<?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 | Activity</title>
	<link>https://creativecow.net/members/manibot/activity/</link>
	<atom:link href="https://creativecow.net/members/manibot/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Manuel Roman.</description>
	<lastBuildDate>Thu, 03 Sep 2026 23:30:37 +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">80e38b207012c78d7c07a4c5582e7343</guid>
				<title>Manuel Roman 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-2337200</link>
				<pubDate>Tue, 13 Oct 2020 20:55:56 +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-2337200"><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>Dan also posted this on my duplicate post, before I realized there was a Forum for expressions&#8230; this worked great as well!  Thanks to both of you!</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 =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-336140"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help/#post-2337200" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2bb2c7471d51030e0974020a62574adc</guid>
				<title>Manuel Roman 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-2337199</link>
				<pubDate>Tue, 13 Oct 2020 20:54:04 +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-2337199"><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>Awesome this worked out perfect!  Thanks so much!  Walter also posted a reply with this which also worked great!  </p>
<p>L1 = thisComp.layer(&#8220;Line 1&#8221;);</p>
<p>rect1 = L1.sourceRectAtTime(time,false);</p>
<p>L2 = thisComp.layer(&#8220;Line 2&#8221;);</p>
<p>rect2 = L2.sourceRectAtTime(time,false);</p>
<p>x = Math.min(L1.toComp([rect1.left+525,0])[0], L2.toComp([rect2.left+525,0])[0]);</p>
<p>[x, 540]</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">096ec3d6ee8fb5ef702ba77acd0eee2e</guid>
				<title>Manuel Roman 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-2337192</link>
				<pubDate>Tue, 13 Oct 2020 19:54:32 +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-2337192"><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>Oh my god.  It worked!  You are amazing!  I messed with this way too long yesterday.  Thank you, thank you!<img alt="Smile" class="emojioneemoji" src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f604.png" /></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41bcd6277b56ffadc1adb21df51de7ae</guid>
				<title>Manuel Roman started 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/</link>
				<pubDate>Tue, 13 Oct 2020 19:50:03 +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/">Position of Image controlled by two Right Justified Text Layers… Help!</a></p> <div class="bb-content-inr-wrap"><p>I am trying to control the position of an image(lower third backplate .mov file)that slides from the right side. I want the position to move toward the left as the text characters increase. I need two lines of right justified text. By some miracle I was able to make the top line do it, but cannot seem to make the bottom line control the length as&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-336128"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help-2/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a65a0fc68f6ea0e8c2f4c0dea5778c17</guid>
				<title>Manuel Roman started 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/</link>
				<pubDate>Tue, 13 Oct 2020 19:29:36 +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/">Position of Image controlled by two Right Justified Text Layers... Help!</a></p> <div class="bb-content-inr-wrap"><p>I am trying to control the position of an image(lower third backplate .mov file)that slides from the right side.  I want the position to move toward the left as the text characters increase.  I need two lines of right justified text.  By some miracle I was able to make the top line do it, but cannot seem to make the bottom line control the length&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-336124"><a href="https://creativecow.net/forums/thread/position-of-image-controlled-by-two-right-justified-text-layers-help/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		