type of programming

Posted:
Thu Feb 22, 2007 1:01 pm
by Caaz Games

Posted:
Thu Feb 22, 2007 3:15 pm
by Sgt. Sparky
I have "The C programming Language"
yup, C is the right one


Posted:
Thu Feb 22, 2007 3:26 pm
by irblinx
Don't forget that not everything you can do in C will be available in GE scripting (more in global code), but knowing the basics of C will definitely help you make good GE games.

Posted:
Thu Feb 22, 2007 3:43 pm
by Sgt. Sparky
Yup.
(why does the answer always make more sence with "Yup."?)

Posted:
Fri Feb 23, 2007 2:07 am
by Caaz Games
good now all i have to do is learn the stuff

Posted:
Fri Feb 23, 2007 7:31 am
by irblinx
Personally I'd suggest you concentrating on conditional loops (if, select etc), variables, arrays and functions first. That should give a decent grounding and allow to do make some pretty cool stuff in GE before you move on to more advanced techniques.