Arg... Flash Drawing API

Hi… I’m trying to create this thing… that creates points in a random place, and if the points are close enough to previously created points, to draw lines between them… However, my moveTo() method doesn’t work. my file is attached…

Okay… so now I have the lines coming out of the points, meaning I got the moveTo() function right… but the lines all point opposite the origin. I’ve added the newer file as well…

Any help would be greatly appreciated.