Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: guybrush on Thu 29/12/2005 08:56:15

Title: Scale char outside walkable areas
Post by: guybrush on Thu 29/12/2005 08:56:15
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.
Title: Re: Scale char outside walkable areas
Post by: Wretched on Thu 29/12/2005 10:15:55
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.