Hi!

I had that problem when I was working with A6.
I think I solved it with the following code but I'm not sure...It's been a while.

Code:
tilt = -20;  //move the picture by xx degres down
//entry: scale in X dimention
scale_x = 0.025;
//entry: scale in y dimention
scale_y = 0.025;
alpha = 100;
//entry: animation speed x
speed_u = 1.5; // 1.5
//entry: animation speed y
speed_v = 1.0; //0.0

flags = scene,transparent, overlay, visible; //dome



Hope this helps smile

Ottawa