A little game I put together ......

taximania

Well-Known Member
Licensed User
Longtime User
Ok, so it's basically boring.

Just thought the code may help a few of the newer members.

It uses the AddEvent and Control functions for 20 Buttons.

You pick a button, the computer picks one at random. etc
Each buton holds a random number from 1-20.

The winner is the player with the highest score after all the buttons
have been selected.

Feel free to use any coding snippets if you find them usefull.

Oh, it also uses the flite dll, if on the device.
 

Attachments

  • buttons.sbp
    4.7 KB · Views: 323
Top