• Also, can you try running 1v92, then copy/pasting this code on to the left-hand side of the ide again:

    var f = require("Flash");
    for (var i=119;i>=115;i--) {
      print(i);
      f.erasePage(i*4096);
    }
    

    and then uploading your last bit of code and save() ing?

About

Avatar for Gordon @Gordon started