Motion tween copy stacks symbols at end

I am trying to copy a motion tween to another symbol, and at the end of the motion, the symbols end up stacked on top of each other. How to I adjust the second symbol so it stays behind the first at the end of the motion path.

Yes, I did that when I first created the action layer before I thought about the timeline tween. So, after I created my tween and stretched all the other layers to match the THX sound duration, I neglected to delete the first stop(); action in the first frame of the action layer. I placed a blank keyframe at the end of my action layer and put the stop action there. That did the trick!
Thanks Ned.

Similar Messages

  • Motion tween within a symbol (CS5)

    hi, im doing an animation (in CS5) for an independent art class and i had a question
    in short im trying to get a motion tween, which is within a symbol, to show up in the main animation
    i have a guy who is swinging a sledge hammer using the bone tool, and his hands and the hammer are one symbol.
    i want the hand in front to move up on the handle (which within the symbol is on its own layer and is already perfectly animated)
    unfortunately the animation within the symbol doesn't show up outside
    so im wondering how I can do this
    thanks in advance for any help you can give me

    the animation isnt well organized
    but here are some screen shots with the time line
    http://imageshack.us/f/848/timeline.png/
    http://imageshack.us/f/141/timeline2.png/
    the hammer with the hands is a symbol and within the symbol (2nd picture) i have the motion tween

  • Purpose of motion tweens + movie clip symbols

    Hello. I've been going over several tutorials and whatnot and I'm confused on the point of movie clip symbols and motion tweens. To me using the other tweens and symbols are "easier". Can someone explain to me why they're so beneficial to have been added to CS4/CS5? Except I understand that movie clip symbols can be adjusted using the 3D tools but is that the only difference?
    Thanks so much

    it's easier to fine-tune different movieclip property tweens using the motion editor than it is to control those tweens using the classic tween.  that said, for most tweens, the classic tween works well and it's easier to implement.

  • Combining a path motion tween with a mask

    I have a mask layer that I have animated and underneath that
    I have a motion tween of a symbol using a path motion guide. The
    mask doesn't seem to work with those layers. Is that a restriction?
    If so BIG BIG BUMMER!!

    create a black shape in your bottom-most layer.  above that layer create a while shape that covers you black shape.  above that layer create your oval and tween it.  finally right click the oval containing layer and click mask.  test.

  • Converted Symbol can't be Pasted into Keyframe: Motion Tweening

    I have two files one is called tween_start.fla and the other is called tween_end.fla I am trying to create a motion tween where the animation begins at tween_start.fla and ends at tween_end.fla Each file consists of 7 shapes (it's a tangram if you're curious). At frame 10 of the tween_start.fla timeline I right-click on each layer and do Insert Blank Keyframe. Then I go to tween_end.fla click on a shape and do Modify>Convert to Symbol. Then I go back to the timeline for tween_start.fla, right-click on frame 10 and do Paste Frames or Insert Keyframe. If I do Paste Frames with all of the symbols I've created in tween_end.fla then the shapes end up stacked on top of each other. If I do Insert Keyframe it doesn't insert the symbol I've just created, instead it just keeps the same shapes that were at the first frame of tweet_start.fla. So how do I insert the symbols from tween_end.fla into the tenth frame of tweet_start.fla and then execute a motion tween between the frames?

    I have created the same number of keyframes and kept the layers the same as you suggested and it still doesn't work. What I don't understand about this problem is, how does the timeline know that what you are pasting into the keyframe is the new symbol that you have just created? There is no command that says Copy Symbol and when you paste into the keyframes you can only choose Insert Frame, Insert Keyframe, or Paste Frames so how do you get it to paste the symbol you just made? Thanks for your help anyway.

  • Moving multiple symbols "breaks" motion tweens

    I'm working on a character rotation in Flash CS 5.5 that leads into a basic walk cycle using all motion tweens. The tutorial I'm following (which only uses classic tweens) says to grab all the upper body symbols with free transform and rotate them forward a little. This works fine with classic tweens, but with motion tweens, the parts pop strangely out of place and the more frames I try to move the upper body symbols on, the worse the symbols start randomly sliding around. You can see a simple before/after example posted below. Moving the profile view upper body symbols displaces the arms on the first frame.
    Is there any way to move multiple symbols without ruining them? Someone else described at length a problem like this on an old thread, but no one answered: http://forums.adobe.com/thread/1084800
    I've tried taking all the upper body layers and sticking them in a symbol, but that won't work because the left hand will pass over the left leg instead of under due to layering.
    EDIT - Whatever change is made to the arms during the walk  changes the key frames at the beginning, but only if selected with other symbols. If I move the upper body parts down instead of rotating them, the first frame arms will be retroactively be moved down.
    Message was edited by: LastNameLeft3000

    If you are interested in getting decent results at some point youwill have to looke into the Bone-Tool or use a extension like DragonBones
    The reason why you are having "Displacement"-problems lies in the "Math" behind how AnimatorFactory (the system behind Motion Tweens) handles transformations different from Tweens (Its outright misleading to call them Tweens, and Adobe did a poor naming job).
    Right click one of the Motion tweens and chosy "copy as Actionscript 3.0" from the context menu then paste the code in any available textEditor and you will see sth like:
    import fl.motion.AnimatorFactory;
    import fl.motion.MotionBase;
    import fl.motion.Motion;
    import flash.filters.*;
    import flash.geom.Point;
    var __motion_Symbol1_9:MotionBase;
    if(__motion_Symbol1_9 == null) {
        __motion_Symbol1_9 = new Motion();
        __motion_Symbol1_9.duration = 24;
        // Call overrideTargetTransform to prevent the scale, skew,
        // or rotation values from being made relative to the target
        // object's original transform.
        // __motion_Symbol1_9.overrideTargetTransform();
        // The following calls to addPropertyArray assign data values
        // for each tweened property. There is one value in the Array
        // for every frame in the tween, or fewer if the last value
        // remains the same for the rest of the frames.
        __motion_Symbol1_9.addPropertyArray("x", [0]);
        __motion_Symbol1_9.addPropertyArray("y", [0]);
        __motion_Symbol1_9.addPropertyArray("scaleX", [1.000000]);
        __motion_Symbol1_9.addPropertyArray("scaleY", [1.000000]);
        __motion_Symbol1_9.addPropertyArray("skewX", [0]);
        __motion_Symbol1_9.addPropertyArray("skewY", [0]);
        __motion_Symbol1_9.addPropertyArray("rotationConcat", [0,3.91304,7.82609,11.7391,15.6522,19.5652,23.4783,27.3913,31.3043,35.2174,39.1304,43.043 5,46.9565,50.8696,54.7826,58.6957,62.6087,66.5217,70.4348,74.3478,78.2609,82.1739,86.087,9 0]);
        __motion_Symbol1_9.addPropertyArray("blendMode", ["normal"]);
        __motion_Symbol1_9.addPropertyArray("cacheAsBitmap", [false]);
        __motion_Symbol1_9.addPropertyArray("opaqueBackground", [null]);
        __motion_Symbol1_9.addPropertyArray("visible", [true]);
        // Create an AnimatorFactory instance, which will manage
        // targets for its corresponding Motion.
        var __animFactory_Symbol1_9:AnimatorFactory = new AnimatorFactory(__motion_Symbol1_9);
        __animFactory_Symbol1_9.transformationPoint = new Point(0.499943, 0.500000);
        // Call the addTarget function on the AnimatorFactory
        // instance to target a DisplayObject with this Motion.
        // The second parameter is the number of times the animation
        // will play - the default value of 0 means it will loop.
        // __animFactory_Symbol1_9.addTarget(<instance name goes here>, 0);
        // Call the addTarget function on the AnimatorFactory
        // instance to target a DisplayObject with this Motion.
        // The second parameter is the number of times the animation
        // will play - the default value of 0 means it will loop.
        // __animFactory_Symbol1_9.addTarget(<instance name goes here>, 0);
    This is only the code for simply rotating a rectangle over the duration of 24 frames.
    You notice 2 two problems right away: while having the registration point in the center, Flash distorts the values:
        __animFactory_Symbol1_9.transformationPoint = new Point(0.499943, 0.500000); //should be (0.5, 0.5)
    you can imagine that this "error" gets worse when inherited from nested symbol to nested symbol, it "exponentially" grows with each nesting, and it will soon reach a point were it gets visible.

  • How do i start a motion tween by clicking a button and stop it at the end of the tween.

    Hi guys,
    I am creating a website for a project and i am trying to activate a box bropping down from another box when i click on the enter here button i have created. I have set the motion tween and its working when i preview i just unsure of the correct actionscript to start this tween when i have clicked the entere here button or how to stop it at the end of the tween.
    I am scared i may have made the layers in the wrong place, they are all currently in scene 1. does my second box that is dropping down need to be set inside the layers of the first box?
    Bit of a newbie at this.
    Thanks in advance!

    Create the dropping box movieclip as an animation by itself with a stop() coomand in the first frame and a stop() command in the last frame.  The click of the button should tell the movieclip to play(); at which point the animation should play and stop at the end.
    Another option would be to use an actionscript Tween to make the box drop.  Going that route the animation is what you code it to be and there is no need to have to stop it as it will end where you tell the Tween to end at.

  • The new motion tweening of symbols - awkward - what am i doing wrong?

    Hello.
    I have been doing classic tween animations for years now, and i still have to find a use for the new one to get benefits of these custom easing like "spring" etc which would be very handy to have without doing them manually. But as soon as i say to myself "ok lets try this new tweening" im running into absurds like the one on screenshot. Its a simple animation of symbol from left to right with added "spring" easing... as you can see its nothing like the one shown on the preview... Whats wrong with this? Does it need ot have like bazylion of frames to be able to work properly? And why its cutted on top so it doesnt look like elastic spring but rather like somehting hitting hard wall?

    Agreed that the motion editor is unintuitive and generally not very good.
    The issue you are running into here is this: When you apply an ease, flash does not expect you to want to ease between those two keyframes. That would be what you expect to happen, and that would be useful, but it's not the way it works. It is actually using the entire motion tween to decide how it's going to perform the ease. It's kind of difficult to describe, so maybe these screenshots will help illustrate what's going on.
    In this shot, the entire length of the tween contains two keyframes. One is the start, and the other is the max height of the spring.
    Everything is ruined if I duplicate the last keyframe. The expectation would be that the spring would apply between the first two keyframes, but it actually tweens the whole span.
    You can sort of get an idea of what's going on as you slide those keyframes together.
    If you split the motion, it will work as expected... sort of. Not sure about others, but it causes issues in our code if a movieclip's tween is not unbroken. So the whole motion editor is pretty worthless to me, and I wind up making a ton of keyframes by hand instead.

  • Basic Motion Tween not working?

    I created a graphic symbol in Illustrator and copied-and-pasted it into Flash. I placed a keyframe further in the Timeline and scaled the symbol down on that frame. I went back to the first frame and right clicked on it and chose to create motion tween, though nothing visually happened between the first frame and last one like it did in previous versions, and the the symbol did not not animate. What did I do wrong?
    Thanks.

    Adobe has made it a wild goose chase. For me, it only works if I don't have a second keyframe. Baffling, why should it behave so differently than classic tweening?!
    People like me have been hitting their heads against the wall for years trying to get this to work. Absolutely asinine.
    For the record and to repeat my huge gripe, it behaves nothing like classic tweening, where you define an end point and then "tween" between them. You can end up doing that, but you can't create the tween between two existing keyframes (even if they have the exact same single object in them).
    So this is what's working for me now:
    1 - Create a timeline layer with one single object in an initial keyframe (black dot indicates a keyframe). No more than one object can be tweened in one layer, but Adobe will not give you any userful feedback about this while you're working.
    2 - On that layer, farther out in the timeline where there are no frames (what is the name for these "non-frames"?), right click where you want the tween to end, and select "Insert frame". (You'll have a black dot keyframe, a row of grey empty frames, and white box as a blank keyframe.
    3 - Right click anywhere on the active part of that timeline and choose "Create Motion Tween", even though there is nothing to tween yet. After you do this, the span of frames should turn blue and the blank keyframe white box should disappear. Congratulations, you've created your first motion tween, but Adobe doesn't want you to know that. You need to actually go to individual frames and move the object around to get tweening to happen, as I outline in steps 4 and 5. Assuming your object is where you want it in the starting position, I would recommend going to the last frame to determine the final position next. Then you can do any number of middle positions (each frame can have a new position).
    4 - (optional step, helps with positioning on the timeline) Scrub the timeline and find a frame where you want the trajectory of your object to change (at the very minimum, you'll want to move the object for one frame, otherwise there will be no motion)
    5 - Move the object on the stage.
    6 - Repeat 4 and 5 for as many frames as you want.
    If you're not seeing motion paths that chart the motion, play with the little buttons on the bottom of the timeline, such as Onion Skinning. Lastly, just move the playhead left and right. If you're not seeing your object move, then blame Adobe some more, because this is far from immediately intuitive.

  • Motion tween not working - CS5

    I created a symbol, placed it on the timeline, made a copy and moved it to another place on the timeline, clicked in the middle and selected motion tween. It shows a motion tween on my timeline, but when I move the playhead, there is no animation, just a start state and an end state. Help, please!

    should only be the symbol on that layer, there should be no other object, be careful, a single point can do not work
    If you copy the symbol in the time line then use "Create Classic Tween"
    to use "Create Motion Tween" just right click on the frame in the timeline (without copying anything in the timeline) and select "Create Motion Tween", position the playhead at the frame you want and move the position of symbol

  • Combine multiple animations/moving a motion tween path location

    I have three similar animations that are stalling on preload as it's referencing the data from dropbox. We thought that it might be faster if it loaded only once, so I am now trying to combine the animations into a single scene. I'm having trouble copying and pasting the animation. I'm not quite sure where the problem originates from. I did, originally, successfully reproduce the animation and apply it to the separate elements when making them on separate stages, but now I see one of the elements (I'll call it GREEN) has a motion tween, and I'm not sure why the others (ORANGE and BLUE) are set to X, Y motion. I specifically recall having created them via motion tween, but at least they are still moving the way I created them to.
    When I copy and paste > All, GREEN (with its motion tween) is placed on the stage at X=45 coordinate, and i need the whole path to be moved over to X=643. When I drag, it only affects the current location, plus there are a couple of "points" on the line that don't have keyframes associated with them, so it has been nerving to try and set them this way. Is there a way to do this?
    Thanks

    No problem!
    So do you notice how your blueballoonCopy has those chevron marks on the timeline? That's an indication of duration in a container such as a symbol or audio element. In your case, it's a total 30 sec. of transitions, and it's a symbol. When you want to loop things differently, they should be in their own timelines, i.e. in their own symbols.
    You should do two things to get this set up:
    Convert blueballoonCopy and GREEN_KIDS_BALLOONCopy3 into a single symbol, since they will both loop endlessly from the loopGrn label to the end. Put the playhead over the loopGrn label, then select it and the trigger at the end and cut them (Edit > Cut), and then double-click on the symbol on Stage to edit it and with the playhead at the same place, paste the label and trigger. You should now have the label at 26 sec., and the trigger at the end of the timeline. Navigate back to the Stage timeline, and these two elements will now loop endlessly in the brower.
    Now convert your orange_balloon element into a symbol - that will put all of its animation inside the symbol. If you want the entire animation loop twice, add a single play action to the end of the chevron (duration indicator). If you want only a part of it to loop, use a single play from action instead, and enter the timecode or label to which you want to loop back.
    And now you'll have those two elements looping continuously, and the orange_balloon symbol looping just once.
    hth,
    Joe

  • Motion Tween (CS4)  - please help

    I'm a student trying to finish (what should be) a pretty
    simple assignment. I'm creating a 30 second banner. From frame 1 to
    frame 90 (3 seconds), I have an image (movie clip) sliding in and
    "bouncing" into place with a motion tween (used the motion editor
    to get the "bounce in" ease effect on the tween). So, currently,
    after frame 90 there are no more frames on that layer; my image
    disappears.
    Now I want the symbol instance to stay in place for the next
    x frames, while stuff on other layers slides in on "top" of it. But
    if I go out to frame x, select it, and hit F5, F6, or F7, it makes
    the symbol stay in place over those frames like I want, BUT it
    screws up my motion tween. I lose the "bounce in" ease, for some
    reason. How can I get my motion tween to work like I want from
    frame 1 to frame 90, and then have the symbol instance stay put for
    the next x frames after that?
    Thanks!
    Christophe

    My instructor said just to go to the frame in the layer, go
    to frame x and select it, then do insert>timeline>frames. But
    that still screwed up my tween. The object slides into place, but
    the "bounce in" ease is no longer visible.
    I found this workaround - which doesn't seem very efficient,
    but it worked. My motion tween ends at frame 90:
    1) select frame 91, hit F7 to insert a blank keyframe.
    2) go to and select frame 90, select the object on the stage,
    copy it.
    3) go to and select frame 91, paste in place.
    4) Now go out to frame X, select it, and hit F5. Object now
    sits in place from frame 91 to frame X, and "bounce in" ease of the
    motion tween from frame 1 to frame 90 isn't affected.

  • Poor quality motion tween with png image, tried "Trace Bitmap", but then it looks like a newspaper

    Greetings all,
    I've been a software developer for many years, but am not very savy in the design elements.  So, much of what I'm going to say will probably sound "newbie", so please forgive me in advance.
    So, I'm trying to get a transparent image to fly in from the side.  So, I *thought* I was doing the correct thing by moving the "symbol" off of the visible portion of the stage, and creating a motion tween to move it onto the stage.  The motion works, but the quality of the image in general (and the text in specific) looks pixelated.
    Thus, I did a little bit of snooping, and everyone said that you should start with a bitmap.  So I saved the image from Photoshop into .bmp format, and was able to set the properties to "allow smoothing" and with lossless compression.  So far, so good.  Now, as I expected, the transparency is no longer there... 
    So here's the question:  how can I make this image retain its quality, still have transparency, and a motion tween?
    It seems like this is some set of characteristics that don't play well together, even though I see this type of thing online ALL the time.
    I tried "Trace Bitmap" to convert to a raster image, and tried to follow some suggestions online, but when I do "Trace Bitmap", it ends up looking like it has a bunch of grayish dots on the image... definitely NOT what I was expecting.
    Thanks for your help!
    JPB

    Go back to using the png, and set the smoothing allowance. That should take care of the quality.  In Flash, a "bitmap" will often refer to any type of image element... .bmp's are probably dinosaurs (as in extinct) where Flash usage is concerned.

  • Motion Tween grayed out

    I'm doing a project for class and I'm not terribly savvy with Flash, so please bear with me as I try to give you the information I hope you'll need to help me out.  I am using Flash CS5.
    I am doing a kinetic typography project. I need letters to move along a path I drew with the pen tool.  I drew the path.  I have the letter.  I converted the letter to a symbol.  I created a guide layer and my pen tool path is on it.  I click on the layer with the letter and the letter is just off the stage.  I have 30 frames created and one initial keyframe in the first frame of the timeline.
    When I right-click on the letter, Create Motion Tween is grayed out.  When I right click on the layer containing the letter, the Create Motion Tween is grayed out.  When I add another keyframe to the end (frame 30 in this case) and try to right-click, it's still grayed out.  I've tried clicking on the guide, the letter, recreating the symbol... What am I missing?

    You're welcome.  One problem with the new tweening (hearsay on my part) is that they are not intuitive to use.  With the classic tween it is a straightforward matter of start frame, end frame, and done, and it serves most purposes folks have for timeline-based tweening. 
    It is possible the approach you took is not the way to go when creating motion paths for the new tweens.  Here's a link to a video that demos using the new tween with a motion path.  It appears the path is not done the same way you attempted if you have the path on a separate layer...
    http://www.youtube.com/watch?v=4-BIlFiy_DY
    So it is looking more like the grayed out options were correct.
    I would hope that if you showed your instructor the problem you were having you wouldn't get any disfavor shown for your solution, especially if you were taught to do what you were trying to do... and it might even teach your instructor something. 

  • Motion Tweening in CS4, please assist.

    Hi there,
    I have a character that I'm trying to animate. In particular it's an arm, hand, and finger. The animation is pretty much a character doing a "come and get your butt kick" animation with his gesture.
    Each of the three elements (arm, hand, finger) are separate symbols... all derived from copy/pasting from Illustrator. I set the animation keyframes for each, selecting as a all (shift select) and adjusting per the pivot point.
    When I choose motion tween, it doesn't do anything, it still jumps, but the color insists that the tween is there. I tried classic tween and all but the finger animate appropriately. Guessing classic doesn't allow more than two elements.
    What may be the problem:
    - For each symbol (remember 3 of them) if I were to go into that symbol, must everything be broken apart? At the time of writing this, I only have the 3 symbols. But I thought maybe within the symbols having groups is a bad thing?
    Thanks for your time and help.

    I can't duplicate it.
    I think what I did that wasn't working was the following:
    I had an arm, hand, and finger. The animation was like a "hey come here".
    I'd animate the finger (rotation point at hand), then the hand (rotation point at the arm), then the arm (rotation point at the torso) in that order. I think what I did wrong was, I should have selected all of them (arm, hand, finger) and then animated the rotation of the whole (the group of the whole limb). then work down to the hand and the finger. I think I was animating details first (backwards), then groups second. I assume that's what makes things jump sometimes.
    Hopefully that makes sense.

Maybe you are looking for

  • IPod touch will not turn on or sync with iTunes

    I was listening to music on my iPod and i paused it. When i looked back at my ipod it had a black screen so i figured it was just in like the sleep mode or whatever it is. but when i hit the button for the screen to come back up nothing happened. i t

  • Update 2006-06-28 failed. Now iPod unaccesible.

    Good Morning, Tried updating my iPod Nano yesterday. It appears to have failed. I allowed it to continue all night but the updater window was blank. The iPod display says do not disconnect and a small "daisy" timer appears in the upper header from ti

  • Firefox will not open at all. Google Chrome main browser.

    Google Chrome my main web browser with Comcast as home page. Now Firefox will not open at all. What do I do. Delete Firefox and reinstall is what I think?

  • Subcontracting work handling in CO

    Hi , For my client , we need to configure and handle  subcontracting business both for subcontractor & subcontractee . Both under the same corporate group but separate leagal entity . For example , A is giving a subcontracting owrk to B .   In the bo

  • IMac 20" - whirring noise every few minutes

    hi since yesterday, every few minutes a whirring noise occurs. It builds up quite loudish like a crescendo and then resorts back to normal sound levels pretty much straight away once it has hit the highest noise level. Roughly happens every 4 mins an