Hi,
first i decide to implement my game with TMX but now i want switch to SVG.
Currently I'm looking for the way how i can retrieve an object inside the SVG graphic depend on x/y coordinates. I must know when the player touch the screen what SVG object he touched. Something like
TMXTile tile = tmxLayer.getTMXTileAt(pSceneTouchEvent.getX(), pSceneTouchEvent.getY());
Is there a way? Thanks for help.
When i solve this problem i can start implement my game. I test now some weeks the features of AndEngine and i have all pieces of the puzzle(scrolling, zooming etc.) expected this one.
Regards
Armand
