Hi there,
I'm interested in using the Interactive Menu control as it appears to fit my use case:
I need to be able to select a video from a list. I DO NOT want to design the whole screen then use touch events on the image.
I want to use a thumbnail from the video (which I have created) and add it on the screen to be able to be touched and have that video be played. Essentially, I just need an ImageButton on the screen. A rectangular touch area with a background image.
I was able to build something that looks how I want with the Interactive Menu, however they don't seem to respond to touch events. Is there a way to get this to work??
Thanks