So basically, I making a store for my game and instead of switching layouts to list all the things I'm "selling", I want to be able to have the player scroll up and down the layout and look at everything on one layout. What's the best way to do this? I've tested a few things like
when in touch --> set scrollObject.Y to touch.Y
However, the problem is there is no command/event that detects if an object is in motion otherwise I would have moved the other objects on the layout in sync with the scrollObject. Is there another way to do this?