// 飞机 x 轴位置
var tx = new PIXI.Text();
plane.addChild(tx);
tx.x = 70;
// 飞机 y 轴位置
var ty = new PIXI.Text();
plane.addChild(ty);
ty.y = 60;
ty.x = -20;
bg.interactive = true;
bg.on("mousemove",move);
function move(event){
var pos = event.data.getLocalPosition(app.stage);
plane.x=pos.x;
plane.y=pos.y;
}
第二点 文本分别显示坐标的位置数值。xy轴怎么写
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- 李筱宝 2021-10-11 15:49关注
function move(event){ var pos = event.data.getLocalPosition(app.stage); tx.text = plane.x=pos.x; ty.text = plane.y=pos.y; }
有用望采纳
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 MATLAB代码补全插值
- ¥15 Typegoose 中如何使用 arrayFilters 筛选并更新深度嵌套的子文档数组信息
- ¥15 前后端分离的学习疑问?
- ¥15 stata实证代码答疑
- ¥50 husky+jaco2实现在gazebo与rviz中联合仿真
- ¥15 dpabi预处理报错:Error using y_ExtractROISignal (line 251)
- ¥15 在虚拟机中配置flume,无法将slave1节点的文件采集到master节点中
- ¥15 husky+kinova jaco2 仿真
- ¥15 zigbee终端设备入网失败
- ¥15 金融监管系统怎么对7+4机构进行监管的