<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Content in Adobe Community</title>
    <link>/place-content.jspa?containerType=14&amp;userID=null&amp;filterID=contentstatus[published]~objecttype~objecttype[thread]&amp;containerID=3427</link>
    <description>Recent content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 12 Nov 2014 07:20:09 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-12T07:20:09Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Expression stops after if...else...statement</title>
      <link>https://forums.adobe.com/thread/1631348</link>
      <description>&lt;!-- [DocumentBodyStart:bb4a3cef-fa06-4e26-a213-8adeba1ddc62] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am new to expressions and am trying to teach myself from the internet and books.&amp;nbsp; I have set myself a challenge to emulate a horizontal "ticker" line starting from right to left across the screen. When the text reaches a preset position (x=-3200), I want the layer to return to the right hand side and resume moving right to left for as long as the composition time. This is part of a larger project where several layers will follow on in continuous loops in the same manner as seen on TV. I have a simplified expression which I am trying out but as soon as the if statement is triggered the calculations stop and the layer stays at the x=1920 position. I cannot find a way to keep the action running. Am I missing something as I thought the expression was calculated at each frame ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the expression:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;x=position[0];&lt;/p&gt;&lt;p&gt;y=position[1];&lt;/p&gt;&lt;p&gt;x=position[0]+((time-inPoint)*-200);&lt;/p&gt;&lt;p&gt;if (x&amp;lt;-3200) x=1920;&lt;/p&gt;&lt;p&gt;[x,y]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would be grateful for any help or advice.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;John&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb4a3cef-fa06-4e26-a213-8adeba1ddc62] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 07:20:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1631348</guid>
      <dc:date>2014-11-12T07:20:09Z</dc:date>
      <clearspace:dateToText>1 day 16 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using valueAtTime syntax problem?</title>
      <link>https://forums.adobe.com/thread/1632738</link>
      <description>&lt;!-- [DocumentBodyStart:56e76bbb-25eb-4898-8e99-d21e647b5f75] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;Hi guys&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;I want to follow position of current layer "cardio.ai" but with a delay.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;This code currently works:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;tempX = transform.position[0];&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;tempY = thisComp.layer("cardio.ai").transform.position[1];&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;[tempX, tempY]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;But if I do this:&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;tempX = transform.position[0];&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;tempY = thisComp.layer("cardio.ai").transform.position[1]&lt;strong&gt;.valueAtTime(time -1)&lt;/strong&gt;;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;[tempX, tempY]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;it will not work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;I may be having problems with the API or syntax but I am just learning this and can't figure out what's going on.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande'; color: #141414;"&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56e76bbb-25eb-4898-8e99-d21e647b5f75] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 22:23:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632738</guid>
      <dc:date>2014-11-11T22:23:32Z</dc:date>
      <clearspace:dateToText>2 days 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>velocityAtTime returning incorrect non-zero value (possible bug)</title>
      <link>https://forums.adobe.com/thread/1629563</link>
      <description>&lt;!-- [DocumentBodyStart:04e70514-00a7-4070-a654-0102c43468d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, I've written an expression that uses velocityAtTime to check if a layer is moving. I have removed all the animation and the script seems to be randomly returning values above zero for the velocity on some frames even though the layer is definitely not moving.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas? Fells like a definite bug in after effects unless there's something I'm missing.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:04e70514-00a7-4070-a654-0102c43468d1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">bug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expressions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">after effects cc2014</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">valueattime</category>
      <pubDate>Mon, 10 Nov 2014 09:39:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1629563</guid>
      <dc:date>2014-11-10T09:39:28Z</dc:date>
      <clearspace:dateToText>3 days 14 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Creating a number counter that counts in increments of .05 in After Effects.</title>
      <link>https://forums.adobe.com/thread/1627942</link>
      <description>&lt;!-- [DocumentBodyStart:8ac3a259-6630-4694-b168-120d4466bc82] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to create a number counter that counts in increments of .05 in After Effects.&amp;nbsp; Any advice on how to do this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ac3a259-6630-4694-b168-120d4466bc82] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 23:59:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1627942</guid>
      <dc:date>2014-11-09T23:59:35Z</dc:date>
      <clearspace:dateToText>3 days 24 hours ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>color corrupt now on all Adobe after effects video after editing one video</title>
      <link>https://forums.adobe.com/thread/1593976</link>
      <description>&lt;!-- [DocumentBodyStart:b4bb969a-8d01-41dc-be2c-52542e3c5497] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was working on a video the title was purple and green and after editing using this theme all of my videos that I have edited in After Effects are all colored green and purple. I don't know how or why but it is not my video card because videos I have saved on DVD or videos on youtube work just fine. I am at a loss. Can any one help???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b4bb969a-8d01-41dc-be2c-52542e3c5497] --&gt;</description>
      <pubDate>Sun, 05 Oct 2014 15:56:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1593976</guid>
      <dc:date>2014-10-05T15:56:23Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AE CS6: Render glitches with timeremap expressions</title>
      <link>https://forums.adobe.com/thread/1006214</link>
      <description>&lt;!-- [DocumentBodyStart:3c3bb5a1-0678-43b2-845c-30a44db40ed8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Version:&lt;/p&gt;&lt;p&gt;11.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OS:&lt;/p&gt;&lt;p&gt;Mac 10.7.4&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Source Footage:&lt;/p&gt;&lt;p&gt;.ai files&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Problem:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First of all, we've been using this method for character animation since AE 7.0.&amp;nbsp; We have had minor glitches here and there, but nothing consistent enough to a real problem.&amp;nbsp; We're currently using CS5.5, and considering the CS6 upgrade.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am filing an official bug report for this, but am curious if anyone else is experiencing this.&amp;nbsp; I don't want to share my project here as it's for a TV show in production.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Starting with CS6, we're experiencing random, arbitary render glitches all over the place.&amp;nbsp; Our character comps are generally two comps deep.&amp;nbsp; Meaning in the character comp, we have timeremapped comps for sequences of eyes, eyebrows, mouths, etc.&amp;nbsp; Inside those comps, there is a lot more going on than just an image sequence.&amp;nbsp; We have mesh warp keyframes and other stuff.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All of this is controlled by various expressions that link everything to some simple master controls.&amp;nbsp; I'm sure this sounds familiar -- it's very similar to &lt;a class="jive-link-external-small" href="http://blogs.adobe.com/toddkopriva/2011/10/character-rigging-and-animation-series-from-daniel-gies.html" rel="nofollow"&gt;the method used in these tutorials, &lt;/a&gt;but not even as complex.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As for the glitches, they are hard to pin down.&amp;nbsp; There are different glitches depending on whether the character is continually reasterized in the scene or not, which comp we're in, etc.&amp;nbsp; Really random.&amp;nbsp; The problem is resolved by proxying those precomps (the eyes, mouths, etc) with prerendered sequences.&amp;nbsp; This is an OK workaround for most cases, but we can't depend on it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help.&amp;nbsp; In the meantime we'll be sticking with 5.5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Bryan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c3bb5a1-0678-43b2-845c-30a44db40ed8] --&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:35:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1006214</guid>
      <dc:date>2014-10-23T12:35:34Z</dc:date>
      <clearspace:dateToText>3 weeks 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What benefit should I get from "// cacheCompareSamplesPerSecond 0"?</title>
      <link>https://forums.adobe.com/thread/1610359</link>
      <description>&lt;!-- [DocumentBodyStart:944ebe01-085d-478e-8f23-0ef4cb3815f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;Background for anyone reading this: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blogs.adobe.com/aftereffects/2014/04/new-changed-after-effects-cc-2014.html" rel="nofollow"&gt;http://blogs.adobe.com/aftereffects/2014/04/new-changed-after-effects-cc-2014.html&lt;/a&gt;&lt;span&gt; I think I must have misunderstood what this statement does for an expression.&amp;nbsp; I was hoping "// cacheCompareSamplesPerSecond 0" would allow me to force AE to evaluate an expression only once, on the first frame of the comp, but clearly it isn't that simple.&amp;nbsp; I've applied it to a number of expressions, each of which is designed to evaluate to one value for the entire comp, but I'm not seeing any improvement in render times. What am I missing? This is on Mac AE CC 2014 (13.1).&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:944ebe01-085d-478e-8f23-0ef4cb3815f4] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:00:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1610359</guid>
      <dc:date>2014-10-21T16:00:47Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Scale over time expression</title>
      <link>https://forums.adobe.com/thread/1612864</link>
      <description>&lt;!-- [DocumentBodyStart:754535cc-3e4e-422a-b419-2d808b534b44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to have an element scale up and do so through an expression:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333399;"&gt;startScale = 100;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333399;"&gt;endScale = 300;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333399;"&gt;scaleUpTime = 5;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333399;"&gt;s = ease(time, inPoint, inPoint + scaleUpTime, startScale, endScale);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #666699;"&gt;[s,s] &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works but I'd like to modify this is that the endScale is actually a random number between 100 and 300.&lt;/p&gt;&lt;p&gt;I'd also like the whole thing to trigger at a specific time (or frame).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried &lt;span style="color: #333399;"&gt;random(100,300)&lt;/span&gt; but it gives a jittery result not a constant scale up to a random value&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:754535cc-3e4e-422a-b419-2d808b534b44] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 23:07:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612864</guid>
      <dc:date>2014-10-20T23:07:53Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I script a certain layer to rotate slightly based on movement?</title>
      <link>https://forums.adobe.com/thread/1602222</link>
      <description>&lt;!-- [DocumentBodyStart:391b1829-1324-46b3-ba37-ab7523637b79] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;So I'm trying to script partial rotation of a vector (a plane) so that as its moving either up or down it rotates slightly (by about + or - 30 degrees) and once it has reached it desired position it goes back to an orientation of &lt;span style="font-family: courier new,courier;"&gt;0,0,90&lt;/span&gt; which is the start orientation. Anyone know how to do this or I simply have to keyframe every action?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:391b1829-1324-46b3-ba37-ab7523637b79] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:44:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1602222</guid>
      <dc:date>2014-10-20T18:44:49Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Random motion from a certain position to random position</title>
      <link>https://forums.adobe.com/thread/1600457</link>
      <description>&lt;!-- [DocumentBodyStart:92d60d96-579d-4a54-bc0d-dcdab0f688bb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, i saw lot of random motion expressions but they were looped, and starting, finishing positions were random, I need help with making an expression that will allow me to make a certain starting position and then make random ending position without looping&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;for example: from (600,600) to (X,X)with limit 120%, so the layers will go out of composition and will not come back&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wanted to make it for one animation, where one robot shots the other, and from him will explode many parts to random positions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can someone help me to make this expression please?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92d60d96-579d-4a54-bc0d-dcdab0f688bb] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:32:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1600457</guid>
      <dc:date>2014-10-20T18:32:26Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using sourcetext from another layer as an array - blowing up expression</title>
      <link>https://forums.adobe.com/thread/1603986</link>
      <description>&lt;!-- [DocumentBodyStart:a76117b7-cf40-4a3d-b900-4c72943d6f05] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, I am doing something that I assumed would be a quick and easy, and it is turning into quite a headache.&lt;/p&gt;&lt;p&gt;Here is what I am trying... (The following works btw)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;stuff = thisComp.layer("textSource").text.sourceText;&lt;/p&gt;&lt;p class="p1"&gt;stuff[2]&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;The problem is that if I try an index higher than 3, the expression blows up. The error is somewhat odd too...&lt;/p&gt;&lt;p class="p1"&gt;property or method named '4' in Class 'TextProperty' is missing or does not exist. It may have been renamed, moved, deleted...&lt;/p&gt;&lt;p class="p1"&gt;The source layer has not gone anywhere. The only thing that changes was the index.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;I want to break down the sourceText into individual letters to feed something else and this was how I was going to go about it as I don't think the you can 'split' into letters. I figured I could get the length of the string and then scoop out each letter. Not so much eh'?&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Update...&lt;/p&gt;&lt;p class="p1"&gt;Tried it with split, and this also breaks it. What's odd is it seems to work for just a moment, so the script takes the index, displays the letter, waits a second, then freaks out. It does the work/breaking thing as long as the string has contains enough characters, as where a request for something that is not there immediately breaks it (which we would expect)&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;stuff = thisComp.layer("This").text.sourceText.split("");&lt;/p&gt;&lt;p class="p1"&gt;stuff[15]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a76117b7-cf40-4a3d-b900-4c72943d6f05] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">index</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expression</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expressions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">sourcetext</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">textproperty</category>
      <pubDate>Wed, 15 Oct 2014 12:54:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1603986</guid>
      <dc:date>2014-10-15T12:54:39Z</dc:date>
      <clearspace:dateToText>1 month 24 hours from now</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Set inPoint with expression?</title>
      <link>https://forums.adobe.com/thread/1592578</link>
      <description>&lt;!-- [DocumentBodyStart:3d01b52b-fe79-4ac3-8c21-719686a4e0c9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there some way to set the in and out points of a layer in an expression?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thisLayer.inPoint seems to be read-only...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;S&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d01b52b-fe79-4ac3-8c21-719686a4e0c9] --&gt;</description>
      <pubDate>Fri, 03 Oct 2014 18:23:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1592578</guid>
      <dc:date>2014-10-03T18:23:44Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Linking expressions to central Controller</title>
      <link>https://forums.adobe.com/thread/1592035</link>
      <description>&lt;!-- [DocumentBodyStart:e88c64ba-8967-408e-b735-65a70b6ac35d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to link up my expressions to one central Controller layer so that that one expression is shared across all objects in my project which require it.&lt;/p&gt;&lt;p&gt;I have "// Controller" composition with "Expression_Source (tK-logo_anim)" text layer. Its source text expression is set to my desired expression:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;sourceLayer = comp("Killers logo (test)").layer("tK-logo_anim_mask");&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;sampleSize = [1,1];&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;samplePoint = transform.position;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;color = sourceLayer.sampleImage(samplePoint,sampleSize);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;x=color[0]*100;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;[x,x]&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, another composition includes a shape layer with its &lt;em&gt;Transform Expression: Scale&lt;/em&gt; set to:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;eval(comp("// Controller").layer("Expression_Source (tK-logo_anim)").text.sourceText.toString())&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I try to hit enter on this line of code I get error: &lt;strong&gt;expression result must be of dimension 2, not 1&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;What am I doing incorrectly? The expression works when inserted manually into the Scale property but not when I try to link to it...&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e88c64ba-8967-408e-b735-65a70b6ac35d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expressions</category>
      <pubDate>Fri, 03 Oct 2014 13:29:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1592035</guid>
      <dc:date>2014-10-03T13:29:52Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to control only the WIDTH of a rectangle with slider control using expression</title>
      <link>https://forums.adobe.com/thread/1588529</link>
      <description>&lt;!-- [DocumentBodyStart:b426921f-aff6-4a90-89d4-71c12bb8c384] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a simple rectangle shape layer that I want to control (only the width) with slider control using expression. How do I do that?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b426921f-aff6-4a90-89d4-71c12bb8c384] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 20:17:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1588529</guid>
      <dc:date>2014-09-29T20:17:48Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Trapcode Particular sprite layer changing after emitting</title>
      <link>https://forums.adobe.com/thread/1588243</link>
      <description>&lt;!-- [DocumentBodyStart:4b2189d6-9f53-4d67-9cae-c6713050b321] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've linked the sprite layer of Trapcode Particular to a comp, and I was planning on putting some expression on a layer there that emits a random number (between a fixed set), so I can place all my different footage files with a simple expression on opacity (if random number generated == index then opacity 100, else 0).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are a few problems on this. One, the way I'm making it, the seed randomizes based on day/month and holds the number for 3 seconds (which is the max life of each particle). But the output shows just a random layer selected every day, and repeated through the video, instead of it changing every 3 seconds.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The other problem is that sometimes particles overlap, as in, one gets emitted while other one was still there. Even if I am able to fix the first problem I've just mentioned, that means both particles (the one almost dying, and the one just getting emmited) would use the very same footage file, generating some bad flickering on the old particle instantly switching from one footage file to other.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm really stuck on this! Perhaps there's a way of randomizing after a single emit has been made.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let me know if you have any ideas or even tips to do something like this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-----&lt;/p&gt;&lt;p&gt;Juan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b2189d6-9f53-4d67-9cae-c6713050b321] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">changing</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">sprite</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">randomly</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expression</category>
      <pubDate>Mon, 29 Sep 2014 15:59:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1588243</guid>
      <dc:date>2014-09-29T15:59:41Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Layer Source Text linking to external text. (no code in doc!)</title>
      <link>https://forums.adobe.com/thread/1584992</link>
      <description>&lt;!-- [DocumentBodyStart:fc1ed06f-b51d-4a74-a60e-6cfecd0090e4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've seen linking to text documents with code snippets in it.&lt;/p&gt;&lt;p&gt;So that means the external text document must contain bits of scripting.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to link to txt documents (or csv) that do not contain code.&lt;/p&gt;&lt;p&gt;Total noob users must be able to link a text to a After Effects project.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a website data catcher which exports CSV values.&lt;/p&gt;&lt;p&gt;It would be ideal if After Effects can hoover up the text and put certain pieces into certain source texts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're talking automated sports cards here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible without adding code to a text dump?&lt;/p&gt;&lt;p&gt;Or is this just impossible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fc1ed06f-b51d-4a74-a60e-6cfecd0090e4] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 09:22:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1584992</guid>
      <dc:date>2014-09-29T09:22:34Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>trapezoidal wave in AE</title>
      <link>https://forums.adobe.com/thread/1539185</link>
      <description>&lt;!-- [DocumentBodyStart:3f176b0e-8608-453c-8d00-b62a4809c9fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;trying to figure out an expression for a trapezoidal wave function in AE.&amp;nbsp; I have not found any forms that discussed this wave formation.&amp;nbsp; I am pretty new to AE's expressions. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f176b0e-8608-453c-8d00-b62a4809c9fb] --&gt;</description>
      <pubDate>Wed, 24 Sep 2014 03:15:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1539185</guid>
      <dc:date>2014-09-24T03:15:49Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Number Counting Expression with $ - Understanding how to set stop points</title>
      <link>https://forums.adobe.com/thread/1579828</link>
      <description>&lt;!-- [DocumentBodyStart:75277047-e422-4c99-b433-b264deabee06] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, I'm using an expression I found on: &lt;a class="jive-link-external-small" href="http://www.motionscript.com/design-guide/counter.html" rel="nofollow"&gt;Dan Ebberts's Expressioneering Design Guide &lt;/a&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;which has saved me quiet a bit of frustration since I needed to have a comma and a custom character at the end of my counting numbers. But I have a simple question that I can't quite get out of the page's instructions and I'm hoping someone here could direct me.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;Issue&lt;/strong&gt;: &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;The numbers are counting for the first 4 seconds - or whatever I change it too, but I don't understand how to set my number stop points. ie, I want to go from 0 to 1,800 pause at a specific point for several seconds and then count up to 6,500 pause again and count up and so on. So the part I'm not understanding is, how to start the count and stop on a number and then start the count again. I've set key frames for where I want those numbers to be on the timeline in the 'Source Text' which Dan's page references but this isn't working. Thoughts? Direction??? Expression is below and I've attached a reference image of my timeline. Many thanks for any direction you can provide!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Expression:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;numDecimals = 0;&lt;/p&gt;&lt;p&gt;commas = true;&lt;/p&gt;&lt;p&gt;dollarSign = true;&lt;/p&gt;&lt;p&gt;beginCount = 0;&lt;/p&gt;&lt;p&gt;endCount = 17000;&lt;/p&gt;&lt;p&gt;dur = 4;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;t = time - inPoint;&lt;/p&gt;&lt;p&gt;s = linear (t, 0, dur, beginCount, endCount).toFixed(numDecimals);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;prefix = "";&lt;/p&gt;&lt;p&gt;if (s[0] == "-"){&lt;/p&gt;&lt;p&gt;&amp;nbsp; prefix = "-";&lt;/p&gt;&lt;p&gt;&amp;nbsp; s = s.substr(1);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if(dollarSign) prefix += "&amp;plusmn;";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (commas){&lt;/p&gt;&lt;p&gt;&amp;nbsp; decimals = "";&lt;/p&gt;&lt;p&gt;&amp;nbsp; if (numDecimals &amp;gt; 0){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; decimals = s.substr(-(numDecimals + 1));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s = s.substr(0,s.length - (numDecimals + 1));&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; outStr = s.substr(-s.length, (s.length-1)%3 +1);&lt;/p&gt;&lt;p&gt;&amp;nbsp; for (i = Math.floor((s.length-1)/3); i &amp;gt; 0; i--){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; outStr += "," + s.substr(-i*3,3);&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; outStr + decimals + prefix;&lt;/p&gt;&lt;p&gt;}else{&lt;/p&gt;&lt;p&gt;&amp;nbsp; prefix + s;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6746380-673724/ref.jpg"&gt;&lt;img alt="ref.jpg" class="jive-image image-1" height="194" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6746380-673724/900-194/ref.jpg" style="height: 134px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75277047-e422-4c99-b433-b264deabee06] --&gt;</description>
      <pubDate>Tue, 23 Sep 2014 19:02:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1579828</guid>
      <dc:date>2014-09-23T19:02:21Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Basic Offset Expression</title>
      <link>https://forums.adobe.com/thread/1579953</link>
      <description>&lt;!-- [DocumentBodyStart:2a724055-d1f2-43e8-91ca-5d049985ac81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I pick-whipped the position of a particle to the position of an object. (Particle Playground)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything works but i need to offset this position -300px x 170px.&lt;/p&gt;&lt;p&gt;Is there something i can add to this expresion that will allow that?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, Particle Playground does not seem to have a life of particle setting. Is there any other way to extend this? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AE cs5&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2a724055-d1f2-43e8-91ca-5d049985ac81] --&gt;</description>
      <pubDate>Sat, 20 Sep 2014 15:35:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1579953</guid>
      <dc:date>2014-09-20T15:35:36Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Wiggle expression - slider control</title>
      <link>https://forums.adobe.com/thread/1578237</link>
      <description>&lt;!-- [DocumentBodyStart:1e304db4-6873-4178-8068-bfd30b67ebd8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had a solve for this from Dan Ebberts but I seem to have lost that content in the Jive update. I want to use a slider control for a wiggle, but when I have my basic wiggle expression applied to position, then pick whip from that to the slider, I get the below expression.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;temp = effect("Wiggle Control Sliders")("Slider");&lt;/p&gt;&lt;p&gt;[temp, temp]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the fix for this/ way to do it right?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At the minute I'm using the expression below instead, but I hate not knowing the right way to do something! Using sliders/ creating decay in expressions has always been an issue for me...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;wiggle(15,effect("Slider control")("Slider"))&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be appreciated &lt;span aria-label="Grin" class="emoticon-inline emoticon_grin" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e304db4-6873-4178-8068-bfd30b67ebd8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">slider</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">expression</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">wiggle</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">slider control</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">wiggle expression</category>
      <pubDate>Fri, 19 Sep 2014 12:15:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578237</guid>
      <dc:date>2014-09-19T12:15:12Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Start to Play Composition at Position Y</title>
      <link>https://forums.adobe.com/thread/1578629</link>
      <description>&lt;!-- [DocumentBodyStart:6f093b3b-d6f5-47d1-9d3f-a6df9a86285b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i started to try a build that the compositions start at the position of 400 in my main-composition.&lt;/p&gt;&lt;p&gt;I build this with a null-object that controls the compositions.&lt;/p&gt;&lt;p&gt;I tryed with markers, but i dont know and i dont have any idea how to do.&lt;/p&gt;&lt;p&gt;what is the command for play a composition?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Her my after effects file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://sebastian-hielscher.com/-download/MARKER2.aep" rel="nofollow"&gt;http://sebastian-hielscher.com/-download/MARKER2.aep&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope anyone can help me.&lt;/p&gt;&lt;p&gt;Sorry for my bad english. &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind Regards&lt;/p&gt;&lt;p&gt;Sebastian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6f093b3b-d6f5-47d1-9d3f-a6df9a86285b] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:55:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578629</guid>
      <dc:date>2014-09-18T20:55:45Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>aftereffects expression BUG. cannot compare the values of 2 sliders???????</title>
      <link>https://forums.adobe.com/thread/1560068</link>
      <description>&lt;!-- [DocumentBodyStart:ce6201e4-ba36-49f8-b156-5004147f64c9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;so do this:&lt;/p&gt;&lt;p&gt;make a new comp with a new solid.&lt;/p&gt;&lt;p&gt;add 2 slider effects to the layer.&lt;/p&gt;&lt;p&gt;add an expression to the Opacity of the solid, add this tot he expression:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// begin expression &lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;if(effect("slider_01")("Slider") == effect("slider_02")("Slider")){&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;100&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;}else{&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;0&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;}&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;// end expression&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: 'Lucida Grande';"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;then try setting the values of the sliders to be exactly the same. IF they are exactly the same, the solid should be visible.&lt;/p&gt;&lt;p style="font-size: 11px; font-family: 'Lucida Grande';"&gt;they NEVER evaluate as true. Which means this is a bug, no?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce6201e4-ba36-49f8-b156-5004147f64c9] --&gt;</description>
      <pubDate>Fri, 12 Sep 2014 21:51:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1560068</guid>
      <dc:date>2014-09-12T21:51:07Z</dc:date>
      <clearspace:dateToText>2 months 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to overwrite position value with variable</title>
      <link>https://forums.adobe.com/thread/1572555</link>
      <description>&lt;!-- [DocumentBodyStart:6082a451-46e2-4bb6-aae9-6793cf49dab8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it possible to overwrite a specific value with a value of a variable from my expression?&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;My expression (I thought I could use):&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/span&gt;z = transform.position[2]-thisComp.layer("Audioamplitude").effect("Beide Kan&amp;#228;le")("Schieberegler");&lt;/p&gt;&lt;p&gt;transform.position[2] = z;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But AE claims that the Z-Position Value of my layer (camera) is read-only...&lt;/p&gt;&lt;p&gt;I want to have jumps in my camera synced to musik so the amplitude value should be substracted from my Z-position value but if I dont overwrite the "old" value then the camera obviously jumps back to the original position.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for any answer &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6082a451-46e2-4bb6-aae9-6793cf49dab8] --&gt;</description>
      <pubDate>Fri, 12 Sep 2014 14:08:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1572555</guid>
      <dc:date>2014-09-12T14:08:30Z</dc:date>
      <clearspace:dateToText>2 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>expressions - best practice for duplicating layers</title>
      <link>https://forums.adobe.com/thread/1571228</link>
      <description>&lt;!-- [DocumentBodyStart:fbb5554e-ec50-4455-a3ef-12bce8addc38] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a fairly complex set of expressions on multiple layers.&amp;nbsp; These layers together make up an overall effect for a piece of footage.&amp;nbsp; For convenience I have these expression linked to a controller null object so I can control them from one place.&amp;nbsp; Now that I have it set up, I want to duplicate the group of layers (footage item, various effects, and null object controller) multiple times.&amp;nbsp; I basically have a template for a footage effect that I want to duplicate multiple times so I end up with many pieces of footage with this effect applied.&amp;nbsp; When I duplicate the group of layers, I'd love to set it up in a way that the&amp;nbsp; expression variables will now point to the duplicated controller object.&amp;nbsp; I noticed this behavior happens if the expression is a simple pick whip from one property to another.&amp;nbsp; Basically a direct connection.&amp;nbsp; But if I attempt to store this pick whip selection in a variable to be manipulated further, this functionality ceases.&amp;nbsp; So my question is, how can I create a set up that will permit me to duplicate layers and have the expressions update as if they were a simple direct pick whip from one property to another?&amp;nbsp; Is this possible?&amp;nbsp; If not, how can I better set this up to allow me to accomplish my end result?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Justin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fbb5554e-ec50-4455-a3ef-12bce8addc38] --&gt;</description>
      <pubDate>Wed, 10 Sep 2014 19:00:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1571228</guid>
      <dc:date>2014-09-10T19:00:23Z</dc:date>
      <clearspace:dateToText>2 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to parent a layer on a negative x,y position value ?</title>
      <link>https://forums.adobe.com/thread/1569566</link>
      <description>&lt;!-- [DocumentBodyStart:11c4b7f6-53cb-4af7-b3fc-920eb04ee95b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey there i have a composition with 2 text layers on it one is scaled -100 on the y&amp;nbsp; axis to get a reflection effect &lt;/p&gt;&lt;p&gt;and i added a wiggle expression to the the upper layer and i want the reflection layer to have the same moment as the upper layer&amp;nbsp; but on a negative x,y direction.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11c4b7f6-53cb-4af7-b3fc-920eb04ee95b] --&gt;</description>
      <pubDate>Tue, 09 Sep 2014 07:09:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1569566</guid>
      <dc:date>2014-09-09T07:09:44Z</dc:date>
      <clearspace:dateToText>2 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Storing and Calling Array Values</title>
      <link>https://forums.adobe.com/thread/1566194</link>
      <description>&lt;!-- [DocumentBodyStart:09f320d8-d087-4d74-9b07-073ff2316abf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey folks, I've got a complex expressions project whose ultimate purpose is to position a large number of layers in a grid, and then move each layer to a unique point on the grid depending on a number of animating factors.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the course of creating this project, I find myself wanting to take advantage of a kind of array function I'm used to from some programming languages, but I'm not sure if it's available in AE or javascript.&amp;nbsp; In short, I'm used to an array where you could do the following (please ignore the syntax, as I realize that AE uses brackets for a different purpose, which we'll get to in a moment):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CREATE array(100)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;array(1) = 4.5&lt;/p&gt;&lt;p&gt;array(2) = 6.2&lt;/p&gt;&lt;p&gt;array(3) = 1.2&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...etc.&amp;nbsp; These values could be inserted into the "array" (which is really more like a spreadsheet than an AE array as far as I can tell) arbitrarily, and then called.&amp;nbsp; As in, you could add array(1) + array(2) and get 10.7.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So in a sense, the difference between this function and an AE array is it has one "dependent" variable, whereas the AE array behaves like a matrix, where all the values are independent.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please note that this is not a question about creating values in an expression which persist across time.&amp;nbsp; This whole array is created and called within one frame.&amp;nbsp; I'm merely wondering if it's possible to essentially create a "list" type variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Ari&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09f320d8-d087-4d74-9b07-073ff2316abf] --&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:12:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1566194</guid>
      <dc:date>2014-09-05T18:12:47Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>After Effects Expression deactivate layer if in comp</title>
      <link>https://forums.adobe.com/thread/1566294</link>
      <description>&lt;!-- [DocumentBodyStart:63c9b489-6cfa-4ba0-86d5-fad8dd7e5086] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I am currently working on a huge animation with lots of comps. I have certain animations, that are used several times, but I don't want to duplicate all the comps and I am trying to figure out a more elegant way to use those comps.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there an expression, something like (" if layer in pre-comp1 is nested in comp2, then opacity=0", or something like that),&amp;nbsp; to deactivate certain layers if they are nested in a certain comp?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63c9b489-6cfa-4ba0-86d5-fad8dd7e5086] --&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:07:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1566294</guid>
      <dc:date>2014-09-05T14:07:12Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>expression  error</title>
      <link>https://forums.adobe.com/thread/1565446</link>
      <description>&lt;!-- [DocumentBodyStart:115c1543-397e-4256-9280-083f188ea974] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi-&lt;/p&gt;&lt;p&gt;I am trying to link a layer in after effects to the position of another layer.&lt;/p&gt;&lt;p&gt;I get an error stating that it is expecting a number, array or property.&lt;/p&gt;&lt;p&gt;I know I am getting this wrong. Is there somewhere I can go to get a good understanding of what should be added to the end of the expression?&lt;/p&gt;&lt;p&gt;I want the layer (smoke) to track the position of another layer (sparks).&lt;/p&gt;&lt;p&gt;Thanks in advance-&lt;/p&gt;&lt;p&gt;-C&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:115c1543-397e-4256-9280-083f188ea974] --&gt;</description>
      <pubDate>Thu, 04 Sep 2014 14:28:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565446</guid>
      <dc:date>2014-09-04T14:28:33Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re-using expression-generated values to input into other expressions (read-out)</title>
      <link>https://forums.adobe.com/thread/1494909</link>
      <description>&lt;!-- [DocumentBodyStart:7e0fec06-3fde-4a12-ac02-7416ff1c8e64] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there everyone. I was wondering if there is a way to 'capture' expression generated values and either buffer these values or re-using them directly in other expressions. I am trying to track rotations of parented layers, which are generated from the DuDuf IK expressions. Getting the rotation through a pick-whip will always return zero, of course; but as After Effects is able to physically show the expression generated value as a number, I guess it should also be able to output this number somewhere as a (buffered) digital value to be re-used somewhere again.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e0fec06-3fde-4a12-ac02-7416ff1c8e64] --&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:18:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1494909</guid>
      <dc:date>2014-09-02T06:18:55Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Replace text from external source expression from AE CS6 not working in AE CC</title>
      <link>https://forums.adobe.com/thread/1559708</link>
      <description>&lt;!-- [DocumentBodyStart:8cdacb6b-e1bd-4a75-8630-2d6913c3cea8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;&lt;/h1&gt;&lt;p class="font-color-meta jive-answer-type jive-answer-type-notanswered" style="margin: 5px 0 0; font-weight: inherit; font-style: inherit; font-family: inherit; color: #999999;"&gt;We have used some expressions in an AE CS6 project to fill text from an external file. Here's an example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;try{&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;/* "mypath" must be absolute to data file */&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;myPath = "file:////nynfile1/Production/Egg/Marque/data.txt";&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;$.evalFile(myPath);&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;/* Use [0,1,2] for array offset value(Name, Date, Time)*/&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;eval(thisComp.name)[0];&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;}catch(err){&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;/* Display if data error found*/&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;"text not found";&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;It works fine in CS6. When we open the file in AE CC, the expressions can't find the data.txt file to pull text from. All we get is the "text not found" error. We stepped through debug and the data.txt file doesn't open/isn't found.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;What up with that?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cdacb6b-e1bd-4a75-8630-2d6913c3cea8] --&gt;</description>
      <pubDate>Thu, 28 Aug 2014 19:42:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1559708</guid>
      <dc:date>2014-08-28T19:42:56Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expressions from AE CS6 not working in AE CC</title>
      <link>https://forums.adobe.com/thread/1328156</link>
      <description>&lt;!-- [DocumentBodyStart:6360a7b3-6b92-4244-830f-fc65a260ae50] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have used some expressions in an AE CS6 project to fill text from an external file. Here's an example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;try{&lt;/p&gt;&lt;p&gt;/* "mypath" must be absolute to data file */&lt;/p&gt;&lt;p&gt;myPath = "file:////nynfile1/Production/Egg/Marque/data.txt";&lt;/p&gt;&lt;p&gt;$.evalFile(myPath);&lt;/p&gt;&lt;p&gt;/* Use [0,1,2] for array offset value(Name, Date, Time)*/&lt;/p&gt;&lt;p&gt;eval(thisComp.name)[0];&lt;/p&gt;&lt;p&gt;}catch(err){&lt;/p&gt;&lt;p&gt;/* Display if data error found*/&lt;/p&gt;&lt;p&gt;"text not found";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works fine in CS6. When we open the file in AE CC, the expressions can't find the data.txt file to pull text from. All we get is the "text not found" error. We stepped through debug and the data.txt file doesn't open/isn't found.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What up with that?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6360a7b3-6b92-4244-830f-fc65a260ae50] --&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:09:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1328156</guid>
      <dc:date>2014-08-28T13:09:46Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Accepts Lights+Shadows via expression or Script</title>
      <link>https://forums.adobe.com/thread/598844</link>
      <description>&lt;!-- [DocumentBodyStart:b320a9fb-ba0a-4fd5-af7b-1038a62b6e71] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anybody know an expression/script to turn on/off the above mentioned properties.That would be quite useful.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b320a9fb-ba0a-4fd5-af7b-1038a62b6e71] --&gt;</description>
      <pubDate>Wed, 27 Aug 2014 23:37:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/598844</guid>
      <dc:date>2014-08-27T23:37:52Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Quick question regarding 2-dimensional expressions</title>
      <link>https://forums.adobe.com/thread/1555110</link>
      <description>&lt;!-- [DocumentBodyStart:7eef8667-c9db-447c-9be0-7fc6eb62ebfe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What I'm doing is probably really simple, but I've only ever tinkered with simple expressions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a bulge effect and I want the centre to follow an object, so I pickwhip the position of the object to the bulge centre, but it needs to go "up" a couple hundred pixels. (say 200) How do I modify JUST the y value of the bulge center?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I could move the anchor point of the object and solve the problem, but I'd rather have this knowledge.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7eef8667-c9db-447c-9be0-7fc6eb62ebfe] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 19:43:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1555110</guid>
      <dc:date>2014-08-22T19:43:19Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AE CC 2014 - Wiggle Expression not assigning similar values on scale</title>
      <link>https://forums.adobe.com/thread/1551785</link>
      <description>&lt;!-- [DocumentBodyStart:1b6cc7e4-a6d9-4627-87cb-b62051941a2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So I've just noticed that the wiggle expression no longer works how it used to. I found a released article explaining changes in the Noise Algorithm used for the wiggle expression &lt;a class="jive-link-external-small" href="http://blogs.adobe.com/aftereffects/2014/04/new-changed-after-effects-cc-2014.html" rel="nofollow"&gt;what&amp;#8217;s new and changed in the 2014 update to After Effects CC&amp;nbsp; |&amp;nbsp; After Effects region of interest&lt;/a&gt; and am referring to the "&lt;strong style="color: #666666; font-family: Arial, Helvetica, sans-serif; background: #ffffff;"&gt;fixed bug in implementation of Perlin noise algorithm" section.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm not sure if this is what's causing the issue but let me explain.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm just adding a wiggle expression on to an object's scale. &lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;wiggle(5,50);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This would normally scale the object's parameters with the same value. so it would be (100,100) to (125,125) and so on.&lt;/p&gt;&lt;p&gt;Now however with CC2014 the expression is assigning different values to each value so getting (125, 115) or something even if the 'constrain proportions' button is enabled. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I tried to trick it:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;temp=wiggle(5,50); &lt;/p&gt;&lt;p class="p1"&gt;[temp[0],temp[1]];&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Still got different values even though i'm telling it to insert the same variable?&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;temp=wiggle(5,50); &lt;/p&gt;&lt;p class="p1"&gt;temp;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Still got different values... I don't get it can anyone help?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b6cc7e4-a6d9-4627-87cb-b62051941a2a] --&gt;</description>
      <pubDate>Tue, 19 Aug 2014 22:37:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1551785</guid>
      <dc:date>2014-08-19T22:37:06Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I load external file .txt in After Effects CC 2014.0 Release / Mavericks OS X 10.9.4 (13E28)?</title>
      <link>https://forums.adobe.com/thread/1548902</link>
      <description>&lt;!-- [DocumentBodyStart:c266c375-5d68-4e80-a6cc-d8d8099636d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;ello everybody.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Someone can help me to load a external file .txt in After Effects CC 2014.0 Release / Mavericks OS X 10.9.4 (13E28)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I tried the code bellow, but doesn't work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;try{&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;myPath = "~/Desktop/source.txt";&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;$.evalFile(myPath);&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;eval(thisComp.name)[0];&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;}catch(err){&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;"MISSING";&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;The source.txt file have the texts bellow:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;var comp1 = ["Title&amp;rdquo;, &amp;#8220;Subtitle&amp;rdquo;, &amp;#8220;Description&amp;rdquo;];&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;var comp2 = ["Text 0", "Text 1", "Text 2"];&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;var comp3 = ["Text 0", "Text 1", "Text 2"];&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c266c375-5d68-4e80-a6cc-d8d8099636d6] --&gt;</description>
      <pubDate>Mon, 18 Aug 2014 17:36:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1548902</guid>
      <dc:date>2014-08-18T17:36:59Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Accessing currently selected keyframes</title>
      <link>https://forums.adobe.com/thread/1541177</link>
      <description>&lt;!-- [DocumentBodyStart:a7f4944b-50ba-4e4c-b1f0-85331d344676] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there a way to access the currently selected keyframes through javascript?&amp;nbsp; I'm trying to write a gui that will paste the currently selected keyframes (or the copied keyframes could work too) onto a user specified layer when you press a button.&amp;nbsp; And secondly, is it possible to retain all of the extra attributes such as ease in and ease out for example? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7f4944b-50ba-4e4c-b1f0-85331d344676] --&gt;</description>
      <pubDate>Thu, 07 Aug 2014 14:10:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1541177</guid>
      <dc:date>2014-08-07T14:10:31Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>KeyFramed Rectangles Flashing, How To Fix?</title>
      <link>https://forums.adobe.com/thread/1540419</link>
      <description>&lt;!-- [DocumentBodyStart:595d125c-9bcb-45a3-92f9-9891af4091d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So I recently have been making videos with adobe after effects where I am showcasing copyright free songs in the Monstercat layout, but I keep having problems and I thank the adobe community for being so helpful every time I ask, but I have one last problem. In this video at about 2:50 the rectangles I use with sound keys (to keyframe their scale) are flashing &lt;a class="jive-link-external-small" href="https://www.youtube.com/watch?v=MzBkd9cTrMQ" rel="nofollow"&gt;Vena Cava - Get Wrecked [DUBSTEP] - YouTube&lt;/a&gt; like I said it starts at about 2:50. I don't know if certain parts aren't getting keyframed or something.... but I need help knowing how to fix this This is the code I am using:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:c684d14f-6478-4a36-b365-ab311fee50a1][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
myVal=thisComp.layer("Sound Keys 21").effect("Sound Keys")("Output 3");

X = 100
Y =clamp(1,100,myVal);

[X,Y]
&lt;/pre&gt;&lt;!--[CodeBlockEnd:c684d14f-6478-4a36-b365-ab311fee50a1]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;(Took me a long time to figure out how to insert that, xD)&lt;/p&gt;&lt;p&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; I am so thankful that this community is so open and helpful! Thank you so much!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;OH!&amp;nbsp; I am using comp FPS which is 30. I read something about using a different keyframes per second than the comps fps. But Idk. Thanks!&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:595d125c-9bcb-45a3-92f9-9891af4091d0] --&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:03:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1540419</guid>
      <dc:date>2014-08-06T19:03:02Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Time Remapping code help</title>
      <link>https://forums.adobe.com/thread/1537579</link>
      <description>&lt;!-- [DocumentBodyStart:9ad3bfe0-8085-45f0-a750-88a9aa4e3021] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to make some audio visuals for my YouTube channel, and I was trying to get an object to rotate during the song, so it would go faster when the song was louder and vice-versa&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I tried my code, the object went back and forth in it's rotations, because when the music got quiet it rotated backwards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could anyone help me make a code that makes sure the object only rotates clockwise, while still going faster when the music gets louder?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-RaPiD&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ad3bfe0-8085-45f0-a750-88a9aa4e3021] --&gt;</description>
      <pubDate>Sat, 02 Aug 2014 14:45:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1537579</guid>
      <dc:date>2014-08-02T14:45:56Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adding a Minimum Scale Value to an Equation</title>
      <link>https://forums.adobe.com/thread/1535114</link>
      <description>&lt;!-- [DocumentBodyStart:425def31-990d-4863-bf2c-37d249cc10bb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So with sound keys I have succeeded in making some rectangles move up and down to the beat of music. But when the range I have goes to 0%, the rectangles disapear because it is the scale. So I am wondering how I am supposed to add a minimum &lt;strong&gt;Y Value &lt;/strong&gt;to this equation:&lt;/p&gt;&lt;p&gt;X = 100&lt;/p&gt;&lt;p&gt;Y = thisComp.layer("Sound Keys 21").effect("Sound Keys")("Output 3");&lt;/p&gt;&lt;p&gt;[X, Y]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like the scale to always be at least 3%. Thanks &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:425def31-990d-4863-bf2c-37d249cc10bb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">scale</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">sound_keys</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">equation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">rectangles</category>
      <pubDate>Wed, 30 Jul 2014 15:17:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1535114</guid>
      <dc:date>2014-07-30T15:17:14Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Track nested child layer's position</title>
      <link>https://forums.adobe.com/thread/1160497</link>
      <description>&lt;!-- [DocumentBodyStart:ca3a4854-b406-4c32-9bc0-f59ade0761db] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a Main Comp with a layer named 'Controller'.I have several 2d layers parented to this controller.&lt;/p&gt;&lt;p&gt;Now,i need to precompose two of them.let's say this precomposition of these two layers is named 'precomp 1'.&lt;/p&gt;&lt;p&gt;How can i parent these two layers in the 'precomp1' to the 'Controller' in the Main Comp again via Expression?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dan,any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca3a4854-b406-4c32-9bc0-f59ade0761db] --&gt;</description>
      <pubDate>Wed, 30 Jul 2014 01:48:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1160497</guid>
      <dc:date>2014-07-30T01:48:41Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Numbers expression - add letter "B" for billions</title>
      <link>https://forums.adobe.com/thread/1528811</link>
      <description>&lt;!-- [DocumentBodyStart:87cefea5-a3b4-46b4-b57b-13c36af487b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a question for Dan Ebberts.&amp;nbsp;&amp;nbsp; Dan, the expression you have for a text layer for&amp;nbsp; numbers (see below)&amp;nbsp; I wanted to see if it's possible to add a letter at the end of the expression such as the letter B to represent Billions so that the final number count would be $1.7B.&amp;nbsp; I appreciate any help you can provide&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ira&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;numDecimals = 1;&lt;/p&gt;&lt;p&gt;commas = true;&lt;/p&gt;&lt;p&gt;dollarSign = true;&lt;/p&gt;&lt;p&gt;beginCount = 0;&lt;/p&gt;&lt;p&gt;endCount = 1.7;&lt;/p&gt;&lt;p&gt;dur = .5;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;t = time - inPoint;&lt;/p&gt;&lt;p&gt;s = linear (t, 0, dur, beginCount, endCount).toFixed(numDecimals);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;prefix = "";&lt;/p&gt;&lt;p&gt;if (s[0] == "-"){&lt;/p&gt;&lt;p&gt;&amp;nbsp; prefix = "-";&lt;/p&gt;&lt;p&gt;&amp;nbsp; s = s.substr(1);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if(dollarSign) prefix += "$";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (commas){&lt;/p&gt;&lt;p&gt;&amp;nbsp; decimals = "";&lt;/p&gt;&lt;p&gt;&amp;nbsp; if (numDecimals &amp;gt; 0){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; decimals = s.substr(-(numDecimals + 0));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s = s.substr(0,s.length - (numDecimals + 0));&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; outStr = s.substr(-s.length, (s.length-1)%3 +1);&lt;/p&gt;&lt;p&gt;&amp;nbsp; for (i = Math.floor((s.length-1)/3); i &amp;gt; 0; i--){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; outStr += "," + s.substr(-i*3,3);&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; prefix + outStr + decimals;&lt;/p&gt;&lt;p&gt;}else{&lt;/p&gt;&lt;p&gt;&amp;nbsp; prefix + s;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87cefea5-a3b4-46b4-b57b-13c36af487b9] --&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:36:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1528811</guid>
      <dc:date>2014-07-22T20:36:49Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to parenting the puppet pin</title>
      <link>https://forums.adobe.com/thread/1527120</link>
      <description>&lt;!-- [DocumentBodyStart:53e1fd75-5b73-44b5-8cae-71c8e6ddfd9a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there, &lt;/p&gt;&lt;p&gt;I animating 10 animal 2D that walking in a row. I moved the first animal with puppet tool. Is it possible to just parenting the puppet pin the the other animal behind the first one so they do walking in a same way? I Need any expression suggestion. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:53e1fd75-5b73-44b5-8cae-71c8e6ddfd9a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3427">need help</category>
      <pubDate>Mon, 21 Jul 2014 23:57:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1527120</guid>
      <dc:date>2014-07-21T23:57:47Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with time expression!</title>
      <link>https://forums.adobe.com/thread/1523267</link>
      <description>&lt;!-- [DocumentBodyStart:d89c92e9-7fb4-48bf-966c-72c10f62c4a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi everyone, I need some help with the time expression.&lt;/p&gt;&lt;p&gt;Im working with video copilot&amp;acute;s plugin element 3d and i've made a spere shaped thing with particles which im going to sync to music. The problem is that when i make the simple expression "time*321" on the noise evolution value to make the sphere move organicly throughout the whole video it only does so for about two minutes then it just stops changing even though the value changes. The pictures might help you understand.&lt;/p&gt;&lt;p&gt;Pictures: &lt;a class="jive-link-external-small" href="http://puu.sh/adNNB/e8de72a1e8.jpg" rel="nofollow"&gt;http://puu.sh/adNNB/e8de72a1e8.jpg&lt;/a&gt;, &lt;a class="jive-link-external-small" href="http://puu.sh/adNQJ/4fe8d4fe94.jpg" rel="nofollow"&gt;http://puu.sh/adNQJ/4fe8d4fe94.jpg&lt;/a&gt;, &lt;a class="jive-link-external-small" href="http://puu.sh/adNRx/8ecff2b2ca.jpg" rel="nofollow"&gt;http://puu.sh/adNRx/8ecff2b2ca.jpg&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then there is another problem which is that the sphere evolves alot faster with the time set to 321 compared to when i have it on 30.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope you can help me and im sorry for my bad english just tell me if there is something you dont understand.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d89c92e9-7fb4-48bf-966c-72c10f62c4a8] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 18:32:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1523267</guid>
      <dc:date>2014-07-18T18:32:47Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to use an effects 'Reset' or 'Clear' mode in an expression?</title>
      <link>https://forums.adobe.com/thread/1522961</link>
      <description>&lt;!-- [DocumentBodyStart:8ac38051-4299-40e6-899b-d6ca0eaa8126] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all, hopefully someone can help me with this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using &lt;strong&gt;'CC Time Blend FX&lt;/strong&gt;' in a project I'm working on. Am using it in multiple pre comps, and before rendering I need to go into each pre comp and push the '&lt;strong&gt;Clear&lt;/strong&gt;' button at 00:00 to clear any images that have been cached in the timeline.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6553658-654041/Screen+Shot+2014-07-16+at+11.05.11+AM.png"&gt;&lt;img alt="Screen Shot 2014-07-16 at 11.05.11 AM.png" class="jive-image image-1" height="55" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6553658-654041/Screen+Shot+2014-07-16+at+11.05.11+AM.png" style="height: auto;" width="342"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have been trying to figure out a way to have a controller/null in the master comp with the '&lt;strong&gt;Clear&lt;/strong&gt;' button in it, so I just need to push it once before rendering (instead of going into each pre comp).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ac38051-4299-40e6-899b-d6ca0eaa8126] --&gt;</description>
      <pubDate>Thu, 17 Jul 2014 03:22:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1522961</guid>
      <dc:date>2014-07-17T03:22:09Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>create randomly changing characters or numbers</title>
      <link>https://forums.adobe.com/thread/1522105</link>
      <description>&lt;!-- [DocumentBodyStart:364eb9a1-5566-4129-b590-ee309b622949] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello. I wonder if there is a way to create randomly changing characters or numbers using expressions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:364eb9a1-5566-4129-b590-ee309b622949] --&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:53:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1522105</guid>
      <dc:date>2014-07-15T08:53:31Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pendulmum expression by Dan Ebberts</title>
      <link>https://forums.adobe.com/thread/1519148</link>
      <description>&lt;!-- [DocumentBodyStart:c5c8fa94-7629-4c6f-97bf-c47a465c5b40] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There is this rotation expression created by Dan Ebberts for a pendulum swing that I was wondering if it is possible modify and have it begin at a specific time on the timeline&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;veloc = 12; &lt;/p&gt;&lt;p&gt;amplitude = 40; &lt;/p&gt;&lt;p&gt;decay = 1;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;amplitude*Math.sin(veloc*time)/Math.exp(decay*time) &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help on this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ira&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5c8fa94-7629-4c6f-97bf-c47a465c5b40] --&gt;</description>
      <pubDate>Thu, 10 Jul 2014 19:55:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519148</guid>
      <dc:date>2014-07-10T19:55:42Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Center Anchor Point at a Layer</title>
      <link>https://forums.adobe.com/thread/739534</link>
      <description>&lt;!-- [DocumentBodyStart:ab5e8f35-8ea2-474c-8636-1900ed3f1114] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;How can i center Anchor Point to a Layer center? Are there commands to align a center point?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab5e8f35-8ea2-474c-8636-1900ed3f1114] --&gt;</description>
      <pubDate>Wed, 09 Jul 2014 22:52:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/739534</guid>
      <dc:date>2014-07-09T22:52:27Z</dc:date>
      <clearspace:dateToText>4 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Off by a frame</title>
      <link>https://forums.adobe.com/thread/1515070</link>
      <description>&lt;!-- [DocumentBodyStart:2c332eb8-7af4-4586-8560-36939d7c4cc9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey guys, I'm coming up empty here with a simple expression to drive the time remapping of a layer.&amp;nbsp;&amp;nbsp; The bit having the problem works like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got a precomp with a texture layer that changes every frame (driven by an image sequence, so there's no risk of weird interpolation).&amp;nbsp; In the main comp, I am performing an animation with the precomp, but I want the texture to change only every 20 frames.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, I have an expression on the time Remapping property that says simply "time/20".&amp;nbsp;&amp;nbsp;&amp;nbsp; This seems to work great about 90% of the time, but every once in a while, it gets off by a single frame.&amp;nbsp; It doesn't get progressively further off &amp;#8212; after each one that's wrong, the next one is almost always back to the correct frame again.&amp;nbsp; So, for example, the texture is supposed to shift on frame 860, and the shifts on frame 800, 820, 840 all are on the correct frame, but then for some reason, the next one happens on frame 859.&amp;nbsp; After that, the next one shifts on frame 880 again, as it's supposed to.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The image sequence, the precomp, and the main comp are all running at 23.976 fps.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below is an image showing a grid constructed from the main comp.&amp;nbsp; The yellow planks are all off by a frame.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6525121-651706/Screen+Shot+2014-07-05+at+12.27.20+PM.png"&gt;&lt;img alt="Screen Shot 2014-07-05 at 12.27.20 PM.png" class="jive-image image-1" height="486" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6525121-651706/Screen+Shot+2014-07-05+at+12.27.20+PM.png" style="height: 366px; width: 620px;" width="824"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c332eb8-7af4-4586-8560-36939d7c4cc9] --&gt;</description>
      <pubDate>Sat, 05 Jul 2014 21:32:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1515070</guid>
      <dc:date>2014-07-05T21:32:24Z</dc:date>
      <clearspace:dateToText>4 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Loop Out Stop expression</title>
      <link>https://forums.adobe.com/thread/1507995</link>
      <description>&lt;!-- [DocumentBodyStart:bdd7e4c4-8777-4a92-81ab-65c856d60d5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was wondering if it's possible to create a stop/smooth ending to a LoopOut expression on Rotation and Position keyframes.&amp;nbsp;&amp;nbsp; I am currently using OSX 10.9.3 After Effects CS6 and I have tried a couple of things that haven't worked for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;adding a checkbox expression control to the layer and an expression for loopOut()&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (effect("Checkbox Control")("Checkbox")==true){&lt;/p&gt;&lt;p&gt;loopOut();&lt;/p&gt;&lt;p&gt;}else{&lt;/p&gt;&lt;p&gt;value;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;loopOutDuration(&amp;#8220;cycle&amp;rdquo;,2)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately neither of these seems to work.&amp;nbsp; I was wondering if someone had a solution they have come across.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks very much&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ira&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bdd7e4c4-8777-4a92-81ab-65c856d60d5c] --&gt;</description>
      <pubDate>Sat, 05 Jul 2014 21:00:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1507995</guid>
      <dc:date>2014-07-05T21:00:54Z</dc:date>
      <clearspace:dateToText>4 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Slider Range always resets itself (AE CC)</title>
      <link>https://forums.adobe.com/thread/1504521</link>
      <description>&lt;!-- [DocumentBodyStart:fd3b90dd-c835-4b30-866d-1b103b0ca629] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin: 0 0 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444444; background-color: #f5f5f5;"&gt;Hi All,&lt;/p&gt;&lt;p style="margin: 0 0 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444444; background-color: #f5f5f5;"&gt;if I want to limit a custom slider to specific values, I go to the Slider control and set the min and max. E.g. min -50 and max +50. Fine so far. But when I switch to another layer and go back to the previous layer (where I set the min and max values), it resets to min 0 and max 100&amp;nbsp; &lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp; This happens all the time &lt;span aria-label="Angry" class="emoticon-inline emoticon_angry" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0 0 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444444; background-color: #f5f5f5;"&gt;I&amp;#8217;m using AE CC. Anyone else having this annoying problem ?&lt;/p&gt;&lt;p style="margin: 0 0 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444444; background-color: #f5f5f5;"&gt;Best&lt;/p&gt;&lt;p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444444; background-color: #f5f5f5;"&gt;Serge&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd3b90dd-c835-4b30-866d-1b103b0ca629] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:59:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1504521</guid>
      <dc:date>2014-06-25T09:59:31Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

