Right click on an actor

Hey -

The nodes “Event Actor Begin Cursor Over” and “Event Actor End Cursor Over” can be used to tell if the mouse cursor is currently overlapping the object (your button). Then you can use the a pair of branch nodes to check if the mouse is over the object and being pressed. The following image is for moving an object upward only when the mouse is clicking it but it shows the nodes you would use and how to set them up.