Wee site check.

Out of context: Reply #1

  • Started
  • Last post
  • 27 Responses
  • silencer0

    here's the function.

    //Initialize Delaystation.
    MovieClip.prototype.DelayStation...
    this.DelayStation_framerate=31;
    this.stop();
    this.DelayStation_interval = setInterval(this.DelayStation_Re...
    }
    MovieClip.prototype.DelayStation...
    reference.play();
    clearInterval(reference.DelaySta...
    }

    And how I'm calling it.
    //Set delay.
    DelayStation_Delay(30);

    I'm loading all the sections into the same movieclip on the root timeline (ie: they replace each other when they're called) I think the problem may stem from calling this function from the external swfs. Hope someone cn shed some light on this.

View thread