PDA

View Full Version : Question!


afterpablo
06-14-2007, 12:21 PM
Hello, my regards for all, my question is the next one. how i do that an Script begins in a specific frame? For example, I want that a wiggle begins in the frame 15 and not before. Thank you very much for your interest. Excuse me if my english it's not so good!:thumbsup:

Mylenium
06-14-2007, 01:14 PM
Hello, my regards for all, my question is the next one. how i do that an Script begins in a specific frame? For example, I want that a wiggle begins in the frame 15 and not before. Thank you very much for your interest. Excuse me if my english it's not so good!:thumbsup:

Either split the layer at the point in question or add a slider expression control to animate the amplitude. This certainly has been discussed here, so if you do a search, you will find all the bits and pieces.

Mylenium

berniebernie
06-14-2007, 05:09 PM
I'd do it the way mylenium described but this is also possible

if(time > framesToTime(15, fps = 1.0 / thisComp.frameDuration)){
wiggle(50,50,50);
}else{
transform.position;
}

hospadam
06-14-2007, 07:07 PM
I was getting ready to post an expression much like that, actually.

I'd recomend doing it My's way though... I think that offers you an easier way to change the timing of when you want the wiggle to start/stop.

afterpablo
06-15-2007, 12:52 PM
Thank you guys for your quicky response and your time too. I'm going to prove this.


regards from uruguay

:applause:

CGTalk Moderation
06-15-2007, 12:52 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.