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.
It seems you assigned the same view to both characters ::)
How do I reassign the picture?
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
Double click the character, then change their "NormalView" property. Either enter the number or click the ellipses button and select it.
Thank you. This solved the problem.