depending on how your button is setup:
i use a movieclip, I make a layer called labels, in this I make three labels _up, _over, and _down. the labels are over each corsponding state of my "button".

then when you use:
myButton.onRelease = function() the movie clip will act like a button.

So unless you have a label named "_down" in your button, the code above will not work.



IMS