Hi Guys
I Am currently making a flash website, and i have a problem with the actionscript. what i want to do is, when the opening animation is playing i want the button's visiblity to be false and after the animation has finished i want the the visibilty to be true. how can i do this. The animation is inside my moveclip and my button is outside the movieclip. I have already tried to put actions script before the animation which is
Start_Btn.visible = false;
then after it is finished
stop();
Start_Btn.visible = true;
when i do that an error comes up saying
1120: Access of undefined property Start_Btn.
The actionscript cannont find the button as the button is outside the movieclip.
How can i please fix this.


Reply With Quote


Bookmarks