在DisplayObject';注册点绘制';x'
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在DisplayObject';注册点绘制';x'相关的知识,希望对你有一定的参考价值。
public function drawRegistrationPoint( s:Sprite ):void { //translate movieclip var mark:Sprite = new Sprite( ); mark.graphics.lineStyle( 1 , 0xFF0000 ); mark.graphics.moveTo( -2 , -2 ); mark.graphics.lineTo( 2 , 2 ); mark.graphics.moveTo( -2 , 2 ); mark.graphics.lineTo( 2 , -2 ); s.parent.addChild( mark ); }
以上是关于在DisplayObject';注册点绘制';x'的主要内容,如果未能解决你的问题,请参考以下文章