How to command an animation from a second one?
For example, let's say that the "menu" animation is composed of buttons which should command a second animation on the same html page.
Let's say that by clicking on a button on the menu, the alpha property of a movie clip (its name is "round" on the second animation (its name is "toto" would be set to 30.
The code
setProperty ("toto", _alpha, "30"
of course does'nt work as it does'nt specify the path to the second animation where the "toto" movie clip is located.
What would be the correct code?
Thanks
Merci.
For example, let's say that the "menu" animation is composed of buttons which should command a second animation on the same html page.
Let's say that by clicking on a button on the menu, the alpha property of a movie clip (its name is "round" on the second animation (its name is "toto" would be set to 30.
The code
setProperty ("toto", _alpha, "30"
of course does'nt work as it does'nt specify the path to the second animation where the "toto" movie clip is located.
What would be the correct code?
Thanks
Merci.