Mc popup?

Hi all!

Is it possible to make a movieclip appear when you pressed a button. I need it to display a message.

It’s for a form. When the user doesn’t fill in all the required fields, he receives a warning-window (see? pop-up) with a message that states the problem. When everything is correctly filled in, he receives a thank you!

can anybody help?

Never mind!! I’ve got it…I used ._visible = false;
and when the button is pressed I set it to true, works like a charm!!