Simple beginner's question plz help

Hi. I made some complex buttons using this tutorial: http://www.kirupa.com/developer/mx2004/button_effect.htm

I want the button to take me to a particular frame, in this case the beginnig of the animation (frame 1, just as if you click the refresh button)

If I type:

[color=#0000d0]this[/color].[color=#0000d0]onRelease[/color] [color=#0000ff]=[/color] [color=#006610]function[/color]color=#0000ff{[/color]
[color=#0000d0]gotoAndPlay[/color]color=#0000ff[/color]; It takes me to the first frame of the movieclip, not the first frame of the animation. I’ve also tried using labels, for instance: [color=#0000d0]gotoAndPlay[/color]color=#0000ff[/color]; and it doesn’t work. plz help :stuck_out_tongue: