You have to give the buttons instance names, then use code to turn them on and off.
_root.button1.enabled = 0; //turns it off.
_root.button1.enabled = 1; // turns it back on
Use it in a frame or on the button that loads the movie.
|
Results 1 to 7 of 7
Thread: Load Movie... frame questionThreaded View
|
Click Here to Expand Forum to Full Width |