show multiple hotspots at once

Q&A about the latest versions
Post Reply
wiso
Posts: 281
Joined: Wed Oct 26, 2016 6:52 pm

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 1405 times
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

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 125 times

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

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
wiso
Posts: 281
Joined: Wed Oct 26, 2016 6:52 pm

oh yes!

that seems to be the solution,

thank you very much,

best regards,
wiso
Post Reply