Import Picture!

Hi i want to know how to make a picture invisible and move the mouse over it so i can see the picture and some writing up the top?\rI have dont a tutorial like it but dont know how to do it with a picture?

Turn the picture into a movie clip, instance name it ‘picture’ and enter

   onClipEvent (load) {_visible=0; }

then turn this button, and then put something like

   on(rollOver) {picture._visible=1; }

You should have a picture inside a movie clip inside a button. :slight_smile: \rpom 0]