Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Zed1998 on Wed 18/09/2019 09:08:48

Title: Can I make QTE based game with AGS ?
Post by: Zed1998 on Wed 18/09/2019 09:08:48
Hello. I want to make a game with quick time events (that can be tackled by using mouse or keyboard ). The closest example of the game, that I want to make - "Alon in the Madness", well its mouse using QTE system. Thanks, everyone, who will decide to answer and sorry for bad English.
P.S. And I don't have good programming skills, so if you can say, that AGS is not for me, please write it.
Title: Re: Can I make QTE based game with AGS ?
Post by: Khris on Wed 18/09/2019 11:01:19
Here's the link: https://www.newgrounds.com/portal/view/663796

Well, it's definitely possible. Pretty much anything other than texture based realtime 3D graphics is (but only because AGS is too slow for that).

Displaying a button or an object, reacting to the click, setting a timer, playing animations, all that is easily achieved with AGS, and all of those are basically just one command.

You should definitely learn the basics and create a simple point and click first though, otherwise we're just going to end up writing all the code for you.