The logic I sent removes the first row, then they bump up, then a new row is created at the bottom and the scores are written in that row. Until there are 5 rows (table is full) it doesn't do the top row removal.
I actually made some changes to the code to display the lines from above and also to include the lines as the playing time runs out, instead of using a button for that.
I decided to change the example you shared with me to illustrate the problem I am having. I would appreciate it if you talked to me about the problem rather than just solving it. Is that possible?
wetransfer.com/downloads/53392058436d5ec9a22f51ce3036c4a620221019115043/a8b33c
What's the problem? I see it run once add data to the first line, nothing happens after that.
Develop games in your browser. Powerful, performant & highly capable.
Exactly. I need the code to work when like using a button (adding information always at the top and moving the previous lines to the bottom). I don't understand why the simple fact that I take the action off the button and use another event, interrupts the process.
I made some modifications to the file and added some commands that were missing, but the problem still persists.
wetransfer.com/downloads/5aee11b4426fe61aae6c573a2c0d0f1220221019135256/03fc17
lionz
I managed to solve. Thank you for your help. It was essential.