This isn't really good for this type of game, but a way to make everything clickable is to use this piece of code (this is for Swishmax 2, so you might need to change a few things):
on (keyPress("Tab")) {
trace("something");
}
the trace doesnt really need to be there, that cna be anything. :P