Hi!
I really like your Game Editor video tutorials. They really help to get an understanding of how GE works and I think
it is amazing that you share this knowledge. The internet can be so great!
However, there is one thing that bugs me a little. I have very limited knowledge of object oriented languages like
Java and C++. When you program in the script editor it is almost impossible to see what you are excactly writing due to
the video compression. I can lookup things in the script reference but that does not always help and takes a lot of time.
Is it possible that you provide the code of every tutorial or alternatively "zoom" into the screen while writing the code?
Now I am watching Tutorial 5. After 2 minutes You write the code which is something like this for the ai actor:
if (x < Player x)
{x +=2};
if (x > Player x)
{x -=2};
The script does not accept the "Player x" (and not Player.x). How can you access the coordinates of another actor?
Thanks for your help,
Peter