影片剪辑随着鼠标的旋转的代码

      Flash学习 2005-9-30 23:18
影片剪辑随着鼠标的旋转的代码

onEnterFrame=function(){
r=Math.atan2((_root._ymouse-_root.mc._y),(_root._xmouse-_root.mc._x));//计算角度(弧度)
trace(r);
mc._rotation=r*180/Math.PI;
}

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}