put your button in a movie clip and move it in there any way you want (eventually with a guide layer) and put on it the actions you want it to do. on the button, not on the movie.
it's pretty easy, but if you have any problems i can send you an example file. Diana.
diana@cyberslotz.co.uk
By the way, if you're targeting the main timeline, from this button movie clip, using scene names won't work. You have to label the first frame of the targeted scene with a unique label, such as start2, and then add _root (or _level0) and that label to your button's script:
on (press) {
_level0.gotoAndPlay("start2"
} Regards,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.