Graphics, Characters, Text & Rooms: Difference between revisions

Line 79: Line 79:


==Strange things when character walks through/over a certain area==
==Strange things when character walks through/over a certain area==
''My character does strange things when he walks in a certain area. Whatever could be the problem?''
Well, check to see that the walkable area is at least 3 pixels wide. Anything less might cause the character to do strange things, like walking right through areas that (s)he isn't supposed to walk through. The same is also true for ''non''-walkable-areas (value of 0). Make sure that both walkable and non-walkable areas are at least 3 pixels in width.
Furthermore, keep in mind that character speed has to do with this as well. If your character is moving too fast, (s)he might very well skip over the non-walkable area and "jump" areas.
==Scrolling room image size limits==
==Scrolling room image size limits==
==How to end your game (win/lose/die) or kill off your character==
==How to end your game (win/lose/die) or kill off your character==