I have mc on main timeline called Scroller.
I also have function ChangePic inside mc Scroller.
if I execute trace(this); from inside Scroller, I get path: _level10.Scroller
I am storing this value in variable in main timeline and I will later call function ChangePic using this information.
How can I do that.
_level10.Scroller.ChangePic(); simply doesn't do anything.
I know I can cut out "Scroller" from the path I got, then use _root.Scroller ... but that doesn't seems logic to me. Why then trace(this) doesn't return _root.Scroller right away.
I will apriciate any help....
I also have function ChangePic inside mc Scroller.
if I execute trace(this); from inside Scroller, I get path: _level10.Scroller
I am storing this value in variable in main timeline and I will later call function ChangePic using this information.
How can I do that.
_level10.Scroller.ChangePic(); simply doesn't do anything.
I know I can cut out "Scroller" from the path I got, then use _root.Scroller ... but that doesn't seems logic to me. Why then trace(this) doesn't return _root.Scroller right away.
I will apriciate any help....