Send Playhead to a Random Frame


randomFrame = random(50+1);
gotoAndStop(randomFrame);
trace(this._currentFrame);

← Back to home