Hi all.
I’m really new to Corona/Lua and programming in general so apologies in advance if I fail to understand certain things.
I’ll get straight to the point. I’m building a crossword game where the user can touch and drag the screen to move around the crossword. At the top is a block where the exit button and hints are shown. Now the crossword boxes/background disappears fine when they are dragged near the bar. They neatly slide under it out of view, however I’ve used TextBoxes as inputs for the crossword boxes. The text entered in these boxes still shows over the hint bar and makes it difficult to read the hints.
The TextBoxes are on the same ‘layer’ (the parts that do not scroll with the touch/drag are in a separate group which uses :toFront() to gain visual priority) as the regular box outlines yet still show over the hints while the black outline boxes do not.
Does anyone know how I can have the TextBox text slide under the hint bar just like the standard image boxes do?
Thanks