Create Motion Path

Hi. I am trying to follow a tutorial, but I dont get the options they do.  Basically, I created an image and converted it to a movie clip.  Inside of this movie clip, I create a new layer and I give both layers 70 frames.  On the top layer, I then draw a path, right click on the layer, and choose guide.  I then drag and drop the bottom layer, which represents my movie clip, under the guide layer.  The next step is to right click on the bottom layer, my object layer, and choose create motion tween.  This for me however is blocked out, and my only option is to create a classic tween.
Just as a note, I am using CS5 and the tutorial I am following looks to be using an older verion.  Additionally, they dont right click on the layer and choose motion tween.  They select the layer and from like their properties panel, they have a tween option, and from the drop down, they choose motion.  I cannot find this option box in my interface however.
Is there any logical reason why it wont allow me to do a motion tween?
cheers

http://www.youtube.com/watch?v=9AFVUZAmqQY
Let me know if everything works out for you.

Similar Messages

  • Can We Create Motion Paths From Lines Drawn In Illustrator?

    Is there any way to convert lines drawn in Adobe Illustrator into Motion Paths within Adobe Edge Animate? In other words, if I were to create something like a spiral in Illustrator to use as a path to animate an object on in Edge. Or perhaps if I wanted an object to move around the shape of another object as though it were on a path.

    An easier way would be to change the origin of a circle and it would move around it.
    Sample: https://app.box.com/s/k1lxscpit527vm0vguna

  • How can I mass move symbols with their motion paths without creating new keyframes?

    I want to move a lot of symbols all at once if they are off centered or just need to be moved around to see differenr styles across the document, but I can't seem to move a lot of the symbols at once, only one at a time slexting their motion paths. It's rather annoying when I have items coming in at different times and have to re line everything up one by one if I want to move things even over by 1 px. Every time I slecect all my symbols and try to move them it just creates a new keyframe that they follow. Is there any tool or certian way to select the symbols and/or thier motion paths and move them without creating new key frames?

    Hi,
    There's no direct way of moving all the symbols/ motion tweens begining at different frames altogether, but the following steps should help you do it -
    1. Select a motion path on stage, goto Properties panel > Options menu (top left corner) and enable - Always show Motion Paths.
    2. Enable - Edit Multiple Frames option in the Timeline.
    3. Adjust the frame-markers in Timeline to show all your symbols, motion paths etc.
    4. Now that you see all your symbols and motion paths together, Select-all and Move them together. Or, use Shift + click to selectively select the Motion paths/objects and move them.
    Let me know if you have any doubts..
    Regards,
    Nipun

  • Creating a trail of dots along a motion path

    Using image 'dot 2' and a motion path I want to re-create the old movie cliche of the dot which leaves a trail to show a journey from point A to point B. Currently I have Dot2 happily moving along a motion path from A to B - any ideas on how to create the trail of dots behind it?
    Thanks for any ideas

    One quick follow-up. This was easy with paint stroke tool as per the advice. One last step...the stroke 'write on' stops on frame 300 but the clip lasts until frame 400. Ihave th speed of write on set at natural. Currently the stroke disappears when the write on finishes. How do I get the final stroke outline to persist for another 100 frames? I thought there might be a 'hold last to end' as per Livetype font settings....but couldn't find it - or is using keyframes the answer? Thanks.

  • How can I create responsive motion path animation

    I have an animate file that contains many amimations and one motion path animation.  All animation elements of the animate file are responsive with the exception of the motion path animation which is not for some reason.  Why does the motion path animation not repsonsive even though it is L, T, W, H coordinates are set as percentages?
    Thanks

    Hi, evetsrelfel-
    There's no way to make motion paths responsive at the moment - we limit them to pixel-based animations.
    Thanks,
    -Elaine

  • Tween or Motion path for blank keynote with animated stars?

    I create star particle effect from this tutorial: http://www.schoolofflash.com/2008/03/flash-cs3-particle-effect/ and got help from this discussion: http://forums.adobe.com/message/5518425 in order to get what I wanted. My code is:
    var starsArray:Array = new Array();
    var myTimer:Timer = new Timer(50);
    myTimer.addEventListener(TimerEvent.TIMER, addStars);
    myTimer.start();
    addEventListener(Event.ENTER_FRAME, moveStars);
    function addStars(e:TimerEvent):void
              var star:Stars = new Stars();
              star.x = stage.stageWidth / 2;
              star.y = stage.stageHeight / 2;
              star.alpha = Math.random() * .8 + .2;
              star.scaleX = star.scaleY = Math.random() * .8 + .2;
              star.xMovement = Math.random() * 10 - 5;
              star.yMovement = Math.random() * 10 - 5;
              starsArray.push(star);
              addChild(star);
              star.cacheAsBitmap = true;
    function moveStars(e:Event):void
              for each (var star:MovieClip in starsArray)
                        star.x += star.xMovement;
                        star.y += star.yMovement;
                        star.alpha -= .01;
                        star.scaleX = star.scaleY -= .01;
                        if (star.scaleX <= 0)
                                  kill(star);
    function kill(star:MovieClip):void
              starsArray.splice(starsArray.indexOf(star), 1);
              removeChild(star);
    However, I wanted to move the star particles around. The problem is that the star isn't on the screen, but is called in the actions in the blank keynote. I don't know what I should do next to get the result. I looked up online for tweens and motion paths but all i see is that they required the star to be right on the screen, I think? I also heard something about the compiled clip but I don't know how I should go about creating one and using it to move around the stars while it's animated with all the actionscript. All I wanted is for the star particles to float around the screen (on a path that I can draw out if possible).....

    Each star is created in the addStars function. Its position is set in the first two lines:
         star.x = stage.stageWidth / 2;
         star.y = stage.stageHeight / 2;
    So, to move each star to a new location when it appears on the stage, you'll need to change the x and y property values for each star. One simple way to do that is to use that same Math.random() function.
    Try changing those first two line to:
              star.x = Math.random() * stage.stageWidth;
              star.y = Math.random() * stage.stageHeight;

  • Errors with interactive pdf containing motion paths

    I have created an interactive pdf in indesign with simple motion paths. In the preview in indesign it works perfect, but the animations do not work in the exported pdf. This is created in CS6 and I have the creative suite standard installed.

    I have tested with both Acrobat Pro X (10.1.1)  and Acrobat Reader XI (11.0.0.). Due to IT  restrictions I am unable to use such "transfer files" providers, so I am bit stuck. I have tried to put the different animations in layers and in one layer only, with same results. I am
    beginning to think that there are internal restrictions that make this happen

  • Multiple motion paths in CS5?

    Hi-
    I'm new to Flash and have a question. I'm creating a Helium atom for my technology class and am trying to get 2 electrons to circle the nucleus. I've successfully created a classic motion path where one electron circles the nucleus. How do I create another (duplicate) motion path for the other. I'm not sure this can be done, hence the question.
    Any suggestions for the newbie would be greatly appreciated.
    Thanks,
    Mark

    Select the frames where your motion path is being placed on, right-click and select "Copy Frames" and paste them on a new layer

  • Using Light as Motion Path for Trapcode Particular

    Hi,
    I am trying to make an animation for a project, but I cannot figure out some things.  I am trying to create the effect that a person is throwing money out the back of a car.  I have the live shot of the person in the car, but I cannot get the money to behave how I want it to. I am trying to use the Trapcode Particular, but I can't get the particles to follow any motion path.  When I set the settings to motion path, it prompts me to create a light.  I create a light, but can't figure out how to make that light have an actual path rather than simply being a spot light.  Please help! I'm sorry if I don't make any sense, please ask me to clarify if you need it.
    Nicole

    KWNWY wrote:
    I am trying to use the Trapcode Particular, but I can't get the particles to follow any motion path. ...
    Because you are doing it all wrong! If you wanted to use the Motion Path option in the Air physics model, your light would have to be exactly named like that - Motion Path 01. It's not what you want, though. I'm 100% certain of that. You are looking to create a conventional light emitter, which is a whole different thing. For that, your light should be named Emitter (or whatever other prefix you define in the plug-ins Options/ Settings panel). Then you must set the emitter type to Light. If you use spot lights and want your money to emit directionally, you need to set the emitter to Directional as well. Apart from that, Particular will use the light's color, cone angle and intensity to colorize and eject the particles. After that, you can animate the light in 3D space to whatever you need it to do.
    Mylenium

  • Sometimes Circles -- Sometimes Bowen Knots: Motion paths made in Illustrator

    I am doing a very meticulous animation in after effects CS6. To execute this project I made all paths in illustrator CS6. Think of the shape as being the Earth, and the motion path as being Earth’s orbit around the sun. I parented the shape (the shape that will follow the motion path; Earth) with a null object, the shape parented by a null object will then be parented by another null object (the path I created in illustrator CS6, at this point I paste the shape (motion path; Earth’s orbit) into Transform: Position.
    The problem:
    Some motion paths go around the originally made circle, in a perfect cyclical motion. This is what I want. Some motion paths go around the four paths in a square direction, resembling the command symbol on a mac keyboard, also know as the Bowen knot. I do not want this.
    My questions:
    How do I make every motion path (the perfect circle I made in Illustrator) to function cohesively and dissimilar to the original circle, and not like the command symbol? Why is the conversion doing this to some, but not all shapes?
    Best,
    Chris

    Everyone – thank you to all who responded.
    A personal thank you to Rick for spending time and executing a visual explanation.
    It turns out my video wasn't published originally, if you need more information click: http://www.dailymotion.com/video/x1dba60_a-letter-1_creation
    To answer your questions: the Earth's orbit refrence is a simile.
    I understand the process seems irrational; I being with illustrator because I’m trying to find the exact angle to the center point, in addition to the size of the circle. In other words, a circle has four points, turn the circle the correct amount of degrees and one point starts on the center point (the black dot), the other half ends on the colored dot. The only way I know how to do that is by using a plug-in with illustrator (to get the angle from the colored dot to the center point, and the size of the circle), an analog of this plug-in is not offered in after effects.
    My original question: why when I paste the circles (that are already made in illustrator) into the null: position in after effects, some give me a perfect circle, some give me a Bowen knot? I appreciate the suggestions about only in after effects, unfortunately the circle paths were already made in illustrator.
    Best,
    Chris

  • Motion path handles disappeared

    I've been working in After Effects for a little while now and am having some of my motion path handles not appear when they should. I'm working on a slideshow and they seem to appear for all of my other pictures. What I do is go in between the start and end point of a path and move my picture away from the main (straight) motion path I created which usually creates a new keyframe on my timeline and inserts a point on my motion path with two handles I can adjust to make the path curved. This time it just creates the point on the motion path and keyframe, but doesn't allow me to make the path curved. It's really strange and has happened to me before. The way I solved it earlier was to remove the point where it wasn't working and insert a new one, and it would magically turn on, but that doesn't seem to work now.
    I've only been able to find one other person that had a similar problem online, which was solved by going to view---->view options and enabling 'view handles'. This didn't solve my problem so I figured I would ask on here. Thanks in advance for the help.

    That worked, although it's a few extra steps that I shouldn't have to take (and haven't prior to this). I held down alt by mistake at first and it only gave me one handle, but if I just tap alt and then click--->drag away from the point, it does provide me with a handle in each direction, which is what I was ultimately needing. Here is a screenshot of that layer although it's pretty standard.
    When I selected a keyframe that was in between the beginning and end of the motion path, pressed G, and then hit alt it does exactly what I want it to, but usually it adds the handles automatically, and want it to always. This extra step is very annoying because I'm dealing with a lot of motion paths and plan to in the future as well.

  • Flash CS4 - motion paths

    Hi,
    Im confounded to why this is happening and when it looks so much like a program error, it is sold on the shelves as a final product.
    My frustration at CS4 is that the new motion paths are already on the object, identified by a dotted line which you can edit to change the direction of the motion. When I want an object to go from A to B and then on to C, trying to select the object and position it to B is impossible. I always seem to select a bezier point. After attempting to mvoe it to B and then C, zooming in to take a close look at the path its a mess, overlapping in many points and jsut a MESS.
    Am i doing something wrong?
    To get round the problem I've copied the object in it's location and made another layer and continued the object motion on to B or C.
    I'm animating a mouse curser over my visuals and I've now got multiple layers of the cursor object because of this pathing issue.
    Any advice would be gratefully received.
    thanking you

    The above advice is good. It sounds like you have created some kind of motion path, and you are wanting to further edit it. There are many ways to edit, and some will work out better than others. Editing a motion path differs greatly depending on what kind of path you have.
    1) If you started with a path where you have pasted, say, a stroke as your path (you drew something with the pencil or pen, and pasted it onto your tween), you will be dealing with a lot of auto-generated keyframes -- especially if you used a pencil line instead of a pen line. If you drag your object around, where those keyframes are will affect the resulting path. What to do: Try to modify the path using the Pen tools, or start with a pen drawn path. This way you have fewer keyframes to accomodate for. If you have a pencil-drawn path, try removing keyframes and then adjust the path using beziers. Alternatively, paste the motion path as a raw path on a new layer, adjust it by bending, and then repaste it onto the tween. 
    When you ask Flash to auto-keyframe a pasted path, there's really no way around this. Flash has to create keyframes for you, and isn't able to know how you may want to further edit it. So the above ways are necessary, and unfortunately it's a bit of work whatever way you go.
    2) You may have a path that you  have curved, but you want a linear path "down the road" (later on the tween). In this case, the motion tween is inserting curve property keyframes, because you have curved the path. To make the line straight, you need to convert the points to linear points. You can do this on the path or in the motion editor using the Convert Anchor point tool. Or, you can go in the motion editor, right-click the keyframes and choose "Corner point" or Linear Left/right as needed.
    3) You applied an ease and you're dragging the instance on the Stage. This can be tricky. What you've asked Flash to do when applying an ease is for motion math to take over an animate the position of the instance in relation to values (the original path). The instance is controlled by the ease, and Flash accomodates each time you move it. Oftentimes you can't really tell what's going to happen, especially on the Stage (Flash is doing what's mathematically correct and necessary, but it might not be what you actually want!). In this case you probably want to turn off the ease, create your motion path, and then re-enable the ease and see how that affects the path. Adjusting your work in the motion editor might be easier, as you can see the dotted eased values in the graph, which tell you what's actually going to happen to the motion (the "real" value post-ease).
    4) You used the transform panel or Free transform tool on the motion path, which gave wacky results and then you're moving the instance and things are getting worse. This is one area where motion paths can have less desirable results, as it's using a traditional tool not really designed for the new feature on a new feature. My recommendation is to avoid the transform panel, and use the Free Transform tool instead. In a nutshell, the Transform panel traditionally deals with shapes, and the motion path is not a traditional shape - so there are a lot of calculations swapping back and forth behind the scenes to try and give you what you want. Things can get wacky here, so if you already have something very complex (such as a pasted path with tons of keyframes), your transformations may not be what you actually wanted. Free Transform is better, or even better, manually adjust the beziers.  Another alternative is to, again, copy the motion path as a static raw path, transform it and make your adjustments, and repaste it onto your tween.
    Let me know if you need additional help, or are running into something else entirely.
    Thanks,
    Jen.

  • Exporting or saving AE motion paths

    Hello all,
    A slightly odd request, and I have a feeling it's not going to be possible, but... is there a way to export or save motion paths out of AE? Just like bringing vectors in from Illustrator, but in reverse.
    I have a very large comp which I'm moving a camera around. I'd like to take the camera's motion path into illustrator or photoshop and create artwork based on the shape, so that when I bring it back in and add it to the comp it fits the camera's movement perfectly. I know I should probably have doe it the right way round to start with, but the cmera move is/was based on too many variables to lock it down at that stage in the project.
    Any help/suggestions greatly appreciated.
    Thanks.

    Copy&Paste works both ways... Motion paths can be pasted as masks and even as paths in PS and AI. Just make sure to set your clipboard options in AI to AICB, not PDF...
    Mylenium

  • Motion path changes gets larger when copied to Shape Position parameter

    Hello There,
    Richard Gerard has been helpful, and well as other people.
    I have sorta figured out how get a stroke to follow a motion path.
    I (so far) am unable to get a shape to follow the same motion path.
    My shape is a small ellipse commonly known as a circle!
    I have seen this post - http://forums.creativecow.net/thread/2/959085, which is interesting,
    but does not work.  My shape layer consists of name, "Blue Circle",  and two properties below that:
    Contents and Transform.  If i copy the path into the Transform-Position property the path is about 2
    times bigger than the path I want to use, and does not start at the correct spot.
    After reviewing the post above - I added a "path" to the ellipse in the "Contents" area, I can see the path, it is the correct size,
    but the circle does not follow this path.  If I try to copy this path to one of the position properties, no dice,
    the path completely displaces the shape to the wrong coordinates.
    I must be missing something basic here, but have yet to find out.
    Any tips will help.
    Thanks,
    eholz1

    The position path is offset because your Black Solid with the mask isn't in the default position. Both Anchor Point and Position must be reset. Parenting can also foul this up. Here's how to fix it.
    First of all, before you copy and paste the path remove parenting and return the solid with the mask to it's default position by resetting Anchoe Point and Position. Now when you paste the path to your Blue Ball it will exactly match the path on the solid layer. Once the path is set you can redo the parenting and reposition the layers but you must include the blue ball. If it were me I'd create a null and make that the parent of the Black Solid, the Blue Ball, and the Map. Now you can animate the position of the null to scroll across the map and the blue ball will follow.
    To match the timing of the stroke to the blue ball you simply drag out the right most diamond keyframe on the blue ball position until it matches the last position of the stroke.. That's all there is it. Your timeline should look something like this:
    One last question. You have a non-standard composition size. It may not render correctly. What is the reason for the odd size. NTSC D1 Widescreen should be 872 X 486, It's acceptable to also have a comp that's 872 X 480. MPEG compression requires an even number of pixels so your 853 dimension is very likely to cause problems or be automatically resized to a standard frame size.

  • How do you modify a motion path?

    I'm going through the Motion manual, and am in the Behaviors chapter. I can apply a motion behavior to an object, but the instructions for creating a curve don't seem to work. I can't create any bezier points either by double-clicking or option-clicking anywhere on the motion path (i.e., in the canvas??) as the manual instructs. I have looked through the archives, and I see that someone has asked this before, but the responses don't seem to answer the question. It doesn't seem to matter which selection tool I use. I know I can keyframe this, but I want to learn to use the Behaviors. I'm sure this is simple but I'm darned if I can figure it out...
    Thanks,
    Steve S.

    hi,
    have you checked that the Handles option is on in the View pop up menu?
    Also is the motion pth selected in the project? If so the tool mode changes automatically to an edit mode?
    Hope this helps.
    regards
    adam
    moojoose ltd

Maybe you are looking for

  • MacBook Pro 8,2 (Late 2011), Mountain Lion thunderbolt issue

    Hi! Since my upgrade to OS X 10.8.1 (Mountain Lion) yesterday the ports on the back o my 27 " thunderbolt display no longer seems to function? I can hook up my keyboard directly to my MacBook Pro (Late 2011, 8,2) and it works just fine, and it was wo

  • System check fails on install

    The first time I tried to install Flash CS4 trial (on Vista Ultimate 32bit as admin) it crashed my computer. Hard. I wasn't able to load Windows due to "registry corrupted or missing". Fixed all that (a lot of bad data linked to the Flash install) an

  • Vista to XP Driver and Software install N200 0687

    Here's a guide I wrote up while I installed XP onto my laptop, it's been used by a few of my friends. It's specifically for the N200 0687 A31 but as a general guide it's best to install drivers and software in chronological order based on the date of

  • Create Dynamic Variable in LabView (Newbie Java Developer)

    Guys, This is my issue, I am a java & c++ developer and was interested in learning about LabView. But as simple as stated by the NI website it's not as trivial as I would expect it to be maybe because of my though process. So what I'm trying to obtai

  • Macbook Pro Wifi Keeps Disconnecting

    Ever since I got my new BELL Router, I've been having these constant WIFI disconnects. It would stay on for about 30 minutes and disconnect by itself.. anyone have any solutions to this problem?