Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Houchin1012 on Thu 15/05/2008 23:32:19

Title: Wanting to know how to make more in-depth cutscenes. [SOLVED]
Post by: Houchin1012 on Thu 15/05/2008 23:32:19
I was wondering...  Is it possible to make a cutscene with close-ups of characters?  Something like Full Throttle does at the start of its game, only it's not in 3D.

If this question is answered in the manual or anything else that explains AGS, then I'm sorry to have taken up 5 seconds of your time.

Here's an example if any of you guys need it:

(http://www.aarongiles.com/scumm/smooth.jpg)
Title: Re: Wanting to know how to make more in-depth cutscenes.
Post by: LeChuck on Fri 16/05/2008 01:30:36
Sure that scene with Ben could be done it AGS. Easiest way, I suppose, is making it with objects. Or just making a talk animation if it's a character like Ben you're trying to animate. You've got to learn the AGS scripting to make cutscenes, though.
Title: Re: Wanting to know how to make more in-depth cutscenes.
Post by: Alarconte on Fri 16/05/2008 02:30:38
Easily you can make this cutscenes changing objects in scene (that occups all the screen) and animating the object when you want the character talks. When you would to change to another character, changes the object, and so...

Its basic programation to turn on/off objects, do the animations, Walk orders.. etc ;)
Title: Re: Wanting to know how to make more in-depth cutscenes.
Post by: Houchin1012 on Fri 16/05/2008 03:20:23
PERFECT!

*Phew*, I almost thought this wasn't possible.  Thank you very much!