Hi
I could use some advice.
I want to build a infinite hierarchy tree.
I can build the basics myself but there is one thing that is keeping me back from pursuing the build myself.
I'l explain.
The tree functions as follows:
The user puts a name in a textbox.
The name becomes a node on the branch of a tree.
The user puts in another name and selects a parrent node from a dropdown list, then a new branch is created(with the new node on top).
When the user has put al the nodes in he wants, he saves his progress and then exits the application.
On the next start of the program all last saved nodes are automaticly loaded.
The user then can continue building his hierarchy.
Now to the point.
I can figure out 90 procent of how to do this.
The one thing i cannot, is the save part.
I understand there is the webstorage plugin. (With its limits)
I also understand there is the ajax part of things. (needs knowledge on php and servers)
And i understand that construct 2 "at this point" does not have a save game state to server option. (Which if it would, just "saved" my day)
The point i need advice on is the question.
Is what i am trying to accomplish to difficult, for the stage of developement construct 2 is currently in?
A: If yes, then i would have a programmer i'm in contact with build this app for me.
B: If no, then i would really like to build it myself.
As building in construct 2 has become quite an adventure.
<img src="http://www.ruimteschool.nl/Concepttree/Concepttree.jpg" border="0" />
Thank u in advance for any advice. <img src="smileys/smiley17.gif" border="0" align="middle" />