Search found 8 matches

by markleaf
Thu Nov 15, 2018 11:47 pm
Forum: Pano2VR/Object2VR Skins
Topic: Trigger something when tour transition ends
Replies: 2
Views: 1320

Re: Trigger something when tour transition ends

The goal:

Say, transition is set up so node A will cross fade to node B, the transition is triggered by user, clicking on a hotspot for example. AFTER the transition ends, that is B is ready for interaction, a screen hint fades in to give some information.

How would you achieve this?
by markleaf
Thu Nov 15, 2018 11:42 pm
Forum: Pano2VR/Object2VR Skins
Topic: Trigger something when tour transition ends
Replies: 2
Views: 1320

Re: Trigger something when tour transition ends

I tried to have a timer to trigger something after set time. To achieve what I'm chasing for, I'll need to start the timer only when certain node is activated. Tried to make timer a child of a node marker, doesn't work. Builtin options for starting a timer don't seem to fit this situation neither. A...
by markleaf
Thu Nov 15, 2018 11:37 pm
Forum: Pano2VR/Object2VR Skins
Topic: Trigger something when tour transition ends
Replies: 2
Views: 1320

Trigger something when tour transition ends

Hi,

How can I trigger something when tour transition ends? It seems all related triggers or action sources are counted on the moment transition starts?
by markleaf
Sun Nov 04, 2018 2:27 am
Forum: Pano2VR/Object2VR Skins
Topic: How to change size/position of element that is a child of point hotspot
Replies: 7
Views: 3177

Re: How to change size/position of element that is a child of point hotspot

Hi, If you take a look at my tutorial 'Hotspot Templates and iFrames' it may give you some ideas of how you can implement the web like popups that you have been discussing. In this scenario I have multiple hotspots but only one hotspot template. This allows you to create a single popup element and ...
by markleaf
Sun Nov 04, 2018 2:13 am
Forum: Pano2VR/Object2VR Skins
Topic: How to change size/position of element that is a child of point hotspot
Replies: 7
Views: 3177

Re: How to change size/position of element that is a child of point hotspot

Hi, If you take a look at my tutorial 'Hotspot Templates and iFrames' it may give you some ideas of how you can implement the web like popups that you have been discussing. In this scenario I have multiple hotspots but only one hotspot template. This allows you to create a single popup element and ...
by markleaf
Sun Nov 04, 2018 1:29 am
Forum: Pano2VR/Object2VR Skins
Topic: How to change size/position of element that is a child of point hotspot
Replies: 7
Views: 3177

Re: How to change size/position of element that is a child of point hotspot

Hi, If you look at the video info component you will see it uses information from a point hotspot but displays in a text bos not associated with the hotspot template. This is because it is using a set value action. When the mouse is over the hotspot you can then read the data stored in the hotspot ...
by markleaf
Sat Nov 03, 2018 1:33 am
Forum: Pano2VR/Object2VR Skins
Topic: How to change size/position of element that is a child of point hotspot
Replies: 7
Views: 3177

Re: How to change size/position of element that is a child of point hotspot

Please, any one? The goal is to show a simplified web like popup screen with both texts and images or even hyperlinks to have more detailed intro for current hotspot. As there might be multiple hotspots in one single pano node, the best method I could think of is to host needed information within ea...
by markleaf
Fri Nov 02, 2018 9:49 pm
Forum: Pano2VR/Object2VR Skins
Topic: How to change size/position of element that is a child of point hotspot
Replies: 7
Views: 3177

How to change size/position of element that is a child of point hotspot

Hi, I need to display some information stored on hotspot node, such as $hd, using a text skin. To do that, I make the text skin a child of the point hotspot in skin editor. However, that makes the text skin's position/size both be anchored to the parent, which is the sizeless point spot. What could ...