<?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 | Sam Wycombe | Activity</title>
	<link>https://creativecow.net/members/swicked/activity/</link>
	<atom:link href="https://creativecow.net/members/swicked/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Sam Wycombe.</description>
	<lastBuildDate>Fri, 15 May 2026 19:23:54 +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">c14474ebc536be9b6165cb3aeb0732be</guid>
				<title>Sam Wycombe replied to the discussion Remapping Angles to Control Position in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/remapping-angles-to-control-position/#post-2336809</link>
				<pubDate>Thu, 08 Oct 2020 05:24:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/remapping-angles-to-control-position/#post-2336809"><span class="bb-reply-lable">Reply to</span> Remapping Angles to Control Position</a></p> <div class="bb-content-inr-wrap"><p>So, this worked:</p>
<pre>if (a&gt;0 &amp;&amp; a&lt;90) {<br />linear(a,0,90,0,-x);<br />} else if (a&gt;90 &amp;&amp; a&lt;180) {<br />linear(a,90,180,-x,0);<br />} else if (a&gt;180 &amp;&amp; a&lt;270) {<br />linear(a,180,270,0,x);<br />} else if (a&gt;270 &amp;&amp; a&lt;360) {<br />linear(a,270,360,x,0);<br />}</pre>
<p>Obviously a java thing I missed&#8230;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b6c3123248d073b4710722b93131554d</guid>
				<title>Sam Wycombe started the discussion Remapping Angles to Control Position in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/remapping-angles-to-control-position/</link>
				<pubDate>Thu, 08 Oct 2020 05:14:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/remapping-angles-to-control-position/">Remapping Angles to Control Position</a></p> <div class="bb-content-inr-wrap"><p>Hey All, </p>
<p>I&#8217;m trying to remap an angle slider to control position. The idea being as the angle rotates, the position of an object is displaced outward along that line.</p>
<p>I&#8217;m sure there&#8217;s an easier way to do this than the below (which is not working for semantic reasons I think). Help?</p>
<p>Current exp for Y-axis (X-axis would follow)</p>
<pre>//&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-335664"><a href="https://creativecow.net/forums/thread/remapping-angles-to-control-position/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		