I used Tooltip plugin before, but it doesn't work in the current version of krpano.
Now I'm looking for way to place (thumb|hotspot|mapspot) tooltips at top/left/right/bottom position of layer or hotspot.
Seems like I should to set coordinates for layer[skin_tooltip] instead of
|
Source code
|
1
|
asyncloop(hovering, copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); );"
|