Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: dbuske on Sat 06/11/2010 14:35:27

Title: cChar1 picture problem
Post by: dbuske on Sat 06/11/2010 14:35:27
My main character is a Chihuahua. That is called cEgo.  The cChar1 character is a wolf.  The openning scene has both characters onscreen.
The problem I have is the wolf is showing up as the chihuahua.
So I have 2 chihuahua's on screen.
How do I get the wolf sprites to show up on screen?
The wolf will not move, but will talk to the main character.
Title: Re: cChar1 picture problem
Post by: Matti on Sat 06/11/2010 16:15:37
It seems you assigned the same view to both characters  ::)
Title: Re: cChar1 picture problem
Post by: dbuske on Sun 07/11/2010 15:03:34
How do I reassign the picture?
Title: Re: cChar1 picture problem
Post by: barefoot on Sun 07/11/2010 16:13:16
Quote from: dbuske on Sun 07/11/2010 15:03:34
How do I reassign the picture?

sprites are pictures you import into the sprites folder, use these to build sprite animations/views for characters, objects etc.

Each sprite has a number assigned to them.

Just check your character/objects have the correct view numbers such as normal=3, idle=4 etc etc.

That is frame animation views. Each character/object should have there own views assigned.

barefoot
Title: Re: cChar1 picture problem
Post by: Khris on Sun 07/11/2010 17:24:45
Double click the character, then change their "NormalView" property. Either enter the number or click the ellipses button and select it.
Title: Re: cChar1 picture problem
Post by: dbuske on Thu 09/12/2010 15:08:49
Thank you. This solved the problem.