good!
Posted 7 months ago
While ultimately nothing more than a random number generator, this small web toy offers a visually fun and interesting way to do so…it adds a tactile sense to an otherwise mechanical process. The user will simply choose a background, choose how many dice to roll, and click! The dice perform a quick (and randomized) roll animation and when they stop the resulting total is numerically displayed at the bottom. At any time, the background and number of dice can be changed by clicking “SETUP”. NOTE : The roll looks best at 8fps…the sample above is faster.
END USER FEATURES ::DiceRollerDeluxeV1__FP8_AS1.fla (Flash 8 authoring file)DiceRollerDeluxeV1__FP8_AS1.swf (Flash 8 movie)DiceRollerDeluxeV1__FP7_AS1.fla (Flash 7 authoring file)DiceRollerDeluxeV1__FP7_AS1.swf (Flash 7 movie)DiceRollerDeluxeV1__HELP.txtEnjoy!
Zachary Knight :: Media Design
BROWSE MY PORTFOLIO ::
TAGS :: dice, die, roll, game, gaming, random, number, fun, drag, drop, small, bitmap
Posted 7 months ago
Thanks for your comments!
It was fun to work on…and there wasn’t one in the Den already.
Posted 7 months ago
- Z -
Posted 6 months ago
Can this be configured to skip the background selection with black as the default?
Posted 3 months ago
Jezlad...sure can…you would replace Line 22 in the preloader code block with the following code…
v_NoResult = true;
TABLE_CHOOSER.gotoAndStop("frm_BLACK");
gotoAndStop("frm_START");
This will then bypass the bg choice screen and still allow a user to change the bg later…you could also completely disable the choice if preferred.
- Z -
Posted 3 months ago