Search tutorials
How to disable a button
Create your button as you normally would.
Give your button an instance name in the properties panel.
I named mine "blueButton"

Select your button ( Left Click ).
Open your Actions panel (F2)
Enter this ActionScript:
//Change false to true to enable your button
on (release) {
blueButton.enabled = false;
}
Test your movie:
| » Level Basic |
|
Added: 2002-04-14 Rating: 8 Votes: 74 |
| » Author |
| Flashkit Moderator |
| » Download |
| Download the files used in this tutorial. |
| Download (32 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!