Quote: "how can I make a sprite appear on top of all the others?, because I have a mouse pointer but appears beneath the sprite of the menu it should click. "
You can either a) paste it before all the others in the loop, or b) use set sprite priority.
Quote: "The second one:
I read that to make 2d games it's better to make the maps with a tile editor so, where cna I find one?"
Not sure, I don't do 2D. Do a forum search.
Quote: "And the last one:
Can I program in different classes or I have to put the hole code in one page.}"
You can have many .dba files that you work in
.