<?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 | David Avila | Activity</title>
	<link>https://creativecow.net/members/davidavila/activity/</link>
	<atom:link href="https://creativecow.net/members/davidavila/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for David Avila.</description>
	<lastBuildDate>Tue, 19 May 2026 06:10:59 +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">990149a03bf1a0425caf6010aa23bed4</guid>
				<title>David Avila replied to the discussion valueAtTime() on a REGEX Text Layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2432740</link>
				<pubDate>Mon, 25 Jul 2022 17:53:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2432740"><span class="bb-reply-lable">Reply to</span> valueAtTime() on a REGEX Text Layer</a></p> <div class="bb-content-inr-wrap"><p>Sorry for the thread bump, but I was wondering if it&#8217;s possible to have the nested composition&#8217;s time jump to 0 instead of the main-comp&#8217;s current time.</p>
<p>var t = 0;</p>
<pre><p>var f = timeToFrames(time);</p><p>  t = time;</p><p>  while (f &gt;= 0)</p><p>  {</p><p>	if ( checker() == 0 )</p><p>    {</p><p>	  t = time - framesToTime(f);</p><p>	  break;</p><p>    }</p><p>	else</p><p>	{</p><p>	  f--;</p><p>	}</p><p>  }</p><p>t</p><p><br /></p></pre>
<p>I&#8217;d like to get something like if t &gt;&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-372414"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2432740" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a87a991de26713b3cfb976b21be8551</guid>
				<title>David Avila replied to the discussion valueAtTime() on a REGEX Text Layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423280</link>
				<pubDate>Mon, 10 Jan 2022 21:12:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423280"><span class="bb-reply-lable">Reply to</span> valueAtTime() on a REGEX Text Layer</a></p> <div class="bb-content-inr-wrap"><p>I see! </p>
<p><span>A friend reduced the expression down quite a bit: </span></p>
<pre>time - (function(f){
    while(f-- &gt;= 0) if(!thisComp.layer("MasterEvalFunction").text.sourceText.valueAtTime(framesToTime(f+1)).includes("P2_Being_Hit: 1")) return framesToTime(f+1);
})(timeToFrames(time))</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00eca852a3a42b807831b95ab3eafea7</guid>
				<title>David Avila replied to the discussion valueAtTime() on a REGEX Text Layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423276</link>
				<pubDate>Mon, 10 Jan 2022 19:11:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423276"><span class="bb-reply-lable">Reply to</span> valueAtTime() on a REGEX Text Layer</a></p> <div class="bb-content-inr-wrap"><p>The two master-variables are being calculated every frame, so I was wondering how I would re-write the script to use them somehow. I just need for the comp&#8217;s timeRemap to jump and play from 0:00 while the value is true&#8230;Something like this:</p>
<p>Edit, I figured it out but I was wondering if someone could please break down the way the while-loop works.&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-363990"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423276" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37213f9c9b148da22121a1070cd40c1c</guid>
				<title>David Avila replied to the discussion valueAtTime() on a REGEX Text Layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423257</link>
				<pubDate>Sun, 09 Jan 2022 18:21:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423257"><span class="bb-reply-lable">Reply to</span> valueAtTime() on a REGEX Text Layer</a></p> <div class="bb-content-inr-wrap"><p>Well, valueAtTime() doesn&#8217;t work with strings or ints. IIRC, it has to be done on a property. My initial text layer is a whole paragraph which I truncate using REGEX &#8212; once I do that, valueAtTime() doesn&#8217;t work on the reference anymore. </p>
<p>I&#8217;m trying to initialize a pre-comp&#8217;s animation whenever this text layer is &#8216;`1&#8217;, otherwise, freeze the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-363956"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/#post-2423257" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a5a0c95dc2c3d9e4f37b8f826fc10c7</guid>
				<title>David Avila started the discussion valueAtTime() on a REGEX Text Layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/</link>
				<pubDate>Sun, 09 Jan 2022 08:02:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/">valueAtTime() on a REGEX Text Layer</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I know that valueAtTime only works on Properties, but I was wondering if there was a way to use Dan Ebbert&#8217;s timeRemap expression to trigger animations using a TextLayer which has undergone REGEX editing?</p>
<p>The idea is that the Text Layer in question is &#8216;1&#8217; only a few frames (it gets checked each frame).</p>
<pre>...
var P2Output = P2Str.replace(Px_ValueExp&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-363944"><a href="https://creativecow.net/forums/thread/valueattime-on-a-regex-text-layer/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">81f06317bf69a2b6cdb42af21c5dc091</guid>
				<title>David Avila replied to the discussion toComp... I just don&#039;t get it in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tocomp-i-just-dont-get-it/#post-2416248</link>
				<pubDate>Tue, 24 Aug 2021 19:22:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tocomp-i-just-dont-get-it/#post-2416248"><span class="bb-reply-lable">Reply to</span> toComp... I just don't get it</a></p> <div class="bb-content-inr-wrap"><p>I hope it&#8217;s not rude to tack on a question concerning the toComp function: </p>
<p>I&#8217;ve noticed that it requires two points. So when you want to use just one (x or y) point, you have to evaluate both, then pick one using the array syntax, right?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa87ac2c5e7b768213e27f45ca226084</guid>
				<title>David Avila replied to the discussion Text Layer to output a Layer&#039;s Effects&#039; names and values in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/#post-2411526</link>
				<pubDate>Wed, 09 Jun 2021 18:43:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/#post-2411526"><span class="bb-reply-lable">Reply to</span> Text Layer to output a Layer's Effects' names and values</a></p> <div class="bb-content-inr-wrap"><p>I realized I could have just done this to create the 2 lists. </p>
<pre><p>text = "";</p><p>for (i = 1; i &lt; 50; i++) {</p><p>text +=</p><p><code>labelName${[i]} = thisComp.layer(&quot;Checker&quot;).effect(${[i]}).name;&lt;/p&gt;&lt;p&gt;labelValue${[i]} = thisComp.layer(&quot;Checker&quot;).effect(${[i]})(&quot;Checkbox&quot;);&lt;/p&gt;&lt;p&gt;</code></p><p>}</p><p>text2 = "";</p><p>for( j = 1; j &lt; 50; j++){</p><p>	text2 += </p><p>	<code>labelName${[j]} + &quot;:&quot; + &quot;&quot; + labelValue${[j]}&hellip;</code></p></pre>
<p><span class="activity-read-more" id="activity-read-more-353230"><a href="https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/#post-2411526" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b957104faa3fb52b5ebbfbea3553e0c</guid>
				<title>David Avila started the discussion Text Layer to output a Layer&#039;s Effects&#039; names and values in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/</link>
				<pubDate>Wed, 09 Jun 2021 06:48:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/">Text Layer to output a Layer's Effects' names and values</a></p> <div class="bb-content-inr-wrap"><p>I have one Guide Layer with 20+ effects that I want to monitor using using a Text Layer. This might have been an ExtendScript issue because I used three expressions on three layers to write myself all the code for all of the steps required. </p>
<p>One for-loop to write a variable name for each Effect Name and Effect Value (&#8220;Checkbox&#8221;). Another for-loop&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-353195"><a href="https://creativecow.net/forums/thread/text-layer-to-output-a-layers-effects-names-and-values/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a41b046e9f43791093170c3e22a39f9e</guid>
				<title>David Avila replied to the discussion Triggering an animation using a Text Layer Value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411385</link>
				<pubDate>Mon, 07 Jun 2021 22:05:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411385"><span class="bb-reply-lable">Reply to</span> Triggering an animation using a Text Layer Value</a></p> <div class="bb-content-inr-wrap"><p>Actually, the first one is what I wanted. I should have mentioned it, but it&#8217;s just going to be a simple animation like a strobe that blinks on and off while the text is &#8220;On&#8221;, and then resets or disappears when it&#8217;s &#8220;Off&#8221;. </p>
<p></p>
<p>In this new case, it holds it in its last position from before. I added an &#8220;else {n =0}&#8221; to your if-statement to reset it back&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-353127"><a href="https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411385" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5d74833f11bfc157a0b6768f68ef2b2</guid>
				<title>David Avila replied to the discussion Triggering an animation using a Text Layer Value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411377</link>
				<pubDate>Mon, 07 Jun 2021 20:18:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411377"><span class="bb-reply-lable">Reply to</span> Triggering an animation using a Text Layer Value</a></p> <div class="bb-content-inr-wrap"><p>Thanks!</p>
<p>I applied the expression to a pre-compsed layer&#8217;s Time Remapping expression. My pre-composed layer&#8217;s animation begins at  0 and whenever my Text Layer reads &#8220;On&#8221;, it begins to play the animation as long as the Text Layer says &#8220;On&#8221;. When the Text Layer goes to &#8220;Off&#8221;, the Time Remapping value goes back to 0.</p>
<p>I believe I get most of it until&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-353117"><a href="https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/#post-2411377" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a415a75ab0f079374406a8fda2baf4d</guid>
				<title>David Avila started the discussion Triggering an animation using a Text Layer Value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/</link>
				<pubDate>Mon, 07 Jun 2021 08:08:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/triggering-an-animation-using-a-text-layer-value/">Triggering an animation using a Text Layer Value</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p><span>I have a series of if-else statements whose results are written in a Text Layer. For instance &#8220;On&#8221; / &#8220;Off&#8221;.</span></p>
<p>I was wondering if I could use &#8220;On&#8221; to initiate and trigger an animation to play in its entirety (either on the same layer or a different one). </p>
<p>Thank you</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		