hi,
so far I haven't found this setting...
-> is it possible to modify the hotspot 'default' settings of the "add hotspot" function in "VTour Editor" ?
if anyone has already searched and found..
thx !
hi,
so far I haven't found this setting...
-> is it possible to modify the hotspot 'default' settings of the "add hotspot" function in "VTour Editor" ?
if anyone has already searched and found..
thx !
Hello, look in the file vtourskin.xml style "skin_hotspotstyle" - this is the style of hotspots (arrows) created in krpano Tools
Thank you for your answer :)
Yes, I changed the "vtourskin.xml" as I wanted, and work perfectly fine.
<!-- skin_hotspotstyle - style for the hotspots -->
<style name="skin_hotspotstyle"
url="spot_2.png"
onover="copy(layer[tooltip].html, tooltip);
set(layer[tooltip].visible, true);
tween(layer[tooltip].alpha, 1.0, 1.5, easein);
asyncloop(hovering, copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); );"
onout="tween(layer[tooltip].alpha, 0.0, 0.25, default, set(layer[tooltip].visible,false), copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); );"
distorted="false"
zoom="false"
depth="1000"
alpha="0"
scale="0"
onloaded="delayedcall(3.5,tween(scale ,0.5, 0.5, easeoutback));
delayedcall(3.5,tween(alpha, 0.8, 0.8, easein));"
/>
Display More
but to save time, I would like to "add fields"
-> my goal is to get something like this for the new hotspots :
<hotspot name="spot1"
style="skin_hotspotstyle"
ath="-0.161" atv="-40.303"
tooltip="name
[br]
[font size='10' style='font-size:10px;']
[font color='#CCCCCC' style='color:#CCCCCC;']
subname
[/font][/font]"
onclick="popup('iframe', 'https://something.com', 800, 600, true);"/>
actually when i create an new hotspot, krpano Tools make this :
Don’t have an account yet? Register yourself now and be a part of our community!