PDA

View Full Version : timelines and functions


claudia
09-01-2004, 01:18 PM
I have three movies
Movie 1
Movie 2
Movie 3

Movie 1 loads in level_1 Movie 2. At the same time Movie 2 loads inside (in level_3) Movie 3.
The point is that I have a combobox in Movie 3 wich on setChangeHandler calls a function declared in the first keyframe of Movie2...please, how do I reach the function? I know its a path proble but I cant figure it....heeeelp
and thank you.

myarro
09-01-2004, 04:18 PM
_parent._level2.function();
_root._level2.function();

Or make the function global. Then it would be easier to access.

But, depending on the function, you might just want to put it in the root movie.

claudia
09-02-2004, 12:19 PM
thanks :cool: