Hi there.
Im trying to make something
Here it is.
Its going to be 2 movie clips that are going to be dragged up and down(Only vertical movment!!!). And when u have then in the position u want, u can push a button and draw a line thrugh the 2 clips.
Or if there could be a line that is always on the 2 clips.
I know its kinda badly explained, therefore im gonna put up a little schetch.
The only thing i have manage to make is the drag
sirkel1.onPress = function() {
startDrag(โsirkel1โ, true);
};
sirkel1.onRelease = function() {
stopDrag();
};
can anyone help me?