Sadly that goes beyond my knowledge of actionscript. I think you'd get the X/Y coordinates for the spot you clicked, check if the character can move there, and then play an animation that moved it there.
Flash's AS editor explains all of them pretty good, but for point and click, you're mostly going to need to know about things like
on (click) { //I think this is the correct syntax
//do something
}
And other stuff like that.
You're basically going to have to take apart the entire thing to get to the motherboard. When you clean it, make sure you have an antistatic wrist band (or whatever they're called), as any minuscule amount of static electricity will fry your computer's internals. It's been said before, but make...
Your connection is timing out, causing some classes not to load. Not sure how to help you with this one, it might be your internet or it might be the server.
Just noticed this. The Sidebars just disappear near the bottom, leave the content area looking bare and stranded like a white ship in a sea of pink. You should at least have borders around it, or better yet just continue the sidebars to the bottom.
And you have a huge copyright image. It's...
XML stands for eXtensible Markup Language (as opposed to HTML, or HyperText Markup Language) and it's used in many different venues to present data. Basically, in xml you make up your own tagnames. So if you set up a system where your pages were in xml they might look something like this:
<...
When you don't specify a specific page, the server will load index.html or index.htm. Some servers also support default.html, but your best bet is to name your homepage index.html. Also, if you want people to be able to download from your database so they can use the pokemon data in their sites...