Making a path to a

Hello community,
i am really new and i made in Adobe Flash CS6 a animation. But now i have a problem. I wanted to ask how I or if I can make a normal path to a motion path? Then a Object from a start point should follow this motion path to the end frame.
Lg

1.draw a line
2.rightclick the layer and convert it to motion Layer
3.enhance the timeline/duration of this layer according to your needs (how long the animation shall run)
4.make another layer benaeth this layer
5.draw a graphic on that layer
6.convert this graphic to a symbl
7.drag the layer with the graphic-symbol beneath the motion-line
8.Right click the timeline of yourgraphic symbol>Classic Tween
9.Make two keyframes at the start and the end of this tween and see that the graphics-symbol snaps to the strart/finish point of the motion-line

Similar Messages

  • Pen tool isn't making a path as i drop my anchor points.

    hey guys,
    my pen tool isn't making a path as i drop down each anchor point. it goes invisible after each anchor point is dropped, which makes it hard for me to know what i am doing.. any help? suggestions?!

    What fill and/or stroke is applied to the Pen tool?

  • Making all paths into a group without selection

    I'm working on a script that will take every pathItem in a document and put it into a group (all pathItems in the document are groupless upon opening it, so there won't be other groups already in the document).
    I have a script that creates a group, then puts the highest placed pathItem into the group. I just can't figure out how to have to grab all pathitems in the document, or loop this one action until everything is in a single group. Also the kicker is, as the title suggests this script has to work without selecting anything by hand first (in other words having to click something to select it). Now if there's was a way to select everything with a script that would be awesome.
    Here's what I have so far:
    #target Illustrator
    //based on script from Carlos Canto
    var doc = app.activeDocument
    if ( app.documents.length > 0 ) {
    doc = app.activeDocument;
    newGroupItem = doc.activeLayer.groupItems.add();
    var gi = doc.groupItems[0]; // the topmost existing group
    var all = doc.pathItems[0]; // all paths in document
    all.move (gi, ElementPlacement.PLACEATBEGINNING); // move selected path inside the group
    all.evenodd = true; // necessary to determine "insideness" or to make holes.
    I also have this that I found here on the forum
    #target Illustrator
    // GroupFromSel.jsx
    // regards pixxxelschubser
    if ( app.documents.length > 0 && app.activeDocument.selection.length > 0) {
        var aDoc = app.activeDocument;
        var Sel = aDoc.selection;
        var GroupFromSel = aDoc.groupItems.add();
        for ( i = Sel.length-1; i >= 0; i--) {
            Sel[i].moveToBeginning( GroupFromSel )
    But saddly it requires selecting so two scripts, two possible solutions. I'm just working on both until I can get one to work.
    Any ideas?

    var all = doc.pathItems[0]; // all paths in document
    that's only the top most pathItem, change that to
    var all = doc.pathItems; // all paths in document
    ...and loop thru "all" and move each inside your group
    #target Illustrator
    //based on script from Carlos Canto
    if ( app.documents.length > 0 ) {
        doc = app.activeDocument;
        var gi = doc.activeLayer.groupItems.add();
        var all = doc.pathItems; // all paths in document
        for (i=0; i<all.length; i++) {
            eachPath = all[i];
            eachPath.move (gi, ElementPlacement.PLACEATBEGINNING); // move all pathItems inside the group
    else
        alert('no documents to process');
    for this set up we will run into trouble if you have other groups with pathItems

  • Making concentric paths of irregular objects perfectly

    Dear all,
    As a new member to the forums I realise that this may be an old question asked many times before, so please try and be patient with me. Here goes.
    I want to make a dark line around the edge of a crown shape I have drawn with the pen tool with a gap between the object and the outline. I am attempting this by copying the object, setting the path to show and the fill to nothing, then scaling it up to fit around. This results in a poorly fitted outline. Is there any tool I can use to get the perfect outline with a gap?

    beanington,
    You may select the path and then Object>Path>Offset Path with a positive offset equalling the desired distance.
    You will need some adjusting at the pointy parts, especially the one in the middle, to keep things nice.
    The Offset Path works either way, so you could also start with the outer shape and use a negative offset. That may be easier or more convenient in some cases.

  • When making Path, Option click NEAR handle should grab handle, NOT make new anchor

    When making a path in Photoshop, if I have the basic Pen Tool, I often use Option on my Mac keyboard to temporarily get the Convert Point Tool, in order to adjust the handle protruding from an anchor point. I find it extremely frustrating that it will INSTEAD lay down another anchor point if I do not click PRECISELY on the end of the handle I intended to grab. Can't Photoshop just grab the handle as long as I am in close proximity AND am holding down Option? Since I AM holding Option, it should lock me out of adding additional anchor points.
    I can't think of anything else I would want to do in this situation, in other words, I don't think it would be in conflict with any other feature.

    It seems like I might want to second this one, as I remember complaining about something similar when working with paths recently...
    (after trying...) No, it wasn't that, as the cursor change is a good enough sign of what my click will do... bummer... I need to lay down notes again!
    About the near handles situation, what would be useful to have is a contextual menu (even a modifier-led contextual menu) to select the kind of anchor point we want, to convert a curve to a line, etc.

  • PDX index - how to remove absolute path to it?

    I have a PDF and using File > Properties > Document Properties > Advanced tab have browsed to a Search Index, and added it to the PDF (I've added a big Search button that the user can press to search the entire, large, collection of PDFs).
    The search index path that the Browse form puts in the Search Index: field points to a location on our network e.g. \\Server1\application\PDFs\index.pdx
    This works fine when I'm running it locally, but when the PDF + index gets installed on a PC outside of our network the user gets a error telling them that it can't load the index.
    I want to edit the path in the Search Index: field so that it is relative e.g. PDFs\index.pdx (the same location as the PDFs and the index file + folder), but the Search Index: field is greyed out and uneditable!  I seem to be stuck with a useless absolute path.
    Question: Is there any way of making the path to the PDF relative and not absolute? We need to put the PDF collection onto our software distribution DVD, and the customers will install it to their own PCs/network locations.
    (I'm using Acrobat Pro X ver 10.1.8 on Windows 7 Ultimate SP 1, and the target audience will be using Acrobat Reader)

    I think the problem is kinda fixed.
    I created the library and index on a network drive and created a "start PDF" file at the same location.  I opened the "start" file and used Ctrl-D > Advanced > Search index to add the name of the .pdx file.
    I emailed the "start file" to someone else on the network.  They downloaded it and double clicked it.
    * They happened to be using the new 2015 Pro DC version.  The message about the index associated with this document (...) could not be located. appeared. The path was expecting the .pdx file to be below the download directory.
    * I clicked OK.
    * Pressed Ctrl-Shift-F for advanced search.
    * Clicked Show more options (because that user had never used Advanced Search) - and the index file was displayed in the look in field.
    * Entered a search term and it worked perfectly.
    I retested it using a Dropbox location.  Created the "start PDF" file and emailed another person, not on the same network, but sees the same Dropbox folder.  They use Acrobay XI v.11.0.10.
    * The file was downloaded and double-clicked.
    * Pressed Ctril-Shift-F - same index could not be located message - and again the .pdx file was assumed to below the download directory.  But nothing auto-magically fixed itself. 
    The only solution here is to provide user with a link to the .pdx file on their desktop.  When they double clicked it, Acrobat opens with the index loaded.
    (Depending on the user, the other alternative is to add the index to the index list.)

  • Multiple Corner Types (Miter, bevel, round) in one path

    I'd like to be able to have multiple types of corners within one path.
    I'd like to have a path where the first point is a bevel corner type, the second point is a miter corner and the third is a bevel again. Of course switching between any corner type within a path would be ideal.
    is there a way to achieve this within one path, or do I need to expand the path and 'fake' it every time.
    Example:
    The image above shoes a path with the 'Miter' corner type applied. I would like, without making two paths, for the top two points to be beveled while the bottom point remains mitered, like so: (faked)
    Please let me know if this makes absolutely no sense
    Thanks!
    Pete

    This is close? Using VectorScribe's Dynamic Corners

  • Motion Path Madness

    More specifically, the start and end points of the motion path. They are driving me crazy. Maybe I am overlooking something that is so ridiculously basic I am not finding it, but here's my issue. I've got a motion path on an object. The start point has a position of X: -77, Y: 16. I'd like the end point to be X: - 77, Y: 50, but everytime I try to move the end point, it ends up moving the X axis to something ridiculous like -77.78, clearly and visibly making my path something other than a straight line. Is there a way to get around this? I experience this issue quite a bit and have been unable to successfully find an answer. Perhaps I am just not using the right search terms? Any help would be greatly appreciated.

    Hey Q*bert,
    Thanks for the tip. I've also found that if you hold the Option key while dragging a point it seems to keep the coordinates at whole numbers. I was getting my problem with the snapping turned on as well, though I wasn't always at the beginning of the timeline when attempting a move.
    I haven't been using keyframes just because I haven't really thought about it since getting Motion. The behaviors are just so much nicer to work with and the ability to scale and move them without worrying about the keyframe position is nice.

  • Is there a Illustrator plug in (CS4) for cleaning up/smoothing out paths fast?

    I want to clean up some vector's paths quickly, removing nodes and making the paths smoother. Does anyone know
    of a plug in for cs4 or CS6 that I can purchase or download that will help clean up my vectors faster without manually doing it myself?

    The VectorScribe plugin has a Smart Remove Point function which could be useful, though it still involves manually selecting unnecessary points. It's much more useful than Illustrator's Simplify which almost always distorts the path.
    Demo movie here:
    www.astutegraphics.com/movies/vectorscribe/pathscribe/pathscribe-smart-remove-point.mov

  • Changes in Options Bar for Paths and Shapes

    Wow, I love the changes to the options in the Options Bar when using the Shape Tools.
    Having Width and Height fields right there at top is FANTASTIC. (I used to have to open the Info Panel and watch the height and width as I transformed shapes.) This is MUCH better. A dream for web designers.
    I also appreciate the Geometry Options getting a big gear icon. Easier to click on than CS5's microscopic arrow icon. Nice!
    Shape/Path/Pixel selectors are no longer upfront icons and are hidden behind a dropdown you have to pay for with an extra click. Not sure how I feel about that. But I do appreciate the text clearly declaring what you have selected right now. I think many icons just slow me down anyway because I have to look at them for a second longer to figure out what the hell it is.
    I'm a tad annoyed that the path operations and align functions have be hidden behind a single buttons (extra clicks again). Not a deal-breaker though.

    I've found that I am growing more fond of always making a path, then clicking the button that turns it into whatever I need (e.g., Selection / Mask / Shape).
    -Noel

  • Reconnecting to an open path

    I change between screens a lot when using Illustrator. If I am in the middle of making a path and then try to come back to it the last anchor point only has one handle. Then I have to go and convert it but that repeats the entire process.
    For example if I wanted to connect to the below path, hovering over the anchor point would switch to this: but that leaves me with an anchor point and one direction handle. This makes for poor curves There must be a quicker way then having to convert each anchor point no? Thanks!!!

    Oh wow thanks rcaighead! That was really nice of you to post that video! Is there a way to give a user thanks on these forums? Well if there is let me know and I will send the love!
    It's not the end of the world, but just a little more time consuming.
    If I figure anything out I will let you know!

  • Motion 5 Crashes when applying motion path

    Hello all,
    heres my scenario and being new to Motion 5 maybe Im doing something wrong...
    I have an image in my project....I bring in another image...I have tried this using one and two groups doesnt matter...
    I apply flop to both images to rotate.....then grow shrink....then I set both on a motion path by selecting both and using the bezier tool...hit enter when I am done making the path I hit enter and the path is created....I select path fro the group and goto inspector change path shape to geometry and then apply the bezier path....at this point Motion 5 crashes and I lose all
    work...I have saved the file up to this point now...but what am I doing wrong...
    Thanks!

    Make sure the shape you are using in the behavior is not inside the group you are trying to animate, put it in a seperate group.

  • Make a selecton, from a path

    I just drew a path, with the pen tool - went to the path layer, tried to make a selection - & I'm told: “Warning: No pixels where selected”. I also tried selecting the path w/ the open arrow tool, & then tried to make it a selection but got the same Warning. So, I spent all this time making the path, now I can't select it.

    Which version of photoshop and operating system are you using?
    Could you post a screenshot showing the pertinent panels and path?
    In the Make Selection dialog do you have a value other than 0 pixels entered for the Feather Radius?

  • Problem creating fillable paths

    I'm having a problem making fillable paths in a project. I have an outer ring path and an inner ring path that has a guitar headstock shape cut out of it. I want to fill the ring and guitar headstock shape with a color, and then fill the inside ring and surrounding area around the headstock with another color. I cannot seem to figure it out no matter what I try. I'm attaching images so you can see what I am talking about. I have been trying to figure this out for awhile, and I am quite frustrated at this point. It seems as though there would be a quick and simple way to do this, but I have not been able to find it. I've tried grouping, live paint bucket, and I've tried using multiple options in the pathfinder panel to combine the shapes, but no luck so far. Any help on this matter would be greatly appreciated. Thanks.

    Thanks Jacob.
    I don't think that was the problem, though.
    Ok, so I'm not sure what I did, but I can now fill both parts, but something strange is happening. When I fill the outer ring, it fills everything, Like this:
    So after I got that fill working, I can still see the other path when I hover over it with the mouse:
    So I filled that path with black, but the black fills in the parts where the guitar tuning machines are too. There is no path separating the tuners from the headstock, but it still fills there:
    I am now thoroughly confused.
    Man this is getting crazy. It seems like it would just work as if I were filling any path, but apparently I have mucked this thing up pretty good.

  • Paths change after serlvet dispatch

    I'm having trouble understanding something. While working on one problem I discovered another problem. I have a jsp within a directory called eng (eng/Login.jsp). This jsp has a login form which submits to a servlet which will authenticate and dispatch somewhere else if the user has access. This serlvet is not within the eng directory. If the user does not have access then the serlvet dispatches back to the original jsp. In this instance, when the servlet goes back to the login jsp, the images are not longer visible (ie. the server cannot find them). It seems like some path (or context) has changed with the dispatch, and since the image sources don't use absolute paths, they cannot be found. Why is the serlvet creating this problem only after going back to the jsp and how can I resolve it without making the paths absolute? Thanks

    When the browser encounters an image tag in the HTML page it goes to retrive the image based on the url in the src. If the src url doesn't start with an "/" then the browser assumes that it is a relative url and appends it to the url shown in the address bar (minus everything after the last slash). When you do a dispatch the browser is unawares of the change and still displays the last requested url in the address bar and uses this url to resilve any relative urls.
    A couple of solutions:
    1: Use response.sendRedirect
    2: use absolute urls for all img tags.
    3: Use the HTML base tag in the jsp head

Maybe you are looking for

  • When I download adobe flash 10 on my windows vista computer, it doesn't work.

    I've not had flash for about eight or nine months, and have had the same problem. I've tried everything. I use FF for my browser, and I've tried downloading it just for FF, and even have resorted to trying to download it for IE. Please, please, pleas

  • I need help with buttons

    I am creating a GUI program, and I would like to know how to recognize a "mouseover" event on a button. Right now I am using "private JButton Button;" -- is it possible to have a mouseover for that? If not, please tell me the steps I need to take in

  • No Export DLLs found

    When using Crystal XI Developer, I can create and export reports to Excel, pdf, and other formats just fine. When using a ICRDesigner in VB6, the report will display and print just fine, but when I click the export button, I get "No Export DLLs found

  • 9_04 or 9_2 should I choose

    Hi All, Our company will start to use OWB to build a project. We have some experience about 9_04 and Oracle has 9_2 released. Shall we use 9_2 to do development for our Data Warehouse. Rd, CH

  • Having a hard time logging into Lion at my office

    Hi folks, I need some help here... When I used to use Snow Leopard at work, I used to have a hard time logging into my iMac as a network user. If I logged in as an admin, the problem would go away. Knowing this, I made gave my network account admin p