var p:Point = Point.polar(Math.random() * 100, Math.random() * Math.PI * 2); star.x = p.x; star.y = p.y;