Um I may misunderstand but I don’t think it’s a canvas. I’ve cloned a button called black pawn and one called white pawn.
I’ve put an ‘any button’ component in. When user clicks any button it gets the component ID (is how i understand it), it compares this components text with “BPawn” or “WPawn”. If text is BPawn it will reveal another button called “Move1” at that components Y minus 40 pixels(?).
User can then click this new button to move that component. It is working. Now I need to figure out how to the attack work
1 Like