graphics.drawCircle(20, 20, 10);
graphics.drawCircle(40, 40, 20);
so lets say i've been created two circles in the stage, now i want to create a bone object to connect the first circle to another and then try to move them in the code, because i've readed that the bones can only be created by the BONE tool in adobe flash is that true?
can you give me a little example on how to create a bone object in the code?