ActionScript Q
ActionScript Q
- Started
- Last post
- 8 Responses
- DBitW
Hello.
So i'm duplicating clips and I need to have a line stretch between them, and be "stretchable" since they ( the duplicating clips) are dragable
any advice on how to do it?
- DBitW0
Thanks dippy but the points between the line need to be duplicated, that's the issue i've been having.
- ********0
sounds like you need to stretch a line between two dragable movie clips
- DBitW0
exactly, but the movieClips are duplicated so finding the proper _x coordinate is eluding me
- DBitW0
*bump
- yah0
got an online example?
- DBitW0
Like this
- yah0
Wow, there's got to be an easier way than the Flashkit method.
Maybe use an onEnterFrame to store the positions of the draggable buttons in an array and draw the lines at the same time...
var myArray:Array = [posX_1,posY_1,posX_2,posY_2, etc... ];