Search found 42 matches

by hromain
Sun Jan 27, 2019 4:43 pm
Forum: Pano2VR general
Topic: Fly In Transition for Individual Nodes?
Replies: 2
Views: 1360

Re: Fly In Transition for Individual Nodes?

This is just what I needed, thanks!

One quick follow-up: is there any way to control how quickly this one fly-in effect occurs, like how you can when it's set for every node?
by hromain
Wed Jan 16, 2019 6:05 pm
Forum: Pano2VR general
Topic: Fly In Transition for Individual Nodes?
Replies: 2
Views: 1360

Fly In Transition for Individual Nodes?

Hi,

Is there any way to set up a Fly In transition for just one node? I want all but one transition to be a cross dissolve and don't see how to manually trigger a fly in transition for the exception. Thanks!
by hromain
Tue Nov 06, 2018 9:44 am
Forum: Pano2VR general
Topic: Close container with click on pinned image / image hotspot
Replies: 4
Views: 2178

Re: Close container with click on pinned image / image hotspot

Hi!

I'm very interested in the answer to this as well. Were you able to find a solution?
by hromain
Sun Oct 07, 2018 10:44 pm
Forum: Pano2VR/Object2VR Skins
Topic: "Viewed" equivalent for non-tour hotspots?
Replies: 1
Views: 1459

"Viewed" equivalent for non-tour hotspots?

I'm building a skin and want the user to be able to easily see which hotspots they've already viewed and which they haven't. I know that with tour hotspots you can set a 'Viewed' logic block to make things visible when they've been to that scene, but I can't figure out how to do the same thing with ...
by hromain
Thu Sep 27, 2018 5:59 pm
Forum: Pano2VR/Object2VR Skins
Topic: Size Logic Block Affecting Element Position
Replies: 2
Views: 2096

Re: Size Logic Block Affecting Element Position

Two follow-up notes: When I try to set containers filled with elements to a percent size, it moves the anchor point to the top left corner on output, even if that's not where I set it in the skin Both issues only occur when the size is set to a percent. With a pixel size setting, it's not a problem.
by hromain
Wed Sep 26, 2018 4:11 pm
Forum: Pano2VR/Object2VR Skins
Topic: Size Logic Block Affecting Element Position
Replies: 2
Views: 2096

Size Logic Block Affecting Element Position

I'm using Pano2VR 6.4, outputting HTML5 on Chrome. I'm trying to set a size logic block on a center-aligned text box with a top-center anchor point. I want the text box to be 60% wide unless the player is less than 500px, in which case I want it to be 75% wide. However, when I set this logic block, ...
by hromain
Wed Sep 26, 2018 8:02 am
Forum: Pano2VR general
Topic: Combining Animation & Interactive Tour
Replies: 1
Views: 1242

Combining Animation & Interactive Tour

Wondering if it's possible to combine an animation and an HTML5 interactive tour, eg first playing a short animation and then turning the panorama interactive once the animation is finished. Can that be done? Or does the output have to be either/or?
by hromain
Tue Sep 25, 2018 11:46 pm
Forum: Pano2VR general
Topic: Change Variable based on Pan?
Replies: 1
Views: 1124

Change Variable based on Pan?

I'm trying to create a tutorial for my pano tour, and I want to introduce the user to the idea of dragging around the screen. Once they successfully move 10 degrees in either direction, I then want the instruction text to change. Right now, I have Text A visible when -10<pan<10, otherwise Text B is ...
by hromain
Mon Sep 24, 2018 10:26 pm
Forum: Pano2VR general
Topic: Zoom In/Out on Panorama with Double Click
Replies: 2
Views: 1507

Re: Zoom In/Out on Panorama with Double Click

Yes, exactly. The ability to control actions on the panorama would be great. Thanks
by hromain
Mon Sep 24, 2018 1:56 am
Forum: Pano2VR general
Topic: Button Click Mobile Only?
Replies: 3
Views: 2367

Re: Button Click Mobile Only?

Try setting an action filter (the button with two separating arrows) for the mouse click action so the trigger Player > Is Mobile = true
by hromain
Mon Sep 24, 2018 1:53 am
Forum: Pano2VR general
Topic: Zoom In/Out on Panorama with Double Click
Replies: 2
Views: 1507

Zoom In/Out on Panorama with Double Click

Hi,

Is there a way to set a global action where a double-click anywhere on the panorama will zoom in/out? I know how to do this with individual elements, but not the entire panorama.
by hromain
Sun Sep 23, 2018 4:54 pm
Forum: Pano2VR/Object2VR Skins
Topic: JavaScript for Accordion Menu
Replies: 9
Views: 5515

Re: JavaScript for Accordion Menu

It opens up with a submenu listing the nodes within each category, taking the place of a dropdown navigation menu on a full-size screen: Screen Shot 2018-09-23 at 11.59.27 AM.png Screen Shot 2018-09-23 at 11.59.19 AM.png Here's the "includes/accordion.html" file I'm linking to within the i...
by hromain
Sun Sep 23, 2018 6:48 am
Forum: Pano2VR/Object2VR Skins
Topic: JavaScript for Accordion Menu
Replies: 9
Views: 5515

Re: JavaScript for Accordion Menu

Sure, still very much a work in progress: https://s3.us-east-2.amazonaws.com/work ... index.html. The accordion menu icon will appear in the top right corner when the browser window is 500px or less. Thanks for taking a look.
by hromain
Sun Sep 23, 2018 5:29 am
Forum: Pano2VR/Object2VR Skins
Topic: JavaScript for Accordion Menu
Replies: 9
Views: 5515

Re: JavaScript for Accordion Menu

Apologies, need to amend this: this works perfectly when I run the project on localhost. However, when I upload the project to S3, I'm running into issues. I don't think it's an issue with the iframe, because the menu becomes visible when the menu icon is selected. However, when I try to open the ac...
by hromain
Sat Sep 22, 2018 3:56 am
Forum: Pano2VR/Object2VR Skins
Topic: JavaScript for Accordion Menu
Replies: 9
Views: 5515

Re: JavaScript for Accordion Menu

Works perfectly, thank you!