Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Thanks oldnewbie. The movie does indeed reverse as a stand alone swf. One thing I didn't mention was that this movie loads into a target movie called, "artist movie". I didn't mention it because I thought if I just changed the coding for the path it would work - it doesn't. Here's...
  2. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Yes, I put the code in each button. It still seemed to work only once. Even on the first back button, if I went ahead again, the first back button won't work. I have now named all buttons "back". Do I have to set it up as array for the programming to address all back buttons?
  3. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Actually, I just had a chance to test it. I discovered you can only click the back button once and then it no longer functions. I put: function reversing(){ if(count<14){ prevFrame(); count++; }else{ clearInterval(back) } } In an action frame and: on...
  4. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Thank you very much. I'm short on time today. but I'll give it a whirl tomorrow morning. Thanks again for helping me.
  5. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    It's me again. Sorry, but I have about 5 back labels (or frame numbers I need to go back to. Will the function with the 9th frame limit that? Here's the actual application. I need to play the artist pictures backward to the previous one with the back arrow button. Right now, they go back to...
  6. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Thanks. That indeed does the trick. This is the only clear information I've seen on this problem. I really appreciate this, and what you contribute to the forum (even though I've new, I can see you've posted a lot. Enjoy your weekend.
  7. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    It was so kind of you to do this. I really appreciate it. I'm going to study the programming to learn from your efforts. If you'd be up for one more challegne, one of the things I found is that when you push the button labeled, &quot;run movie from right to left,&quot; twice (something that's...
  8. trekman

    reverse motion tween

    I can't speak for z35, but I'd would be interested in having it not go, but play backword a specified number of frames, or play backward to a frame label. Any ideas how to do this???
  9. trekman

    How can I get a movie to play in reverse and stop at a framelable?

    Here's an sample of what I'd like to do. I've tried to label the buttons with enough description to give you and idea of what I'd like to do. http://www.healthcontentprovider.com/test_reverse_movie.fla Thank so very much for helping me with this. PS: I'm writing from a different location...

Part and Inventory Search

Back
Top