Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Blobby 101 on Mon 20/04/2009 20:46:05

Title: Talking objects - possible?
Post by: Blobby 101 on Mon 20/04/2009 20:46:05
Basically, i want an inanimate object (A toaster to be precise) to talk. Now, i realise i could just make it a character, but i would really find being able to position it in the editor (as an object)  instead of in my scripts really useful, so is there any way i can make an object talk?
Title: Re: Talking objects - possible?
Post by: GarageGothic on Mon 20/04/2009 21:52:47
No, objects don't talk - at least not in AGS. You could have an invisible character speak the lines of the toaster, but the easiest thing would be to just make it a character and figure out the proper coordinates (y should be the same as for the object, x should be the same as for the object plus half the width of the sprite).
Title: Re: Talking objects - possible?
Post by: Blobby 101 on Mon 20/04/2009 22:25:18
ok, thanks, I was guessing this would probs be the case, oh well.
Yeh, i will just make it a character.