Page 1 of 1

Mouse click and drag?

Posted: Thu Aug 02, 2007 7:07 pm
by eric1970
I have a MS Project with a form that is a button, I want to click and drag from the All Forms window and drag it up to the toolbar.  How can you click on an item and then drag and drop?

Mouse click and drag?

Posted: Fri Aug 03, 2007 1:13 am
by Oleg
Look at this example. This task moves Notepad window to a new position through mouse actions.
I recommend insert between mouse actions some pause. It's enough 0.2 sec. Pause is necessary in order to wait until window will process all system messages

Re: Mouse click and drag?

Posted: Thu Mar 17, 2022 1:25 pm
by actchain
I want a click on an object to cause something on the holding HTML page (not important what that is here). I’m controlling that with the “when clicked” event puzzle, and it works just fine.

The problem I have is that if I drag to make the camera orbit around the scene, and when I click to start dragging, I click on the object that has the “when clicked” puzzle, then the click event is triggered, and it causes the same effect on the holding HTML page, but I don’t want that, because I’m supposedly just dragging.
Is there a way to avoid the click event triggering when I’m dragging?

Thank you!

Re: Mouse click and drag?

Posted: Thu Mar 17, 2022 4:33 pm
by Oleg
Look at the Mouse click action
Use Button down option.

Click means that you push and release mouse button.