[AS2] Play movieclip to show start of level in game

I think that this should be really simple, but can’t see how to do it.

I have a game with multiple levels, which is working as I want it to. I would like to add just one extra bit of functionality. As each level starts, I would like a movieclip to play and then disappear after a second or so. The movieclip will just say “level 1”, “level 2” etc, without any interaction. Ideally it will appear as the level loads, and then fade out to disappear.

Each level in the game is a new scene.

Thanks.