影片剪辑随着鼠标的旋转的代码
onEnterFrame=function(){
r=Math.atan2((_root._ymouse-_root.mc._y),(_root._xmouse-_root.mc._x));//计算角度(弧度)
trace(r);
mc._rotation=r*180/Math.PI;
}
onEnterFrame=function(){
r=Math.atan2((_root._ymouse-_root.mc._y),(_root._xmouse-_root.mc._x));//计算角度(弧度)
trace(r);
mc._rotation=r*180/Math.PI;
}
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}