I made game autosave every 10 seconds, but how can I make button that clears the save file?
This is the code I tried with no luck:
Mouse on left button clicked on sprite clearsave -> webstorage Clear local storage.
i would be interested in knowing how i can manage save files with editable informations like : what level what EXP what else
Develop games in your browser. Powerful, performant & highly capable.
diploms1 did you save the game using system's save feature or webstorage. If you use system.save, than clearing webstorage has no effect.