Xenocythe behave!!
It doesn't at all. My tutorials are simply aimed at a different audience.
There are lots of great tutorials out there like yours which are aimed at beginners who know a
little bit about programming.
My starter tutorials are aimed at beginners who know absolutely
nothing about programming who find many tutorials for beginners totally baffling.
I send them to my tutorials because they give them the 'little bit' they need to go on and read other tutorials and not get completely lost in the first five minutes.
How many tutorials for beginners have you seen that have a line like:
CamPosX# = 1000.0
...and don't explain that CamPosX# is a float variable or even what variables actually are? Or that after that line, everything to the right of the = sign is placed in the variable on the left of the = sign?
We all take things like that for granted, but for someone who's never written a program before, reading that without an explanation can be very confusing.
I'm not saying that all beginners tutorials should go that basic, I'm just letting newcomers know that my intro tutorials do...
So, I don't suggest they read mine
instead of any other tutorials, but rather
before reading the others - especially if they've never done any programming before.
TDK_Man