I know that this has been the topic of much discussion, and I have searched (unsuccessfully) this forum, Macromedia’s, and the one a Google. So here goes:
I have a movie clip loaded into another. In this clip, I have different images, each motion-tweened into position every 11 frames. There is a stop on each 11th frame, therefore I can easily control the forward motion of the movie with a “forward” button in the parent movie.
However, I am having difficulty making a backward button that will stop on every 11th frame. I have used the following code successfully, but it just plays all the way back to frame 1, then stops.
No, I would like it to play (in reverse) at the frame speed of the movie for 11 frames, then stop. I do not want it to play again until the backward (or forward) button is pressed.
If the backward button is pressed again, it should play (in reverse) for 11 more frames, then stop again . . .
Thanks for the help, but I’m not sure that I understand. Would I enter specific frame for the ? where you have “stopAt ?” I don’t think this will work, because I want it to stop after playing 11 frames, regardless of which frame it is.
*Originally posted by senocular *
**you know Voetsjoeba, using an if statement is less work than the ?: null thing you seem to so much. 2 characters less typing!
**
Lol, what senocular is doing on a Friday evening …
*Originally posted by senocular ***
and just to clearify on the use of that playAndStop method, when the backward button is pressed, it should run:
Forgive me if I am (more than) a little dense, but I am still not sure how to use the code you are suggesting. Perhaps if you looked at my site, you could tell me if I am asking the right questions.