Character does not walk any more, after ChangeView();

Started by Gardinero, Mon 01/02/2010 08:45:59

Previous topic - Next topic

Gardinero

Hey Guys,

I have another problem with my AGS Game.

My Character wakes up in his pyjama and goes to the bathroom to change his dress.
Here I used a global variable, which changes to value 1.

When the character returns to the living room again, the room script checks the value of the global variable and "decides" which view will be shown.

The view is changed by ChangeView(2);, but afterwards the character cannot walk anymore.

I also added a second walkable area in this room.


Thank you in advance

Gardinero

Gilbert

This is quite odd. Can you post the script used in the living room for us to see if there're any problems (in case the ChangeView() was used in a loop, etc.).

Khris

If you can exclude that independent from the view, you didn't place the character outside the walkable area, does View #2 have its first four loops filled with at least one sprite each?

Is the walkable area too thin maybe? A thickness of three is the minimum requirement.

SMF spam blocked by CleanTalk