Hi all
I am working on a project where I am given an image with different shapes on it. Now when user taps on the image I have to detect user has tapped on which shape and then speak the name of the object like Loin, tree boxes etc. Now I want to know what is the most efficient way to do this. Now it is the same image where I have to detect which part of the image user has tapped. Please help…! [import]uid: 126619 topic_id: 21807 reply_id: 321807[/import]
you either have to use separate images, create invisible buttons for each object, or have a table that holds the location and size of each object and check the location of touch with this table.
the easiest way would be 1 or 2 the best way would be 3 [import]uid: 7911 topic_id: 21807 reply_id: 86624[/import]