You only need 1 autosave file.
- at begin of scene >
- pause for fade in time (see game tab)
- execute autosave #1
- rest of at begin of scene actions here...
You could add the execute autosave #1 action to important event changes in each scene. Don't have to add it to everything. You could even create a loop so that it automatically saves after every x amount of time. You could also add the action just before opening up the menu (during game play - in case player decides to quit game) & so on.
For the continue / resume button you just need to add an if query...
if autosave #1 exists
load autosave #1
end if
Simple enough.
P.S: the autosave system is one of Visionaire Studios most useful features.