I made one other change to Sudoku for the touch devices. When the game ends, the "Congratulations" screen has a background that prevents the menus from being seen. The only way I could find to exit the program was to click around where the menus should be to try to bring up the Exit menu. I changed the code in Sudoku.js to:
if (hasNumericButtons)
target.bckGround.show(true);
This causes the background to not display for touch devices so that the menus are still visible.
If this is ok, I have attached the changed Sudoku package.
Howard
|