Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Morgan on Fri 20/06/2003 21:37:59

Title: gui problem
Post by: Morgan on Fri 20/06/2003 21:37:59
I have a lucasarts style gui. How do I make it so when I right click it doesn't go through walk, look, ext.
Title: Re:gui problem
Post by: Proskrito on Fri 20/06/2003 22:03:49
in the "on_mouse_click" function in the global script, look for the right button interaction -if (button == RIGHT)- and there shoud be something like SetNextCursorMode().
Just remove it, or replace it with SetCursorMode(0) if you want the game to set the walk to mode when the player right clicks.
Title: Re:gui problem
Post by: on Sun 22/06/2003 09:54:32
Can you tell me how did you make the lucasarts GUI ?

I have made the graphics walk to pick up etc.. how do I implement that ? Could you make a tutorial ?

Cause with the sierra style I can find everywhere tutorials but lucasarts gui isn't much talked about..

please ??
Title: Re:gui problem
Post by: Scummbuddy on Sun 22/06/2003 16:46:32
Actually, its all over the technical forum right now, thanks to the AMAZING Death-Defying........Proskrito!

http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=6642