<?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 | Ashley Aslett | Activity</title>
	<link>https://creativecow.net/members/ashleyaslett/activity/</link>
	<atom:link href="https://creativecow.net/members/ashleyaslett/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ashley Aslett.</description>
	<lastBuildDate>Tue, 01 Sep 2026 07:50:18 +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">456628313c12d2ffc547b73ecb46d563</guid>
				<title>Ashley Aslett replied to the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2419109</link>
				<pubDate>Sun, 17 Oct 2021 15:06:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2419109"><span class="bb-reply-lable">Reply to</span> Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>As always, worked perfectly! </p>
<p><span>Your help is super appreciated! Thanks</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bb21b693014375ebc9d15baa556d3bcd</guid>
				<title>Ashley Aslett replied to the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2418910</link>
				<pubDate>Wed, 13 Oct 2021 15:14:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2418910"><span class="bb-reply-lable">Reply to</span> Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>Hey guys, one more question on the above!</p>
<p>When inputting the following number on the below script -0.1742331 the output is $-1,742,331. Is there a way to change the script so the output is -$1,742,331&#8230;the minus symbol comes before the dollar sign rather than after it?</p>
<p>num = &#8220;$&#8221;+ (thisComp.layer(&#8220;% P&amp;L&#8221;).effect(&#8220;Slider&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-359917"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2418910" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31475a5d8beaed44de5dd92339677c26</guid>
				<title>Ashley Aslett replied to the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417582</link>
				<pubDate>Fri, 17 Sep 2021 21:03:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417582"><span class="bb-reply-lable">Reply to</span> Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>All good chaps, just figured it out by switching it around!&#8230;</p>
<p></p>
<p>num = &#8220;$&#8221;+ (thisComp.layer(&#8220;% P&amp;L&#8221;).effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;)*10000000).toFixed(0);</p>
<p>function addCommas(x) {</p>
<p>    return x.toString().replace(/B(?=(d{3})+(?!d))/g, &#8220;,&#8221;);</p>
<p>}</p>
<p>addCommas(num)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dac4e361a8dce4dcedeb39753f203e1a</guid>
				<title>Ashley Aslett replied to the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417581</link>
				<pubDate>Fri, 17 Sep 2021 20:58:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417581"><span class="bb-reply-lable">Reply to</span> Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>Last one, I promise!!</p>
<p>Can either of you help with the below:</p>
<p>&#8220;$&#8221;+ num = (thisComp.layer(&#8220;% P&amp;L&#8221;).effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;)*10000000).toFixed(0);</p>
<p>function addCommas(x) {</p>
<p>    return x.toString().replace(/B(?=(d{3})+(?!d))/g, &#8220;,&#8221;);</p>
<p>}</p>
<p>addCommas(num)</p>
<p>Basically I have a text layer looking at a slider, multiplying that number by 10,000,000, keeping it&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-358641"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417581" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">15089fa210b64e5affbb77f585394a2c</guid>
				<title>Ashley Aslett replied to the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417580</link>
				<pubDate>Fri, 17 Sep 2021 20:30:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/#post-2417580"><span class="bb-reply-lable">Reply to</span> Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>Dan you are an absolute hero, saved my bacon again!</p>
<p>Fabrice thanks also for the super swift reply.</p>
<p>Sending huge thanks both your ways!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">29629e607b1d2f49daef9d3f6f7d73be</guid>
				<title>Ashley Aslett started the discussion Text layer looking at slider with an addition and keeping to two decimal places in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/</link>
				<pubDate>Fri, 17 Sep 2021 20:21:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/">Text layer looking at slider with an addition and keeping to two decimal places</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p></p>
<p>I have a text layer looking at a slider control, I want to add 2 to the number that it is looking at. I guess something like this:</p>
<p>thisComp.layer(&#8220;% P&amp;L&#8221;).effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;)+2</p>
<p>However I want to keep the resulting number to 2 decimal places, I know you can use the following but not sure where to add this into the above expression&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-358637"><a href="https://creativecow.net/forums/thread/text-layer-looking-at-slider-with-an-addition-and-keeping-to-two-decimal-places/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f911368b848fed4d7713b0677d2bd67</guid>
				<title>Ashley Aslett replied to the discussion Fill colour linked to a specific number on a slider control. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/fill-colour-linked-to-a-specific-number-on-a-slider-control/#post-2417568</link>
				<pubDate>Fri, 17 Sep 2021 17:59:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/fill-colour-linked-to-a-specific-number-on-a-slider-control/#post-2417568"><span class="bb-reply-lable">Reply to</span> Fill colour linked to a specific number on a slider control.</a></p> <div class="bb-content-inr-wrap"><p>Dan you are an absolute life saver&#8230;works like a dream!</p>
<p></p>
<p>Thanks so much for your speedy response, it is truly appreciated! </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ea0ff846d939e4687e1ddf6fe10d6d2</guid>
				<title>Ashley Aslett started the discussion Fill colour linked to a specific number on a slider control. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/fill-colour-linked-to-a-specific-number-on-a-slider-control/</link>
				<pubDate>Fri, 17 Sep 2021 16:13:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/fill-colour-linked-to-a-specific-number-on-a-slider-control/">Fill colour linked to a specific number on a slider control.</a></p> <div class="bb-content-inr-wrap"><p>Hi, new to the forum but wondering if anyone can please help with the below.</p>
<p>I am trying to control a fill colour on a layer to a specific number on a slider control. So if the number is on 0 the fill colour is dark grey, if it is on -10 the colour is red and if its on 10 it is green. I want the colour to transition through the shades from dark&hellip;<span class="activity-read-more" id="activity-read-more-358625"><a href="https://creativecow.net/forums/thread/fill-colour-linked-to-a-specific-number-on-a-slider-control/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35cf7f08ea037e3b41bfea1f02258659</guid>
				<title>Ashley Aslett became a registered member</title>
				<link>https://creativecow.net/news-feed/p/358616/</link>
				<pubDate>Fri, 17 Sep 2021 12:15:01 +0000</pubDate>

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