New project!?!?!

alright i got a new project and i need some help! i got it so that when the text is clicked the pic comes up but how can i make it so that there is like and little X above the pic kinda like in windows so that the person can then click/exit out of the pic so they can click a diff name and see a new pic?

  1. draw a little “x”
  2. draw a box around the x
  3. make it a button (press F8 or look in the drop down menus for Convert to Symbol and choose “button”)
  4. look up in reference the proper syntax for “unloadMovieNum”
  5. action on button should be something like
    on(release) {
    unloadMovieNum(“MC_name”, level);
    }

or substitue the target name if not on a level.

also explained on kirupa at http://www.kirupa.com/developer/flash5/loadmovie.htm

:fe: