Source:
https://www.deviantart.com/fistoffenris/art/Lucky-Dice-158569361
Tags:
- Simulation
- Interactive
- Dice
- Auto-zipped
Date Added:
6/15/2020, 1:37:53 AM
Date Modified:
1/29/2024, 11:34:07 AM
Original Description:
reRoll.addEventListener(MouseEvent.CLICK, rollDice);
function rollDice(event:MouseEvent):void{
var r = Math.round(Math.random() * 16);
numbah.text = r;
}
stop();
ID:
cfa80ebd-7290-4271-8d87-06a66d7713d6