I have a variable which, which is the width of a movie clip on the main timeline, I named the varialbe “width”… (I’m smart! :D)
I want to copy the value of this varialbe to another variable in a movie clip called “shadow”, I thought this would work in the movie clip:
xvalue = _root.width;
but it doesn’t. Any help greatly appreciated.