How to make a line follow a motion path

alright, i'm gonna try and explain this as best as possible. i want to do something like what apple did for the motion video, where lines follow a motion path. but my problem is that when the line hits a keyframe, the line stays straight and turns its axis (looking ********), unlike apple's vid where the line itself turns and curves around each keyframe.....alright does that make any sense? look at the picture below, see how the lines are curved to follow a path....my lines stay straight and look like the second pic.
http://img279.imageshack.us/img279/1269/picture59rh.png RIGHT WAY
[img=http://img279.imageshack.us/img279/1387/picture68sb.th.png] WRONG WAY
iMac G5   Mac OS X (10.4.5)  

Don't do it like that. Create a curved line and use a replicator on it...
Patrick

Similar Messages

  • How to make a line intersect with a path at random angles?

    How do you make a line intersect with the anchor point of a half circle when you want the line to continue on past the anchor point of the half circle at a random angle?

    Howdy.
    Try this:
    Lock the semicircle. With the pen tool, draw a line from the point of origin to the anchor point of the semicircle. It will still snap even though it's locked.
    Now, we use Jet's scale idea. Select the Scale Tool (S). Click on the point of origin to position the reference point. It will snap. Now, while holding down the Shift Key, drag right and down. The line segment will stay snapped to the endpoint while you drag (highlighted). You can drag it as far as you want.
    That's it.
    Peace,
    Lee
    PS: It's pretty much all Jet's method with the benefit of the OP's screenshot of what he was trying to accomplish. Jet offered the best answer, it looks like to me.

  • How to make new line in JButton.setText()?

    how to make new line in JButton.setText()?
    I want to set the text of jbutton in tow line ,as follows
    | jbutton-line1 |
    | xxxxxxx-line2 |
    i konw i can jbtton.settext("<html>line1<br>line2</html>");
    but i find it's ugly using html,
    is there anyother way to create new line in JButton's Text

    As for the above comment....
    I thought the question was well purposed. Using HTML was not acceptable in this instance, which was made clear, so why critisize his comments? "Using HTML" is a poor solution, it does NOT work in many instances due to browser, OS variations. Usually the "common answer" is never a COMPLETE answer.
    Possible Solution:
    Use JLabels to render the text on the button.
    import javax.swing.*;
    import java.awt.*;
    public class ButtonMaker {
    public static void makeButton(JButton jb, String[] titleList) {
    jb.setLayout(new FlowLayout());
    for (int i = 0; i < titleList.length; i++) {
    JLabel tmpLabel = new JLabel(titleList);
    tmpLabel.setForeground(Color.black);
    jb.add(tmpLabel);
    public static void clearButton(JButton jb) {
    Component[] cList = jb.getComponents();
    for (int i = 0; i < cList.length; i++) {
    if (cList[i] instanceof JLabel)
    jb.remove(cList[i]);
    Known Limitations:
    1. Flowlayout does not work well with single line text buttons... perhaps another layout manager may work better for various buttonsizes-linenumber combos.
    2. Mac OSX : The default UI for Mac OS X (and above it seems), is to have rounded edged buttons. These rounded edges are destoryed when using JLabels, leaving a square, blocky button in its place.
    POSSIBLE SOLUTION:
    (this is ugly and time consuming)
    - create images of the button with text on them.

  • I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    Motion basically looks at the the source footage and it's timing (in the timing section of the Inspector) when analyzing for tracking.  Filters are basically ignored by the tracker.  Retiming actions, like time re-mapping, or retiming behaviors that are applied before the tracker should be used by the tracker.  Did you change the timing after doing the tracking?  If so this would also require you to re-track the shot.  Understanding that you found a workaround, describing the effects you applied would help to explain why you ran into problems.
    Cheers!

  • How to make several copies of a shape follow a motion path

    Hi all! Does anyone have an idea for this:
    I have drawn a "highway" using the bezier tool - I want a lot of circleshapes to follow this highway to indicate a current flowing. I have the circle shape and with the motion path behaviour I can make it follow the shape. Now I want a lot of cirlces to do the same so the highway is filled with the circles repeating over and over. I have tried some different setting an emitter with motion path but it doesn't work.
    I would think that this illustration is quite common so maybe some of yo could give me a clue on how to do this??
    Morten

    Hi.
    I tried it using the Replicator:
    Create the highway.
    Create a Circle.
    Replicator settings:
    Shape> Geometry.
    Shape Source>your highway Shape.
    Points>27
    Offset: assign a Ramp Behaviour. Start Value 0%. End Value: 191%. This moves the circles along the highway.
    Tweak to taste.

  • How to make a line with arrow curve around a circle?

    I've got CS6 and Windows 7. Trying to make a line with an arrow on one end curve around a circle. Actually want it to have a 3D look like it was curving around the back side of a globe. How do you do this? Thanks.

    Perhaps you mean something more like this
    similar technique you create the arrow as a straight stroke path with an arrowhead and make it a symbol
    You then make it a symbol
    you than make a vertical rectangle and use the 3D Revolve Effect to make a cylinder
    then you go to map art
    then you choose in the map art to make the geomtery invisible
    then you ma the arrow symbol and adjust the placement and then adjust the rotation of the cylinder to your likeing.
    If you need a video to follow I'll do one later.

  • How do I get different layers to follow a motion path but start at a different time?

    I'm doing a project where I need to have several credit cards come in from the bottom left, move to the middle right, loop up and come back down to exit bottom right. I can make one card do that with a motion path but every time I make the cards follow it, it just follows the null object wherever it's at. How do I make those cards start at different times so it looks like the cards are trailing? Once it gets to the loop the cards still need to stay behind as well.
    I've been using AE for years and I feel like I should know how to do something as basic as this but I've been drawing a blank now for days. Thanks for your help!

    Meaning the speed is constant for the duration?
    Rove Across Time feature would help.

  • How to make smooth line movement?

    Hello!
    I've been searching it everywhere, but couldn't find anything in the net. I want to make smooth line movement. I've tried to create motion, but line just moves, and I want it to move smoothly according to the path. What I want to achieve can be seen here:
    http://www.noartistname.com/demo/
    But that's what I did so far - made movement out of several broken lines - how can I make more smooth movement?
    Thanks,
    Aleks.

    the easiest for non-coders is to tween a mask of the full line.  you can also use the flash drawing methods but that takes some coding.  see:
    www.kglad.com , click snippets, function graphs.

  • How to Make a line of text smile?

    Is it possible to type on a path in Motion, so I can then animate the path and make a line of text look like it is smiling? Or any advice as how I can go about this?
    Thanks

    I have not watched the tutorial, but was going to post that I used a 3 point bezier open line shape that I keyframed into a smile, used that as the shape in a "Geometry" layout and it worked fine...
    It was a bit slow to render, but not too bad. Sorry I didn't keep it to post online...
    Patrick

  • How to make the lines of the table and the template same

    Hello Abapers,
                        I have a requirement, I have made a table in which i have displayed all the values in it, and under that i have taken a template and diplayed the total of it but the lines drawn to the table and the template is different, the table line is dark and the line of the template is lite, how can i make the line of the template dark, i mean the same as the table line. i hope u understand my problem.can u  please help me in solving my problem as the requirement is very urgent.
    HOPE U UNDERSTAND MY PROBLEM
    Thank u in advance  .

    HI,
    Adjust the line width option for template and table,its there under pattern.

  • How to make curved lines in image more smooth and clear

    How do i make this clear its and image, i want to make the lines really clear and smooth

    Quick and dirty:
    Use Gaussian blur to soften the edges, (I used a value of 2).  The use levels, and drag the black and white sliders towards thge center.
    Much better to create from scratch using the rough graphic as a template.  If it is a one off, then just stroke a path for the circular outlines, and use a layer mask for the break in the inner circle.
    For the curved text, the simplest way is to use the type tool, and then the Create warped text tool from the Options bar, but I doubt you'd get a tight enough curve, so you'll need to use Type on a path.  The easiest way to do that in this case would be to drag out a circular selection with the Marquee tool using the Shift and Alt/Opt keys, and then use the Make work path from selection icon at the bottom of the Paths panel.  Hover the Type cursor over the path and type your text.  If you use Center justified and start at the top, to keep it symetrical, but I just get it close, and fix it with Free Transform.  The rest is straight forward.  I used Areil bold for curved text, and Times New Roman bold for the center text. Use a custom shape for the Tick.  If the tick is not quite to your liking, use the Direct selection tool (a) to drag the points to a better shape.
    If you want to use this in a layout program like InDesign, save the layered document as an EPS file, which will be (mostly) vectored and scaleable in InDesign.  You'd need to use Shape layers for the two circles to make it fully vectored.

  • How to make a line graph from x,y table

    I have a table with x-values in one column and y-values in the next column. I want to make a line plot connecting these x,y values. It would be like a scatter plot with the points connected in order.

    Many people complain that the scatter plot doesn't connect the dots. The problem is,they're right. So you can use the shpes button and select the first item, line. then draw lines between the dots yourself if you want them.
    just before you print, I meant, AFTER your done with getting the data for the chart, and your definately not going to change anything. Because those lines are just object on the page, floating above all the other objects. They will not move to follow the points underneath on the chart.
    Does that help explain better?
    Jason

  • How to make a trasnparent background in Motion

    I am just making a Lower Third and I want to be able to bring it into FCP and place it on top of my existing timeline. I dont want to export FCP to Motion because I already chroma keyed my "stuff" in FCP. How do I make a transparent background for Motion? Hm!! Any other suggestions would be nice too !

    I think you may be mis-interpreting what the blend mode does.
    If you apply the screen blend mode to the fire clip in Motion without anything below it, and view transparent in the viewer, you'll notice that the blacks in the fire clip don't disappear. It's waiting to blend it's values with a clip below it. If no clip is below it, then nothing visual happens. If you place a colored solid below, then you'll see the effect of the blend mode.
    FCP handles composite modes differently. If you do the same thing in FCP, the blacks WILL disappear from the fire clip even though there is nothing below it. Perhaps that is why they are called "composite" modes in FCP, and "blend" modes in Motion.
    Finally, a Motion clip is like a QT clip. It can contain, video, audio, tc, and transparency info. A blend mode is not technically transparency information. Besides, in the example that you give me, the blend is between the fire and the text clip. Not between the motion project file and FCP clip in the timeline.
    How ever the Motion project looks in Motion is how it'll look in FCP (with the exception of Motion Blur).

  • Powl- how to make one line editable for 'Insert line' button

    Hi,
    I have a powl in which I have two buttons of 'Insert Line' & 'Save'.
    Now in my result table - c_result_tab - I need to give one editable line, in which user can enter new record.
    & after entering it when they click on 'SAVE' i'll append the record in c_result_tab.
    Now my Que is - How to give Editable Line in ALV Display table of POWL, where User can enter New Record ??
    or is there any other std. procedure, like popup or something - which can help to enter record in same format as c_result_tab.??

    z-order for what? the Canvas class itself? It's AWT, so why would they be adding to that? For Graphics? That's not really needed, since to paint you have to override paint in a subclassed component and in there by definition you can fully control your painting.

  • How to make the line items of sales order cannot be deleted.

    Hi All,
    Is there any Enhancement spots or user-exits which make the line items of sales order cannot be deleted if item category is 'TAN'.
    Thanks in Advance,
    Sudhakar Reddy .A

    Hi All,
    If you doesn't want to delete sales order line items then we have write in the Include Program which has mentioned below and in the form .....endform.
    Program Name :  Include MV45AFZB
    _Example:_
    form userexit_check_xvbap_for_delet using us_error
                                              us_exit.
    IF .......
      US_EXIT = CHARX.
    ENDIF.
    endform.

Maybe you are looking for

  • Reading data from a Table Cluster sans SAP code

    I need to read data at the database level from a cluster table.  That is to say, I want to decompress the VARDATA column that is in the database table and interpreet it with my own code. I've read all the SAP help documents on the subject, and I have

  • Set up and Sync issues with Windows 7

    I now have a windows 7 computer and cannot seem to find a way to make my Palm m105 set up an sync with my computer. Can someone please guide me to a solution. Thank you Post relates to: Palm m105

  • Oracle 10g - Problem with Date Ranges using Between

    I am keeping track of patients who have not been contacted during a date range. if a nurse adds an event or note and the note is type 1,3,4 then this is a contact. The following works but if the event or note was made on the same day as the report is

  • Hierarchies Version Dependent

    Dear Experts, I am new to Bi, so please do explain in Laymans language. I have already gone through Help (experienced in ABAP) and SAP PDF Documents. In Info Object we have "Hierarchies Version Dependent" in Hierarchy Tab. 1. What is the use of it? W

  • HD Errors/Discwarrior/Recovering Data

    I have a LaCie 250GB FW800/400 external drive that has recently taken a s**t. I think it was disconnected/unmounted improperly. I use the drive to record audio for Protools. It's all .wav files with the protools session files. Unforunately I haven't