<?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 | Henry Gaunt | Activity</title>
	<link>https://creativecow.net/members/henrygaunt2/activity/</link>
	<atom:link href="https://creativecow.net/members/henrygaunt2/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Henry Gaunt.</description>
	<lastBuildDate>Sat, 16 May 2026 17:28:43 +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">d3e26aa1c60210c4bc2acb9948a6e114</guid>
				<title>Henry Gaunt replied to the discussion Can you delay a layers start with a slider for use in a MoGRTs? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/#post-2412338</link>
				<pubDate>Thu, 24 Jun 2021 08:15:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/#post-2412338"><span class="bb-reply-lable">Reply to</span> Can you delay a layers start with a slider for use in a MoGRTs?</a></p> <div class="bb-content-inr-wrap"><p>&lt;div&gt;<br />&lt;/div&gt;</p>
<p>Thank you Dan! </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c17d4c68ca2594f458a82cbe5e916c58</guid>
				<title>Henry Gaunt replied to the discussion Can you delay a layers start with a slider for use in a MoGRTs? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/#post-2412323</link>
				<pubDate>Wed, 23 Jun 2021 23:22:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/#post-2412323"><span class="bb-reply-lable">Reply to</span> Can you delay a layers start with a slider for use in a MoGRTs?</a></p> <div class="bb-content-inr-wrap"><p>I do like the quiet confidence in your posts. I know when I&#8217;ve found a post with your name it will work!</p>
<p><span>Thank you Dan, spot on. </span></p>
<p><span>Is there a line I can add to turn the slider into seconds, so on the slider; 1 = second, 60 represents a minute etc..</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9ad3cb33b18ea946b0cd7ed1db387203</guid>
				<title>Henry Gaunt started the discussion Can you delay a layers start with a slider for use in a MoGRTs? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/</link>
				<pubDate>Wed, 23 Jun 2021 13:50:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/">Can you delay a layers start with a slider for use in a MoGRTs?</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p><span>I have a sequence with 7 precomps (all the animation happens within each preocomp), can you link each of these precomps to a slider so that the editor can delay the start of each precomp to time it with a voice over in premiere?</span></p>
<p><span>My comp is 25fps, so if they move the slider to &#8217;50&#8217; it would push back the precomp 20 seconds, or 450 for 3&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-353909"><a href="https://creativecow.net/forums/thread/can-you-delay-a-layers-start-with-a-slider-for-use-in-a-mogrts/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a4c42008cc9bd1802acba36ac9072805</guid>
				<title>Henry Gaunt replied to the discussion yposition expression to control a text layers position in a list in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2411043</link>
				<pubDate>Sun, 30 May 2021 23:23:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2411043"><span class="bb-reply-lable">Reply to</span> yposition expression to control a text layers position in a list</a></p> <div class="bb-content-inr-wrap"><p>I actually freaking did it, it&#8217;s a Christmas miracle.. </p>
<p></p>
<pre>p = thisComp.layer(index-1).transform.opacity; <br />d = thisComp.layer(index-3).transform.opacity; <br />if (p==0 &amp;&amp; d==100){<br />z=thisComp.layer(index-1).transform.position[1];<br />[value[0], z];<br />}<br />else if (p==0 &amp;&amp; d==0){<br />z=thisComp.layer(index-3).transform.position[1];<br />[value[0], z];<br />}<br />else {<br />	value;<br />}</pre>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6471e90b6daff57ec7a8761606557987</guid>
				<title>Henry Gaunt replied to the discussion yposition expression to control a text layers position in a list in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2411024</link>
				<pubDate>Sun, 30 May 2021 12:41:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2411024"><span class="bb-reply-lable">Reply to</span> yposition expression to control a text layers position in a list</a></p> <div class="bb-content-inr-wrap"><p>Thank you.</p>
<p>I&#8217;ve been working for hours to try and simplify the setup, I&#8217;m hoping this is an easier/more stable solution&#8230;.</p>
<p></p>
<p>The user is now presented with a dropdown menu with an option of list consisting of 1, 2, or 3 text layers. <span>The layer below those text layers needs to move up or down on the Y axis depending on how many text layers the user has&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-352717"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2411024" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07f067ba740ad1db0f7fd6a78e534d8c</guid>
				<title>Henry Gaunt replied to the discussion yposition expression to control a text layers position in a list in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2410948</link>
				<pubDate>Fri, 28 May 2021 12:33:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2410948"><span class="bb-reply-lable">Reply to</span> yposition expression to control a text layers position in a list</a></p> <div class="bb-content-inr-wrap"><p>Thank you for the reply Filip. I appreciate your time.</p>
<p>For the life of me I can&#8217;t get this to work.</p>
<p>I currently have a &#8220;Null 1&#8221; with 9 checkboxes to activate/deactivate each layer. </p>
<p>As a test, I pasted the opacity expression (in the text layer opacity), but get the error &#8220;couldn&#8217;t turn result into a numeric value&#8221;.</p>
<p>I also pasted the position&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352646"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/#post-2410948" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b7390bad20c661feafabd63b9ba980fb</guid>
				<title>Henry Gaunt started the discussion yposition expression to control a text layers position in a list in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/</link>
				<pubDate>Fri, 28 May 2021 09:56:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/">yposition expression to control a text layers position in a list</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p>I’m creating a list to be used in a mogrt for a client (attached screenshot). </p>
<p>I have 9 seperate text layers, left justified, stacked vertically.</p>
<p>The first text layer sets the position, as well as two keyframes on the xposition that animate layer on (slide on from off screen).</p>
<p>The remaining text layers reference this first layer and each is 1&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352639"><a href="https://creativecow.net/forums/thread/yposition-expression-to-control-a-text-layers-position-in-a-list/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00a906f85125d7cf93c1752263ccbb53</guid>
				<title>Henry Gaunt replied to the discussion Text Box &#039;Bottom Up&#039; Expression with x-heights? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/#post-2410872</link>
				<pubDate>Wed, 26 May 2021 23:34:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/#post-2410872"><span class="bb-reply-lable">Reply to</span> Text Box 'Bottom Up' Expression with x-heights?</a></p> <div class="bb-content-inr-wrap"><p>Thank you Kevin,</p>
<p>I was just typing up a reply with a solution &#8211; I reached out to Tim at Motion Developer (link above) and he came back with this code which nails it. Hopefully someone will find this amazing too! </p>
<p></p>
<pre><p>const sourceRect = thisLayer.sourceRectAtTime(0, false);</p><p>let { width, height, top, left } = sourceRect;</p><p>const { fontSize, leading,&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-352573"><a href="https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/#post-2410872" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1d7800c94bd7d552e7d68c747041a1d</guid>
				<title>Henry Gaunt started the discussion Text Box &#039;Bottom Up&#039; Expression with x-heights? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/</link>
				<pubDate>Wed, 26 May 2021 11:17:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/">Text Box 'Bottom Up' Expression with x-heights?</a></p> <div class="bb-content-inr-wrap"><p>Hi! </p>
<p>Can this expression be modified to ignore text descender?</p>
<pre>var b = sourceRectAtTime(time,true);<br />b.left *= scale[0]/100;<br />b.top *= scale[1]/100;<br />b.width *= scale[0]/100;<br />b.height *= scale[1]/100;<br />[b.left + b.width/2 , b.top + b.height]</pre>
<p><span>I&#8217;m using it in a lower third which is made up of left-justified text, centred, in a shape layer. This shape layer is a&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-352537"><a href="https://creativecow.net/forums/thread/text-box-bottom-up-expression-with-x-heights/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">010133b4fc9eed7b195f38e735bdaa07</guid>
				<title>Henry Gaunt replied to the discussion &#039;Align to&#039; destroying my project in the forum Apple Motion</title>
				<link>https://creativecow.net/forums/thread/align-to-destroying-my-project/#post-2410731</link>
				<pubDate>Mon, 24 May 2021 11:47:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/align-to-destroying-my-project/#post-2410731"><span class="bb-reply-lable">Reply to</span> 'Align to' destroying my project</a></p> <div class="bb-content-inr-wrap"><p>Thank you &#8211; didn&#8217;t know these existed. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5d05d424a93dcf89fd1bb28e44975ff</guid>
				<title>Henry Gaunt replied to the discussion &#039;Align to&#039; destroying my project in the forum Apple Motion</title>
				<link>https://creativecow.net/forums/thread/align-to-destroying-my-project/#post-2410730</link>
				<pubDate>Mon, 24 May 2021 11:46:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/align-to-destroying-my-project/#post-2410730"><span class="bb-reply-lable">Reply to</span> 'Align to' destroying my project</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve only got one, but it is on animated text layer. I&#8217;ve already started rebuilding! Thanks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5ad57882e037363a437f5b62f6c24da</guid>
				<title>Henry Gaunt started the discussion &#039;Align to&#039; destroying my project in the forum Apple Motion</title>
				<link>https://creativecow.net/forums/thread/align-to-destroying-my-project/</link>
				<pubDate>Sun, 23 May 2021 02:20:32 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/align-to-destroying-my-project/">'Align to' destroying my project</a></p> <div class="bb-content-inr-wrap"><p>Hello.</p>
<p> I&#8217;m creating a template where the user can enter their own text. This text is left justified, but centred on screen using an &#8216;Align to&#8217; behaviour. </p>
<p> This text animates on line by line using 3 text behaviours (opacity, rotation and position)</p>
<p> When turning on &#8216;Align to&#8217; sometimes it&#8217;s quick and responsive, other times I just get the spinning&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352371"><a href="https://creativecow.net/forums/thread/align-to-destroying-my-project/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		