I am working on saving a frame jumping to a new frame and then returning with all the actives in the same position as before, my understanding is that I can use an array or a INI file to save the actives and reload on return from the opposite frame

1) As I understand it I have to create an alterable value for each item on the screen, save it to the file
A) With each value saved will this recall the value in the same position... will it stay in the frame when leaving?

2) most tuts and posts I have read are buttonized or keystroke produced to save or load
A) I believe I can just use an event to do this automatically when active is clicked
(right now click active and go to frame 2 is used)
B) When user finishes with frame 2 and clicks set position user will return to frame 1
(when user clicks set position frame reloads automatically by event)

3) Does MMF2 hold the position value when actives are saved for each active and position?
(or will I have to set a x,y position with each save to correspond?)

4) After the INI or array is loaded will frame 2 actions revert back to start of frame when leaving with a load?

I have grasped the idea, I will have a lot of changes to make this work, just curious if there is a faster way to hold actives in place and load them in frames with the properties area.

Appreciate the feedback.