Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Thu 16/06/2005 04:34:38

Title: Myst type game[solved]
Post by: Candle on Thu 16/06/2005 04:34:38
Is it possible to make a game in first-person perspective, like in Traitor's Gate, Nancy Drew, and Myst?
Absolutely! For each room you create, go to the Room/Settings pane and make sure the Hide player character checkbox is selected. You don't even have to make any walking animations! And, since the Walk cursor will be disabled in every room with this feature turned on, you can simply have the player interact with an object/hotspot/etc. to change rooms. Since there's technically no use for a Walk mode, Interact will do just fine. .


I know how to this but how would you make a room scroll to the right or left that has no player and the room is say 1200 x 480   ?
Title: Re: Myst typr game
Post by: Gilbert on Thu 16/06/2005 04:46:13
Use an player character with invisible sprites, or just use SetViewPort().
Title: Re: Myst typr game
Post by: Candle on Thu 16/06/2005 04:48:20
Quote from: Gilbot V7000a on Thu 16/06/2005 04:46:13
Use an player character with invisible sprites, or just use SetViewPort().
Thanks , I don't know why I didn't think of that ..