<?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 | eduardo asta | Activity</title>
	<link>https://creativecow.net/members/eduardoasta/activity/</link>
	<atom:link href="https://creativecow.net/members/eduardoasta/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for eduardo asta.</description>
	<lastBuildDate>Sun, 03 May 2026 06:21:24 +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">11b9cccfd7692a0c22934cc0aa788b33</guid>
				<title>Eduardo Asta replied to the discussion Simple X and Y offset in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/simple-x-and-y-offset/#post-2438281</link>
				<pubDate>Tue, 06 Dec 2022 20:15:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/simple-x-and-y-offset/#post-2438281"><span class="bb-reply-lable">Reply to</span> Simple X and Y offset</a></p> <div class="bb-content-inr-wrap"><p>Hello Dan,</p>
<p>Do you know how to offset the position of parented layers using an incremental value? Like, 1st layer 100px off, 2nd layer 110px, 3rd layer 120px&#8230;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69db2d2a4512119809dd53f1f2bd3432</guid>
				<title>Eduardo Asta replied to the discussion Control Layer position by slider scale in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/control-layer-position-by-slider-scale/page/2/#post-2429249</link>
				<pubDate>Tue, 10 May 2022 20:57:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/control-layer-position-by-slider-scale/page/2/#post-2429249"><span class="bb-reply-lable">Reply to</span> Control Layer position by slider scale</a></p> <div class="bb-content-inr-wrap"><p>Yep! You are right. Thks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f2a53f757f80e9d7576726d4fa196f4</guid>
				<title>Eduardo Asta replied to the discussion Control Layer position by slider scale in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/control-layer-position-by-slider-scale/page/2/#post-2429246</link>
				<pubDate>Tue, 10 May 2022 20:23:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/control-layer-position-by-slider-scale/page/2/#post-2429246"><span class="bb-reply-lable">Reply to</span> Control Layer position by slider scale</a></p> <div class="bb-content-inr-wrap"><p>Thanks Dan&#8230;but if I was trying to control the scale property, could I write it like that?</p>
<p></p>
<p>slider = effect(“Slider Control”)(“Slider”);</p>
<p>size = linear(slider,0,100,50,200);</p>
<p><span>[size[0],size[1]]</span></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d63b7c1e1e67ddfc24805ffe5f0203a</guid>
				<title>Eduardo Asta replied to the discussion How to connect a shape layer to a wave shape using Math.sin() in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417306</link>
				<pubDate>Sun, 12 Sep 2021 22:44:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417306"><span class="bb-reply-lable">Reply to</span> How to connect a shape layer to a wave shape using Math.sin()</a></p> <div class="bb-content-inr-wrap"><p>Another lighter and better version? I will dive in it. Thanks!
						</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c829a719b937e9abcc7923d34204771e</guid>
				<title>Eduardo Asta replied to the discussion How to connect a shape layer to a wave shape using Math.sin() in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417286</link>
				<pubDate>Sat, 11 Sep 2021 16:38:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417286"><span class="bb-reply-lable">Reply to</span> How to connect a shape layer to a wave shape using Math.sin()</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p>I&#8217;m a beginner on JS and expressions, but I was able to understand what you did. Besides the collision stuff, you also have also created the sine path using and expression (createPath()). It is amazing. Thanks. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2069ffdd4a368c5f4fba2275f502f4cb</guid>
				<title>Eduardo Asta replied to the discussion How to connect a shape layer to a wave shape using Math.sin() in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417164</link>
				<pubDate>Fri, 10 Sep 2021 11:30:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/#post-2417164"><span class="bb-reply-lable">Reply to</span> How to connect a shape layer to a wave shape using Math.sin()</a></p> <div class="bb-content-inr-wrap"><p>WOW! It totally works! Many thanks! I&#8217;ve just opened the AEP file and I will try to understand how did you do this. </p>
<p>Thanks again!&#x1f600;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e181a38b5a0331138697541eba131586</guid>
				<title>Eduardo Asta started the discussion How to connect a shape layer to a wave shape using Math.sin() in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/</link>
				<pubDate>Sun, 29 Aug 2021 16:33:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/">How to connect a shape layer to a wave shape using Math.sin()</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p>The ball (green) keeps the same X position all times, at the center of the comp, but its Y position goes up and down. At the same time, the wave shape layer (red) is moving from right to left (X position). <span>It should looks like as the ball is always in the comp&#8217;s center, going up and dawn along the waves, and the red shape layer is moving&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-357678"><a href="https://creativecow.net/forums/thread/how-to-connect-a-shape-layer-to-a-wave-shape-using-math-sin/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e52c10d969c28e41aa1f4ba89830255d</guid>
				<title>Eduardo Asta replied to the discussion Control slider with variation in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/control-slider-with-variation/#post-2414518</link>
				<pubDate>Wed, 28 Jul 2021 14:40:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/control-slider-with-variation/#post-2414518"><span class="bb-reply-lable">Reply to</span> Control slider with variation</a></p> <div class="bb-content-inr-wrap"><p>Dan, don&#8217;t need it. </p>
<p>You have already answered it before in another place. I found it on Adobe Groups. The girl even mentioned you as a brilliant (what you really are).</p>
<p>Thks</p>
<p><a target='_blank' href="https://community.adobe.com/t5/after-effects/link-a-keyframe-to-slider-control-without-affecting-other-keyframes/td-p/9887407" rel="nofollow">https://community.adobe.com/t5/after-effects/link-a-keyframe-to-slider-control-without-affecting-other-keyframes/td-p/9887407</a></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">196ad82ff17a2eec288e7126a87ac9cf</guid>
				<title>Eduardo Asta replied to the discussion Control slider with variation in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/control-slider-with-variation/#post-2414505</link>
				<pubDate>Wed, 28 Jul 2021 12:38:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/control-slider-with-variation/#post-2414505"><span class="bb-reply-lable">Reply to</span> Control slider with variation</a></p> <div class="bb-content-inr-wrap"><p>Hi Dan,</p>
<p><span>I have a shape layer with one stroke inside and I would like to animate the shape property using a slider control. </span></p>
<p><span>When time = 0, k1 = k2, but when time in 1s. (exemple), k2 = k1 + slider controle value.</span></p>
<p><span>Do you know how to do it?</span></p>
<p><span>Thks,</span></p>
<p><span>edo</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">84f7a9554ce7a9a1d4192db84e35713d</guid>
				<title>Eduardo Asta replied to the discussion Animating text from the center out in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/animating-text-from-the-center-out/#post-2412380</link>
				<pubDate>Thu, 24 Jun 2021 17:45:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/animating-text-from-the-center-out/#post-2412380"><span class="bb-reply-lable">Reply to</span> Animating text from the center out</a></p> <div class="bb-content-inr-wrap"><p>It works! Thks!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b7fecb1662fa8e2ec1529d585bffa939</guid>
				<title>Eduardo Asta replied to the discussion How to create a dot grid with expressions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334769</link>
				<pubDate>Mon, 14 Sep 2020 12:14:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334769"><span class="bb-reply-lable">Reply to</span> How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>Hi Dan,</p>
<p>Thanks for this expression. </p>
<p>For a long time I was wondering how to jump to the next line at the edge of the composition. If I understood your code, when index = 49 (it will the 1st column of the 2nd line), index-1 = 48, myCol = 0, myRow = 1 and then the position[0] = 20 and position[1] = 60. That&#8217;s amazing.</p>
<p>However, it results in too many&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-333192"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334769" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38823180fea72594ce3255ee8e4632fe</guid>
				<title>Eduardo Asta replied to the discussion How to create a dot grid with expressions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334724</link>
				<pubDate>Sun, 13 Sep 2020 15:24:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334724"><span class="bb-reply-lable">Reply to</span> How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>Hey Chris,</p>
<p>Thanks for the idea. </p>
<p>&lt;font face=&#8221;inherit&#8221;&gt;I created on Illustrator a layer with the ellipse grid complete and other three layers with some &lt;/font&gt;ellipses&lt;font face=&#8221;inherit&#8221;&gt; subtracted (to create the transition between the complete to the incomplete grid). &lt;/font&gt;</p>
<p>&lt;font face=&#8221;inherit&#8221;&gt;After that, I imported the AI file as a comp into&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-333129"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/page/2/#post-2334724" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7bb726835413fcd311a6e8e6c763292d</guid>
				<title>Eduardo Asta replied to the discussion How to create a dot grid with expressions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae#post-2330055</link>
				<pubDate>Wed, 02 Sep 2020 11:28:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/#post-2330055"><span class="bb-reply-lable">Reply to</span> How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>ahhhhh, I thought it was a plugin. Thks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f1fa01e43f96981b5012ce66e1dcf27</guid>
				<title>Eduardo Asta replied to the discussion How to create a dot grid with expressions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae#post-2330053</link>
				<pubDate>Sun, 30 Aug 2020 17:23:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/#post-2330053"><span class="bb-reply-lable">Reply to</span> How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>Hi Walter,</p>
<p>I have just found this other plugin, <b>Calvary</b>, which seems also interesting.</p>
<p><a target='_blank' href="https://cavalry.scenegroup.co/#Features" rel="nofollow">https://cavalry.scenegroup.co/#Features</a></p>
<p>My best,<br />
edo</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b1b870fc5236c53056e841eb65a3de38</guid>
				<title>Eduardo Asta replied to the discussion How to create a dot grid with expressions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae#post-2330052</link>
				<pubDate>Fri, 28 Aug 2020 12:35:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/#post-2330052"><span class="bb-reply-lable">Reply to</span> How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>you are correct, it might do not solve it, but it is a good idea and I can use it on another project.</p>
<p>thanks anyway,</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd164f97e9dfd6a4d9ff3bd40d980238</guid>
				<title>Eduardo Asta started the discussion How to create a dot grid with expressions? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/</link>
				<pubDate>Sat, 22 Aug 2020 23:21:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/">How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>Hello,Does anybody know how to create a dot grid with expressions? I&#8217;m talking about 1920 dots sizing each 40 by 40 px. It means 48 columns by 40 lines along a 1920&#215;1080 comp.I need each dot as a layer cause I want to manipulate transparency and color.My bestedo</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5db0dafb36e3e77a277c587b73d7c1bc</guid>
				<title>Eduardo Asta started the discussion How to create a dot grid with expressions? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae</link>
				<pubDate>Sat, 22 Aug 2020 23:21:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-dot-grid-with-expressionsae/">How to create a dot grid with expressions?</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p>Does anybody know how to create a dot grid with expressions? I&#8217;m talking about 1920 dots sizing each 40 by 40 px. It means 48 columns by 40 lines along a 1920&#215;1080 comp.</p>
<p>I need each dot as a layer cause I want to manipulate transparency and color.</p>
<p>My best<br />
edo</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		