Using 'File' to save scene object locations to rebuild later in AS3
问题 I am attempting to use the 'File' function in ActionScript 3 to save the following information: I have varying draggable display objects in the scene, the amount and type can vary. I want to save the amount and their position and then load them back in a future session. I am struggling to use File to save anything, I have searched the Adobe documentation and cannot get my head round how to use it. I have not yet developed any code using it. Any help would be appreciated. Thank you. 回答1: You