Quote:
Originally Posted by hcripe
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
|
Well done, Howard! And thanks for posting a complete package. I had completely lost track of which version I had in my prsplus folders, and my most recent compile had menus that were clickable but had weird graphics all over them!
A couple of notes:
1. Save / Load doesn't seem to work on my 600. Does it work on yours? I am guessing the save / load location may need to be changed. I had to do this for Fiveballs. I used
Code:
var datPath = '/Data/fiveballs.dat';
and the save file appears in the "Reader" root directory.
2. The clock in the right lower corner which is built into the game overlaps with the PRS+ clock which I have set up to display in menus. The easy way around this is to hide the built-in clock. (But then it doesn't update as you are playing which I am assuming the built-in clock does!)
3. The play time is not updated. At least it didn't seem to. (I was only playing for a few seconds. Does it only update every minute?)
Now some of this is PRS+ specific and also model-specific, so it may not be exactly easy to solve. Kartu, do you have any thoughts?
Sincerely,
Ben.