how to get a Tile item in a list?
list question3
Do you mean how to find out which item in the Tile is being pressed? That is Tile.on("mousedown", e=>{zog(e.target);} // or click or use .tap() rather than on().
Do you mean how to find out which item in the Tile is being pressed? That is Tile.on("mousedown", e=>{zog(e.target);} // or click or use .tap() rather than on().