Search found 3 matches

by rawbee
September 30th, 2008, 11:50 am
Forum: Expression Discussion
Topic: Trace or Watch Values of Variable
Replies: 1
Views: 8251

Trace or Watch Values of Variable

Is there a way for me to "trace" or "echo" the value of a variable as an expression is running. I don't even know what this would be called, so searching has been difficult. I came across a post here that mentions alert(text:String), but I think it only works in scripts and not i...
by rawbee
March 5th, 2006, 5:23 pm
Forum: Expression Discussion
Topic: using valueAtTime() on individual channels
Replies: 3
Views: 16733

Thanks for the tip! I'll try to break it up more often ;) Your code clears up my problem perfectly!
by rawbee
March 5th, 2006, 5:01 pm
Forum: Expression Discussion
Topic: using valueAtTime() on individual channels
Replies: 3
Views: 16733

using valueAtTime() on individual channels

I'm just wondering why this works:

thisComp.layer("m").position.valueAtTime(time - .1)

but this doesn't:

[position[0], thisComp.layer("m").position[1].valueAtTime (time - 0.1)]

TIA!
Robby