hi everyone
I want to learn programming in the games engine blender2.5 Can you help me؟
Programming the BGE is done in python, by accessing and manipulating the game data via the API (application programming interface). Your first step to doing this is to learn python. Check out what google has to offer, I hear “A byte of python” is meant to be a good resource to get someone acquainted with python. Once you have that try googling “bge python”. There are many tutorials/guides to get you started.
Also, I’ve started a Python programming tutorial series using Blender 2.5. You can check it out on my blog page.
Do you already know basic logic node usage? If not I’d start with that. If you do then just find some game engine tutorials and see if you can figure out the 2.5 version of the code if it doesn’t work as is. I can try to help you out if you find anything you need version changed.
Most notable is the GameLogic module is now bge.logic (as in “import bge.logic”).
How experienced are you with programming? Have you used other languages before?
I learned the programming language Python .only
Also learned Engine Games
I can say that I experienced three years in engine game …But I do not have any experience in programming within the blender
Thank you for your assistance
The programming easy :evilgrin: