Tom Mann
Hello, I am kinda new to action script and know a few basics like making a character move, if(Key.isDown(Key.RIGHT) )
{
_x = _x + 10;
}
and how to make things shoot misiles. I can do Hit tests too, if(this.hitTest(_root.ship)). Also _root.attachMovie. And a few more things. I was more looking for a forum that I could sign up to learn more from, rather than share what I know.
I hope that's enough, 64Guy.

