This is how I got the game to loop, I am not deleting code instead adding a // in front of them converting it to comments
so that I dont mess up. once I am happy I remove them.
this me posting before looking at the solution.
This is how I got the game to loop, I am not deleting code instead adding a // in front of them converting it to comments
so that I dont mess up. once I am happy I remove them.
this me posting before looking at the solution.
Thatโs what I do sometimes. Tip: if you highlight the code and then press CTRL K and then CTRL C that will comment the code out and then CTRL K then CTRL U to uncomment.
Thanks that is very useful 