well for you who know the code i went into the scroller and put this code which isnt working
this is from the SLIDE MENU tutorial posted on kirupa … ive done everything right now i want the button that makes the drag also to goto a frame number! how can i go on doing so?
//sets the destination
on (press) {
_root.xnew = _root.mask2._x+(4-1)*1117/2;
}
on (release) {
gotoAndPlay(54);
}
am i doing it the right way or what?? heeelp!