flash q

Out of context: Reply #7

  • Started
  • Last post
  • 17 Responses
  • ozhanlion0

    oh man delete those actiosn on the object and the buttons whatever and put this on the frame that your buttons reside.

    maybe it can help
    obje._y = 1;
    function mover(endX, div) {
    obje.onEnterFrame = function() {
    if (this._x>=endX) {
    delete this.onEnterFrame;
    }
    this._x += (endX-_x)/div;
    };
    }
    but1.onRollOver = function() {
    mover(100, 11);
    };
    but2.onRollOver = function() {
    mover(149, 10);
    };

    if it doesn't we can fix it when I go to home. it is 7 pm right here and my head is burning..

View thread