Im making a map editor, and i am saving some variables of the collision objects in a text file, and later loading them in the application.
A few questions, How do i do this? I would have an object array, and i would want to put 5 or so variabled for each object, preferably each objects variables on one line, and then load the line for each object in the app. Any help?
