Within a movie clip I have two buttons. I would like to use Button A to set the width (_xscale) of Button B. I haven't had any luck; it seems that I need to reference an instance of Button B, yet I'm unable to figure out how to name anything but a movie clip. My question is whether it's absolutely necessary for Button B to actually be a movie clip instead.
In that case, maybe with I should create a movie clip with a button in it? I believe Button B does need to be a a button since I'm using an on(Press) action with it.
Thanks!
In that case, maybe with I should create a movie clip with a button in it? I believe Button B does need to be a a button since I'm using an on(Press) action with it.
Thanks!