Adventure Game Studio

Community => Adventure Related Talk & Chat => Topic started by: Totoro on Mon 15/12/2003 13:39:22

Title: Mouse control - left and right
Post by: Totoro on Mon 15/12/2003 13:39:22
Hi everyone,
I am working on my new game and I don't want to use the classical gui, rather using a simple point and click control, using just the left and the right button of the mouse. One button should be for look at and the other one should be for all kinds of interactions. But I can't really decide which one should be left and which one should be right. So what do you think? Which of the two ways would be most enjoyable for you?
Title: Re:Mouse control - left and right
Post by: Gonzo on Mon 15/12/2003 13:44:50
So there's going to be a 'smart cursor' for the click that isn't for 'look at' - Broken Sword style? Cool interface.

My preference would be for right-click = look, left-click = interactions.
Title: Re:Mouse control - left and right
Post by: Barcik on Mon 15/12/2003 13:46:17
I like it more when the left-click does the more default actions, and the right-click is used for more complicated tasks. In other words - left-click for look, right-click for the rest.
Title: Re:Mouse control - left and right
Post by: AGA on Mon 15/12/2003 16:06:13
Well it depends how you want it, really, cause both work... Broken Sword has right-click as look, but BASS has left as look. I prefer right-click as look, but it's your decision, really :P
Title: Re:Mouse control - left and right
Post by: Scorpiorus on Mon 15/12/2003 16:11:00
You could also make it customizable to the player. Some option in the game preferences maybe. :P
Title: Re:Mouse control - left and right
Post by: Ginny on Mon 15/12/2003 20:54:04
Well yes, it does depend on taste, I ussually don't care, though I do think the left click should be look (more automated), but it's easy enough to get used to either one. Still, giving a choice to the player would ensure pleasing everyone (heh, almost) and if someone just played a game which uses the opposite of what your game uses, he can just switch instead of being confused. :)
Title: Re:Mouse control - left and right
Post by: Scorpiorus on Mon 15/12/2003 22:04:03
Also left-handed people would get benefit :)
Title: Re:Mouse control - left and right
Post by: remixor on Tue 16/12/2003 01:49:51
I like left-click=action and right-click=look more from an intuitive standpoint, but one thing that bothered me when I was making my own game with this system is that often, especially when a player first plays the game and is figuring out the interface, one will pick things up before they get a chance to look at them, since instinct sort of dictates left-clicking on things if given no other specific instruction.  Since my objects had different descriptions in the gameworld and in the inventory, this was sort of detrimental.  It all depends on the game, though.
Title: Re:Mouse control - left and right
Post by: After on Wed 17/12/2003 09:14:11
Quote from: Scorpiorus on Mon 15/12/2003 22:04:03
Also left-handed people would get benefit :)
Actually, Windows sets the buttons before AGS sees them, so RIGHT is actually the left button under a left-handed configuration.
Title: Re:Mouse control - left and right
Post by: Scorpiorus on Wed 17/12/2003 16:46:05
Ah, sure.