Send Playhead to a Random Frame


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

No comments yet.

Leave a Reply