Hi,
I have the following problem:
Image1 is a bigger image (png), and contains 4 sections, that I would like to turn into buttons.
Image2 is one such a section, and is also a png image, of the same size.
Its best to see what I am talking about, so I put the project on my skydrive:
https://onedrive.live.com/?gologin=1&mkt=en-US#cid=E42A46EB35985949&id=E42A46EB35985949%21363
(please let me know if it is not working)
Now, the problem is, the smaller image is on top of the larger image, and because they're canvas sizes are the same, the entire image is a hotspot (reacts when the mouse goes over it), instead of just the smaller image. I do not want to change the smaller image's canvas size, since there will be four of these, and they will eventually overlap.
What to do?