<?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 | Carter Lilley | Activity</title>
	<link>https://creativecow.net/members/carterlilley/activity/</link>
	<atom:link href="https://creativecow.net/members/carterlilley/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Carter Lilley.</description>
	<lastBuildDate>Sat, 01 Aug 2026 10:30:14 +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">a354d64c09d6a06e7eb1cd511e02dfb9</guid>
				<title>Carter Lilley replied to the discussion Need to trigger animation any time there is a marker. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437226</link>
				<pubDate>Tue, 08 Nov 2022 07:46:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437226"><span class="bb-reply-lable">Reply to</span> Need to trigger animation any time there is a marker.</a></p> <div class="bb-content-inr-wrap"><p>Scratch that &#8211; you gave me exactly what I needed. </p>
<p>I&#8217;ll clean this up and post the full script at some point <a href="https://creativecow.net/members/julianchojnacki/" title="View Julian Chojnacki's profile" rel="nofollow">Julian Chojnacki</a>!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a5c3980bc632bfac702fdee2bb94f05</guid>
				<title>Carter Lilley replied to the discussion Need to trigger animation any time there is a marker. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437225</link>
				<pubDate>Tue, 08 Nov 2022 07:40:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437225"><span class="bb-reply-lable">Reply to</span> Need to trigger animation any time there is a marker.</a></p> <div class="bb-content-inr-wrap"><p>Thanks, messing around with this now. </p>
<p>Maybe this is sailing way over my head &#8211; but how do I derive and pass the time for those indexes? I understand that &#8220;marker.key(textindex).time&#8221; when subtracted from time will always give me the starting points of identical textindex and marker pairs&#8230;which is why I was attempting to offset it by &#8220;numWords&#8221;&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-376349"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437225" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7750dc7c8d189b1262221983a15b4cc</guid>
				<title>Carter Lilley replied to the discussion Need to trigger animation any time there is a marker. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437223</link>
				<pubDate>Tue, 08 Nov 2022 04:34:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437223"><span class="bb-reply-lable">Reply to</span> Need to trigger animation any time there is a marker.</a></p> <div class="bb-content-inr-wrap"><p>Aaah, but unfortunately I am tying the marker timings to the text index from 0-X on each phrase in this part &#8211; marker.key(textindex).time</p>
<p>All I need to do is offset it by the number of words in each phrase every time there&#8217;s a new keyframe, but I cant seem to figure out how to properly store and increment that variable, if that makes sense.</p>
<p>Unless&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-376347"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437223" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">04c572a0a6834ee39274dd14a3b73bfb</guid>
				<title>Carter Lilley replied to the discussion Need to trigger animation any time there is a marker. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437221</link>
				<pubDate>Tue, 08 Nov 2022 03:45:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437221"><span class="bb-reply-lable">Reply to</span> Need to trigger animation any time there is a marker.</a></p> <div class="bb-content-inr-wrap"><p>Okay, some further refinement here shows me that I just need to add the total number of words from the previous phrase to the textIndex at the begging of each phrase. So let&#8217;s say the first phrase has eight words &#8211; starting at zero &#8211; you&#8217;d run through the textIndex normally, and then when the new phrase begins, you would simply add &#8220;textIndex+8&#8243;&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-376345"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437221" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41b2f343669d46d3b9a27a5f042acae2</guid>
				<title>Carter Lilley replied to the discussion Need to trigger animation any time there is a marker. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437213</link>
				<pubDate>Tue, 08 Nov 2022 01:07:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437213"><span class="bb-reply-lable">Reply to</span> Need to trigger animation any time there is a marker.</a></p> <div class="bb-content-inr-wrap"><p>Hey all, trying to solve the same exact problem here. The goal: keyframe a text property with new sentences throughout (in my case) a music track. Then, retime each word of each phrase with markers &#8211; essentially creating a lyric video generator on one track and applying a flexible text animator to every word of every phrase. Seems extremely&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-376338"><a href="https://creativecow.net/forums/thread/need-to-trigger-animation-any-time-there-is-a-mark/page/2/#post-2437213" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5e9578833192cef51a3ce6f1154d0af6</guid>
				<title>Carter Lilley became a registered member</title>
				<link>https://creativecow.net/news-feed/p/376335/</link>
				<pubDate>Tue, 08 Nov 2022 00:46:11 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		