Search found 5 matches

by antoska
November 20th, 2008, 3:26 pm
Forum: Expression Discussion
Topic: must be scalar error
Replies: 2
Views: 12142

must be scalar error

I am getting this error: "argument 1 to ease() must be scalar" I suppose there is an error getting x, y values at the same time but I can't see where is it. Any help? L =thisComp.layer("source") ; M=comp("source").layer("White Solid 1"); m=marker.key(3) m1=mar...
by antoska
November 19th, 2008, 2:40 pm
Forum: Expression Discussion
Topic: easing remapped time between markers
Replies: 4
Views: 12799

Re: easing remapped time between markers

Thanks Dan, with some text corrections it is working fine. This is my final expression L =thisComp.layer("source") ; M=comp("source").layer("White Solid 1").marker; max = Math.min(L.marker.numKeys,M.numKeys); if (max > 0){ n = 0; if (L.marker.numKeys > 0){ n = L.marker....
by antoska
November 17th, 2008, 12:15 am
Forum: Expression Discussion
Topic: easing remapped time between markers
Replies: 4
Views: 12799

Re: easing remapped time between markers

Layer still looking for markers... I have got a Composition (5 seconds duration) with a PreComp layer (time remapped) with six markers. The original comp has got 6 markers too but on 14 seconds. It just a correspondence. Marker number 1 time will be number one time on the other comp, etc. The proble...
by antoska
November 16th, 2008, 5:10 am
Forum: Expression Discussion
Topic: easing remapped time between markers
Replies: 4
Views: 12799

easing remapped time between markers

First of all sorry for my poor experience about expressions. I have done a modification of Dan Ebberts's expression "Trigerring animation with markers) for use the time of the markers from another comp layer but I am always getting an error "this property has no keyframe number xx" Wh...
by antoska
October 17th, 2008, 8:45 am
Forum: Expression Discussion
Topic: animating a "dance steps" diagram
Replies: 0
Views: 6684

animating a "dance steps" diagram

I need to animate several "dance steps" diagrams for a DVD lessons. I have every element for animation done as a separate file (man/woman right/left shoeprints). Client sent me diagrams for use as templates to draw the paths in Illustrator. I'll have to draw a path for every shoeprint and ...