Search  

DICE ROLLER DELUXE V1 :: PHOTO-BASED GAME ELEMENT

HomeBrowse CategoriesFlashApplications and UtilitiesGamesDice Roller Deluxe v1 :: photo-based game element

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 ::
  • roll 1 to 6 dice at once
  • total is displayed after each roll
  • random animation of each die, every time
  • choice of 4 backgrounds
  • photographic elements
  • compact dimension
  • lightweight file size
  • will not choke slower systems
BUYER FEATURES ::
  • descriptive naming of layers, Library items, and ActionScript variables
  • commented code
  • optimized graphics
  • drag-n-drop convenience
  • help file (click to read it)
SWF STATS ::
  • Dimension = 200×150
  • Published File Size = 33k (including 11 embedded bitmaps)
  • Frame Rate = 8fps (determines speed of “roll” animation)
  • Flash Player Version(s) = 7, 8
  • ActionScript Version = 1.0
  • Authored In Version = Professional 8
  • Fonts embedded = none
  • Fonts converted to vectors (broken apart) = FFF Urban
  • Font vendor(s) = FontsForFlash.com
FILES INCLUDED ::
  • 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.txt

Enjoy!
Zachary Knight :: Media Design

BROWSE MY PORTFOLIO ::

\ \ \ \ \ \ \ \ \

\ \ \ \ \ \ \ \ \

TAGS :: dice, die, roll, game, gaming, random, number, fun, drag, drop, small, bitmap

Posted 7 months ago

good!

Posted 7 months ago

funny to play woth

Posted 7 months ago

cool

Posted 7 months ago

nice :)

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

Hey FlashDen staff…

Thanks for using this in the new homepage slideshow to represent the Games category!

- 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