gotoAndPlay(random(20) + 25);
gotoAndPlay((Math.random() * 20) + 25);
function random(num:int):int { return Math.random() * num; }