A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Disable buttons

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    6
    I have 4 buttons each one takes into a different scene, only the last button should display a layer with alpha 75% in top of the buttons and disable those buttons so if you clicked on those you get no where.

    any idea how to get there

    many thanks

  2. #2
    Junior Member
    Join Date
    Jul 2002
    Posts
    6
    well I gues I found the answer:

    on (release) {
    myButton.enabled = false;
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center