<?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 | Jeremy Wick | Activity</title>
	<link>https://creativecow.net/members/jeremywick/activity/</link>
	<atom:link href="https://creativecow.net/members/jeremywick/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Jeremy Wick.</description>
	<lastBuildDate>Mon, 18 May 2026 02:37:45 +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">1cafbe106d0fe0a1d7c8ace09f603d8d</guid>
				<title>Jeremy Wick updated their profile</title>
				<link>https://creativecow.net/news-feed/p/367393/</link>
				<pubDate>Mon, 28 Mar 2022 23:04:13 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a0d91c50ee30854f98b92b7037d95921</guid>
				<title>Jeremy Wick started the discussion Alternative to &#34;r&#34; in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/alternative-to-r/</link>
				<pubDate>Mon, 28 Mar 2022 23:00:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/alternative-to-r/">Alternative to "\r"</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m working on a script that adds an expression to the source text which includes several instances of &#8220;r&#8221;. Unfortunately, this causes a line break in the expression code itself (omitting the actual &#8220;r&#8221;).</p>
<p></p>
<p>Is there an alternative way to write &#8220;r&#8221;? <span>(similar to &#8220;&amp;amp;&#8221; in html)</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e5268033522bfab220a839188fba736e</guid>
				<title>Jeremy Wick started the discussion Parse a specific line of text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/parse-a-specific-line-of-text/</link>
				<pubDate>Thu, 10 Feb 2022 23:36:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/parse-a-specific-line-of-text/">Parse a specific line of text</a></p> <div class="bb-content-inr-wrap"><p>Any ideas how I could parse a specific line from a multi-line text layer?</p>
<p><code>This is<br />some example<br />text.</p>
<p>line 2 = "some example"</code></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdd46e32a4035dd9bde732f071fb2415</guid>
				<title>Jeremy Wick replied to the discussion Position around a circle in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-around-a-circle/#post-2421600</link>
				<pubDate>Sat, 04 Dec 2021 02:35:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-around-a-circle/#post-2421600"><span class="bb-reply-lable">Reply to</span> Position around a circle</a></p> <div class="bb-content-inr-wrap"><p>Perfect! This is exactly what I needed.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1da3fdb61a68248f16e4ee338ab5cc28</guid>
				<title>Jeremy Wick started the discussion Position around a circle in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-around-a-circle/</link>
				<pubDate>Fri, 03 Dec 2021 22:52:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-around-a-circle/">Position around a circle</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m trying to write an expression that would set the position relative to the angle around the circumference of a circle.</p>
<p>For example (100px circle in middle of comp):</p>
<pre>if angle == 0 or 360<br />[50,0]<br />if angle == 90<br />[100,50]<br />if angle == 180<br />[50,100]<br />if angle == 270<br />[0,50]</pre>
<p>This only works for the 90 degree increments, so I&#8217;m needing a more elegant/mathematic way&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-362386"><a href="https://creativecow.net/forums/thread/position-around-a-circle/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1d1cc5c4a5f11c8243c3f5d5658d652c</guid>
				<title>Jeremy Wick started the discussion If (true) set value for next 4 frames in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/if-true-set-value-for-next-4-frames/</link>
				<pubDate>Wed, 10 Nov 2021 23:50:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/if-true-set-value-for-next-4-frames/">If (true) set value for next 4 frames</a></p> <div class="bb-content-inr-wrap"><p>Is it possible to make an expression that, when triggered, changes the value for a set amount of frames? For example:</p>
<p>if (statement == true) {</p>
<p><span>   // set opacity to 100 for next 4 frames, then 0</span></p>
<p>} else {</p>
<p>   0</p>
<p>}</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		