I tried editing the code in the file vtourskin.xml at
Code
<style name="skin_tooltips" onover.addevent.mouse="copy(layer[skin_tooltip].html, tooltip); set(layer[skin_tooltip].visible, calc(webvr.isenabled ? false : true)); tween(layer[skin_tooltip].alpha, 1.0, 0.1); asyncloop(hovering, copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); );" onout.addevent.mouse="tween(layer[skin_tooltip].alpha, 0.0, 0.1, default, set(layer[skin_tooltip].visible,false), copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); );" />
Replace mouse.stagex code with hotspot[get(name)].ath but it still doesn't work, maybe I'm wrong somewhere, please help me