Hi there!
I'm new to the AGS world, and am looking for some quick help in getting my game off the ground.
I'm trying to create something in the style of old NES games such as Shadowgate, Uninvited, Deja Vu - games where you don't see a character, and just the cursor icon.
Is it possible to recreate this with AGS? Can I not have a visible character, but instead just have the player control a mouse cursor, in which they hover over 'hotspots' on the background to control the game?
Thanks!!
Yes. Just set "ShowPlayerCharacter" to 'false' for every room in your game.
Or, even easier: Give him a completely transparent sprite!
Also, in General Settings, you'll want to set Automatically Move Player In Walk Mode to False;
Quote from: The Manual
selecting this option allows you to use the Walk mode for other things. If selected, then "Character stands on hotspot" events are instead triggered by clicking the Walk cursor on the hotspot.
Oh, thank you all very much!! I'll give this a try ; )