I am working on AS3.0. I have a requirement wherein I have to draw some of the elctronic components like resistors, capacitors and inductors. I have tried using the image and converted it to the Movieclip, but it has some limitations with respect to our requirement and also doesnt look natural. Is it possible to draw the components using basic shapes and then try converting it to movie clip. I want to assign some events to the ends of the components(small end wires for connecting the components) say like highlighting the wire end by drawing a circle on mouse focus on these points. This requirement is not possible with the image being converted to movieclip. I wish to elaborate more on the requirement. The resistor which looks like an oval with a little bit of wire extending from it on both the sides of the oval. The component has to be picked from the tray and dragged on the breadboard(A matrix of small squared slots), while on dragging on the breadboard the left end wire senses the squard slot on the bread board and try to get fixed to that slot if that is not the desired slot for fixing the component the user drags it further towars the required slot, the movement of the left end wire is not smooth and just moves over the breadboard fixing to the nearby squared slot all along in somewhat an intermittent way. We have tried convrting an bmp image to movieclip which doesnt suit my requirement.
Regards,
Excel