Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Pedro on Wed 30/08/2006 16:54:20

Title: Problem with the ground
Post by: Pedro on Wed 30/08/2006 16:54:20
How can i make a character be eaten by the ground?
Title: Re: Dr. C
Post by: Joe on Wed 30/08/2006 16:57:50
Thas a very complicated question.
Have you tried everything?

I think you have to make the ground be a charcter.
And then when you talk to the ground for example you could draw a line to make your player character be eaten.

Hope I helped.
Title: Re: Problem with the ground
Post by: Candle on Wed 30/08/2006 16:58:49
Quick animation would do it.
Title: Re: Problem with the ground
Post by: Pedro on Wed 30/08/2006 17:00:19
No, you didn't help me at all!
It doesn't work
Title: Re: Problem with the ground
Post by: Ashen on Wed 30/08/2006 17:19:27
Candle is right - the 'Quick animation' interaction, or the script equivilant, should do it. Just draw your character getting eaten, import the frames, and run the anim.

At least, I guess that's what you want to happen, you haven't really said. You need to be more specific about what you want, what you've tried, and why/how it 'doesn't work'.
Title: Re: Problem with the ground
Post by: Nathan23 on Wed 30/08/2006 18:55:10
Well , I did this for my game:

I Create a new view, in this view the animation has  the character is sucking by the ground ( 5 frames)
Then with some script I made the character walk to a specific area and then I change and Lock the  new view that I created.

As Ashen say a quick animation with some script will work great, If you don't want a view.