I have to design a simply animation which should play next X frames with the click of forward button and previous X frames (in reverse order) with the click of backward button.
I have extensive experience in AS3 but i just don’t seem to get where to start in Flash Professional.
I have managed to get a button on the screen and some animation, I get the right trace when the button is clicked but I don’t get any further…
thanks for any help
cheers
You can try having a ticker variable that counts the frames to play. Just set this var on your button clicks. Then use an enterframe handler to go to the correct frame each frame. Example:
You can put this functionality into a class that extends MovieClip, then in Flash just set it as the Document Class.