Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: pakolmo on Tue 29/11/2016 19:48:14

Title: Use Character
Post by: pakolmo on Tue 29/11/2016 19:48:14
My character is in room1, but I can't see it in game. It doen't walk.

What is the command to see the character?

Thank you.
Title: Re: Use Character
Post by: Snarky on Tue 29/11/2016 20:02:57
You really need to read the manual.

If you can't see the main character, check:

-that you have assigned proper, visible sprites for the character NormalView
-that the character is placed on coordinates that are within the visible region of the screen
-that the room has ShowPlayerCharacter set to true
-that there isn't a walkbehind or object covering up the character
-that player.Transparency is < 100 (should usually be 0)
Title: Re: Use Character
Post by: pakolmo on Tue 29/11/2016 21:00:11
Thank you!

-that the room has ShowPlayerCharacter set to true