Oh I see what your saying.
So basically you have a bunch of movieclips all invisible. As you click one of the buttons, the corresponding movieclip will appear in the background and as you continue to click the other buttons, their corresponding movieclips will appear in the background as well.
Sort of 'remembering' where the user clicked.
Well thats pretty simple. Do what you did here by having all the movieclips invisible. And when you make a button simply put in its actions:
code:
on (release){
_root.pictureMovieclip._alpha = 100;
}
And that will make the movieclip appear.
As for the fla I sent, I was using Flash 8 but I did save it as Flash MX. I'll try again and then reattach it![]()




Reply With Quote