Move Graphic to Flash with Anchor Points

I created a graphic in Illustrator CS5 that I want to use in Flash CS5.  How do I move the graphic to Flash and preserve the anchor points of the graphic so I can use them in Flash?  I have used the Import to Library function in Flash but once the graphic has been imported the anchor points are gone.
Here is some background in case I'm trying to do it incorrectly.  I have a speech bubble I created in Illustrator.  Now I need to use this speech bubble in a Flash animation but the bubble will need to resize according to how much text will be placed in it.  I can't just change the width and height of the bubble because that will make certain parts like the edges to big.  I need the bubble to "grow".  In Illustrator I can do this by select certain anchor points and moving them without effecting other points.  But in Flash I'm not sure how to accomplish this.

Thanks for the reply.  I just did some reading on 9 Slice and that is actually what I need.  Unfortunately it is not working correctly in Flash CS5 with my Illustrator graphic.
I setup 9 Slice in Illustrator and it works great in Illustrator.  I can resize my graphic and only the parts I want resize.  Then I saved the Illustrator file and tried importing it into Flash CS5 and I see the 9 Slice lines but when I resize the graphic 9 Slice is not working.  I tried creating a simple box in Flash with curved edges and 9 Slice worked with it.
Is there something special I need to do to get 9 Slice to work on my imported Illustrator graphic?  I tried creating new 9 Slice lines in Flash as well but that never worked either.  Am I missing something?

Similar Messages

  • How to distort a irregular shape with anchor points around it

    Hi,
    I want to skew the irregular shape with anchor points around it.If any body point any samples please help me.
    with thanks,
    Srinivas

    If you want the fill to follow the boundary, here's one way to do it, more easily done than demonstrated:

  • Move direction handles in synch with anchor point?

    Hi all
    I'm trying to nudge the anchor points on an object randomly (to get an informal look). (I know some Effects do this already.)
    Maintaining corner points is no problem - you just set the direction handles to the same coordinates as their anchor.
    But I can't nudge a smooth point in the way I want to, which is to move the anchor but maintain the direction handles in exactly the same relation to their anchor as they had before. That is to say, they should remain smooth points.
    My script calculates the difference between 'before' and 'after' positions of the anchor, and applies that difference to the direction handles… but in practice the smooth points are converted to corners, because the direction handles don't maintain their relation with the anchor.
    Would be grateful if someone can point out the flaw(s!) in my logic.
    var docRef = activeDocument;
    var objects = activeDocument.selection.length;
    var cShift = prompt("Point shift (pt)",5);
    // loop through all objects
    for(var count=0;count<objects;count++)
    currentObj = activeDocument.selection[count];
    nudge(currentObj);
    // function nudges each object
    function nudge(obj)
    var objPoints = obj.selectedPathPoints;
    var objPointCount = objPoints.length;
    for (var i = 0;i<objPointCount;i++){
    var thisPoint = objPoints[i];
    var va = thisPoint.anchor[0];
    var vb = thisPoint.anchor[1];
    var la = thisPoint.leftDirection[0];
    var lb = thisPoint.leftDirection[1];
    var ra = thisPoint.rightDirection[0];
    var rb = thisPoint.rightDirection[1];
    if(va==la && va==ra && vb==lb && vb==rb)
    { // if corner point, randomize anchor position
    va = va +((Math.random()*cShift));
    vb = vb +((Math.random()*cShift));
    thisPoint.anchor = Array(va,vb);
    // set direction handles at same position, maintaining a corner point
    thisPoint.leftDirection = Array(va,vb);
    thisPoint.rightDirection = Array(va,vb);
    else
    { // not a corner point: keep handles in same relative position to their shifted anchor
    var va2 = va +((Math.random()*cShift));
    var vb2 = vb +((Math.random()*cShift));
    thisPoint.anchor = Array(va2,vb2);
    // this bit calculates the random shift applied to the anchor
    var anchorShifta = va2 - va;
    var anchorShiftb = vb2 - vb;
    // these lines apply the same shift to the direction handles
    thisPoint.leftDirection[0] = la + anchorShifta;
    thisPoint.leftDirection[1] = lb + anchorShiftb;
    thisPoint.rightDirection[0] = ra + anchorShifta;
    thisPoint.rightDirection[1] = rb + anchorShiftb;

    The else part modified:
    else
    { // not a corner point: keep handles in same relative position to their shifted anchor
        var aShift = Math.random()*cShift;
        var bShift = Math.random()*cShift;
        thisPoint.anchor = [va  + aShift, vb + bShift];
        thisPoint.leftDirection = [la + aShift, lb + bShift];
        thisPoint.rightDirection = [ra + aShift, rb + bShift];

  • Problems with anchor points on Pages 5.2.2

    i have Pages 5.2.2 and Mavericks 10.9.5.  I noticed I could not follow on from a previous paragraph on a simple wordprocessing page.  No inserted tables or media inserts, just straight forward writing.  The hidden symbols shows that it is a 'lollipop ' symbol - an anchor point for objects set to move with text.  The online help instructs to go to the format inspect and choose Arrange.  On my version the latest there are ino STYLE IMAGE ARRANGE boxes.  On the menu there is ARRANGE but everything is greyed out, even when I highlight the text involved.  How do I delete the anchor point, please

    PeterBreis0807 wrote:
    Menu > View > Show Layout/Invisibles
    It is also possible for objects to hang out off the page, try lassoing them with the mouse and command key held down.
    Peter

  • How to distribute equal spacing with anchor points?

    I am working in Lesson 5 of Adobe Illustrator CS5 Classroom in a Book, and am having a problem selecting the 2 anchor points to distribute equal space based on the bottom center anchor point of the violin.  The note said to reference chapter 2, which I have already been through, but even after reading the Illustrator Help dialog on pg 75, I am still at a loss.  Can anyone explain how to distribute this equal spacing of 2 anchors relative to one anchor point?

    csnpreggers,
    If anyone has any further advice or comment, I'd still love to hear from all parties.
    Especially when working with a finished symmetrical shape, such as a violin, which may have been created using mirroring, in other words elaborating on a shape, possibly with something unforeseen in the first round, and especially when it is inconvenient to cut paths to work with one half, you may use the instructions in small print using invisible ink at the bottom of item 3 in lesson 5:
    2 tips, using the Line Tool and Smart Guides:
    To make sure the left Anchor Point has the same same distance from the bottom Anchor Point, first ShiftDrag horizontally with the Line Segment Tool from the right Anchor Point to cross the path, then select the violin path and click it with the Add Anchor Point Tool where Smart Guides say intersect.
    Or to place both Anchor Points at the same time instead, first create a sufficiently long horizontal path with the Line Segment Tool below the violin path, then ShiftDrag it upwards to cross the violin path at the desired distances, then select the violin path and click it with the Add Anchor Point Tool where Smart Guides say intersect, both right and left.

  • Path with anchor points and bezier control handles

    I have a text, not converted to outline. Live text.
    I am using IllCS4.
    That is cool thing about hovering the cursor above the text and see hidden path and anchor points only when you hovering exactly above them. But I want them be visible permannently, while I am applying some envelop distort  changes. Then I want to turn visibility off. And how to get permanent visiblity of bazier control handles at  the same time?
    I am lost.
    Tx

    Yes, thank you,
    that is great thing, but when I use it, I see outlines (like a wireframe) of image  only.
    Is there any way to see still image as it is and switch on visibility of object' path with all control points?

  • Direct selection - moving anchor points with keyboard arrow keys

    Hi,
    I am using Illustrator CC.  I just used the image trace tool to create a vector version of my company logo.  It worked pretty well, but I am now just trying to clean it up a bit.  I have a few anchor points that I just want to nudge up or down in the smallest increment possible.
    I think it would be easier for me to do this using the keyboard arrow keys rather than using the mouse, but the arrow keys cause my selected anchor point to jump by way too large of a distance.  I checked to make sure Smart Guides, Snap to Grid, and Snap to Point are all turned off.  I can't think of anything else to do.
    Can anyone tell me what controls how far the keyboard arrow keys will move an anchor point, and how I can set this to the smallest possible distance?
    Thanks in advance,
    Paul

    Under Preferences (Command-K on Mac), on the first screen there is Keyboard Increment. This is the amount the arrow keys will move selected content, such as anchor points.
    I usually keep this at "0.005 in", but when doing things that need extreme accuracy, I change it to "0.0002 in", which on my screen (2560 x 1600) is one pixel at AI's 6400% magnification.

  • How does logic x deal with audio anchor points?

    In logic 9 you access the audio file anchor points via the sample editor. I cannot find the sample editor in logic x. How then do we deal with anchor points?

    These two links will give answers to your questions:
    http://help.apple.com/logicpro/mac/10/#lgcpcac7b11e
    http://help.apple.com/logicpro/mac/10/#lgcpc78843f6
    Have a nice day!

  • Object's anchor point not "sticking".

    I'm using Flash CC and experiencing an issue with anchor points. I have Movie Objects on the stage and I usually can set their anchor point, create my keyframe, and then use classic tweens to rotate and animated based on where I placed my anchor. Upon trying to animate today, my anchor points weren't sticking when I adjusted them. It's been a couple weeks since I last used Flash to animate not sure if anchor points have somehow changed. But it is very frustrating that they aren't staying in place. Please help!
    I'm using Win 8.1 on a Surface Pro (1st gen).
    Thanks,
    Ian

    I was only getting it on my SurfacePro - tried it on my desktop (running Win 8.1) and it didn't show up again. I looked like a timeline adjustor that you would find in Premiere or After Effects. But it really wasn't breaking anything so I'll ignore it. I was able to capture my issue on video, and although I thought I had figured it out, it seems that there is still an issue with using anchor points and classic tweens. Take a look at the video if you have a chance:
    http://youtu.be/FXCbDRkfinA
    -Ian

  • How do you see a clip's anchor point?

    When working in the effect controls panel, I would like to move a clip/title's anchor point.  However, it doesn't do me much good if I can't see where that anchor point is.  In After Effects, there is a dot in the center of the image that indicates the anchor point.  Is there a way to make that show up in Premiere Pro CC?  Otherwise, I'm just stuck moving the coordinates with no visual frame of reference.

    In the effects control panel. click on the Motion effect to select it - then you should see the wireframe overlay appear, with the anchor point in the program monitor.
    MtD

  • Anchor points...

    Is anyone experiencing issues with anchor points in 9.1.3? This is the first time I've come across this issue so sorry if it's been raised before...
    I have an audio track which I am having to chop up to move parts, using anchors really helps with this process but the following is happening on my system:
    1. Cut a region to length
    2. Move the anchor to desired location (The anchor doesn't move once I let go of it, I have to move it twice every time in order to move it)
    3. Move region to desired location
    4. Deselect region
    5. Return to region (The region is in the same position but the anchor has reset to the beginning of the region)
    I don't recall this behaviour in the past but it just seems odd to me!

    Hi,
    I was having a similar problem. I couldn't find an explanation as to what was going on, but when I deleted the region from the arrange window and then dragged the same audio file back into the arrange window from the audio bin, I no longer had any problems with the anchor. I found the solution at the bottom of this (somewhat unrelated) post: http://discussions.apple.com/thread.jspa?messageID=12240769&#12240769
    Hope that helps if you haven't sorted it already,
    Jaron

  • Bug when deleting anchor points

    I think I discovered a bug. Say this is a line with anchor points:
    x---x---x---x---x---x---x
    And this is what I want to achieve using the Delete Anchor Point Tool:
    x-----------x-----------x
    Then this is as far as I'm actually able to get:
    x-------x---x-----------x
    Because for some reason, if I delete the 2nd anchor point, the 3rd will be deleted too. I can, however, delete the 3rd without deleting the 2nd.
    It is only after I've moved the 3rd further away that I'm able to delete the 2nd, but this gets tiring after a while.
    I'm using Flash CS5.5.
    --Dwayne

    If you think you have discovered a bug, you should report it to Adobe.  These are user-to-user forums, so reporting it here is just telling everybody else that uses the software, which in some cases can lead to someone explaining that it is not a bug, but in any case, posting here more often than not won't get Adobe's attention.  If you want to be sure it comes to Adobe's attention use the link below...
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Flash Auto-Adds Anchor Points

    Hey, Forum;
    I'm trying to set up a basic shape tween of a sheet of paper
    moving through the air. I start with a rectangular shape that has a
    single curve point on each corner (curved so I can show the arcing
    & bending of the sheet). After setting a new keyframe and
    moving the sheet to the next position, I find that Flash has added
    several acnchor points between the corners of the sheet, requiring
    me to go in and delete them. What I'm asking is how to disable this
    'Auto Add Anchor Points' feature.
    Thanks for any and all help.
    Cayce

    wozza,
    Are you sure you are selecting the path, not the guid?
    It may be time to look at the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Moving anchor point with arrow keys crashes Photoshop CC

    Hey guys,
    I've recently run into this bug many times while working with shapes. Don't really know what initiates it but it's super annoying as it crashes the PS CC completely without possiblity of recovering the unsaved files.
    The bug appears while working with shapes after file is saved and reopened. Because I use to design pixel-perfect UIs, I work with arrow keys a lot to be sure every pixel is in the right place. So after selecting one or more anchor points of shape and hitting any arrow key (to move it by pixel), photoshop immediately crashes with this super-long description of bug: http://justpaste.it/ccshapecrash
    Dunno why but this occurs very often when handling 1px-thin rectangles.
    Is it only me or has anybody else experienced this as well? Any idea what exactly is causing it or what might be wrong with my config?
    Never seen that kind of error in Photoshop before. It completely destroys my everyday workflow

    I have exactly the same problem and I don't have any solution. I was tried to update the latest video drivers - nothing! Tried to update Photoshop which updates fixes bugs - nothing! The problem continues.
    My OS is Windows 8 64bit, video card Nvidia GT 630. For the case, my Photoshop 32x works better (faster) than the 64x. Why is that ? I hope to have a solution.

  • In Flash CS4, how do you select multiple anchor points across separate layers?

    I am talking about anchor points on a line, not a keyframe. They are also called "handles". I can select the anchor points as "white" quickly, but I can't get them to be "solid"without doing it layer by layer, which is tedious. What I want is way to select lines that are in different layers and get the points I selected in a way similar to the regular selection tool or free transform tool. I have been trying to do this all day and I can't find a good way to do this, and I would appreciate any help.
    Here is an image of what I'm trying to do, but more easily. The lines are on separate layers, but when I select them with the subselection tool I have to go layer by layer selecting the points. I'm trying to look for a very quick way of doing it. When I do select all with the subselection tool on, the anchor points are only "white" and not "solid" as shown below.

    Now you're post was a while ago and I still need a solution, but I have to say this. I didn't mean to be rude to you; it’s just that it doesn’t answer my question I specified in the original post. I know your intentions are good, but it frustrates me when someone doesn’t fully read a post and offers a solution, it sometimes gives a false impression that the problem is taken care of. Example of being "helpful": http://forums.adobe.com/message/2540277    Yes I know there is a “Yes, my question has been answered,” but you know they don’t always select it, and other people know that as well. But you are right; I should probably act a little bit nicer and reiterate what I’ve already said before, I’ll probably get more help from it. It just seems to be a simple feature that seems to be needed to be in the program. I didn't mean it takes forever to move, it takes forever to select multiple anchor points across, let's say 10 layers, so that's 10 different lines on 10 layers. You have to select each layer and then select the anchor points. If there is an away to select anchor points across all layers in one go please tell me. Maybe I was wrong, but I could’ve sworn I’ve seen ideas that were posted on here get taken into Adobe as a suggestion, but yes I submitted it as a suggestion to Adobe, but I wanted to confirm that there was no way of doing it first since it seems kind unbelievable because the regular selection tool works across multiple layers.

Maybe you are looking for

  • Can I transfer an iPhoto Book project to a Pages file

    Working on a long manuscript in Pages, including illustrations. I have completed in iPhoto a Book Project relative to the Pages manuscript. Is there a way to link the iPhoto project to the Pages file? Or to transfer (cut and paste) the iPhone file in

  • Div is hiding menu bar, & how can i put more fading in slideshow

    I would really appreciate help in my site for which design is almost complete. That was the hardest part. I have 2 questions. First, after I put the slide show/rotating image gallary in, the div containing it covers the horizontal menu bar on top and

  • SQL Query to fetch a specific field in xml

    Hi, Below is my sample Xml file. <?xml version = "1.0" encoding = "UTF-8"?> <methodCall xmlns = "http://www.tibco.com/schemas/CS4_new1/Schema.xsd" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://www.tibco.com/sche

  • Captivate 7 - link different project

    Hi everyone, I don't know if my question is at the correct location.  I'm sorry if not... I have a problem with my Adobe Captivate 7 project.  It used to be one big e-learning, but now I broke it into different smaller modules.  Module A - Welcome: 

  • Softproofing shows blacks as a milky grey

    I have seen a problem like this before, and raised a question on the forum, but realised what was wrong (the problem happened on a full colour image, and once I set the Process to 2012 it went away). However it has cropped up again, and this time the