Where action fits into button that has already some action?

i’ve got this code in one of the buttons, but i want the button to be link to the 2nd frame or scene, but do’t know where should fit that peiece of code

onClipEvent (enterFrame) // this action already is in main timelin
{
_y = _root.menu4._y
}

something like go(release… should it be after, b4 or within the brackets?

thanks

I dont get it, u have to be more specific… or attach the fla.

besides you do need to be more specific … :slight_smile:

onClipEvent (enterFrame) {
_y = _root.menu4._y
}

how’s that ? :-
you can’t have clip events in the timeline …