Hi,
sorry for the late reply :).
i want to do something like this:
a = can.Control({},{
'#id1 mousedown': function(){
this.options.evt = "mousemove";
}
'#id2 {evt}': function(){ ... }
});
only when i keep the mouse down on a DIV to start listening on mousemove on another DIV.