Frame Names and MC Instances!
Hi there,
Im trying to set a frame in my movie to an alpha level of 0...
I have named the frame "current_project"
The frame is frame 1 level 1...
I have the following script in a separate layer (frame 1 level 2)
_root.current_project._alpha = 0;
Nothing happens to frame 1 layer 1.... Is that because this script only works for a MC instance instead of a frame name?
If so, can I change the frame to an alpha of 0 another way?
|