removing scrollview removes all the objects inserted to the scrollview?

Or should I need to remove all of them? Becase when I removes the scrollview the object removes from the screen.

If you remove a scrollView, it doesn’t make sense that the contents of the scrollView would remain.  If you want to keep them, the easiest thing to do is to create your own display.newGroup and insert the objects in that group. That would take them out of the scrollView without removing the objects.

Rob

If you remove a scrollView, it doesn’t make sense that the contents of the scrollView would remain.  If you want to keep them, the easiest thing to do is to create your own display.newGroup and insert the objects in that group. That would take them out of the scrollView without removing the objects.

Rob