on (release) {
n = _root._currentframe + 5;
gotoAndStop(n);
}

cioè se il frame attuale è il primo (1) + 5 ti porta al 6....