Hi Peeps...
I have a 30 frame movie clip that is activated to play from the maintimeline of my fla.
On the last frame of the movie clip i have some code that I want to disable a button on the main timeline.
I have tried
and
I have also tried using visable instead of enabled, and tried with and without the _root.
Anyone see what i am doing wrong ?
cheers
I have a 30 frame movie clip that is activated to play from the maintimeline of my fla.
On the last frame of the movie clip i have some code that I want to disable a button on the main timeline.
I have tried
Code:
next_btn1 = function() {
this._enabled = false;
}
and
Code:
_root.next_btn1.enabled = false;
I have also tried using visable instead of enabled, and tried with and without the _root.
Anyone see what i am doing wrong ?
cheers