<?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 | Christopher Rutherford | Activity</title>
	<link>https://creativecow.net/members/christopherrutherford/activity/</link>
	<atom:link href="https://creativecow.net/members/christopherrutherford/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Christopher Rutherford.</description>
	<lastBuildDate>Tue, 01 Sep 2026 09:51:38 +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">7d5607edef10adf3ab97ad904cf7518c</guid>
				<title>Christopher Rutherford started the discussion Using an Expression Selector to animate position by Layer Marker with eases in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-an-expression-selector-to-animate-position-by-layer-marker-with-eases/</link>
				<pubDate>Tue, 15 Feb 2022 02:22:32 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-an-expression-selector-to-animate-position-by-layer-marker-with-eases/">Using an Expression Selector to animate position by Layer Marker with eases</a></p> <div class="bb-content-inr-wrap"><p>So i&#8217;m trying to animate some text on screen using text markers since I need to time it to some audio.  I have some code that I found from here long ago (a Dan Ebbert&#8217;s original if I recall correctly) that achieves a similar effect to what I&#8217;m going for, but it&#8217;s for bouncing text instead of eased look.  Can&#8217;t seem to reverse engineer it, despite&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-365480"><a href="https://creativecow.net/forums/thread/using-an-expression-selector-to-animate-position-by-layer-marker-with-eases/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5d0760bb6c3a9e868584827a25997ac7</guid>
				<title>Christopher Rutherford started the discussion Combining setFont with variable sourceText in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/combining-setfont-with-variable-sourcetext/</link>
				<pubDate>Wed, 22 Sep 2021 23:44:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/combining-setfont-with-variable-sourcetext/">Combining setFont with variable sourceText</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve got a dozens of text layers that pull text information from their comp names.  I&#8217;m also trying to set it up such that half of the text is in one typeface and the other is in another typeface.  Currently my expression is as follows</p>
<p>thisComp.name.split(&#8220;-&#8220;)[1] + &#8220;$&#8221; + random (1, 10).toFixed(2)</p>
<p>Is there a way to set it up such that the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-358927"><a href="https://creativecow.net/forums/thread/combining-setfont-with-variable-sourcetext/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2db2517c6c6f35dc88cedeeca98d55f3</guid>
				<title>Christopher Rutherford started the discussion Using multiple tracks for a single screen in Mocha in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/using-multiple-tracks-for-a-single-screen-in-mocha/</link>
				<pubDate>Mon, 14 Jun 2021 19:45:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-multiple-tracks-for-a-single-screen-in-mocha/">Using multiple tracks for a single screen in Mocha</a></p> <div class="bb-content-inr-wrap"><p>Is there a way to use multiple tracks of a screen and have it &#8220;attach&#8221; to a single planar surface? I know I can just paste the data of multiple track layers into one corner pin effect and manually adjust it every time I get to a frame with a new track, but is there a more elegant solution to this problem that would help mitigate any potential slippage?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3c56c1de121324f972a05f436a909a4</guid>
				<title>Christopher Rutherford replied to the discussion Triggering an animation after reaching/returning to a specifc value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/#post-2410743</link>
				<pubDate>Mon, 24 May 2021 16:40:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/#post-2410743"><span class="bb-reply-lable">Reply to</span> Triggering an animation after reaching/returning to a specifc value</a></p> <div class="bb-content-inr-wrap"><p>I have around 90 layers with an opacity expression that, for a capital Z layer reads</p>
<p>&#8220;v = parseInt(thisComp.layer(&#8220;UNICODE&#8221;).text.sourceText);</p>
<p>if (v==90)100 else 0;&#8221; </p>
<p></p>
<p>but for lowercase a layer, reads</p>
<p>v = parseInt(thisComp.layer(&#8220;UNICODE&#8221;).text.sourceText);</p>
<p>if (v==115)100 else 0;</p>
<p>Etc.  The &#8220;UNICODE&#8221; text layer updates to provide the unicode digits for&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352430"><a href="https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/#post-2410743" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">178302390af2d072f3afea24bfff34f0</guid>
				<title>Christopher Rutherford started the discussion Triggering an animation after reaching/returning to a specifc value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/</link>
				<pubDate>Fri, 21 May 2021 19:08:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/">Triggering an animation after reaching/returning to a specifc value</a></p> <div class="bb-content-inr-wrap"><p>So I&#8217;ve got an expression that&#8217;s pulling certain values from a layer (let&#8217;s call it Z).  Currently, the layer Z gives the value 100 for 1 second, then 200 for 1 second, then 300 for 1 second. I&#8217;d like to have different layers (let&#8217;s say A, B, and C) appear after each of these values are reached, but I&#8217;d like for them to only be visible for a few&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352318"><a href="https://creativecow.net/forums/thread/triggering-an-animation-after-reaching-returning-to-a-specifc-value/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ff93bdbd76918794c09fff0e02ef052</guid>
				<title>Christopher Rutherford replied to the discussion Animating text, by character AND by word in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/animating-text-by-character-and-by-word/#post-2408948</link>
				<pubDate>Tue, 27 Apr 2021 17:16:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/animating-text-by-character-and-by-word/#post-2408948"><span class="bb-reply-lable">Reply to</span> Animating text, by character AND by word</a></p> <div class="bb-content-inr-wrap"><p>Incredible. Would never have thought to do it like that.  Thank you so much.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02e6e6c830e7249ca84d83035df90103</guid>
				<title>Christopher Rutherford started the discussion Animating text, by character AND by word in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/animating-text-by-character-and-by-word/</link>
				<pubDate>Mon, 26 Apr 2021 18:39:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/animating-text-by-character-and-by-word/">Animating text, by character AND by word</a></p> <div class="bb-content-inr-wrap"><p>So I&#8217;ve got a lot of text that I&#8217;m trying to animate in by marker. I was wondering if there was a way to configure it such that each layer marker triggers an animation for a word, but that individual word animates in randomly per character.</p>
<p>For example, in the text layer &#8220;ROSES ARE RED&#8221;<br />Marker one would trigger animation for S then O, then R, then&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350815"><a href="https://creativecow.net/forums/thread/animating-text-by-character-and-by-word/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		