View Single Post
Old 02-18-2011, 10:34 AM   #165
hcripe
Junior Member
hcripe is on a distinguished road
 
Posts: 5
Karma: 55
Join Date: Feb 2010
Location: Kansas - USA
Device: Sony PRS-600
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
Attached Files
File Type: rar Sudoku.rar (72.5 KB, 258 views)
hcripe is offline   Reply With Quote