Hello,
I have this situation that I'd need a piece of advise for:
trying to scroll a layout to initial position ( to the top left corner of it ) every time the layout is started. For this, I use:
<img src="http://img845.imageshack.us/img845/6871/scrollto.png" border="0" />
while the size of the Window is 1024x748.
But this seems not to have any effect. The layout is started scrolled to a weird position ( not even the last one before layout restart ). However, on output to the console, the values of System.scrollx and System.scrolly are being reported correctly.
Don't know if it is important or not: I have several layers in this layout, and some of them have the parallax set to 0,0 and others to 100,100.
Any thoughts?
Thanks!