<?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 | Matt Volp | Activity</title>
	<link>https://creativecow.net/members/mattvolp/activity/</link>
	<atom:link href="https://creativecow.net/members/mattvolp/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Matt Volp.</description>
	<lastBuildDate>Thu, 14 May 2026 22:25:21 +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">065ef196f30512e91d120de290c4d68d</guid>
				<title>Matt Volp replied to the discussion Using Emoji font in After Effects in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/using-emoji-font-in-after-effects/#post-2439037</link>
				<pubDate>Wed, 21 Dec 2022 21:45:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-emoji-font-in-after-effects/#post-2439037"><span class="bb-reply-lable">Reply to</span> Using Emoji font in After Effects</a></p> <div class="bb-content-inr-wrap"><p>You can now use AfterEmoji to bring emojis to After Effects. Choose from over 3500 emojis from Twitter’s open-source Twemoji library and insert them directly into your project as fully editable, native After Effects shape layers. Get it here: <a target='_blank' href="https://aescripts.com/afteremoji/" rel="nofollow">https://aescripts.com/afteremoji/</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1617a86364793e72a3a89cc6937405ec</guid>
				<title>Matt Volp changed their photo</title>
				<link>https://creativecow.net/news-feed/p/377924/</link>
				<pubDate>Wed, 21 Dec 2022 21:44:21 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">66fb9d8e1d330aab880a61b71de31824</guid>
				<title>Matt Volp replied to the discussion Retreive data from button built with for loop in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/retreive-data-from-button-built-with-for-loop/#post-2342016</link>
				<pubDate>Tue, 08 Dec 2020 00:41:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/retreive-data-from-button-built-with-for-loop/#post-2342016"><span class="bb-reply-lable">Reply to</span> Retreive data from button built with for loop</a></p> <div class="bb-content-inr-wrap"><p>If you&#8217;re after the button to return the button&#8217;s name, try this:</p>
<pre>button.onClick = function() {<br />alert(this.name);<br />}</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a05dfce5a64227e8ae0480ff7a389db7</guid>
				<title>Matt Volp replied to the discussion Filter path property from others for looping tool in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/filter-path-property-from-others-for-looping-tool/#post-2340963</link>
				<pubDate>Thu, 26 Nov 2020 12:32:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/filter-path-property-from-others-for-looping-tool/#post-2340963"><span class="bb-reply-lable">Reply to</span> Filter path property from others for looping tool</a></p> <div class="bb-content-inr-wrap"><p>A quick and dirty workaround would be to iterate back through your selected properties after applying the initial loop expression and identify those which have their expression turned off and apply the path loop expression to just those.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6c145d3734b95ee5b8b031055085e8d</guid>
				<title>Matt Volp replied to the discussion Complete newbie question in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/complete-newbie-question/#post-2340502</link>
				<pubDate>Thu, 19 Nov 2020 21:19:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/complete-newbie-question/#post-2340502"><span class="bb-reply-lable">Reply to</span> Complete newbie question</a></p> <div class="bb-content-inr-wrap"><p>Are you sure you meant to post inside the After Effects Expressions forum?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9463af2cecb1ddfc7aea8780f81bdc95</guid>
				<title>Matt Volp replied to the discussion shape element position in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/shape-element-position/#post-2340488</link>
				<pubDate>Thu, 19 Nov 2020 20:27:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/shape-element-position/#post-2340488"><span class="bb-reply-lable">Reply to</span> shape element position</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m not sure on your use case, but say if you wanted to have a null object locked to the position of Rectangle 1 <i>inside </i>of Shape Layer 1, you could put this expression on the position of the null:</p>
<pre>toWorld(thisComp.layer("Shape Layer 1").content("Rectangle 1").transform.position)<br /></pre>
<p>&#8216;toWorld()&#8217; converts layer space to world/comp space.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f4a00ad2e72b8e274f6f7b41dc372e4e</guid>
				<title>Matt Volp replied to the discussion Complete newbie question in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/complete-newbie-question/#post-2340485</link>
				<pubDate>Thu, 19 Nov 2020 20:23:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/complete-newbie-question/#post-2340485"><span class="bb-reply-lable">Reply to</span> Complete newbie question</a></p> <div class="bb-content-inr-wrap"><p>No. You&#8217;d need to look into scripting for that sort of functionality!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a3e8e338e81d18771a164f2eade31817</guid>
				<title>Matt Volp replied to the discussion Variables returning as Undefined - ExtendScript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/variables-returning-as-undefined-extendscript/#post-2340427</link>
				<pubDate>Thu, 19 Nov 2020 11:45:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/variables-returning-as-undefined-extendscript/#post-2340427"><span class="bb-reply-lable">Reply to</span> Variables returning as Undefined - ExtendScript</a></p> <div class="bb-content-inr-wrap"><p>They are returning undefined because you haven&#8217;t defined them with</p>
<pre>var</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5cf5c2e6a3a4bd37f5c095c08ffb5621</guid>
				<title>Matt Volp replied to the discussion Is there an expression that looks at the first character of a text layer? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/is-there-an-expression-that-looks-at-the-first-character-of-a-text-layer/#post-2340349</link>
				<pubDate>Wed, 18 Nov 2020 16:10:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/is-there-an-expression-that-looks-at-the-first-character-of-a-text-layer/#post-2340349"><span class="bb-reply-lable">Reply to</span> Is there an expression that looks at the first character of a text layer?</a></p> <div class="bb-content-inr-wrap"><p>You could use</p>
<pre>str.charAt(0)</pre>
<p>where the argument, in this case, &#8216;0&#8217;, is the character of the string you want to look at. So something like this:</p>
<pre><p>str = text.sourceText;</p><p>firstLetter = str.charAt(0);</p><p>if (firstLetter ===  "A") {</p><p>	[0,100]</p><p>} else if (firstLetter ===  "B") {    </p><p>	[0,200]</p><p>}</p></pre>
<p>If you wanted to do it programmatically, perhaps something like this would&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-339442"><a href="https://creativecow.net/forums/thread/is-there-an-expression-that-looks-at-the-first-character-of-a-text-layer/#post-2340349" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">311999d241adcd8bd8ebb065cc5c176d</guid>
				<title>Matt Volp replied to the discussion Change value when position reaches certain value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-value-when-position-reaches-certain-value/#post-2338214</link>
				<pubDate>Tue, 27 Oct 2020 09:21:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-value-when-position-reaches-certain-value/#post-2338214"><span class="bb-reply-lable">Reply to</span> Change value when position reaches certain value</a></p> <div class="bb-content-inr-wrap"><p>Instead of using</p>
<pre>==</pre>
<p>you&#8217;ll need to use</p>
<pre>&gt;= or &lt;=</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2e00c9aeccb7edd31e53dd09d5d484e</guid>
				<title>Matt Volp replied to the discussion Seemingly a simple task that I can&#039;t figure out - moving in opposite directions in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/seemingly-a-simple-task-that-i-cant-figure-out-moving-in-opposite-directions/#post-2338212</link>
				<pubDate>Tue, 27 Oct 2020 09:16:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/seemingly-a-simple-task-that-i-cant-figure-out-moving-in-opposite-directions/#post-2338212"><span class="bb-reply-lable">Reply to</span> Seemingly a simple task that I can't figure out - moving in opposite directions</a></p> <div class="bb-content-inr-wrap"><p>Yeah, the issue here is that you also need to update the bezier handles as you make the circle bigger. You have two options.</p>
<p></p>
<p>1. Redo your process with this script instead: </p>
<blockquote class="wp-embedded-content" data-secret="Ll3IV8RTMg"><p><a target='_blank' href="https://lesterbanks.com/2017/10/create-nulls-paths-extended-features/" rel="nofollow">New Create Nulls From Paths Extended Includes More Features</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;New Create Nulls From Paths Extended Includes More Features&#8221; &#8212; Lesterbanks" src="https://lesterbanks.com/2017/10/create-nulls-paths-extended-features/embed/#?secret=Ll3IV8RTMg" data-secret="Ll3IV8RTMg" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> and make sure &#8216;handle controls&#8217; is checked. Then you&#8217;ll also need to animate the scale of each of the 4&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-337407"><a href="https://creativecow.net/forums/thread/seemingly-a-simple-task-that-i-cant-figure-out-moving-in-opposite-directions/#post-2338212" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f577ddb7856be0e0ddd260ddc913395</guid>
				<title>Matt Volp replied to the discussion Link shapes with expressions in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/link-shapes-with-expressions/#post-2335629</link>
				<pubDate>Wed, 23 Sep 2020 20:07:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/link-shapes-with-expressions/#post-2335629"><span class="bb-reply-lable">Reply to</span> Link shapes with expressions</a></p> <div class="bb-content-inr-wrap"><p>This is super impressive. <img alt="Love You Gesture Tone2" class="emojioneemoji" src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f91f-1f3fc.png" /></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ab3d76b1b3224f597062f29c7a31eeb</guid>
				<title>Matt Volp replied to the discussion Script to change the Line Join of shape layer line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-change-the-line-join-of-shape-layer-line/#post-2335627</link>
				<pubDate>Wed, 23 Sep 2020 19:56:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-change-the-line-join-of-shape-layer-line/#post-2335627"><span class="bb-reply-lable">Reply to</span> Script to change the Line Join of shape layer line</a></p> <div class="bb-content-inr-wrap"><p>It&#8217;s a drop down menu, so you need to set the value to the index of the option you want.</p>
<p>So something like this:</p>
<pre>app.project.item(1).layer("Shape Layer 1").property("Contents").property("Shape 1").property("Contents").property("Stroke 1").property("Line Join").setValue(2);</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c76133f8b9df529f838f9c340c3dd538</guid>
				<title>Matt Volp replied to the discussion Randomly fade up/down opacity of masks in a layer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/randomly-fade-up-down-opacity-of-masks-in-a-layer/#post-2335625</link>
				<pubDate>Wed, 23 Sep 2020 19:44:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/randomly-fade-up-down-opacity-of-masks-in-a-layer/#post-2335625"><span class="bb-reply-lable">Reply to</span> Randomly fade up/down opacity of masks in a layer</a></p> <div class="bb-content-inr-wrap"><p>Yeah.</p>
<pre><span>seedRandom(a,b)</span></pre>
<p><span>takes two arguments. a is the seed itself and b is &#8216;timeless&#8217;.</span></p>
<p>If you set timeless = true, the expression won&#8217;t reevaluate every frame &#8211; I think this is what you need.</p>
<p>So in summary, try this:</p>
<pre>seedRandom(index,true);<br />start = random(1,90);<br />transComplete = effect(“Mask Fade Controls”)(“Transition Compl&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-334214"><a href="https://creativecow.net/forums/thread/randomly-fade-up-down-opacity-of-masks-in-a-layer/#post-2335625" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad506ea90b94f6f4493a5a9efef16f88</guid>
				<title>Matt Volp replied to the discussion Change the position of a NULL object with respect to Rectangle Width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-the-position-of-a-null-object-with-respect-to-rectangle-width/#post-2335621</link>
				<pubDate>Wed, 23 Sep 2020 19:25:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-the-position-of-a-null-object-with-respect-to-rectangle-width/#post-2335621"><span class="bb-reply-lable">Reply to</span> Change the position of a NULL object with respect to Rectangle Width</a></p> <div class="bb-content-inr-wrap"><p>Sure, try this. Parent the null to the rectangle, and put this expression in the null&#8217;s position property.</p>
<pre>myRectangle = //pickwhip your rectangle<br /><span>l = myRectangle.sourceRectAtTime().left;<br /></span><span>t = myRectangle.sourceRectAtTime().top;<br /></span><span>h = myRectangle.sourceRectAtTime().height;<br /></span><span>[l,t + h/2];</span></pre>
<p><span>It&#8217;s worth noting you&#8217;ll need to &#8216;unseparate&#8217; the null&#8217;s position dimensions.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee1505020744e1f70f7cedbe04609222</guid>
				<title>Matt Volp changed their photo</title>
				<link>https://creativecow.net/news-feed/p/333191/</link>
				<pubDate>Mon, 14 Sep 2020 11:58:11 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fcb2861136f69fe5d1655465ae7faa34</guid>
				<title>Matt Volp replied to the discussion Link shapes with expressions in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/link-shapes-with-expressions/#post-2334768</link>
				<pubDate>Mon, 14 Sep 2020 11:56:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/link-shapes-with-expressions/#post-2334768"><span class="bb-reply-lable">Reply to</span> Link shapes with expressions</a></p> <div class="bb-content-inr-wrap"><p>You could draw the wavy lines as paths, trace them using &#8216;Create Nulls From Paths&#8217; and then drive the size of the circle by the position of the resulting nulls?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		