I've just finished working on the random floor generation (using pre-designed layouts) for the Super Tower Escape. http://www.newgrounds.com/projects/games/868367/preview
It works smoothly without bugs etc, its just I want to add a fair few pre-designed sections and with the method I'm using at the moment. Well, it will take a while.
The method is to place the tiles/assets manually. Then I add the coordinates for each sprite under a variable. I then copy that variable (via debiging) and paste it into word as a reference for that design.
Next I add a "create object" event with each asset manually so when that design is chosen it will make it on the correct floor.
Here's a link to the capx so you can get a better idea of what I'm doing. https://www.dropbox.com/s/uxfi81x659915go/SuperTowerEscape%20Prototype%201.capx?dl=0
What I'm wondering is, could I speed the process up? Right now it takes a fair while to add each object manually especially when I'm able to set the coords of them in a variable. For instance, is there anyway of taking that variable and doing it automatically?
Thanks for any help/ideas!