A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Barcode Nested MC Problem {AS2}

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    2

    Barcode Nested MC Problem {AS2}

    Hey there

    I've got a little problem with a slide out menu I'm building with nested movie
    clips that have onRollover events. My problem is that the menu slides out
    fine but I'm not to sure how i would do onRollOut for th menu.

    I would deeply appriciate some help.

    ::My code on first frame::

    #include "mc_tween2.as"
    this.stop();

    panel.onRollOver = navOver;


    function navOver(){
    this.onEnterFrame = slideNav;
    delete this.onRollOver;
    }

    function slideNav() {
    this.yO = this._y;
    this.slideTo("_y", this.yO - 102, 0.5,"easeInOutQuart");
    delete this.onEnterFrame;
    }

    Thanks in advance.
    Charl.

  2. #2
    Junior Member
    Join Date
    Jan 2008
    Posts
    2
    please ignore "barcode"

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    24
    Quote Originally Posted by charldesign View Post
    please ignore "barcode"
    why should the"barcode "be ignore?

  4. #4
    Junior Member
    Join Date
    Sep 2015
    Posts
    23
    Quote Originally Posted by cindy313 View Post
    why should the "barcode" be ignore?
    Maybe there is something wrong with those code, I suppose.

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