var numeros:Array = new Array(4,11,15); var indice_aleatorio:Number = Math.floor(Math.random()*(numeros.length)); trace(numeros[indice_aleatorio]);