Convert Images to Hotspots
September 23, 2021 12:00 AM
While developing, I decided I now wanted what were images, to now be clickable and have their own actions. To do this, I have to delete the current Image object and make a new Hotspot object. It would be great if there were an option to turn an Image object into a Hotspot, "Convert Image to Hotspot object", to save me having to recreate and reassign actions.
Many thanks.
Discussion (1)
Workaround: make a hotspot with no image associated with it. Put it in front of your image. It's invisible, but it will receive click events and perform actions.