Page 1 of 1

I have started a How to make a game series on youtube!

PostPosted: Fri Apr 05, 2013 7:59 pm
by TeraPoison

Re: I have started a How to make a game series on youtube!

PostPosted: Fri Apr 05, 2013 10:09 pm
by lcl
Nice!
I watched the first video and I think it's good you use code in your tutorials from the very beginning,
since code is 'the power of GE'. :lol:

Anyway, I think you should have explained a little more about how the code works.
The basic maths behind the dir = key[KEY_RIGHT] - key[KEY_LEFT] -equation and how switch case works.
Also could have been good to tell that the // -parts are just comments that don't do anything but help understand the code.

Anyway, it's nice to see you making tutorial videos! These kind of videos helped me to begin with Game Editor. :)

EDIT:
Also watched parts of episodes 2 & 3, they are good.
However, I have to ask why you don't just use the 'player' actor itself for the collisions?
I'd recommend using another actor for collisions only when the whole player actor isn't supposed to be able to collide.
But if there's some reason, I'd be glad to know. :)

And I got to say I was very delighted to see you use sprintf for the score, this way new people learn to use it from the very beginning.
That textNumber isn't really a good option at all, so it's nice that you don't advise people to use it. :)

Keep up the great work! :)

Re: I have started a How to make a game series on youtube!

PostPosted: Sun Apr 07, 2013 2:12 am
by TeraPoison
I have just finished the series! took way longer than i expected 8)

Re: I have started a How to make a game series on youtube!

PostPosted: Sun Apr 07, 2013 3:39 am
by GEuser
Hi Terra!

Good to see you doing the vid tuts. I think it's cool too that your using the coding. Like lcl said thats where the power for gE is. Thanks and see you around on the forums!