Search found 21 matches

by CodingAe
November 4th, 2017, 2:51 pm
Forum: Expression Discussion
Topic: Leap year calculation
Replies: 3
Views: 14188

Re: Leap year calculation

No problem, I'm glad I was able to help out.
by CodingAe
November 2nd, 2017, 5:52 pm
Forum: Expression Discussion
Topic: Leap year calculation
Replies: 3
Views: 14188

Re: Leap year calculation

By using the date object already program in Expression, it will automatically give you the leap year once you reach a year that has a leap year. var d = new Date(2016, 1); // new Date(Year, Month) You can pick any year and month you want to start with. Pick the previous month from the month you want...
by CodingAe
October 31st, 2017, 8:45 pm
Forum: Expressions Tutorials
Topic: Youtube Channel for Learning Expression
Replies: 2
Views: 24185

Re: Youtube Channel for Learning Expression

Thank you ckgtw,
I'm glad you was able to get something out of that video, I definitely will make more tutorials.
by CodingAe
October 17th, 2017, 8:26 pm
Forum: Expression Discussion
Topic: Help setting the render duration
Replies: 2
Views: 13837

Re: Help setting the render duration

You can change the speed a layer, but can't change the duration of a layer using Expression. You can change the duration using ExtendScript, so if you go to the ExtendScript part of the site somebody should be able to help you. Unfortunately, I can't help in that language because I'm still learning ...
by CodingAe
October 17th, 2017, 6:08 pm
Forum: Expressions Tutorials
Topic: Easy things to do with expressions #3
Replies: 2
Views: 40109

Re: Easy things to do with expressions #3

I sometimes use value or the nothing method to use the EE shortcut, so I can pick a certain property or properties in a layer. 
by CodingAe
October 11th, 2017, 4:39 pm
Forum: Expressions Tutorials
Topic: Youtube Channel for Learning Expression
Replies: 2
Views: 24185

Youtube Channel for Learning Expression

Hello fellow Enhancers, I've started a Youtube channel for tutorial on expression and rigging. There will be tutorials on extendScript in the future. You can check out my channel here: https://www.youtube.com/channel/UCe77szX2n1WSKsGs-2gmbDw In this video I'd talked about data types. I hope you like...