stephenF
10-27-2001, 01:10 AM
In the movie I'm working on, I've made a button (embedded in a movie clip) dissappear using this code:
setProperty ("_level0/instancename", _visible, false);
I thought that if I put this in frame 1 of the movie, that when "instancename" comes along later in the movie, it would be made invisible. Now I find, though, that it will only work if the above code sits above (ie at the same frame number) as the movieclip. Is this how it's supposed to work?
setProperty ("_level0/instancename", _visible, false);
I thought that if I put this in frame 1 of the movie, that when "instancename" comes along later in the movie, it would be made invisible. Now I find, though, that it will only work if the above code sits above (ie at the same frame number) as the movieclip. Is this how it's supposed to work?