Apologies:
Stencyl-nator apologise for the wrong title of the last post. named "new stencyl topic; update".for it was not update at all. but rather removing actors from the scene (kill actors).
Adventures of a lardball saving system underway. The incomplete Prosperity valley will be re-developed for the zooms and the save system and perhaps other stuffs. In the screenshot, the animations has not been made but some save system build ups. and some diagnosis data that helped us doing some bug fixes.
We also have wondered why our save did not wotk it is because of using close() instead of flush(). so here is the topic update.
updated topics:
https://stencyl-nator.blogspot.com/p/muitiple-save-files-no-game-attribute.html
at the bottom most of the page, in saving,
please take note replacing flush() with close() resullts save not working when loading in another session.. flush() is required to save the game.
please take note replacing flush() with close() resullts save not working when loading in another session.. flush() is required to save the game.