Putting score keeper ontop (help needed)

i want to set it so that in my tile based game the score goes ontop of everything. right now it is coded as…

_root.points = game.points;

but its in the game with the tiles, not ontop, how do i do this??

-tjk