Search found 4 matches

by atomix
Sat Jan 21, 2012 3:31 pm
Forum: Scripting
Topic: How can I disable an animation track ( ex: The transalation)
Replies: 7
Views: 2503

This work definitely needs our imagination :p ... Anyway, my thoughts about the function : 1. Make an toolbar script to toogle the "Frezze/Unfrezze Current Animation Track" 2. This tool script, then do one of below functions: A) in the first attemp is just simply add/remove an embedded scr...
by atomix
Sat Jan 21, 2012 8:38 am
Forum: Scripting
Topic: How can I disable an animation track ( ex: The transalation)
Replies: 7
Views: 2503

Thank for your detail instrustion, really appriciate that! Now I think I've get the idea, let me repeat once again: 1. Create a layer/embedded script 2. Let all the value of the current keyframe ( if ~=0 ) to be exatly equal to the value of frame "ZERO" in the current track. 3. Apply the s...
by atomix
Fri Jan 20, 2012 10:04 pm
Forum: Scripting
Topic: How can I disable an animation track ( ex: The transalation)
Replies: 7
Views: 2503

I'm not sure if I understood, but try with this: go to the program preferences and uncheck "consolidate timeline channels", that will let you look each channel with its own keyframes. Oh, Sorry for my very bad English ! I 've already known that I can "see" separated animation tr...
by atomix
Fri Jan 20, 2012 9:28 pm
Forum: Scripting
Topic: How can I disable an animation track ( ex: The transalation)
Replies: 7
Views: 2503

How can I disable an animation track ( ex: The transalation)

Hi all, I'm new to AS and the forum.. and using AS8. I really want to animate separate keyframe in one track at a time ( ex: I just want to see the ball move , not to change its color _) It's there any way I can do that? ( may be with scripting, did anyone do something similar..) I search though the...