reload a game
how to reload a game like with "reload" button in the microStudio interface but by coding ?
how to reload a game like with "reload" button in the microStudio interface but by coding ?
As in restarting it from the beginning?
Most of the times I get away with just calling the init()
function again.
But it might depend on the structure of your program.
Live Long and Tinker