I need convert as 2 to as 3. which functions in as3 are same with following functions in as 2
_loc1 = attachMovie(movie, movie, depth);
_loc1.gotoAndPlay(frame);
_loc1.easeSpeed = easeSpeed;
_loc1._y = yPosInit;
_loc1.yTo = yTo;
Do you think if some tool can do the convert automatically.
Thanks
Mark

