macklad
Community Beginner
macklad
Community Beginner
Activity
‎Oct 16, 2024
07:19 AM
4 Upvotes
Hey kevin, sadly its still there. 
... View more
‎Oct 01, 2024
11:05 AM
3 Upvotes
After four years later still this is not solved!
... View more
‎May 28, 2021
12:56 AM
Hello Guys, I am trying to save a file from AE2021 (18.1.0) to lower version of AE i.e. 16.x. The file has precomp nested in main comp. Precomp has 10 images which controled by drop down menu in same precomp. Drop down menu is then added to Essential Graphics so that the user can control it from main comp itself. Also other properties like position, rotation and scale are added to master properties. The problem I am facing is when I save this file as 16.x from AE2021 and try to open it, drop down goes missing from master properties. Other properties like position, rotation and scale are working. Am I missing something here or something I am doing wrong here?
... View more
‎May 25, 2021
12:54 AM
Thank a lot man !!! that works ...removing if (m.key(n).time > time) n--; get the job done for me. Final expression here m = thisComp.layer("Action").marker;
n = 1;
if (m.numKeys > 1){
n = m.nearestKey(time).index;
}
if (n > 1){
t = m.key(n).time-.5;
time - t ;
}else
0
... View more
‎May 24, 2021
03:01 PM
Hello guys, I have below expression on time-remap property which triggers transition based on the markers set on Action layer. Is it possible to add certain frames of pre-roll to this expression? so if the maker is set at 1 sec the transition start at 0.5 sec. I have added n=1 so that it skips first marker as it does not require transition. I have already tried replacing t = m.key(n).time-0.5; or t = m.nearestkey(time+0.5).index which for some reason does not work. Ae file attached if that help to understand my problem. AE File m = thisComp.layer("Action").marker;
n = 1;
if (m.numKeys > 1){
n = m.nearestKey(time).index;
if (m.key(n).time > time) n--;
}
if (n > 1){
t = m.key(n).time;
time - t ;
}else
0
... View more
‎Jan 23, 2019
07:36 AM
Thanks for pointing out the ball, it was happening because of that symbol ...animate cc is not compatible with symbols like that. Now Fully working after removing the symbol.
... View more
‎Jan 23, 2019
07:29 AM
Sorry...It is AS3 Actionscript3
... View more
‎Jan 23, 2019
04:47 AM
Hi Guys, I am trying to import video in Ac3 as embed H246 (my video is already in H264 format) but is always shows Next option greyed out. (Image attached). Plz, HELP guys!!!
... View more