Hello.
Create a SPOT with addhotspot.
I cannot rotate the panorama while holding down SPOT.
capture="false"
Code
<krpano>
<style name="mark1_flat" edge="center" zoom="true" zorder="2" capture="false"
type="image" url="cam_flat.png" scale="1" distorted="false" visible="true"
onloaded="bg_alpha_flat(get(name));"
/>
<action name="bg_alpha_flat" keep="true">
txtadd(bgc_name, 'bg_circle_', get(hotspot.count));
addhotspot(get(bgc_name));
set(hotspot[get(bgc_name)].type,image);
set(hotspot[get(bgc_name)].url, icon_ring.png);
set(hotspot[get(bgc_name)].ath, calc(get(hotspot[%1].ath)+0 ));
set(hotspot[get(bgc_name)].atv, calc(get(hotspot[%1].atv)+0 ));
set(hotspot[get(bgc_name)].scale, 1);
set(hotspot[get(bgc_name)].edge,center );
set(hotspot[get(bgc_name)].alpha,0.8 );
set(hotspot[get(bgc_name)].zoder,1);
set(hotspot[get(bgc_name)].zoom,true);
set(hotsopt[get(bgc_name)].capture,false);
</action>
<preview type="grid(cube,32,32,512,0xFFFFFF,0x666666,0xFFFFFF);" />
<hotspot name="spot_x2" style="mark1_flat"
ath="-0.1" atv="0" />
</krpano>
Display More
The red circle allows you to move the panorama.
Yellow squares do not allow you to move the panorama.
I would be happy if you could give me some advice.
Sorry for my bad English.