Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: hedgefield on Thu 10/03/2005 20:42:14

Title: More custom cursors in interaction editor?[SOLVED]
Post by: hedgefield on Thu 10/03/2005 20:42:14
Ok, so when you set up hotspot interactions, you can specify what happens when you click on the hotspot with a custom cursor (default 8 and 9). I set those up as exit_left and exit_right cursors, but I want to add 2 more for up and down, custom cursors 10 and 11. But when I create them they do not show up in that menu. Is it even at all possible, or if not how would I add a script to them?
Title: Re: More custom cursors for hotspot?
Post by: Pumaman on Thu 10/03/2005 20:49:19
Any extra cursor modes you create do not appear in the interaction editor -- generally you use the Any Click interaction and then check the cursor mode instead.
Title: Re: More custom cursors for hotspot?
Post by: hedgefield on Thu 10/03/2005 21:20:24
Exactly what I needed, thanks. It's not perfect with the detection in some cases, but it'll do quite nicely. :)