Hello, How do I?
1. when object is tapped, do one action
2. when object is dragged, do a different action.
However I don't want both actions to occur at the same time. If the object is tapped, then it should not start to drag as this has a full set of actions to start the drag.
I tried a variation of events and sequences but couldn't get it to work.
Is there a way for the conditions to handle this?