control timeline from button within moveclip ?
So im creating a site for a friend and I have placed the menu inside a movieclip so the buttons are inside the movieclip and want them to control the main timeline. This the script i have tried :
Code:
stop();
natural1.onRelease = function () {
gotoAndplay(15);
}
and
Code:
stop();
natural1.onRelease = function () {
_root.gotoAndplay(15);
now I thought the root would work but maybe im placing the script in the wrong place I created a frame and then placed it in there as its how I usually do my script.
Also off topic of main question what is better to use action script 3 or 2 if i want a site to be used by as many people as possible and is action script 3 easier ?
Thanks
ukrides.