Is it possible to put the same actions on multiple keyframes at one time? I don't like copying and pasting for 100 keyframes! Please help!?!
You can make a function, create an eventlistener, or loop it. It really depends on what you're doing.
Like if I want the action stop(); for 100 frames on the same layer, how whould I do that?
I think by selecting, copying and reselecting (etc, etc) you could do that... like dank said, doing one of those things would be best. No need to have lots of code on your timeline if you don't need it
Well, if you want Stop(); for 100 keyframes, you don't need the same layer.You could use one that has one keyframe..Then stretch it out to 100 by adding other frames and putting a stop(); code on that layer.Works everytime.
But what if I did a code that makes Random Numbers...I tried your way, but the numbers stayed the same.
Ohh, I don't know then.You'll just need a variable that is random:var randomVar = Random(100); I think
You must be logged in to post a reply!