Thanks, Xavier. I am aware of the ability to drag a tool from one point to another, But drag mouse does not work! And of course, this is what I really want . . . I want to drag the mouse from one point to another across open stacks. Since I could not figure out how to do this specifically, I then decided to move a tiny window with a "hand" shape from a point within one stack to a point in another stack. To do this, I have successfully worked out the required geometry. But, I still wonder if there is a way to move the mouse itself?? Am I missing something obvious??

Cheers, Roger



On Jun 8, 2005, at 12:54 PM, [EMAIL PROTECTED] wrote:

Simulating a mouse drag though is via the handler

  put apoint into xy[1]
  put apoint into xy2[1]
  multiply item 1 of xy2[1] by 2
  multiply item 2 of xy2[1] by 2
  drag mouse from xy[1] to xy2[1]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to