1 Reply Latest reply: Sep 19, 2007 5:04 AM by michaeltowse RSS

    Button not acting like a button!

    BruceCSI2 Community Member
      I want to have a button that, when clicked, goes to the last frame (487). However, if I mouse over it when the movie is playing, the "button" just looks and acts like normal text. Here's my AS

      on (release) {
      gotoAndStop(487);
      }

      In the button, I created two layers, one for the text, and one to act as a larger area to trigger the action. Also, the button is in the very top layer, so there shouldn't be any interference from another layer.

      Please help me figure this out.
      Thanks