Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Thu 08/12/2005 15:44:09

Title: Pickup item change cursor
Post by: Candle on Thu 08/12/2005 15:44:09
I want to change the lookmode to a Lantern gif but I'm not having much luck.
I used mouse.ChangeModeGraphic(eModeLook, 93);
But I get this error ?
---------------------------
Compile Error
---------------------------
There was an error compiling your script. The problem was:
In: 'Room 48 script'
Error (line 6): undefined symbol 'eModeLook'

I was putting it in where they clicked on the Lantern object.


Title: Re: Pickup item change cursor
Post by: Ubel on Thu 08/12/2005 15:49:59
It should be eModeLookat
Title: Re: Pickup item change cursor
Post by: Candle on Thu 08/12/2005 16:06:42
Thanks Pablo.