Hello together.
Currently I'm doing a calendar with construct 3. Therefore I have a number of buttons (the date cells) and want the date number to be in the top left corner of the button.
I do not use normal button text, because each button (date cell) will have several numbers and text all over this cell (date number, text, etc).
But whatever I do with Z ordering the text object it always keeps behind the buttons. Is there a behaviour like the buttons are always on top of all other objects no matter what, or am I doing something wrong?
On start of layout I create the buttons with a nested loop. I tried several Z order things with the text.
But the text keeps being behind the buttons. I deleted a cell, so you can see where the text is.
What can I do to have the text above anything else?