I would like to set the state of a button to its down state onrelease.
I have tried the following:
on (release) {this.
gotoAndPlay("down");
}
I even tried putting a frame label of down on the down frame in the button but that doesn't work either. There must be a way to do this with actionscript but how?