<?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 | Samik Pal | Activity</title>
	<link>https://creativecow.net/members/samikpal/activity/</link>
	<atom:link href="https://creativecow.net/members/samikpal/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Samik Pal.</description>
	<lastBuildDate>Tue, 05 May 2026 17:11:47 +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">6d17ae09e5d732df3d6e7dc8f11cad0a</guid>
				<title>Samik Pal replied to the discussion Automated source text animation based on split in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407654</link>
				<pubDate>Wed, 07 Apr 2021 20:13:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407654"><span class="bb-reply-lable">Reply to</span> Automated source text animation based on split</a></p> <div class="bb-content-inr-wrap"><p>Tried with both and both works. mAny thanks for your time Yoan</p>
<pre><p>t=thisComp.layer("X1-X2-X3-X4").text.sourceText;</p><p>word=t.split("-");</p><p>//n = time/thisComp.frameDuration</p><p>n = Math.floor(timeToFrames());</p><p>word[n]</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a105fe6698bd3e4c2c27fed2d3ce1bd4</guid>
				<title>Samik Pal replied to the discussion Automated source text animation based on split in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407653</link>
				<pubDate>Wed, 07 Apr 2021 20:05:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407653"><span class="bb-reply-lable">Reply to</span> Automated source text animation based on split</a></p> <div class="bb-content-inr-wrap"><p>found it</p>
<pre><p>t=thisComp.layer("test1-test2-test3").text.sourceText;</p><p>word=t.split("-");</p><p>n = time/thisComp.frameDuration</p><p>word[n]</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4bda7212b8c1942dadf210d24a27a7b4</guid>
				<title>Samik Pal replied to the discussion Automated source text animation based on split in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407652</link>
				<pubDate>Wed, 07 Apr 2021 20:03:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407652"><span class="bb-reply-lable">Reply to</span> Automated source text animation based on split</a></p> <div class="bb-content-inr-wrap"><p>frames</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87494bdd3270b6675b76260c09474b66</guid>
				<title>Samik Pal replied to the discussion Automated source text animation based on split in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407648</link>
				<pubDate>Wed, 07 Apr 2021 19:56:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/#post-2407648"><span class="bb-reply-lable">Reply to</span> Automated source text animation based on split</a></p> <div class="bb-content-inr-wrap"><p>Hello Yoan,</p>
<p>Thanks for looking into this and I have tried what you suggested but it does not return what I had in my mind. At 0001 I was expecting the code return test2. I expect to see a new word every frame.</p>
<p>Many thanks again</p>
<pre><p>t=thisComp.layer("test1-test2-test3").text.sourceText;</p><p>word=t.split("-");</p><p>n = Math.floor(time);</p><p>word[n]</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7629875bf30dbf78d86fe1278ded6da9</guid>
				<title>Samik Pal started the discussion Automated source text animation based on split in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/</link>
				<pubDate>Wed, 07 Apr 2021 19:18:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/">Automated source text animation based on split</a></p> <div class="bb-content-inr-wrap"><p>Hello experts,</p>
<p>I have newly started in AE and I came across source text animation.</p>
<p>I have a requirement where I want to show multiple text on source text keyframe animation. I was wondering instead of writing each text on the keyframe is there a way to automate this.</p>
<p>For example, I have created two text layers and the empty layer is referring to the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-349613"><a href="https://creativecow.net/forums/thread/automated-source-text-animation-based-on-split/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18c790ec7261f173f2dd297ca1e50e6f</guid>
				<title>Samik Pal started the discussion How to create a master comp with different multiple comps in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/how-to-create-a-master-comp-with-different-multiple-comps/</link>
				<pubDate>Fri, 11 Sep 2020 00:04:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-create-a-master-comp-with-different-multiple-comps/">How to create a master comp with different multiple comps</a></p> <div class="bb-content-inr-wrap"><p>Hello experts, </p>
<p>I have newly started using after effects and I am trying to create a compositions which would contain multiple compositions. I can&#8217;t seem to figure out how to do that.</p>
<p>To elaborate, let&#8217;s suppose I have made four different aep projects (eg. Anim1, Anim2, Anim3, Anim4) of same width and height 1280×720 px and 30 fps each 3 seconds in&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-332836"><a href="https://creativecow.net/forums/thread/how-to-create-a-master-comp-with-different-multiple-comps/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38084d4cd9c18f2a4cf161cd7dc0e92c</guid>
				<title>Samik Pal became a registered member</title>
				<link>https://creativecow.net/news-feed/p/332605/</link>
				<pubDate>Wed, 09 Sep 2020 04:58:21 +0000</pubDate>

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