hi, i got a little problem…
i made a movie clip where buttons tween in from the side
when u click them its suppose 2 go 2 another movie clip frame
eg.
home contact << buttons that moved in with a tween
hello this is home << 1st frame of other movie clip
hello this is contact << 2nd frame of other movie clip
if u clip home it wud make it go 2 the first words etc
on (release) {
gotoAndStop("_root.content", 1);
}
thats the code, maybe its wrong
nothing happens 2 the word but the buttons dissapear??
thx, yhack