A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: simple question, maybe

  1. #1
    Senior Member RhameJ's Avatar
    Join Date
    Aug 2003
    Posts
    768

    simple question, maybe

    How do you deactivate a button once its been activated for either a roll over or a press, or if the button has both?
    Josh

  2. #2
    Gold Member
    Join Date
    Jan 2002
    Location
    Wigan, UK
    Posts
    95
    replace the button with one that has no actions applied to it.
    665: Neighbour of the Beast

  3. #3
    Senior Member
    Join Date
    Nov 2003
    Location
    N. Virginia
    Posts
    225
    the best way would be to convert the button to a movie clip w/ button-like actions.

    Then you can use the enabled property do disable/enable it whenever needed.
    for example:

    mymovie.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