Like the title says How do I do that with this guy example https://www.scirra.com/tutorials/1145/j ... -item-list
I know that using Overlapping and not overlaping sprite with a For each event onto the text works for one time but when you go to actual scrolling the text past the window layout it just doesnt want to repeat checking like its stuck on a once and never to be seen again lol.
Any chance there a way to make it repeat the check when scroll is moved ? cause all the example I have found are using one layout and a sprite for hiding the text behind them rather then making text invisible cause let say if you want to make the list a drag n drop on the screen but cant afford to keep re drawing extra sprite crap all over the place and have to destroy each one.
If you want to know this is just for a battle scene so just making the textbox invisible outside of a menu window Not hiding behind a sprite or outside of a layout would be great