Too much missing from the little that's there
Everything you know is basically four tutorials?
Ok, my first complaint is something that annoys me on so many flash movies and games - use a hit box for all buttons! I hate it when you have to click exactly on the letter for something to work.
Secondly you've missed a semicolon out from the button tutorial - the script should read 'gotoAndPlay (desiredframe);'
Right, thirdly your pausing tutorial is neither descriptive, complete or correct. People who don't know how to use the stop() function will not understand "Put this actionscript in the frame you want to pause". You don't cover resuming and simply putting 'stop()' in the actionscript wouldn't work anyway, as you've missed another semicolon - 'stop();'
Now to your other tutorial, and again you are covering simple topics but skipping on the basics. Make sure your graphic is a movie clip - how? Now make it glow - how?
Its more of the same with the blur tutorial - you're basically saying that you can do things, but not explaining how in any way that a complete beginner would understand
On a more positive note the style is quite nice, and its nice that you've gone to the effort of putting in copyable actionscript text.
Overall there's not enough here, and what is here is so limited that I don't think it would help anyone. I hope you improve in your AS abilities though, and can contribute some indepth and helpful advice in the future, but sorry, this isn't it