-
I need to be able to click specific areas of an image and cause a jump to other options. Specifically I have an aircraft dropping flares. I need to be able to click on the different flares and run other segments of code. I need to be able to see the image through whatever button I place over the flare.
Any and all help is appreciated.
-
Well you would create regions by using arrays of UDTs, and then when the user clicks on the image, run through the array and check which particular index in the array has an area that matches the area that the pointer is in.
I hope that makes sense ;)
- jamie