A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Moving Objects with Multiple keyframes

Hybrid View

  1. #1
    Member
    Join Date
    Oct 2003
    Location
    Kennesaw, GA
    Posts
    77

    Moving Objects with Multiple keyframes

    I want to move everything on a nav bar about ½" to the right but there are 3 sets of keyframes throughout. Is it possible to select all objects/buttons etc and all the key frames and move the lot as one piece? Or do I you have to delete all the keyframes beyond frame 1, and replace them after the move?

  2. #2
    Senior Member
    Join Date
    Apr 2003
    Posts
    238
    Hit the "Edit Multiple Frames" button just under the timeline - it is the two blue boxes. Make sure that the guide above the timeline covers all of your frames that you want to move. Then, [ctrl]+A to select all and move it over.

  3. #3
    Member
    Join Date
    Oct 2003
    Location
    Kennesaw, GA
    Posts
    77
    OMG - That is too cool. The amount of times I have "started over" when trying to do that...

    Thanks.

  4. #4
    Senior Member
    Join Date
    Apr 2003
    Posts
    238
    No problem!

  5. #5
    You Make Me Want To La La
    Join Date
    Apr 2003
    Location
    NY
    Posts
    64
    could you also just make the nav a movie clip so you can move it all together?

  6. #6
    Senior Member
    Join Date
    Apr 2003
    Posts
    238
    Absolutely. Just make sure that, when completed, you update your targets to call the main timeline. If you had a button that called a movie clip, for example, you would need to adjust the code from:

    on(release){
    myClip.play();
    }

    to:

    on(release){
    _root.myClip.play();
    }

    Make sure you know where everything is in relation to the main timeline so you can call things properly.

  7. #7
    Junior Member
    Join Date
    Jun 2004
    Posts
    14
    Is there a quicker way to select the whole timeline when editing multiple frames? Right now I'm scrolling and moving the selection bar over about 50 frames at a time, which is a bit of a pain with long sequences.

  8. #8
    Senior Member green_eye's Avatar
    Join Date
    Apr 2004
    Location
    Sarasota, Florida
    Posts
    1,496
    shift + click on each layer to select it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center