Hello,
I'm in the way to get a svg logo show over a 360 photo pano display. with some conditions.
In pano.xml I added a layer and the logo prints okay in the center.
I also added an event with onresize to have the logo resize according to user screen width. I also works okay.
Now I want to manage alpha value of the created layer.
1) How to set variable values like a1=0.7 and set it inside <layer> like alpha=a1 ?
2) What's the best conditional before <layer> like if(global.stagewidth) < 200, a1=0.4, a1=0.8) (if stagewidth less than 200 then a1=0.4 else a1=0.8)
3) I found that there's a large area around the logo that the pointer is a hand (instead of the krpano icon to drag), link to follow but I don't need that. I want the whole screen be draggable to browse the panorama
Thank you!