If you want this opacity just when scrolling the pano than you can use onviewchange event and there set this layer opacity to 0.3 in e.g. combination with indetime set to 1 and triggered action you can set it back to 1
Okay thank you!
- I can see where to write the dynamic event on defaultskin.xml , however i dont know exactly how to write what you're telling me.

I guess i'll have to have a quick look at the documentation!
Edit: Would it be something like this ?
|
Source code
|
1
2
3
|
<!-- events for handling dynamic changes -->
<events name="defaultskin_buttons" keep="true"
onviewchange="<action name="changeOpacity" bgalpha="0.3"</action>"
|