Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sat 14/05/2005 01:01:09

Title: Switch Cursor at beginning of game?
Post by: on Sat 14/05/2005 01:01:09
In my game, I only have one cursor selected, which is a crosshair, all the others are NOT standard cursor mode. However, when i first start my game, It goes to the 'Walk' cursor comes up. When I switch to the one i want, the Walk cursor doesn't come back. I want it so that the first cursor is NOT the walk, but the crosshairs. How do I script it for this?
Title: Re: Switch Cursor at beginning of game?
Post by: Ashen on Sat 14/05/2005 12:12:22
SetCursorMode (mode); in either game_start, in the Global script, or Player enters screen (before fadein) of the first room.