hello everyone:
on my game menu screen, i have a 3 sprite objects showing custom imagines that depict difficulty levels (e.g, "easy", "regular", "hard"). so when you left-click "easy", the easy sprite changes to show that it's highlighted.
my problem is this: the left-click "code" works, exactly as i wanted but it's not responsive...sometimes i left-click on the sprites nothing happens, and so i end up left-clicking all over the "easy" sprite until the code is "activated" and the image changes. i have the same "unresponsive" issue with the other 2 sprites, what can be the problem and how shall i correct it?
please help, this is not a good way to have my game working...with unresponsive menus, right from the get go.