I’m doing a really simple flash zine layout, and I have two arrows: a Back and Forward. What I’d like to do is code one to move forward by 15 frames each time (to the next page), and the other to move back by 15 frames. Is there a way to gotoAndStop(+15);?
Also, how might I prevent the Back button from over-stepping its bounds (i.e. at the very start with it at Page 1)?
Thanks!
Tyler