Hero6
http://www.hero6.org/forum/

Class selection and ChooseYourNameDialog{Design flaw}
http://www.hero6.org/forum/viewtopic.php?f=10&t=29
Page 1 of 1

Author:  ChamberOfFear [ Mon, 17 Feb 2014 17:13 ]
Post subject:  Class selection and ChooseYourNameDialog{Design flaw}

I hit cancel on the "Choose Your Name" dialog, and suddenly I was unable to press anything. Turn out the mouse cursor changes when the dialog opens, but doesn't change back when you press cancel. Quickfix is to right click to alternate mouse cursors when it happens, but that's not very intuitive. Same goes for when you press back on the character sheet.

Author:  robertkety [ Mon, 17 Feb 2014 18:27 ]
Post subject:  Re: Class selection and ChooseYourNameDialog{Design flaw}

I've been dealing with these pointer issues. Each GUI modifies the mouse.mode they are using (based off an enum of cursors available from the Mouse Cursors available in the AGS editor (e.g., 0 == eModeWalkto)). What I've been doing is setting them manually, but I'd like to capture the current pointer value so I can return the pointer to that value for cases like the Name Cancel.
I'd also like to disable the right-click feature under certain conditions. Obviously, the user should not have access to the walk icon when creating a character. Likewise, right-clicking when you've selected a spell causes an issue as well where the topbar GUI is no longer accessible (Ctrl-Q FTW!).

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/