btn.on(Event.MOUSE_MOVE, this, onMouseMove); 如何移除btn的该鼠标事件
on用来侦听事件,off用来移除事件,btn.off(Event.MOUSE_MOVE, this, onMouseMove);