I am doing a game that I think will benefit from having the player choose 1 of 3 save slots instead of just having everything in one save.
My question is what would be the most convinient way to do this? I am using ini and it must be compatible with Flash. My initial thought was to just use 3 ini:s for each save slot, but I don't know if that is supported in Flash? Can Flash apps store multiple ini:s? (I think they are stored in the cookies).
I don't know how to program this in a smooth way though if I used 3 of them because now I just have events that store the group item and value in one ini. I would need some way to easy make the event pick the right ini first so I don't have to have 3 times as many events for each ini..