Quote:
Originally Posted by tarenar
Thanks for the quick response.
I'm using it primarily as a learning experience. Thus far the only saving/loading of information I've dealt with is using NSUserDefaults to keep track of high score data.
So if I understand both of your implementation suggestions correctly, I should have all my static images (ie: jpgs) stored in my project resources folder, as well as a text file of some sort (plist?) to save the x,y coordinates of the difference points.
Then I associate each picture to an entry in my text file.
ie: associate "1.jpg" to "entry 1" in the text file. With each entry formatted something like "[entry number  x1 coordinate, y1 coordinate), ... (xN coordinate, yN coordinate)]"
|
You got it!! Let us know how it turns out.