<?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 | Francisco Giordano | Activity</title>
	<link>https://creativecow.net/members/franciscogiordano/activity/</link>
	<atom:link href="https://creativecow.net/members/franciscogiordano/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Francisco Giordano.</description>
	<lastBuildDate>Wed, 20 May 2026 02:06: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">4b02ab511e3af872e59bc543b02f44b4</guid>
				<title>Francisco Giordano replied to the discussion Walk me through using Math.sin() to define an elliptical orbit. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/walk-me-through-using-math-sin-to-define-an-elliptical-orbit/#post-2454151</link>
				<pubDate>Mon, 08 Jan 2024 18:14:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/walk-me-through-using-math-sin-to-define-an-elliptical-orbit/#post-2454151"><span class="bb-reply-lable">Reply to</span> Walk me through using Math.sin() to define an elliptical orbit.</a></p> <div class="bb-content-inr-wrap"><p>Apply this expression into each rect position:</p>
<pre>var xAmp = 100;
var yAmp = 100;
var freq = 2;
var xValue = Math.cos(time*Math.PI*freq)*xAmp;
var yValue = Math.sin(time*Math.PI*freq)*yAmp;
value + [xValue, yValue];</pre>
<p>This will create a circular movement path. You can stretch the movement on the X and Y axis by increasing/decreasing the <i>xAmp</i> and&hellip;<span class="activity-read-more" id="activity-read-more-392559"><a href="https://creativecow.net/forums/thread/walk-me-through-using-math-sin-to-define-an-elliptical-orbit/#post-2454151" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe97d1aa47a2ef9333a347de3502bb14</guid>
				<title>Francisco Giordano became a registered member</title>
				<link>https://creativecow.net/news-feed/p/392555/</link>
				<pubDate>Mon, 08 Jan 2024 17:40:21 +0000</pubDate>

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