I love mmf2 I have been using it for years, but how I wish they would use text instead of clicking. I write very long programs and trying to find a particular loop can sometimes Be very difficult. I was wondering if anyone experimented with automating the mmf2 coding process with any kind of macros
If you're having trouble finding parts of your code, I recommend groups of events and comments to help you keep track of anything. It's just like in any programming language, you can spend an hour writing messy code that no one can read or 2 hours writing clean code that everyone can read. Making games will always be a lot of work, you will unfortunately have to deal with that.
If you put a million monkeys at a million keyboards, one of them will eventually write a Java program.
The rest of them will write Perl programs.