<?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 | Geoff Vane | Activity</title>
	<link>https://creativecow.net/members/geoffvane3/activity/</link>
	<atom:link href="https://creativecow.net/members/geoffvane3/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Geoff Vane.</description>
	<lastBuildDate>Fri, 04 Sep 2026 17:01:46 +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">35f10f17f949d7e611103e38baad1baa</guid>
				<title>Geoff Vane started the discussion Tutorial self-wiping 1-layer text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tutorial-self-wiping-1-layer-text/</link>
				<pubDate>Thu, 08 Sep 2022 12:30:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tutorial-self-wiping-1-layer-text/">Tutorial self-wiping 1-layer text</a></p> <div class="bb-content-inr-wrap"><p><span>//alt-click the stopwatch of Mask Path under Mask1 of a text</span></p>
<p>//paste this code in that expression field</p>
<p>//animate the Anchorpoint to wipe text in and out, Vertcal or Horizontal</p>
<p>a = thisLayer.sourceRectAtTime();</p>
<p>x = thisLayer.transform.position[0];</p>
<p>y = thisLayer.transform.position[1];</p>
<p>h = a.height;</p>
<p>w = a.width;</p>
<p>t = a.top;</p>
<p>l =&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373951"><a href="https://creativecow.net/forums/thread/tutorial-self-wiping-1-layer-text/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e64edb47166561f3c01f3bfbe3d609c6</guid>
				<title>Geoff Vane replied to the discussion Tutorial rolling circles onto the screen in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/#post-2434406</link>
				<pubDate>Fri, 02 Sep 2022 21:32:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/#post-2434406"><span class="bb-reply-lable">Reply to</span> Tutorial rolling circles onto the screen</a></p> <div class="bb-content-inr-wrap"><p>Thanks. You’re welcome. If you have any script requests, feel free to contact me. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45cb1b480bd5da4812c20360db3d7d6d</guid>
				<title>Geoff Vane started the discussion Tutorial rolling circles onto the screen in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/</link>
				<pubDate>Fri, 02 Sep 2022 12:08:06 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/">Tutorial rolling circles onto the screen</a></p> <div class="bb-content-inr-wrap"><p>Paste the code onto the position expression of a circle you made.</p>
<p>Use the rotation of the circle to roll the circle onto the screen.</p>
<p></p>
<p>// The radius is half the bounding box size</p>
<p>r = (thisLayer.sourceRectAtTime().width)/2;</p>
<p>// Scale compensation<br />s = thisLayer.transform.scale[0];<br />compensation = (s-100)*.01;</p>
<p>// compensated radius</p>
<p>cr = r + compensation * r;</p>
<p>//&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373742"><a href="https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4ea42a2b815eb605c5d06d296464123f</guid>
				<title>Geoff Vane replied to the discussion Source text for displaying thisLayer.sourceRectAtTime(time).width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/source-text-for-displaying-thislayer-sourcerectattimetime-width/#post-2337068</link>
				<pubDate>Mon, 12 Oct 2020 18:17:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/source-text-for-displaying-thislayer-sourcerectattimetime-width/#post-2337068"><span class="bb-reply-lable">Reply to</span> Source text for displaying thisLayer.sourceRectAtTime(time).width</a></p> <div class="bb-content-inr-wrap"><p>I found the culprit: a text layer can&#8217;t examine its own size and publish that with its source text property.<br />This would be something of a recursive problem.<br />When I let the text layer take another layer its size, it could publish that.</p>
<p>This way I found out my problem sat in another nice nasty: the update of the if-then structure.</p>
<p>If-then-else is now a must.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79a72554b393e2cb725ab21030458db1</guid>
				<title>Geoff Vane started the discussion Source text for displaying thisLayer.sourceRectAtTime(time).width in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/source-text-for-displaying-thislayer-sourcerectattimetime-width/</link>
				<pubDate>Mon, 12 Oct 2020 17:02:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/source-text-for-displaying-thislayer-sourcerectattimetime-width/">Source text for displaying thisLayer.sourceRectAtTime(time).width</a></p> <div class="bb-content-inr-wrap"><p>Stupid expression problems can cause hours in delay.<br />I have no means of reading variables other than putting them into a source text with an expression.</p>
<p>These here work fine as a source text expression:</p>
<p>thisLayer.name</p>
<p>thisLayer.position or thisLayer.position[0] if you wanna go specific.</p>
<p></p>
<p>Why doesn&#8217;t this&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-336011"><a href="https://creativecow.net/forums/thread/source-text-for-displaying-thislayer-sourcerectattimetime-width/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83add02e5b65f655c17a896a0bdcf5dd</guid>
				<title>Geoff Vane changed their photo</title>
				<link>https://creativecow.net/news-feed/p/335996/</link>
				<pubDate>Mon, 12 Oct 2020 15:08:50 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8931e1cf60777b79c96b7da120e959dc</guid>
				<title>Geoff Vane became a registered member</title>
				<link>https://creativecow.net/news-feed/p/335988/</link>
				<pubDate>Mon, 12 Oct 2020 14:19:14 +0000</pubDate>

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