rebelseal Wrote:i want to learn how to develop games on flash (tried one of the rpg makers didnt like it) game design has been something ive wanted to do since i was 15 would love some tips on getting started
Constuct your code so you can reuse it. Think of it as a personal product, that way when you create a new game; you already have 20% of the code you need.
If your copying and pasting the same lines of code over and over, you're likely doing something wrong; the solution is to make a function.
Get it to work first, then get it to work well. All other rules have no importance if you can't get the program to even work correctly. (That being said, these rules will likely help the program to work better in general so you should follow them.)
Would you like me to explain any of the above or possibly something else.