Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Chicky on Tue 10/06/2003 18:39:28

Title: double click as use
Post by: Chicky on Tue 10/06/2003 18:39:28
Is there a way on AGS so that double left click on a hotspot will use hotspot. ???

A script would be a great help

thanks in adance
Title: Re:double click as use
Post by: Chicky on Wed 11/06/2003 08:29:33
Any one know?
Title: Re:double click as use
Post by: am on Wed 11/06/2003 21:35:30
You can set a global int on first click and then a second click will do the "use".
You'll probably also want to clear the global int on the repeatedly execute so a second click after about a second shalln't be counted as a second click ...