I’m programming a chess-like game right now and I was wondering, is getButton or onMouseDown better for moving pieces? The goal is to highlight the piece with a mouse click and then move it to another space with a second click.
you could use the button component, i know onmousedown will get the job done, dont know about getbutton