Bone tool AS Help

Okay, so I'm trying to use the bone tool for it's IK so I can make a rope for my game. But for some reason it just refuses to work.... like almost at all. Here's a snippet of my code, I really just followed the Adobe sites tutorial here: http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS76E4A0A2-F3D9-43c8-BA07-A2B6 D6DE5266.html
public function init(e:Event):void
            var tree:IKArmature = IKManager.getArmatureByName("Armature_18");
            var bone:IKBone = tree.getBoneByName("ikBoneName74");
            var endEffector:IKJoint = bone.tailJoint;
            var pos:Point = endEffector.position;
            ik = new IKMover(endEffector, pos);
            ik.limitByDistance = true;
            ik.distanceLimit = 10000000;
            ik.limitByIteration = true;
            ik.iterationLimit = 100;
            this.addEventListener(Event.ENTER_FRAME, ropeUpdate);
        public function ropeUpdate(e:Event)
          // I have it spawn and attach to the player
            var mat:Matrix = this.transform.matrix;
            var pt = new Point(0, 0);
            pt = mat.transformPoint(pt);
            ik.moveTo(pt);
But instead of moving to whatever point I've set for it, it just sits in its default position and wiggles around a little bit when I move. I'm close enough for it to reach the point and it doesn't seem to be trying to reach a different point. So I'm really confused and I need help. Here are some screen shots of what it's doing:
The only time I think it might even be TRYING to reach the point is when I'm already almost on top of it but then it just moves upward when I do for no reason. It even does this when I'm even farther away from the point than when I was on the ground. I have no idea what I'm doing wrong and I'd greatly appreciate some help.

BTW I have tried selecting all of the shapes before enabling
bone tool...saw that as a possible solution on another forum,
however no luck

Similar Messages

  • BONE TOOL ***HELP*** PLEASE!

    Okay so I have spent countless hours trying to figure this out. I want to use the bone tool to make a leg animation. First I create a new symbol called Leg. I double click the Leg in the library which opens it in leg window. Then I grab the circle tool in the tool bar and make the thigh. Then I make another circle for the leg. Now the problem is when I click the bone tool to connect them, it won't let me connect the thigh with the leg! Can somebody tell me why this is happening? (This is all done on one layer).
    However when I click the circle tool and then click object drawing tool in the bottom of the tool bar I then can connect both the thigh and the leg with the bone tool. Problem is when I use this feature if I want to move the shapes to revise it a little they wont seperate. The thigh is stuck to the leg.
    Some please please help me.. this is making me angry!
    I want to be able to draw a leg with a couple shapes and be able to connect the bone tool to one shape to the other. Thanks Rossi

    Sounds like you are applying bones to shapes. You can do this but only a single armature to a single shape.
    If you want to link individual parts together - then convert each part to a symbol first - then you can link them together using bones.

  • HELP!!! flash CS4 bone tool crash

    I am doing an animation, and i just saw videos of the BONE tool. so i decide to use it, but every time i use the bone tool, flash starts getting slow and laggy. if i insert a frame or pose it crashes, shutting down flash for me! what do i do? or what did i do wrong?? please HELP!

    Still no solutions to this? I stopped getting the error
    message after installing all current software updates, but the tool
    still doesn't work on multiple shapes. Symbols work fine -- just
    not multiple shapes.

  • Help using the Bones tool with imported art

    Hi
    I have a game design project that I have to animate characters for. The Bone tool in Flash seems like the perfect tool for the job!
    Here's my problem: I can draw things in Flash and rig them with the Bone tool and animate them fine. However, I'm much more comfortable with Illustrator. But whenever I try to bring in external artwork, I get lots of errors.
    Create (solid color, single object) body parts as layers in Illustrator. Import Illy file to stage in Flash. Drag bone tool across body. Body is highlighted but I can't connect the other objects. I realize the Armature is only above the body layer and all the other layers are on top. Drag Armature layer to top. Still no luck. The bone just doesn't care about the other objects.
    This is my ideal workflow so I'd love it if anybody could tell me what I'm doing wrong here. Should I make all the elements into MovieClips? That hasn't worked when I've tried it. Should I import differently? Should I make the entire character into a movieclip and then rig the instance on the stage?
    I'll be exporting it to PNGs at the end, so I don't need it to be robust down the line.
    I get other errors with other importing methods too, but I can't recall them ("Can't connect...something" when using a PSD). But like I said: Illy to Flash is my ideal.
    Thanks in advance!

    Hi Brian,
    There are two ways of dealing with bones. You can either connect bones to a single shape on a layer. Or you can connect bones to multiple movieclips. The bones will link the movieclips together and put them all on one layer if the movieclips are on different layers.
    Shape cases are good to use if you wish to morph the shape during animation. This is really useful if you have simple shapes.
    For more complex shapes (shape with lots of control points), it is best to convert them to movieclip.
    You can read more about bone in the Adobe help docs:
    http://help.adobe.com/en_US/flash/cs/using/WS58BD3A02-DA25-488f-B534-AE5463A24833.html
    Q

  • PLEASE PLEASE  help with this bone tool tiling thingy

    I am importing a pdf....or bitmap...or tiff...or whatever to flash cs5 library. I am trying to use the bone tool and I did the break apart thingy...and I tried creating seperate layers for each limb of my critter and joining, and no matter what I do it still screws up when using the bone tool.. it tiles the image and  breaks it apart...I ve tried deleting the white spaces after breaking apart and many other things to make this work and IT DOESN"T WORK... HELP.... I also noticed when I googled that others had this same problem and no one had given an anwser, or I couldn't find it...I have spent five days watching bone tool videos and trying everything ...so PLEASE someone give me a clue, an inkling, a direction, a new path to follow, an idea, A FIX!!!

    Perhaps something like this...
    select id, create_date, loanid, rate, pays, gracetime, emailtosend, first_name, last_name, user_id
    from (
          select distinct a.id,
                          create_date,
                          a.loanid,
                          a.rate,
                          a.pays,
                          a.gracetime,
                          a.emailtosend,
                          d.first_name,
                          d.last_name,
                          a.user_id,
                          max(create_date) over (partition by a.user_id, a.loadid) as max_create_date
          from CLAL_LOANCALC_DET a,
               loan_Calculator b,
               bv_user_profile c,
               bv_mr_user_profile d
          where b.loanid = a.loanid
          and   c.NET_USER_NO = a.resp_id
          and   d.user_id = c.user_id
          and   a.is_partner is null
          and   a.create_date between
                TO_DATE('6/3/2008 01:00:00', 'DD/MM/YY HH24:MI:SS') and
                TO_DATE('27/3/2008 23:59:00', 'DD/MM/YY HH24:MI:SS')
    where create_date = max_create_date
    order by create_date

  • HELP! Bone Tool problem

    Hi!
    I just did an animation on Flash CS5. I used the bone tool on several symbols and I saved it properly, although now that i tried to open it, I can't see the symbols that I animated but I can see the bone tool animation. Please tell me what happened to my symbols, and how can i fix this problem...

    Hello,
    Could you please try and recover your file? See if this video helps you: http://www.youtube.com/watch?v=Ax-_2YGynaA
    Regards,
    Suhas Yogin

  • I need help with bone tool

    whell i'v atached an video for an advanced description of my
    problem.....
    VIDEO ..so
    basicaly what i'm tring to do is to somehow merge the picture
    beneath the shape so when i use bone tools ...the picture will move
    with the structure...so i can animate the body....nedd help on how
    to do this...any sugestion is welcome ..TY in advance

    It was, but it doesn't change :/
    I've tried to created a new document, but with pixel dimension. then i change it in cm, and it's work..
    but if my document is created in mm or cm, it's just not work
    So i could not have a cm or mm document and precise rectangle size.. i have to create a whole number pixel document

  • I need help with bone tool please c:

    Hey guys, I'm making an animation using adobe flash cs5, in this animation there is a dinosaur, when I use bone tool it stuffs up a LOT. I've converted all parts to symbols but i am now beginning to hate my computer, so after trying everything I was wondering id anyone could do it for me. I would appreciate it SO much. ill send it through to you if u inbox me ur email or something like that so that u can tweak it HOWEVER u want as long as it ends up with bone tool. Thank you guys and girls SOOOOO much !
    -Jesse

    Hey guys, I'm making an animation using adobe flash cs5, in this animation there is a dinosaur, when I use bone tool it stuffs up a LOT. I've converted all parts to symbols but i am now beginning to hate my computer, so after trying everything I was wondering id anyone could do it for me. I would appreciate it SO much. ill send it through to you if u inbox me ur email or something like that so that u can tweak it HOWEVER u want as long as it ends up with bone tool. Thank you guys and girls SOOOOO much !
    -Jesse

  • Help! Bone tool issue

    I am new to Flash and I am trying to attach symbols using the bone tool.  What happens is that it starts to work. I click drag and release and the bone appears in my armature but only a couple times.  After I do a couple bones I can't do any more.  I have no idea why this is.  It seems like it usually happens when i am trying to click and drag another bone out from the tail of an existing bone.
    Any thoughts?  I've tried everything I can think of and I am at a dead end.

    Just to confirm that you aren't trying to link the bones for the movie clip to themselves and only to other movie clips.
    It's kind of hard to diagnose this problem without seeing the actually fla file you are trying to work with.
    Motion Tweens can't achieve Inverse Kinematics. ActionScript can but then only at runtime.

  • Using the bone tool with a psd, png, or jpeg

    When I import a psd, png, or jpeg file into Flash CS5 and try to use the bone tool, it scrambles the image. It does this if I simply import and BREAK APART the image or if I turn it into a graphic symbol. PLEASE HELP!

    Hi,
    Are you using AFCS whiteboard or any other AFCS class? If not, then I feel this is not the appropriate forum. I guess you need to ask in flash or other forum for your problem.
    Thanks
    Hironmay Basu

  • How to use bone tool without getting my vector/object distort?

    Wish to get some help here. I drawn my human body figure using pen tool. I connect the bone tool directly without separating the part of (hand,legs and head) into symbol. After that, I try to move the hand but it get distort. Not just the hand but the body and head also getting distort as well. Do we need to necessary convert the body parts to symbol first before connecting the bone? Thanks.

    > So, is it right if I say that the services available in the backend are already implemented? And just creating an endpoint for them would make them ready for use?
    Yes: kind of instant services 
    > Also if I consume a service, say, 'CreateSalesOrder_In' for example, will it create entries in all my Sales order relevant tables (VBAK, VBAP) automatically using a BAPI internally?
    The service has the task to do all necessary steps, whether with or without using a BAPI.
    > Actually,  I have these doubts because during my time at SAP Labs (for the composites team in BusinesByDesign), I used to create business objects in the ESR and create an implementation for the same in the backend using BOPF. But now, in the customer scenario, where a full fledged ECC implementation is used, I am unaware as to how the services would update the tables or even read the relevant data.
    My consumer view on aservice is that I do not have to know how the service works, just need to know how to call it.
    Regards, Boris

  • IK Bone Tool Bones are not Displaying

    This may be a very dumb question, but how do you get the bones to display?
    I have connected 5 graphics together with the bone tool, but when I was clicking and dragging the bones did not appear. The armature was created and I can click and drag them into position, BUT I only see the end result and it doesn't show what the armature is doing while I'm dragging it around.
    When I select the armature layer, I don't see the bones either. The only reason I know it works is that when I click and release the armature, it is moved to a position normally produced by the bone tool.
    In summary:
    Bones are not displaying.
    Armature is not animating when being dragged.
    Any help would be great.
    Cheers,
    Mike.

    Hi Mike,
    Were you using Actionscript 2.0 or 3.0 document? The bone visibility is available only when you use Actionscript 3.0 document.
    Quynh

  • Problem with  Bone Tool

    I use Flash CS5. tool "Bone tool" change name in "plugin tool"
    when i click on the stage in output window this is display
    Plugin tool script error in method activate
    Plugin tool script error in method deactivate
    Plugin tool script error in method setCursor
    Plugin tool script error in method mouseMove
    Plugin tool script error in method mouseDown
    Plugin tool script error in method mouseUp
    Plugin tool script error in method mouseDown
    Plugin tool script error in method mouseDown
    i update flash to 11.01, but this not help
    remove all extensions, but this not help too
    PLEASE HELP!!!

    Hi,
    Does this happen even in a brand new FLA file?  If so, please try deleting your Flash CS5 user-configuration directory:
    Mac: boot drive/Users/<username>/Library/Application Support/Adobe/Flash CS5/<language>/Configuration
    Windows Vista/Windows 7: boot drive\Users\<username>\AppData\Local\Adobe\Flash CS5\<language>\Configuration
    Windows XP:
    boot drive\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash CS5\<language>\Configuration
    If it's happening only in specific files, can you post the file?
    Thanks,
    Nivesh

  • IK Bone Tool and Movie clips/tranform bug?

    In Flash, when you rotate a movieclip in the IDE, then
    release, the movieclip will often (80% of the time) lose .1-.2% of
    its scale. You can see the numbers changing in the transform
    window. It will continue to decrease the more you rotate/release,
    gradually shrinking.
    For an IK armature (using the bone tool), which is pretty
    much all about rotations, this is a major issue. A simple animation
    of a human character waving can bring their forearm scale down from
    100% to 92% by the end.
    Aside from being visually noticeable (my arm is shrinking!)
    the Armature itself seems to react badly, losing joint connections,
    randomly displacing movieclips, and generally being unpredictable.
    I can't tell to what extent the Armature bugginess is directly
    caused by the gradual scale-creep -- but it's certainly not
    helping.
    The Armature in the Bone Tool is uneditable- editing the
    position of a bone relative to another bone causes the other
    movieclips in the skeleton to start inching in random directions.
    Any suggestions? Any help for either the movieclip scaling or
    Bone Tool problems would be appreciated.
    Thanks!

    Unfortunately, I couldn't make Googolhertz's solution work with what I already put together.  It wouldn't allow me to swap between authortime and runtime due to the presence of a graphic symbol, so I can't tell if swapping between the two modes has anything to do with the fix.  However, after applying the aforementioned changes in the preferences menu of Flash, I rebuilt the armature from scratch. The bug seems to be taken care of.
    I would venture to guess that using any graphic symbols or movie clips from a file prior to changing your preferences in an armature will still have the bug.  It is only after they are converted/updated into a graphic symbol or movie clip after the preference settings change that the bug went away for me.  IE Opening an old fla that was created before changing the settings and making an armature from those symbols would still have the bug, despite the preference settings change.  However, opening the same file, but converting the pieces into graphic symbols or movie clips after changing the settings wouldn't have the bug.  Thus, it seems that applying the change will not retroactively apply itself to current assets in a project, but only assets that are created after the preference settings change.

  • Adobe Flash CS4: Bone Tool Problems.

    OK, so let's say I make a leg. The leg is composed of three
    separate parts, the thigh, lower leg, and foot/shoe. If I try to
    use the bone tool, which I find easier to animate with this kind of
    stuff, it almost works, except for ONE problem... The "Bone" I
    click and drag doesn't allow me to ANYWHERE past the symbol/object
    I'm already in.
    Let's say I'm connecting the Thigh to the Knee area in the
    leg example. If I try to drag the bone cursor anywhere outside the
    thigh and into the lower Leg, the Bone Tool indicates I can't do
    that with a Circle and a Line through it.
    If I TRY to let go where I want, despite what the Bone Tool
    tells me, the Stage turns gray, except for the object I was trying
    to drag the bone into, and I receive this "prompt" from the Output
    tab:
    Plugin tool script error in method mouseDown
    If someone could please help me fix this, that would be
    AWESOME. Thanks!

    Still no solutions to this? I stopped getting the error
    message after installing all current software updates, but the tool
    still doesn't work on multiple shapes. Symbols work fine -- just
    not multiple shapes.

Maybe you are looking for

  • Printing a focused chart contained in a JFrame

    Hello everyone, I have problem of printing a focused chart which contained in a JFrame. Here is the case: 1) A JFrame I designed as the root of my application, in which there are menu items, such as Print, Save,Open.... 2)A graphwindow is opened when

  • Numerous Problems With My Phone. Am I the only one?

    I got the Droid Charge in June 2012 so it's been about 7 months that I've owned this phone. The phone was fine at first but in the past few months, I've experienced the following: Phone shuts off at random times (when the battery is not dead) Phone r

  • 1084: Syntax error: expecting rightbrace before rightparen

    Hi, I am getting the following error when using the below code: 1084: Syntax error: expecting rightbrace before rightparen. Code: Buttons.Btn_2.addEventListener(MouseEvent.CLICK,Btn_2ClickHandler); function Btn_2ClickHandler(event:MouseEvent):void {

  • Trouble accessing my email with the latest update

    Anyone else having trouble accessing their email with the latest update?  I am not able to get my Yahoo mail.  I am constantly being asked for my password and then get an error - no access to network.

  • Java.io.IOException: Corrupt form data: no leading boundary

    Hi, I am trying to upload pdf files using a servlet. The Enctype of the form which calls this servlet is multipart/formdata. I use O'Reilly upload component which uses the class MultipartRequest to do the uploading. The form has textboxes and textare