INI:
I can not seem to get my INI form my Rules page to the Game layout. My Best Time and Best Player Variables are reset to zero when I hit the Start Game button
One problem is that the INI object doesn't exist in your Game layout. Therefore the according events would do nothing. Making your INI object global should fix that issue.
Debug Error:
The game seems to work great, but when I hit the Start Game button (in Debug) I get errors but the game still runs fine. Why the errors?
A couple of the errors are because of what I stated above. The other errors come up because there are no Card objects from the beginning, yet there are events that feature them. This is a quirk of the debugger and doesn't point to an actual error in the game. It can be annoying, but you can simply ignore it.
Guyon wrote:High Score baord:
I can make a simple high score with the INI but do not have the time since I am at the hospital alot to make a full featured high score with the top 5 lowest times. Does anyone want to pitch for that part? I am sure the boy will love it as it is but I thought that would add an extra element
I have a top5 score that stores in an ini file in the windows user profile folder. It's in my Dark Asteroids game. I could copy those events and paste as text here, then it should be easy to add them to your game. Does that work for you?
Madster's offer sounds good. If it doesn't work out for some reason I'd gladly help you to create a highscore table.
History:
My daughter has been sick in the hospital for a year now, and we met a nice family that as a has a child that is mildly Autistic. Since he likes spider-man I thought I could punch out a quck game for him.
Enter PixelRebirth with his memory demo game. WOW this was just what we needed Pixel!
Sorry to hear about your daugther. I wish you all the best and hope for a quick recovery!
And good to know somebody is making noble use of my memory example.