this app is made with DBpro to create a data file to be read by AppGameKit file commands. I made this app to help me organize objects position on the AppGameKit screen.
as well, it helps making levels by creating many files.
the App will store data as follows:
object_name as string
position_X as float
position_Y as float
of course you can store as many objects as you want in one file.
no physics info are written (maybe I evolve the software later if I need physics to be involved.
you're welcome to download the software as I found it very useful.