Search found 4 matches

by Ko
January 27th, 2009, 9:24 am
Forum: Scripts Discussion
Topic: Math Syntax not working (add)
Replies: 3
Views: 7252

Re: Math Syntax not working (add)

Thanks Lloyd! :D

I understand the parse integer part, but what does the ",10" represent? is this a base-10 thing?
by Ko
January 26th, 2009, 7:42 pm
Forum: Scripts Discussion
Topic: Math Syntax not working (add)
Replies: 3
Views: 7252

Math Syntax not working (add)

I've created this: var myposY = newComp.height*.5 // center on comp height var myposX = newComp.width*.5 // center on width var myposOffset = myposY+myOffset newComp.layer(1).property("Position").setValue([myposX, myposOffset]); because when I tried newComp.layer(1)property("Position&...
by Ko
January 26th, 2009, 7:36 pm
Forum: Scripts Discussion
Topic: The Newbie thread
Replies: 0
Views: 5192

The Newbie thread

After searching through the threads, I thought there might be a good use for a newbie thread to ask really simple questions (especially generic syntax queries).

good for scripting newbies like me. :D
by Ko
August 27th, 2007, 8:43 pm
Forum: Expression Discussion
Topic: Animating a tree with expressions and no experience at all
Replies: 1
Views: 6753

any progress with your script?