Is it posible to change page or scroll just a part of your screen?

im trying to have the top part of my app scrollable or changeable. I explain, having lets say, a 1280 x 550 part of the screen with pictures, but the other 1280 x 250 (bottom part) with a steady image. What I want is for the top part to be able to move to diferent pages similar to a book, and the other pages containing more pictures while the bottom part stays exactly the same. If posible, how do i do this?

Thanks,
Hansel L. [import]uid: 123133 topic_id: 23307 reply_id: 323307[/import]

You’d use two different images to achieve this, make the top image dragable and then update the bottom image depending on location of top image. [import]uid: 52491 topic_id: 23307 reply_id: 93473[/import]

I have just been playing around with something simular. I wanted the bottom quarter of the screen (landscape mode) to be scrollable left and right.

I created a group, put all my images into it and placed it using the groups x/y to be in the right place at the bottom.

I the used transition.to to move the group left and/or right by just changing the x property.

Not sure if this helps or is even close to what you want but it seemed to work for me.

Dave [import]uid: 117617 topic_id: 23307 reply_id: 93512[/import]

dave that works perfectly thank u!!

ps. sorry for the late reply, got stuck on some other thing [import]uid: 123133 topic_id: 23307 reply_id: 95229[/import]