Image with Clickable sections

How would you accomplish having an image much like an imagemap in html that has clickable sections? I need to be able to click a part of the image and it goes to one menu and click another part and it goes to a different one.

Can coords be used somehow? [import]uid: 18783 topic_id: 9594 reply_id: 309594[/import]

yes…use the display.contentToLocal function to convert event.x & y to coords in your local image space, and then do math to figure out where the click occurred [import]uid: 6175 topic_id: 9594 reply_id: 35010[/import]

Ok… any example code on this anywhere? I looked at the api page but it is still not clear to me how that translates to what I am trying to do. [import]uid: 18783 topic_id: 9594 reply_id: 35934[/import]