Question
Connecting Dots.
Hello Everyone!!
Whats the best thing to do when you want to do an animation of a line that connects in each other as you click the button??
you set the dots in a stage, and when you click the button there will be a line that will connect from dot1, into dot2 and so on.. ofcorse it includes animation effect..
line.graphics.moveTo()
i guess is the right thing to do??
any idea?