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?
- draw a little “x”
- draw a box around the x
- make it a button (press F8 or look in the drop down menus for Convert to Symbol and choose “button”)
- look up in reference the proper syntax for “unloadMovieNum”
- 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: