Page 1 of 1

Coding

PostPosted: Sun Aug 30, 2009 5:14 am
by Mario96
In game editor do you need to do coding?

Re: Coding

PostPosted: Sun Aug 30, 2009 5:57 am
by skydereign
It really depends on what type of game you are making. For most games, people do use coding, such as movement code. This is very simple code, but can be avoided if you use moveto instead. When using gameEditor, script will help a lot, and it is not that hard to get good at. Most people start by using small codes for moving, jumping, and other, that they find on the forums and begin to understand the principles behind C script. I have made a game with out script, but I find it much easier to do what I want if I am using script.