Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to create an animation for a slot machine i made. using a timer would be great. I have 3 picture boxes and have already made the random slot machine work. i need it to "Spin" on the click of the handle

What I have tried:

Its hard to explain but i tired using different picturebox shows on timer tick but i could not get anything to work correctly. I need it soon but i dont know where to go.
Posted
Updated 16-Jun-17 8:18am
Comments
Richard MacCutchan 16-Jun-17 10:48am    
You just need to change each picture every time you get a timer tick. If you want the pictures to scroll then you need to look into some control that can do this for you, or look at WPF.

1 solution

This looks a bit dated, but might be of use: Visual Basic SLOT MACHINE[^]
And another one: Creating a Video Slot game with VB.NET[^]
 
Share this answer
 
v2
Comments
CPallini 17-Jun-17 10:10am    
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900