Currently I have a FLA that plays a seriers of images. i am using stop(); action and a next button with on(release){ play(); }. The next button is always displayed and when an image flows onto screen the stop(); action will hault the movie. The user needs to click next to go to the next slide - this all works fine.
My question is how would I incorporate a rewind button? Basically just looking to hop back to the previous image.
Any help appreciated.
Thanks,
Kerry