Page 1 of 1

Use wildcard in Hotspot Proxy ID?

Posted: Fri Jan 13, 2023 1:10 pm
by 3DV
Can a wildcard be used in the Hotspot Proxy ID?
I've only been able to use '*' to work with all hotspots, but I'll need something to address different types of polygonal hotspots, like PolyInfo* to work with all hotspots starting with PolyInfo.

For example: I've got polygonal hotspots that should only show a text, polygonal hotspots that link to a website and polygonal hotspots that play a video or show an image. Each with different hover actions.
As a workaround I could probably use * and create subcontainers with visibility logic based on the Polygonal Hotspot Properties data, but not ideal.

Re: Use wildcard in Hotspot Proxy ID?

Posted: Fri Jan 13, 2023 1:31 pm
by Hopki
Hi Ruud,
You can use a regular expression, for example with all polygons that will open an image popup you could use the Hotspot ID of imge01, image02 etc.
The Hotspot Proxy ID would then be #image.*
Regards,

Re: Use wildcard in Hotspot Proxy ID?

Posted: Fri Jan 13, 2023 1:36 pm
by 3DV
Thanks a lot for the quick reply, works like a charm now!