But for a Specific Spot. I tried that and i can Click anywhere and it will opem the One thing.
What if i wanted it to where only if i Click in the Area of "i" icon It will open it? how would i Find the Co-ordinates?
are you using bgtiles to do that bcause if you are then when you push a you can use bget to get the bg number of the tile and then if it equals the bgtile "i" then it loads what ever you want it to do you understand?
but if you are using sprites then you can use sprite collision to detect that the cursor is on the "i" then have it programed that when the colison is true and the a button is pushed then it loads what you want.