playMaker

Author Topic: Can "mousedown" ignore "Mousedown - drag - mouserelease"?  (Read 2045 times)

indeed

  • Junior Playmaker
  • **
  • Posts: 87
Can "mousedown" ignore "Mousedown - drag - mouserelease"?
« on: February 26, 2015, 05:36:40 PM »
I have a cube in my scene that is rotated using a script based on click-dragging the mouse. I have sub-objects on this cube that I would like activated in Playmaker using the MouseDown event. However, the subobjects are being accidentally triggered by the click-dragging necessary to click-rotate the main cube. When I click, hold, drag, and release, my main cube rotates, but it also accidentally triggers any sub-object it was over that has a MouseDown action.

Is there any way for Mousedown to only respond to a mouse click that does not involve moving the mouse/dragging?