Hi,
I am using Flash CS3/ action script 3. I am trying to put action script on a button to move you to a different frame on the timeline. In MX 2004 I would have put
onPress{
gotoAndPlay("frame-name");
}
But this no longer works!
Some help would be much appreciated.

