Intra-scene changes?

Is there a way to trick Director to change groups within a scene? I have boilerplate info I need to remain at the top, but I want the use to be able to flip through “screens” or views below that, sort of like you would flip through photos.

[import]uid: 58455 topic_id: 23795 reply_id: 323795[/import]

Well, I downloaded the latest SDK and implemented the scrollView to scroll through the content, and it works great, but my client wants to “snap” at each entry. I think I need to just implement my own easing and store each data element in their own display group.

If I insert these subgroups in my main group, I think director should clean up OK. [import]uid: 58455 topic_id: 23795 reply_id: 95970[/import]