A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: reversing imported MOV's

  1. #1
    Fly on you crazy diamond. gingerbreadgirl's Avatar
    Join Date
    Mar 2001
    Posts
    186

    Wink

    Does anyone know if or how I can import a small MOV into MX and play the clip backwards.

    I am trying to keep file size down by using one movie to go forward and backwards. I tried reversing the frames like I would with a regular flash clip but that didnt work.

  2. #2
    Flash Video Moderator Wheels's Avatar
    Join Date
    Dec 2000
    Location
    Minneapolis
    Posts
    1,590
    I just read something on that, I believe you just use something like:

    _currentframe-1

    Maybe get a total count first, gotoAndStop the last frame and then use gotoAndPlay(_currentframe-1); on a enterframe loop or button. It could get a little choppy, depending on your frame rate and processor speed.

    Send me a link if you get it to work, I test everything on a 400 iMac G3. Yea, she's a slow old bird - but she does fine work.

    If I think of where I read it I'll let you know.

  3. #3
    Fly on you crazy diamond. gingerbreadgirl's Avatar
    Join Date
    Mar 2001
    Posts
    186
    OK. Thanks. I will try it out. I will for sure let you know if it works.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center