Page 1 of 1

poly-hotspot -> mouse over action from skin-hotspot

Posted: Tue Jul 28, 2020 12:59 pm
by ollyfromkup
Hello,
is it possible to communicate the mouse-over action from a skin element to a polygonal-hotspot?

Explanation:
I have to Elements: In my scene I have polygonalhotspot called "poly1" and in the skin I have a Hotspot "HT1".
If the mouse goes over "HT1" I want that the "poly1" shows the background & frame as it looks like when the mouse-over action happend directly to the polygonal-hotspot.

Someone an idea how to make that happend?
Thanks a lot.
BR

Re: poly-hotspot -> mouse over action from skin-hotspot

Posted: Sat Aug 01, 2020 12:55 pm
by Hopki
Hi,
You can do this with skin actions, as an example, the hotspot can have the action mouse enter show poly $(hd) and mouse leave hide $(hd).
Then in the Hotspots description text field enter the polygon hotspots ID.
Regards,

Re: poly-hotspot -> mouse over action from skin-hotspot

Posted: Tue Aug 04, 2020 1:19 pm
by ollyfromkup
Hello Hopki,
many thanks for the reply. I tryed to solve the problem by following your instructions.
Unfortunatly the SKIN-Editor will not accept the $(hd) as it's destination. It returns the error message: "The skin contains no element with the named ID!".

See screenshot below.
Skin_Message.JPG
Skin_Message.JPG (90.62 KiB) Viewed 1531 times

What am I doing wrong?
BR Olly

Re: poly-hotspot -> mouse over action from skin-hotspot

Posted: Tue Aug 04, 2020 9:38 pm
by Hopki
Hi,
Please see the attached project.
It has a polygon and a point hotspot.
The poly hotspot is set to disable in the HTML5 output.
The Point Hotspot has the polygons ID in the description text field.
So on mouse enter it will "show one" using the placeholder to target the Poly ID.
Then on mouse leave, it hides it and then disables it so the polygon is not interactive when hidden.
Regards,

Re: poly-hotspot -> mouse over action from skin-hotspot

Posted: Wed Aug 05, 2020 9:06 am
by ollyfromkup
Thanks a lot, Hopki!
And sorry for not finding that solution without help.

BR Olly