hi
i have two movieclips "mc1" and "mc2"
when the movie starts i would like to draw a curve between these two
like you can see it here
http://www.virginamerica.com/va/infoDeskRouteMap.do
i know how to draw a static curve, but i would like to have it animated.
perhaps anyone could give me a code example
thank you
pete
thank youPHP Code:_root.mc1;
_root.mc2;
this.onEnterFrame = function() {
curveTo(???);
}




Bookmarks