Hello all. I need to create a variable that holds a random number between 1 & 16. Any idea how I can do this? This is the way the variable looks right now:
var randomTurkey:Number = Math.floor(Math.random()*100);
Hello all. I need to create a variable that holds a random number between 1 & 16. Any idea how I can do this? This is the way the variable looks right now:
var randomTurkey:Number = Math.floor(Math.random()*100);
:: Copyright KIRUPA 2024 //--