http://code.google.com/p/flashgamemaker/Taht is for the sources or more specificly
https://flashgamemaker.googlecode.com/svn/trunk/flashgamemaker
And if you dont remember put the blog
http://flashgamemakeras3.blogspot.com/ on your bookmarkthere is already 1 tutorial and more coming when I will get time.
Regarding the RPGTextComponent it is a simple component displaying text. And yes it is specific. That is the advantage of component you can do specific or generic code.
Also a script and a component are quite different. I use the term script to define a specific class calling others components and making them communicate (for instance myGame will call bitmapPlayerComponent and configure it). A component is therefore the little elements of the game.
ANy suggestions?