Okay i two movie clips on my main stage (scene 1) one of them is
aboutus
the other one is
gallery_1
In the first frame of the scene is says :
aboutus.visible=false;
Now in the movieclip gallery_1 in the first frame has a conditional statement.
in that conditional statement I want to be able to make this happen:
aboutus.visible=true;
when i added that line of code i get an
1120: Access of undefined property aboutus.
Posted about 1 month ago












