开发者

Reset 3d movieclip back to 2d movieclip

I used the 3d transform tool to rotate and move an mc in 3d. How do i make it to behave as a 开发者_如何学JAVA2d movie again... Reset doesn't work... it only resets all to 0 but it's still 3d. The only way I found was to delete it and drag it back from the library but is there a more common solution?

Reset 3d movieclip back to 2d movieclip


Use the Remove Transform button at the bottom right side of the Transform Panel:

Reset 3d movieclip back to 2d movieclip

In actionscript, set the matrix3D property of the MovieClip to null:

yourClip.transform.matrix3D = null;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜