Simple Simon Discussion > Simon Version 2 Square Display Time
By increasing the squareShowTime and gapShowTime variables you can slow down the display of the squares.
Example:
private int squareShowTime = 50;
private int gapShowTime = 25;
June 26, 2008 |
Markus
Agree with Markus!!
July 21, 2008 |
Shawn



Some players have complained that the squares are drawn too quickly by this version of the game. Can you identify the variables in the program which control this part of the game, and suggest what can be done to slow down the display of the squares?