Hey there! I just very very recently began attempting to design my very first game. Although, I am running into some questions.

I have just begun to learn C++ a few hours ago, and I have a few questions.

I have just learned about the three loops, about !, &&, and ||. I also just learned about cout, variables, etc... I can write very basic programs, I have also learned about TRUE and FALSE. I wrote this really really simple thing where, it asks for your age, then, if you type in between 0-20, it says your young, if its between 20-40, it says like ''Your coming up on age eh'', just really really basic stuff. But now I have a few questions.

First off. If I learn C++, will I be able to use the SED Script Writer?

What does the script writer do? I am assuming, it allows me to go beyond the norma WED/MED functions, like, so if, instead of just walking my character, I wanted to allow him to roll forward if you tap the UP arrow key twice, correct?

Also, how do cutscenes work? Do I render them in a different program, and then impliment the video? If so, how?

I am assuming that with the script writer, you write actions, such as,when the player presses UP on the keyboard, make the player model do the walking animation and move forward, is this correct?

What should I start off with to help practice? Any good tutorial sites?

If I use the script writer, does that mean that I have to write EVERYTHING over, so, telling it what to do when the player trys to walk, etc... Or do I just use it for EXTRA stuff, so if GameEngine A7 Pro already kows how to interpret the chracters movement, I don't have to show it again.

Any links, advice, or answers to possible questions I would most likely ask would be GREATLY appreciated!!!