|
-
May 17th, 2008, 03:39 PM
#1
Thread Starter
New Member
Inexperienced programmer needs help.
Well after watching the movie 21 I thought it would be cool to make a little program to help practice card counting rather than rolling out the cards by hand.
Basically what the program is supposed to do is randomly choose cards and flash them on the screen for a second then disappear while keeping the count. 2-5 = +1, 6-9 = 0 10-A = -1
First I have a for loop to go through the deck
then I make sure that all images are .visible = false, this will cause the card that was shown to disappear before the next is chosen.
The issue that I'm having is that the image changes from false to true to false to fast to even see the card so basically what I'm asking for is some help to make a function to delay the visibility from changing so fast.
Thanks
Macdog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|