Yes, i used the search but still can't really get my script to do what i want.

I have a movieclip which is a loop. In it are 3 stops at frame 1, 20 and 40 (total movieclip is 59 frames).

I want to use 2 buttons to navigate forward and backwards between the stops. Forward was easy. Just a play() did this.

Backwards is still not succeeding, even after more then an hour of searching. I tried several solutions but they OR just jumped tot the previous stop. Or didn't uh... Loop. It should handle like: stop40, stop 20, stop 1, stop 40, stop 20.

Anyone got anytips. I am quite new to AS scripting but have got experience in other coding.