I'm putting together a little game for my son to learn his letters. A bunch of command buttons cover a large textbox that holds a letter of the alphabet. As he clicks on the command buttons they become transparent and reveal a little more of the letter.
The idea is to get him to concentrate a little more on the shapes of the letters to help distinguish one from the other and rack up those valuable "computer game points" by figuring out the letter before uncovering the whole thing.
When you hit reset, the command buttons become solid and the letter in the textbox is changed at random. The problem is that when the textbox data changes, it flashes in front of the command buttons for a moment and you see the "hidden" letter.
I've tried putting other controls in front of it, but it always seems to flash.
Any ideas on the cause or a fix?
Thanks,
John
Use what you have,
Learn what you can,
Create what you need.
The idea is to get him to concentrate a little more on the shapes of the letters to help distinguish one from the other and rack up those valuable "computer game points" by figuring out the letter before uncovering the whole thing.
When you hit reset, the command buttons become solid and the letter in the textbox is changed at random. The problem is that when the textbox data changes, it flashes in front of the command buttons for a moment and you see the "hidden" letter.
I've tried putting other controls in front of it, but it always seems to flash.
Any ideas on the cause or a fix?
Thanks,
John
Use what you have,
Learn what you can,
Create what you need.