Hello,
I want to be able to include an instruction page within my game. The page itself is pretty simple, just text and a couple of sprites.
However this content goes off screen, and I would like to include a scroll feature that mimics typical scrolls you see on mobile devices (over extend + spring), or just a simple scroll will work for now.
I've currently got a Sprite that is larger than the Layout on its height, and I've applied a 'DragDrop' behaviour onto that and set the axis to 'Vertical Only' - this sort of behaves like a scroll. But I'm just wondering if there is anything else out there?
My game is for mobile portrait, and the content is to slide vertically too.
Thanks.