Page 1 of 1

show multiple hotspots at once

Posted: Wed Dec 13, 2017 2:27 pm
by wiso
hello,

please the following question: i have 4 "normal" hotspots. if i hover over each single ("orf") it appears. otherwise they are unvisible.

but what i want is the following: if i hover over one logo, equal which, all 4 logos together should be visible.

has anyone a hint?

thank you,
best regards,
wiso
K1600_orf_logos muster.JPG
K1600_orf_logos muster.JPG (90.55 KiB) Viewed 1414 times

Re: show multiple hotspots at once

Posted: Fri Dec 15, 2017 4:28 am
by Tony
Hi,

If this is what you want to do... https://s3-ap-southeast-2.amazonaws.com ... index.html then what you need to do is...

1. Create a variable eg 'showHotspots' with a type of True/False and an initial value of false
2. Create a logic block for each object with a trigger of *showHotspots = false, visible: false
3. On each hotspot set an Action of Source/Mouse Enter, Actions/setvarialbevalue, Parameter/true, Target/showHotspots
4. On each hotspot set an Action of Source/Mouse Leave, Actions/setvarialbevalue, Parameter/false, Target/showHotspots

Here is the skin from the demo project.
show-multiple-hotspots-skin.ggsk
(1.14 KiB) Downloaded 130 times

This may not be the optimal way to do it and perhaps someone can provide a better solution :)

Tony

Re: show multiple hotspots at once

Posted: Fri Dec 15, 2017 7:24 am
by wiso
oh yes!

that seems to be the solution,

thank you very much,

best regards,
wiso