Hi everybody!
It's been some time since I worked on my game, but now i started and allready have a problem.
I have a character outside valkable area(part of him outside the screen actually), but I need to scale him a bit(he needs to be bigger). I hope you understand what I mean. Please help me.
Make your background bigger than the screen, e.g. add a 64 pixel border around the edge, then put
SetViewport (64,64);
in player enters room before fade in to stop the background scrolling
and have the scaled walkable area extend into the border.