<?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 | Sandro Tagliavini | Activity</title>
	<link>https://creativecow.net/members/sandrotagliavini/activity/</link>
	<atom:link href="https://creativecow.net/members/sandrotagliavini/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Sandro Tagliavini.</description>
	<lastBuildDate>Wed, 20 May 2026 11:37:53 +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">e4d11a294fc1302563a4b31d841f8e7e</guid>
				<title>Sandro Tagliavini replied to the discussion Struggling with if/else with color input in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/struggling-with-if-else-with-color-input/#post-2459095</link>
				<pubDate>Wed, 08 May 2024 13:33:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/struggling-with-if-else-with-color-input/#post-2459095"><span class="bb-reply-lable">Reply to</span> Struggling with if/else with color input</a></p> <div class="bb-content-inr-wrap"><p>Wow that worked like a charm.<br />Thanks so much.<br />&#8211;<br />Just curious, why does that look so<br />different than the if/else statements<br />I know..?<br />&#8211;<br />Greetings from Switzerland</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e73be23e7862765061a42455ff2a2333</guid>
				<title>Sandro Tagliavini started the discussion Struggling with if/else with color input in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/struggling-with-if-else-with-color-input/</link>
				<pubDate>Wed, 08 May 2024 11:24:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/struggling-with-if-else-with-color-input/">Struggling with if/else with color input</a></p> <div class="bb-content-inr-wrap"><p>Hi there I have a simple expression:</p>
<p>col = content(&#8220;Group 2&#8221;).content(&#8220;Fill 1&#8221;).color; white = hexToRgb(&#8220;ffffff&#8221;); if(col == white){0;}else{100;}</p>
<p>I tried with 1 (=) sign or 3 (===) but then it just doesnt work when I change<br />the color input (meaning it stays 0% with white (good) but it doesnt<br />show 100% if it is any other color&#8230;(bad))</p>
<p>any help is&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-397274"><a href="https://creativecow.net/forums/thread/struggling-with-if-else-with-color-input/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca437d6bc7b375ccaf0bac3c05633e9e</guid>
				<title>Sandro Tagliavini replied to the discussion How to use Shape Group #s instead of layer index in an Expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-use-shape-group-s-instead-of-layer-index-in/page/3/#post-2441125</link>
				<pubDate>Sun, 19 Feb 2023 10:57:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-use-shape-group-s-instead-of-layer-index-in/page/3/#post-2441125"><span class="bb-reply-lable">Reply to</span> How to use Shape Group #s instead of layer index in an Expression</a></p> <div class="bb-content-inr-wrap"><p>Sorry Dan, thanks for asking.<br />I would like to have a flexible expression that accesses the<br />position of the shape layer group below it (index+1), so that<br />when I duplicate the group the shapes get shifted 250px<br />(and I would like it to work with the index rather than with<br />name.split(&#8221; &#8220;), so it is more flexible)<br />/<br />and thanks Filip, that is exactly what I&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379998"><a href="https://creativecow.net/forums/thread/how-to-use-shape-group-s-instead-of-layer-index-in/page/3/#post-2441125" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">36c3d392fb8877c433197efdd2d5df12</guid>
				<title>Sandro Tagliavini replied to the discussion How to use Shape Group #s instead of layer index in an Expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-use-shape-group-s-instead-of-layer-index-in/page/2/#post-2441011</link>
				<pubDate>Thu, 16 Feb 2023 16:53:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-use-shape-group-s-instead-of-layer-index-in/page/2/#post-2441011"><span class="bb-reply-lable">Reply to</span> How to use Shape Group #s instead of layer index in an Expression</a></p> <div class="bb-content-inr-wrap"><p>Might as well post something in here:<br />Somethings wrong with this expression<br />(see image)<br />thisProperty.propertyGroup(2).propertyIndex-1.content(1).position &#8211; [250,0]</p>
<p>it&#8217;s sth with the propertyIndex, same missing brackets, I honestly dont know&#8230;<br />help is appreciated</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a0ab01458de5e4f1beb8974a76ec6d1</guid>
				<title>Sandro Tagliavini became a registered member</title>
				<link>https://creativecow.net/news-feed/p/379876/</link>
				<pubDate>Thu, 16 Feb 2023 16:42:07 +0000</pubDate>

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