您好,我看了您一个Flash AS3中,在指定坐标上画出一个小点的回答,我试了一下,没弄出来
这是链接http://zhidao.baidu.com/link?url=QiwSz7k1RdeiO1rGh55a0RcHEyal0TKRRHQ-1zZo4JU1RP05...
这是链接http://zhidao.baidu.com/link?url=QiwSz7k1RdeiO1rGh55a0RcHEyal0TKRRHQ-1zZo4JU1RP05EU4nfSMe2rij5NCwPS-PTJ_7p88a3cNpjr5Iiq,不知道是哪出了问题
展开
1个回答
展开全部
function setPoint(point, color){
this.graphics.beginFill(color || 0xff0000);
this.graphics.drawRect(Number(point[0]) + stage.stageWidth/2, Number(point[1]) + stage.stageHeight/2, 1, 1);
this.graphics.endFill();
}
在里面最下面+个 addChild(this);
试试看
this.graphics.beginFill(color || 0xff0000);
this.graphics.drawRect(Number(point[0]) + stage.stageWidth/2, Number(point[1]) + stage.stageHeight/2, 1, 1);
this.graphics.endFill();
}
在里面最下面+个 addChild(this);
试试看
追问
弄出来了,太谢谢了。如果我想在代码中直接设置坐标,比如x=5,4,5;y=27,32,4。这该怎么写呢?
追答
this.x = 5;
this.y = 27;
this的坐标就是那个点的坐标。
那个点是画在this上的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询