sogetsu 给精灵设置hitarea,是使用相对坐标还是绝对坐标?代码如下,点击没有反应var ha = new HitArea(); ha.hit.drawRect(0,0,100,100, "#ff0000"); building.hitArea = ha;其中building是一个Image对象