Are you wanting to add control objects (like scores, healthbars, level numbers, etc) into a scrolling world? Most scrolling classes have two ways to add objects into the world (or two super actor classes). One is for the scrolling objects and the other is for the non-scrolling objects. Refer to the documentation of your scrolling engine.