Hello,<br><br>For a filler task for an experiment, I am currently programming a little game similar to Egyptian Ratscrew. Basically, the program will continue presenting cards from a deck, but whenever two of the same card appear in a row, the subject has the opportunity to press the spacebar, slapping the deck and winning some points.<br>
<br>To do this, I have a list called EgyptianRatscrew with a nested list called Cards that contains the attributes of the card bitmaps and the card values. I have a looping proc that initializes LastCard to CurrentCard (both are 0 if it's the first iteration), shows a picture from the nested list, and another infile that initializes CurrentCard to the picture that was presented.<br>
<br>MY PROBLEM is that I need to have some kind of feedback display that pops up with a little happy face, but ONLY appears when people do the task correctly (when the current card is the same as the last card). Does anybody have any suggestions?<br>
<br>My thought is to have the infile commands all appear before the picture shows up with an if statement that initializes a correct answer variable when current card = last card. This correct answer variable is set as the condition for the presentation slide.<br>
<br>Adam<br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en<br>
-~----------~----~----~----~------~----~------~--~---<br>
<br>