I learned it with the 28 days too, though I didn't understand most of it.
The best way to learn is to copy-paste some existing script, and then try to modifie it to see how that affects the outcome.
You should really provide some standard routines with it, and then explain each line seperately.
That greatly helps, and gives the reader a place to start.
Also, try not to give more how's and why's than nessacery, that greatly confused me in the 28 tut.
I'm making a big game now, it's nearly over 10000 lines, and I know crap about how and why it works, just that it does.
Just throwing my experiences out here, hope that helps you!