Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: octochan on Wed 25/01/2012 06:30:23

Title: Stuck frame?
Post by: octochan on Wed 25/01/2012 06:30:23
Hey, I've just gotten started with AGS, and I managed to make a very simple character and walk cycle, but there's always a still copy of the character at the starting point. It's like a clone of my character that won't move or go away. I don't know what I did, because I haven't even tried to do any scripting yet. Anyone else ever have this problem?
Title: Re: Stuck frame?
Post by: Creator on Wed 25/01/2012 06:58:44
Have you created another character in the character editor pane? If you have, you may have put him in the same room and at the same coordinates as the player character.
Title: Re: Stuck frame?
Post by: octochan on Wed 25/01/2012 07:40:01
No, I've only made one character so far. The only other character in the game right now is the default cEgo, and it certainly isn't him.
Title: Re: Stuck frame?
Post by: Khris on Wed 25/01/2012 08:10:00
Sorry, but why not? It sure sounds like it.
The other possibility is a room object.
Title: Re: Stuck frame?
Post by: cat on Wed 25/01/2012 09:25:27
What happenes if you set another start position for your character?
Title: Re: Stuck frame?
Post by: Creator on Wed 25/01/2012 12:26:49
Quote from: Khris on Wed 25/01/2012 08:10:00
It sure sounds like it.
because
Quote from: octochan on Wed 25/01/2012 07:40:01
[The only other character in the game right now is the default cEgo.

cEgo, by default, spawns in room 1, which I'm sure most AGS users have as they're starting room. See if cEgo and your player character's starting room are the same.
And as Khris suggested, it may be a room object, though having it at an almost exact starting postion as the player character is unlikely without coding, which you've said that you've done none of.
Title: Re: Stuck frame?
Post by: octochan on Wed 25/01/2012 14:11:39
Sorry, I forgot and changed all the graphics for cEgo to my character before actually making my character, so it was  cEgo that was stuck there. Derp. Thanks for the help!