kirupaForum
>
Flash
>
Flash IDE
> how do you mask a button until another event occurs?
PDA
View Full Version :
how do you mask a button until another event occurs?
murrayc
January 20th, 2007, 08:19 PM
i have buttons that i dont want enabled until another event happens...how?
bcline
January 20th, 2007, 09:10 PM
// disable a button
button_name.enabled = false;
//enable a button
button_name.enabled = true;
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.