Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Pizzaman on Fri 24/06/2005 23:48:12

Title: shrink sprites?
Post by: Pizzaman on Fri 24/06/2005 23:48:12
Hey,

Is there a way to enlarge or shrink objects?Ã,  Like if you wand something to grow larger and fill up the screen.Ã, 

-Pizzaman
Title: Re: shrink sprites?
Post by: Candle on Sat 25/06/2005 00:18:58
Didn't see anything in the Object functions ..
Title: Re: shrink sprites?
Post by: Ashen on Sat 25/06/2005 00:51:56
Objects can be affected by the scaling of the walkable area they're on, but there're min/max amount limits. Depending on what you want to do, you might be able to use RawDrawImageResized. Otherwise, I think you'll have to resize the sprites in an art program and import them as normal.
Title: Re: shrink sprites?
Post by: GarageGothic on Mon 27/06/2005 16:34:50
Or you could use the new beta (I know, it's for testing, not game development, yada yada yada) and use the DynamicSprite resize function.