I need a simple slot machine in flash. 4 pictures that change would be provided. There can be 3 rows and 3 columns with pictures on the screen or just 1 row with 3 pictures(you choose) and a button "Play"(or something similar if you already have a design). When the users hits "Play" the pictures would spin(even that is not necessary if thats a problem) and the results would be shown. There should be 1:50 chance to win a spin(in this case in all three fields a picture with money would be shown).
When the user wins he should be redirected to a php page(or a message with link to a php page would be shown to user if thats a problem).
I need this to be made fast.
Additional Info (Added 7/22/2008 at 10:35 EST)...Bellow are some example slot machines. The machine should be very simple without all those options for winning and betting. Just a Play button and 1:50 chance to win(this percentage should be something i could change).
4 pictures that spin(in a column or one field if no colums) will be provided. One of those pictures will be a special "money" picture. The player wins if all three pictures in a row are "money" pictures.
In reality you could make a function that randomly selects a number 1 to 50 and if that number is a fixed winning number lets say 10 then the money pictures would be presented. In all other cases its not important what would be presented(just make sure that not all the 3 pictures in a row are the same).
http://www.adobe.com/support/flash/interactivity/slots/
http://www.cartoonsmart.com/games_of_chance.html
http://www.flashden.net/files/30892/index.html?ref=biteMedia
http://www.diversioncentral.com/games/koolslots.html Additional Info (Added 7/22/2008 at 10:47 EST)...Just to make things clear and to keep the project simple. I sad that the winning chance 1:50 should be changeable. Well this doesnt have to be changable at runtime it could also be hardcoded and we would simply compile more versions of the game.
|