Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: TIMEntertainment on Sat 11/07/2015 14:40:53

Title: Can i make a point and click game with AGS ?
Post by: TIMEntertainment on Sat 11/07/2015 14:40:53
I mean just a point and click game with no character walking around involved. Like in an escape game for example? if not do you know a software that can?
i'm a real N00b here xD i just downloaded AGS yesterday to start working on a game i planned for ages ago.
Title: Re: Can i make a point and click game with AGS ?
Post by: Crimson Wizard on Sat 11/07/2015 14:49:14
Yes, it is easily possible. You make the player character that has no View (no graphics whatsoever) and is always invisible.

Here is example of the game I am working on recently, it has just static images with no moving characters:
Spoiler
(http://i.imgur.com/quxXyxb.png)
[close]
Title: Re: Can i make a point and click game with AGS ?
Post by: TIMEntertainment on Sat 11/07/2015 20:19:08
Quote from: Crimson Wizard on Sat 11/07/2015 14:49:14
Yes, it is easily possible. You make the player character that has no View (no graphics whatsoever) and is always invisible.

Here is example of the game I am working on recently, it has just static images with no moving characters:
Spoiler
(http://i.imgur.com/quxXyxb.png)
[close]
Thank you for helping ^^