Suchergebnisse
Suchergebnisse 1-14 von insgesamt 14.
I did see the templates. I just didn't know if there was a way to tell the software to use a specific template when creating the tours. I'm totally good with creating my own template. I just wanted to be able to tell the software which template to use so that I'm not having to recreate the XML file for each tour. Does this make sense? Thanks, Ben
I work for a company that puts out a lot of virtual tours. I have written quite a bit of code into our XML file to modify the functionality of our tours. Is there a way to use what I have modified as a template so that we don't have to paste the new code into each new xml file? Sincerely, Ben
Is there a way to modify the way that the zoom buttons, that are built into my skin, work? Sincerely, Ben
Andrey, Thanks for the help! -Ben
I need some event that could tell me when the current hlookat position equals the starting hlookat position. I've got the information for both variables just need an event that will tell me when they are equal. Thanks, Ben
So when you say all variables are global does that also include variables set within an action? Thanks, Ben
What I'm really trying to do is grab the following when the scene loads: <view hlookat="someNumber"> Once I've got that I'd like to save it to a global variable if possible. Each one of our scenes is started from a different position. Our tours are of homes and the beginning hlookat is determined by the "most important" part of the room. For instance if it's a tour of a kitchen/living room combo then generally the hlookat focuses on the sink and cabinets. From scene to scene the hlookat will cha...
Is there a way to set a variable when a scene loads such that the variable is accessible in all actions? Thanks, Ben
I think I'm getting closer. I now see that I can use view.hlookat to tell where the scene is in it's rotation. The next bit of information that I need would be to find out what the default(starting) view.hlookat is after a scene loads and then be able to recall that position later on. Any idea on how to grab this? Thanks, Ben
How would I got about finding where in the rotation a scene is? To clarify I'm trying to load the next scene once a scene has made it 360 degrees. Thanks, Ben
My tours have autorotate enabled. How can I stop the tour onmousedown? Thanks for the help, Ben
In the XML file how can I dynamically figure out how many scenes my tour has? Is this possible? Thanks for the help, Ben