0 Replies Latest reply: Feb 15, 2007 4:51 AM by deerowbear RSS

    button select

    deerowbear Community Member
      Hi there,

      I was wondering if anyone was aware of a way to set focus on a button object without having the button change color on release.

      Below is the code I put on a button.


      on (release) {
      Selection.setFocus(btn5);
      }


      Thanks daniel