Is it possible to create a sprite that is able to be scrolled, while not scrolling the main canvas?
For example, if I have a background image on my canvas, I want that to stay as-is and not scroll. On top of that, I will have a smaller box (sprite?) that will contain an image (or several images) and I want it to be able to 'scroll', so the user can see the rest of the image (or images).
Basically I am trying to make a scrollable 'list', but each item is a graphic, not just simple text.