views:

207

answers:

2

I know there has to be away to adjust objects on the stage from all keyframes because it's probably the most annoying thing I've experienced

I adjust a bitmap image and then when you play the movieclip, right when it hits another keyframe it shows the old position instead of the new. How can I update all images on the stage including all the keyframes?

A: 

In general when you make a change in one keyframe, the change occurs only in that keyframe. If you want a particular object (like a bitmap) to be unaffected by keyframes, simply move it to a different layer that has no keyframes. Then any adjustment you make to that bitmap will be reflected across the whole timeline. The whole principle of keyframes is that when they occur, the position, etc. of all objects in that keyframe are updated, so the key to working with the timeline is making sure that keyframes exist only in the places and only for the objects that need to be updated.

fenomas
A: 

You want to toggle on "Edit multiple keyframes". Its the little switch next to the onion markers underneath the timeline. Looks like [ ] <-- that :). When you turn it on you will get these markers on your timeline that you can drag which will then show all the instances in the keyframes. Then you can select multiple keyframe items and apply the same transformations.

Allan
this is what i was looking for. thanks
numerical25