View Single Post
  #1 (permalink)  
Old Sep 27th, 2006, 09:22
artdog artdog is offline
Junior Member
Join Date: Feb 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Setting the state of a button using actionscript

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?
Reply With Quote