Questions

Hi there. I had some questions on how to do certain things in the game engine.

  1. How can you make a menu?

  2. How do you make enemies that fight you?

  3. How do you make it so an object follows the mouse (like a gun for example)?

  4. How can you add image textures to objects? I UV unwrapped it and added the image and all that, but it doesn’t show up in the game, only when I render it.

  5. How can you make a health bar?

  6. How can you make objects that help you, like give you health or a weapon?

  7. How do you make different levels for a game?

  8. How do you make the game able to run outside of Blender? I tried saving it as game engine runtime, and followed tutorials, but I am still unable to run it outside of Blender.

I would really appreciate it if you could answer these and explain some things. Thanks in advance!

You should look in my playlists for relevant tutorials: http://www.youtube.com/user/goranmilovano/videos?view=1&flow=grid

If you don’t know python, I highly recommend going through my Python 3 tutorial series.