Search found 8 matches

by jaabdad
Tue Aug 01, 2023 11:09 pm
Forum: Pano2VR general
Topic: Any way to group polygon hotspots?
Replies: 6
Views: 3425

Re: Any way to group polygon hotspots?

I ended up figuring out the show/hide poly hotspots by category. Basically I set all hotspots to ALWAYS HIDDEN then manipulated the visibility using variables that count whether or not the user has clicked on all the hotspots in the first category before showing the second category, etc.
by jaabdad
Thu Jul 20, 2023 6:44 pm
Forum: Pano2VR general
Topic: Any way to group polygon hotspots?
Replies: 6
Views: 3425

Re: Any way to group polygon hotspots?

I did figure out how to link 2 poly hotspots to show at once using Actions... However, I also need to hide a set of poly hotspots until a different set of hotspots has been clicked... I have 3 categories of poly hotspots: Hazards, Missing, and Tips. Each category has a variable to count mouse clicks...
by jaabdad
Fri Jul 14, 2023 5:11 pm
Forum: Pano2VR general
Topic: Any way to group polygon hotspots?
Replies: 6
Views: 3425

Re: Any way to group polygon hotspots?

Thanks! That's helpful. However, I'm trying to get two or more polygon hotspots to behave as a single polygon hotspot: on mouseover, show all grouped polygons; on mouseclick, do something else, etc. I do understand using the hotspot ID proxy to trigger, say, a textbox -- what I don't quite get is ho...
by jaabdad
Wed Jul 12, 2023 9:53 pm
Forum: Pano2VR general
Topic: Any way to group polygon hotspots?
Replies: 6
Views: 3425

Any way to group polygon hotspots?

I'd like to have multiple polygons grouped together under a single hotspot ID so they all show together if any of the grouped polygons sees a mouseover.

Is this possible using the polygon hotspot tool, or do I have to define multiple polygon hotspots and add logic in the skin?

Thanks.
by jaabdad
Tue Jun 20, 2023 7:38 pm
Forum: Pano2VR/Object2VR Skins
Topic: Reset TIMER when node loads
Replies: 1
Views: 10900

Re: Reset TIMER when node loads

So it seems like setting the timer type to IMAGES READY solved the issue...
by jaabdad
Mon Jun 19, 2023 10:44 pm
Forum: Pano2VR/Object2VR Skins
Topic: Reset TIMER when node loads
Replies: 1
Views: 10900

Reset TIMER when node loads

Hey there, I have an animated hotspot that uses the TIMER in the skin. The TIMER element has an action which on ACTIVATE sets variable value ht_ani to not/true. This TIMER then drives a couple of arrow images to animate y-axis and alpha. This works great when I first load the tour, but moving into a...
by jaabdad
Thu Jun 08, 2023 10:14 pm
Forum: Pano2VR general
Topic: Error on converting patch to hotspot: v7.0.3 Mac ARM
Replies: 2
Views: 39384

Re: Error on converting patch to hotspot: v7.0.3 Mac ARM

Ah, I get it now. Thanks!
by jaabdad
Mon Jun 05, 2023 4:29 pm
Forum: Pano2VR general
Topic: Error on converting patch to hotspot: v7.0.3 Mac ARM
Replies: 2
Views: 39384

Error on converting patch to hotspot: v7.0.3 Mac ARM

When I click on the "convert to hotspot" icon on an image patch, I get this error:

"A patch with a roll value other than 0 cannot be converted to a point hotspot."

Where can I correct this - maybe by setting roll value to 0?

Thanks!