Mailing List AE-List@media-motion.tv ? Message #43291
From: Karl Newman <kwnewman@verizon.net>
Subject: Re: [AE] Addressing Layer comments in an expression
Date: Sun, 29 Apr 2012 13:45:17 -0500
To: After Effects Mail List <AE-List@media-motion.tv>
Perfect. Thanks Dan & Mylenium. I could swear I tried something like this before but it really works now.


On Apr 29, 2012, at 10:53 AM, Dan Ebberts wrote:

This should work:
 
m = thisLayer.marker;
t1 = m.key("left").time;
t2 = m.key("right").time;
t3 = m.key("hold").time; 
if (time >= t1 && time < t2)
  90
else if (time >= t2 && time < t3)
  -90
else
  0

 
Subscribe (FEED) Subscribe (DIGEST) Subscribe (INDEX) Unsubscribe Mail to ListMaster