我在画布中有一个图像,我想在单击图像时获得鼠标位置坐标。在图像未缩放时要求stage.clientX
和stage.clientY
有效,但在缩放后,它们会检索舞台坐标而不是(缩放)图像坐标。
我怎样才能得到它们?
答案 0 :(得分:1)
基于https://groups.google.com/forum/#!msg/createjs-discussion/_n3yDDlqkKg/WuhSGEaZ1rgJ:
点击鼠标后,执行stage.globalToLocal(stage.mouseX, stage.mouseY)
参考:http://createjs.com/Docs/EaselJS/classes/Stage.html#method_globalToLocal