[quote:dsjjup4m]
One piece of advice: I know that organization is a good thing, and I admire your tenacity with naming everything properly, but you've taken it to extremes. You have one layout and fifteen event sheets. At least three of those are for player actions
Thanks Yeah... I know I went over board with the event sheets Its easier for me to see what one does when it is Isolated. It just makes it esier for me to find. I will eventually go in and cut down the amount we have, but every time I have to implement something new I put it in a sheet and then I test it till it works then just for get about it I know it seems messy but it makes it easier for me to see whats goin on in the sheet with less events on the screen. I need to clean it up and go back a redo something that would be done better with fewer events. This is my first project in construct and I was really just learning it in the beginning now that I know more I will hopefully be able to program it better.
[quote:dsjjup4m]Or, do like I did and check "Destroy on startup" for all of the contained objects that go along with your enemy, then use spawners to create your enemies at runtime.
Good Idea I was going to implement this after I got the jumping working...
[quote:dsjjup4m] In fact, I'd go so far as to say you should probably look into making a level editor/loader for this game. It seems that you want to make something big here. Once you get your engine down, concentrate on making a level editor instead of placing all of your stuff in the layout. It'll keep things lean when it comes to the final build.
We want to do this but I dont really have any Idea on how to make a level builder.
Thank you so much I will defiantly take your advice and clean up the code...