Jean Jacques
11-23-2002, 07:31 PM
Ok I've got this:
setProperty ("_root.clip.t_"+ ballup +"_0", _visible, false);
And i want this:
_root.clip.t_3_0.gotoAndStop(4);
actually i want the var ballup where the 3 in the string is but i want to test it first without the var. IT DOESN'T WORK :(
Please help!?
Jean
setProperty ("_root.clip.t_"+ ballup +"_0", _visible, false);
And i want this:
_root.clip.t_3_0.gotoAndStop(4);
actually i want the var ballup where the 3 in the string is but i want to test it first without the var. IT DOESN'T WORK :(
Please help!?
Jean