Hello,
i want to modify the standard hotspot template in vtourskin.xml to use the animatedhotspot_white.png.
What do i need to change in the code? Or is the an easier way to to this? Can I use the vtour_hotspottemplate.xml? And how?
templates/xml/skin/vtourskin.xml
Code
<!-- skin_hotspotstyle - style for the hotspots -->
<style name="skin_hotspotstyle" url="animatedhotspot_white.png" edge="top" distorted="true"
tooltip=""
linkedscene=""
linkedscene_lookat=""
linkedscene_hoffset="0"
use3dtransition="false"
onclick="skin_hotspotstyle_click();"
depth="1000"
scale="0.5"
onover.addevent="tween(scale,0.55);"
onout.addevent="tween(scale,0.5);"
onloaded.addevent="skin_hotspotstyle_setup();"
/>
<action name="skin_hotspotstyle_setup" scope="local">
if(isvalue(caller.linkedscene) AND skin_settings.tooltips_hotspots,
copy(caller.tooltip, scene[get(caller.linkedscene)].title);
caller.loadstyle(skin_tooltips);
);
</action>
Display More
When i create the pano with the MAKE VTOUR Droplet.exe the animatedhotspot_white.png is not animated.
Can you help me pleas? Thanks