Scale char outside walkable areas

Started by guybrush, Thu 29/12/2005 08:56:15

Previous topic - Next topic

guybrush

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.
SPY FUNCTION-- My first game
C O M I N G   S O O N !

Wretched

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.

SMF spam blocked by CleanTalk