<?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 | Auric johnson | Activity</title>
	<link>https://creativecow.net/members/auricjohnson/activity/</link>
	<atom:link href="https://creativecow.net/members/auricjohnson/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Auric johnson.</description>
	<lastBuildDate>Tue, 04 Aug 2026 14:22:29 +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">291757ac23d51470c468c921ea7a23ee</guid>
				<title>Auric johnson replied to the discussion Expression to reference upper level comp regardless of name? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-to-reference-upper-level-comp-regardles/#post-2336816</link>
				<pubDate>Thu, 08 Oct 2020 10:58:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-to-reference-upper-level-comp-regardles/#post-2336816"><span class="bb-reply-lable">Reply to</span> Expression to reference upper level comp regardless of name?</a></p> <div class="bb-content-inr-wrap"><p>I linked a check box to a check box inside a precomp using index</p>
<p>comp(thisComp.layer(index-1).name).layer(&#8220;This is a full title&#8221;).effect(&#8220;Side title&#8221;)(&#8220;Checkbox&#8221;)</p>
<p>looks at comp name in the layer above, then goes to a layer in that comp into its effect</p>
<p>I dunno if thats what u need but i was searching for a solution for this issue and came across this&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-335682"><a href="https://creativecow.net/forums/thread/expression-to-reference-upper-level-comp-regardles/#post-2336816" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27326ecfb8b74a939a11124578ec2483</guid>
				<title>Auric johnson replied to the discussion Is there expression or function that reads what type of layer, a layer is? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/#post-2336362</link>
				<pubDate>Fri, 02 Oct 2020 09:00:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/#post-2336362"><span class="bb-reply-lable">Reply to</span> Is there expression or function that reads what type of layer, a layer is?</a></p> <div class="bb-content-inr-wrap"><p>Hey Thanks for this! I used the first one and it works like a charm</p>
<p>a=thisComp.layer(index-1).sourceRectAtTime();</p>
<p>t=a.top;</p>
<p>h=a.height;</p>
<p><span>som = t+h/2;</span></p>
<p>p=thisComp.layer(index-1).position[1]</p>
<p>fs=text.sourceText.style.fontSize</p>
<p>y1 = (p+h+fs);</p>
<p>y2 = (p+som/2);</p>
<p>x =thisComp.layer(index-1).position[0]</p>
<p>try{</p>
<p>	thisComp.layer(index-1).text.sourceText;</p>
<p>	isText = [x,y1];</p>
<p>}catch&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-335116"><a href="https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/#post-2336362" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd54de4be1bab8bf1f96537aef44642e</guid>
				<title>Auric johnson started the discussion Is there expression or function that reads what type of layer, a layer is? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/</link>
				<pubDate>Thu, 01 Oct 2020 18:34:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/">Is there expression or function that reads what type of layer, a layer is?</a></p> <div class="bb-content-inr-wrap"><p>for instance if I were to type the expression/function (lets say its called .type) into a text layer source text, the text would say &#8220;text layer&#8221; if I were to have a comp above that text layer and typed the expression with an index-1 the text would say &#8220;comp&#8221;.</p>
<p>I want to write an if statement that executes one function if there is a text layer above&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-335078"><a href="https://creativecow.net/forums/thread/is-there-expression-or-function-that-reads-what-type-of-layer-a-layer-is/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f3a5485ea37b5acf81c5a218b3671c6</guid>
				<title>Auric johnson replied to the discussion Create Line Break After X Number of Characters in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/create-line-break-after-x-number-of-characters/page/3/#post-2336236</link>
				<pubDate>Thu, 01 Oct 2020 03:13:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/create-line-break-after-x-number-of-characters/page/3/#post-2336236"><span class="bb-reply-lable">Reply to</span> Create Line Break After X Number of Characters</a></p> <div class="bb-content-inr-wrap"><p>Hey, This was really useful thanks</p>
<p>txt = thisComp.name;</p>
<p>if (thisComp.name.length &gt; 55){</p>
<p>for (i = 55; i &gt; 0; i&#8211;) if (txt[i] == &#8221; &#8220;) break;</p>
<p>if (i &gt; 0)</p>
<p>txt.substr(0,i) + &#8220;r&#8221; + txt.substr(i+1)</p>
<p>else</p>
<p>txt.substring(0,55) + &#8220;r&#8221; + txt.substring(62,999);</p>
<p>}else{</p>
<p>txt</p>
<p>}</p>
<p></p>
<p>I tested it and had that same issue with the string length being exact so I removed the = from the &gt;=&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-335011"><a href="https://creativecow.net/forums/thread/create-line-break-after-x-number-of-characters/page/3/#post-2336236" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3525f6c7c6e227dc9d6127f54db46d80</guid>
				<title>Auric johnson became a registered member</title>
				<link>https://creativecow.net/news-feed/p/334992/</link>
				<pubDate>Wed, 30 Sep 2020 23:41:48 +0000</pubDate>

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