I have one set of buttons for moving up, down, left, right of the movieclip. now I have two movieclips they need the same functions. Is that possible I apply the same buttons to both of the movieclips and works on the one which I clicked.
In the set of buttons, just give example of moving up button.
I have two movieclips. And I want this moving up button can have effect on both of them. And if I click the first movieclip and then click the up button, it goes upward. And if I click the second movieclip and then click the up button, the second one goes upward, and the first one stays where it was.
Thanks for your idea of _root.spress=1. Now it works perfectly well. and the switch also works. Thanks again!
By the way, do u have idea about the combo box for changing the font face of the input and output textfields. I can make the font face shown on the input textfiles, but not on the output textfield after submit. Do u have any idea about that?