hello,
i have the 'Start New Game' words on the main menu, and stuff like that.
I also have a 'load game' one. But, i have to click the load game one about 50 times before it goes to the Load Game Dialog.
all the others work perfect, its just the load game one.
any solutions?
What do you use for triggering the Load Game action?
Any Click on object?
Any Click on hotspot?
...etc.
If it's an object (judging from your topic), if you click on transparent pixels of it the event will not be triggered (if you had set Pixel-perfect click detection on), you may either:
1. change that object sprite so it doesn't have that many transparent pixels,
2. turn of Pixel-perfect click detection, or
3. use other method, such as using a background hotspot, etc.
how do i turn on Pixel-Perfect?
It's on by default, look at it in the game options of AGSEdit.