I have a function that changes the property of various clips. When the function is called reference to the clip is sent. Unfortunately the path I provide does seem to work. I've tried several approaches and was wondering if someone could give me a hand.
I'm calling the function in this manner:
_root.tabs.loadMenu (_root.tabs.tab1.menu1);
This is the function:
function (menu){
setProperty(menu,_x,250);
}
Instead of moving the clip _root.tabs.tab1.menu1 it moves _root.tabs
Thanks in advance.
I'm calling the function in this manner:
_root.tabs.loadMenu (_root.tabs.tab1.menu1);
This is the function:
function (menu){
setProperty(menu,_x,250);
}
Instead of moving the clip _root.tabs.tab1.menu1 it moves _root.tabs
Thanks in advance.