Lucky Dice
reRoll.addEventListener(MouseEvent.CLICK, rollDice);
function rollDice(event:MouseEvent):void{
var r = Math.round(Math.random() * 16);
numbah.text = r;
}
stop();
Categories and tags of the game : Auto-zipped, Dice, Interactive, Simulation, Single Player