What can you do with a level editor?

For this project me and a few guys are working on we need a level editor that we can save the grid layout of everything. Is it possible to make a level editor that can import a level into another codea project, or the same, and then use that in the final product?

.@Sixoul - It sure is possible. In fact I’m in the middle of a tutorial on how how to do this for a tower defence game.

You can read about it here: http://codeatuts.blogspot.com.au/ Have a look at tutes 15 and 16 in particular. I’m just finishing off a “file manager” to load and save the files which you can see a demo off here: http://twolivesleft.com/Codea/Talk/discussion/1664/simple-file-manager-class-for-codea#Item_10

File Manager code is now available at: http://codeatuts.blogspot.com.au/2012/09/tutorial-17-simple-file-manager-for.html