Search found 5 matches

by rook2pawn
February 12th, 2008, 1:44 am
Forum: Scripts Discussion
Topic: How do i copy a datastructure?
Replies: 2
Views: 8237

Re: How do i copy a datastructure?

thanks darkmoon! ill check it out :D
by rook2pawn
January 17th, 2008, 12:19 pm
Forum: Scripts Discussion
Topic: How do i copy a datastructure?
Replies: 2
Views: 8237

How do i copy a datastructure?

Is there a general method? Btw the adobe scripting guide pdf displays all the objects, but has nothing about methods or commonly needed tecniques beyond a few sparse examples in the property object section etc. what do i do to copy say myComp.layer('Audio Amplitude')("Effects")("Both ...
by rook2pawn
January 17th, 2008, 12:09 pm
Forum: Script requests
Topic: I want more general help
Replies: 1
Views: 6660

I want more general help

instead of giving people exactly what they want ("I want to do this effect or this kind of script just give it to me") how about discussion of general concepts and tools so people can learn how to do it instead? like, in mysql if i asked how do i show the first names from this table sorted...
by rook2pawn
January 16th, 2008, 1:46 pm
Forum: Scripts Discussion
Topic: For Loop for each keyframe how?
Replies: 0
Views: 5921

For Loop for each keyframe how?

how can i set up a for loop to go through each key of say "Audio Amplitude" when i do a convert audio to keyframes?
by rook2pawn
January 16th, 2008, 10:20 am
Forum: Scripts Discussion
Topic: How can i get access to methods? Please help
Replies: 0
Views: 5957

How can i get access to methods? Please help

Im trying to write all my code in a jsx, but im getting tied up trying to use expressions when i can't figure out how to properly do it without an expession. sometimes i want to use a method like timeToFrames or maybe the function linear. but when i work in my jsx file i think there is scoping probl...