Flash question

Out of context: Reply #8

  • Started
  • Last post
  • 13 Responses
  • Dyea0

    Scott, cram, and comicGeek thanks for your help!

    ComicGeek I moved the mystopframe section up into the myrewind function so it is checked on every iteration and used the code like this

    function myrewind() {
    this.onEnterFrame = function() {
    trace(_root.redclip._currentFram...
    _root.redclip.gotoAndStop(_root...
    mystopframe = 380;
    if (_root.redclip._currentFrame-1 == 380) {
    _root.redclip.gotoAndStop(mystop...
    this.onEnterFrame = undefined;
    }
    };
    }

    Then, since this rewinds on a rollOut if they moused back over while it was rewinding I killed the onEnterFrame with an undefined and inserted a play() so it starts rolling forward again.

    O and lvl_13, sorry if you were offended i guess i could drop that from my vocabulary, but to keep it in perspective the people who use gay in its original format, i.e. to mean "cheery: bright and pleasant; promoting a feeling of cheer;" would like you to get out of the fucking bathhouse and stop using gay to refer to hot man on man action. lol jk now

    DyeA

View thread