Hi,
I have combined some code -
People can drag and drop a ball on a triangle.
However they are only allowed to do drop the ball on the triangle or in a box.
Drag and drop is working, calculating the coordinates is working as well.
I only can't manage to write a value back when someone drops it on the specific area on the image.
(those areas are just two defined areas, when I just use the click function that's working however I am checking how to do it with dropping as well)
to see the example in LS:
Demo
and standalone:
Demo
I am using the image mapster here as well.
Seems I can't get the highlight working in LS.
Tony I have seen your solution on the image mapster as well.
Maybe you see if there is just a small thing I am missing?
I think it goes wrong in the LS example at code, line 237.
It won't load the value of img.mapster
Thanks, Dennis