Been working on VerTech, crrently I'm working on morph-actions, and polygon creating. I'm also making a button layout.
After that, I've got to make a savability - GM can't save ds_lists!A small picture sample of what it can do.And so I go back to work
Looks awesome. :D Kinda reminds me of the soldat level making thingey. ;)
Saving a list isn't hard, just use a for() loop to load all the data into the save file, and to take it all out and place it back into a list.
Ah, but FredFred, it isn't all that simple, see? I have a master list, that holds lists of frames, and they hold lists of nodes, and they hold lists of connections.
Thats a list4; I mean GM doesn't save ds_lists when you use game_save();I smell nested for() loops!
If you write your files to your own type of file, then you're good. Who wants to use the built in save system anyway? [:P]Hooray for nested, nested, nested for loops!
looks sorta like a thing I made a few months ago, as a gm newbie.
I can't see anything snapping properly.Nice figure.