they need to be dispatched to lower components. the bubbling/capture mechanism applies to a hierarchy. so, one sibling stackpane doesn't transmits events below. you can handle this at an upper layer, say a scene, and then delegate accordingly
This example, flattens the board an piece into one layer to handle the event dispatching. i use groups to manage the objects easier in scene builder