Astonishing!

 From:  Michael Gibson
8265.8 In reply to 8265.6 
Hi Brian,

> Can MoI do a 2D slider, e.g. with Mouse or Mouseover?

There isn't any prepackaged control for doing that, but it should be possible to implement a custom one, you would want to put an onmousemove="" handler on an HTML element to do that: http://www.w3schools.com/jsref/event_onmousemove.asp

- Michael